cvs commit: src/sys/netgraph ng_eiface.c

2007-07-26 Thread Gleb Smirnoff
glebius 2007-07-26 10:54:34 UTC FreeBSD src repository Modified files: sys/netgraph ng_eiface.c Log: Honor the IFF_MONITOR flag. PR: kern/99500 Submitted by: Craig Leres leres ee.lbl.gov Approved by:re (kensmith) Revision ChangesPath

cvs commit: src/sys/netgraph ng_eiface.c

2007-03-11 Thread Ruslan Ermilov
ru 2007-03-11 10:11:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netgraph ng_eiface.c Log: MFC: 1.38: Fix interface output being stuck under low memory conditions. Revision ChangesPath 1.32.2.6 +2 -1

cvs commit: src/sys/netgraph ng_eiface.c

2007-03-08 Thread Ruslan Ermilov
ru 2007-03-08 21:10:53 UTC FreeBSD src repository Modified files: sys/netgraph ng_eiface.c Log: ng_send_fn() can return with an error, the function of interest will never be called and OACTIVE will never be reset. Fix this. Submitted by: Vsevolod Lobko

cvs commit: src/sys/netgraph ng_eiface.c

2006-09-18 Thread Ruslan Ermilov
ru 2006-09-18 15:34:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netgraph ng_eiface.c Log: MFC: Fix a panic when SIOCSIFFLAGS is called with a NULL argument. Approved by:re (kensmith) Revision ChangesPath 1.32.2.5

cvs commit: src/sys/netgraph ng_eiface.c

2006-09-15 Thread Ruslan Ermilov
ru 2006-09-15 15:53:10 UTC FreeBSD src repository Modified files: sys/netgraph ng_eiface.c Log: SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flags are supposed to be set directly in ifnet already. This change fixes a panic when ng_eiface

cvs commit: src/sys/netgraph ng_eiface.c

2006-02-11 Thread Ruslan Ermilov
ru 2006-02-11 20:25:01 UTC FreeBSD src repository Modified files: sys/netgraph ng_eiface.c Log: Don't count output bytes twice (the byte accouting is done in if.c). Count output errors. MFC after: 3 days Revision ChangesPath 1.36 +4 -7

cvs commit: src/sys/netgraph ng_eiface.c

2006-02-06 Thread Ruslan Ermilov
ru 2006-02-06 14:30:22 UTC FreeBSD src repository Modified files: sys/netgraph ng_eiface.c Log: Two fixes: - Run send queue down to completion, not just one packet. It has been observed to cause a stall queue otherwise. - Prevent queueing multiple

cvs commit: src/sys/netgraph ng_eiface.c

2005-11-16 Thread Ruslan Ermilov
ru 2005-11-16 10:14:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netgraph ng_eiface.c Log: MFC: 1.34: Simplify setting the link-level address. Revision ChangesPath 1.32.2.2 +3 -19 src/sys/netgraph/ng_eiface.c

cvs commit: src/sys/netgraph ng_eiface.c

2005-11-08 Thread Ruslan Ermilov
ru 2005-11-08 09:03:06 UTC FreeBSD src repository Modified files: sys/netgraph ng_eiface.c Log: Simplify setting the link-level address. Revision ChangesPath 1.34 +3 -19 src/sys/netgraph/ng_eiface.c