[Bug 264014] QinQ not working with a lot of switches

2023-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264014

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 251226] ixgbe: resume from real S3 suspend resets the whole system (Intel X520 NIC)

2023-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251226

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open
   Keywords||needs-qa

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 260867] pf: divert-to packets infinitely loop when written back to divert socket

2023-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260867

Graham Perrin  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|p...@freebsd.org
Summary|[pf][patch] divert-to   |pf: divert-to packets
   |packets infinitely loop |infinitely loop when
   |when written back to divert |written back to divert
   |socket  |socket
   Keywords|patch   |
 CC|n...@freebsd.org,|
   |p...@freebsd.org  |
 Status|New |Open

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 233617] kldunload if_ix could crash system in iflib

2023-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233617

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open
   Keywords||crash
   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2331
   ||14

--- Comment #1 from Graham Perrin  ---
Thank you,

(In reply to Lev A. Serebryakov from comment #0)

I see that bug 233114 was fixed, is this kernel panic reproducible with any
recently active branch of FreeBSD?

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 233114] [ix] X520 NIC drops link ("no carrier") after several runs of "pktgen -f rx -i ix0"

2023-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233114

Graham Perrin  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2336
   ||17

-- 
You are receiving this mail because:
You are the assignee for the bug.


Problem reports for n...@freebsd.org that need special attention

2023-10-01 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
New |204438 | setsockopt() handling of kern.ipc.maxsockbuf limi 
New |213410 | [carp] service netif restart causes hang only whe 
Open|  7556 | ppp: sl_compress_init() will fail if called anyth 
Open|193452 | Dell PowerEdge 210 II -- Kernel panic bce (broadc 
Open|202510 | [CARP] advertisements sourced from CARP IP cause  
Open|207261 | netmap: Doesn't do TX sync with kqueue
Open|225438 | panic in6_unlink_ifa() due to race
Open|236888 | ppp daemon: Allow MTU to be overridden for PPPoE  
Open|237072 | netgraph(4): performance issue [on HardenedBSD]?  
Open|237973 | pf: implement egress keyword to simplify rules ac 
Open|238324 | Add XG-C100C/AQtion AQC107 10GbE NIC driver   
Open|240944 | em(4): Crash with Intel 82571EB NIC with AMD Pile 
In Progress |118111 | rc: network.subr Add MAC address based interface  

13 problems total for which you should take action.


[Bug 251154] mlx4en sometimes panics on ACPI S3 suspend/resume

2023-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251154

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 219918] LibAlias: implement RFC 4787 REQ 1 and 3 (full cone NAT)

2023-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219918

Graham Perrin  changed:

   What|Removed |Added

   Keywords|patch   |
 Status|New |Open
URL||https://www.rfc-editor.org/
   ||rfc/rfc4787
Summary|[patch] LibAlias: implement |LibAlias: implement RFC
   |RFC 4787 REQ 1 and 3 (full  |4787 REQ 1 and 3 (full cone
   |cone NAT)   |NAT)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 243554] multicast packets not seen on PHY bridge member

2023-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243554

Graham Perrin  changed:

   What|Removed |Added

   Severity|Affects Only Me |Affects Some People
 Status|New |Open
   Keywords|patch   |

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 256375] iflib/if_em: unplugging network cable causes huge KTorrent slowdown

2023-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256375

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 274009] in_pcblookup_hash_locked: invalid local address panic on sendto(2) to ipv4-mapped

2023-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274009

--- Comment #8 from Michael Tuexen  ---
(In reply to Mark Johnston from comment #6)
I tested your patch in review D39215 and it resolves the issues. However, in
other places inp_vflag is modified when using mapped addresses. I have done
this dance in review D42031 and it resolves the panic, too. This seems to be
consistent.

I'm not sure which one is the correct approach. Is the intention of review
D39215 than such a inp_vflag is not necessary anymore and can be removed from
the other places?

-- 
You are receiving this mail because:
You are on the CC list for the bug.