Current problem reports assigned to freebsd-net@FreeBSD.org

2007-12-31 Thread FreeBSD bugmaster
Current FreeBSD problem reports Critical problems S Tracker Resp. Description f kern/115360 net[ipv6] IPv6 address and if_bridge don't play well toge 1 problem total. Serious problems S Tracker

Re: kern/110959: [ipsec] Filtering incoming packets with enc0 does not work with GIF-based IPSec setups

2007-12-31 Thread bz
Synopsis: [ipsec] Filtering incoming packets with enc0 does not work with GIF-based IPSec setups State-Changed-From-To: open->feedback State-Changed-By: bz State-Changed-When: Mon Dec 31 11:34:10 UTC 2007 State-Changed-Why: There are patches in HEAD already - asked for feedback if they are doing

m_freem()

2007-12-31 Thread Julian Elischer
m_freem() would be a perfect candidate for an inline function. (or even macro). in the case where m is null, no function call would even be made... The whole function is only 2 lines, and it gets called once for every packet :-) BUT it's a part of the ABI to have it as a function for RELENG_7

Re: m_freem()

2007-12-31 Thread Bruce Evans
On Mon, 31 Dec 2007, Julian Elischer wrote: m_freem() would be a perfect candidate for an inline function. (or even macro). in the case where m is null, no function call would even be made... The whole function is only 2 lines, and it gets called once for every packet :-) On the contrary, m_f

Re: if_ral regression

2007-12-31 Thread Sepherosa Ziehau
On Dec 29, 2007 8:33 PM, Dag-Erling Smørgrav <[EMAIL PROTECTED]> wrote: > I upgraded my router cum firewall cum access point (soekris net4801 with > a cheap third-party ralink-based wlan adapter) from RELENG_6 to HEAD and > noticed what seems to be a regression in if_ral. After a certain amount >