aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* MFC r215800:Marko Zec2010-11-271-147/+85
* MFC r215673:Marko Zec2010-11-262-1/+3
* MFC 209723:Marko Zec2010-11-231-2/+3
* MFC 207426:Marko Zec2010-11-231-8/+11
* MFC 206360:Marko Zec2010-11-232-2/+2
* MFC r207554:Maxim Sobolev2010-11-154-5/+5
* MFhead r210537:Gleb Smirnoff2010-09-161-1/+2
* MFhead 210500:Gleb Smirnoff2010-09-161-0/+3
* MFC r210783. Fix typoMaksim Yevmenkin2010-08-061-1/+1
* MFC r208946:Andrey V. Elsukov2010-07-092-0/+682
* Merge 209633, 209722 from head:Gleb Smirnoff2010-07-081-8/+6
* MFC 198988:John Baldwin2010-06-234-4/+0
* MFC r208300:Attilio Rao2010-06-011-6/+26
* MFC r202588Andrew Thompson2010-05-253-0/+3
* MFC r208036:Marko Zec2010-05-161-1/+1
* MFC r207680:Marko Zec2010-05-164-3/+95
* MFC r207572:Marko Zec2010-05-061-19/+33
* MFC r206021, r206032, r206049, r206050:Alexander Motin2010-04-155-30/+35
* MFC r206017:Alexander Motin2010-04-151-1/+13
* MFC r206015:Alexander Motin2010-04-151-15/+31
* NFC r206000:Alexander Motin2010-04-151-0/+14
* Merge r205082, r205083 that fix 'netstat -f netgraph' functionality.Gleb Smirnoff2010-04-022-0/+22
* MFC of a large number of ipfw and dummynet fixes and enhancementsLuigi Rizzo2010-03-232-51/+24
* MFC of 197952 and 198075Julian Elischer2010-02-071-1/+1
* MFC r201145 to stable/8:Antoine Brodin2010-01-302-11/+11
* MFC: Send link state change control messages to "orphans" hook as well.Max Khon2010-01-241-6/+10
* Merge r196481 from head to stable/8:Robert Watson2009-08-281-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-019-9/+7
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-237-113/+41
* Reimplement and/or implement vnet list locking by replacing a mostlyRobert Watson2009-07-191-2/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-163-5/+5
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-147-101/+29
* Fix infinite loop in ng_iface, that happens when packet passes out viaAlexander Motin2009-07-011-1/+2
* - Turn the third (islocked) argument of the knote call into flags parameter.Stanislav Sedov2009-06-281-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Update Netgraph nodes to use if_addr_rlock()/if_addr_runlock() insteadRobert Watson2009-06-262-5/+5
* Use proper form of gnu designated initalizers. This letsRoman Divacky2009-06-241-1/+1
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-232-2/+0
* Mark ng_ether node hooks as HI_STACK. It is usually the last point whenAlexander Motin2009-06-231-1/+1
* Fix a typeo in the frame len function to unbreak the build, make it shorterAndrew Thompson2009-06-231-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-232-106/+172
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-152-52/+52
* Assign ng_eiface nodes a netgraph name on instantiation, in a way whichMarko Zec2009-06-121-6/+4
* Introduce a mechanism for detecting calls from outbound path of theMarko Zec2009-06-116-6/+51
* Close long existed race with net.inet.ip.fw.one_pass = 0:Oleg Bulyzhin2009-06-092-0/+4
* World now builds without these defines, so eliminate them.Warner Losh2009-06-091-9/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-083-6/+0
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-3/+42
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-012-27/+18
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-292-16/+16