mav 2008-03-11 19:04:42 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_ksocket.c
Log:
MFC rev. 1.61
Send only one incoming notification at a time to reduce queue
trashing and improve performance.
Remove waitflag argument fro
mav 2008-03-11 19:03:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netgraph ng_ksocket.c
Log:
MFC rev. 1.61
Send only one incoming notification at a time to reduce queue
trashing and improve performance.
Remove waitflag argument fro
mav 2008-03-07 21:12:56 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_ksocket.c
Log:
Send only one incoming notification at a time to reduce queue
trashing and improve performance.
Remove waitflag argument from ng_ksocket_incoming2(), it means nothing
bms 2007-03-04 14:54:02 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_ksocket.c
Log:
MFC rev 1.60:
In the output path, mask off M_BCAST|M_MCAST so as to prevent incorrect
addressing if a packet is later re-encapsulated an
Hajimu UMEMOTO wrote:
It seems fixed the problem that `ping6 -I ng0 ff02::1' didn't work as
well. Now, L2TP + PPP (IPV6CP) + DHCPv6 using mpd4 is working fine on
my RELENG_6 box with this fix applied. Thank you!
Thanks for testing this patch. It would be good to have more feedback
before M
Hi,
> On Fri, 9 Feb 2007 12:35:30 + (UTC)
> Bruce M Simpson <[EMAIL PROTECTED]> said:
bms> bms 2007-02-09 12:35:30 UTC
bms> FreeBSD src repository
bms> Modified files:
bms> sys/netgraph ng_ksocket.c
bms> Log:
bms> In the output path, mask off M_BCAST|M_M
bms 2007-02-09 12:35:30 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_ksocket.c
Log:
In the output path, mask off M_BCAST|M_MCAST so as to prevent incorrect
addressing if a packet is later re-encapsulated and sent to a
non-broadcast, non-multicast des
ru 2006-02-24 11:23:05 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netgraph ng_ksocket.c
Log:
MFC: 1.58: Clear csum_flags after reading from the socket buffer.
Approved by:re (scottl)
Revision ChangesPath
1.55.2.3 +1
ru 2006-02-21 13:04:39 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_ksocket.c
Log:
Clear csum_flags after reading data from socket buffer. Otherwise,
if ksocket is connected to an interface-type node somewhere later
in the graph (e.g., ng_eiface or