summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Declare a new EVENTHANDLER called iflladdr_event which signals that the L2thompsa2010-01-183-0/+3
* Send link state change control messages to "orphans" hook as well.fjoe2010-01-091-6/+10
* ip_var.h now needs to be before ip_fw_private.hluigi2010-01-071-1/+1
* Various cleanup done in ipfw3-head branch including:luigi2010-01-041-30/+19
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-282-11/+11
* bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expectsluigi2009-12-281-0/+1
* bring in several cleanups tested in ipfw3-head branch, namely:luigi2009-12-282-26/+6
* merge code from ipfw3-head to reduce contention on the ipfw lockluigi2009-12-222-2/+4
* add ip_fw_private.h to ng_ipfw.c, forgotten in previous commit;luigi2009-12-152-1/+3
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-064-4/+0
* Spell DIAGNOSTIC correctly.ru2009-10-241-2/+2
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-1/+1
* Get those pesky RFCOMM RPM data bits right. This is likely a noop.emax2009-09-101-2/+2
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-019-9/+7
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-237-113/+41
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-191-2/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-163-5/+5
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-147-101/+29
* Fix infinite loop in ng_iface, that happens when packet passes out viamav2009-07-011-1/+2
* - Turn the third (islocked) argument of the knote call into flags parameter.stas2009-06-281-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Update Netgraph nodes to use if_addr_rlock()/if_addr_runlock() insteadrwatson2009-06-262-5/+5
* Use proper form of gnu designated initalizers. This letsrdivacky2009-06-241-1/+1
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-232-2/+0
* Mark ng_ether node hooks as HI_STACK. It is usually the last point whenmav2009-06-231-1/+1
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-231-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-232-106/+172
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-152-52/+52
* Assign ng_eiface nodes a netgraph name on instantiation, in a way whichzec2009-06-121-6/+4
* Introduce a mechanism for detecting calls from outbound path of thezec2009-06-116-6/+51
* Close long existed race with net.inet.ip.fw.one_pass = 0:oleg2009-06-092-0/+4
* World now builds without these defines, so eliminate them.imp2009-06-091-9/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-083-6/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-3/+42
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-012-27/+18
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-292-16/+16
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-283-42/+42
* Hook ubt and ubtbcmfw back up to the build.thompsa2009-05-271-2/+1
* move ng_ubt_var.h back to its original placethompsa2009-05-271-0/+131
* move ng_ubt.c back to its original placethompsa2009-05-271-0/+1722
* move ubtbcmfw.c back to its original placethompsa2009-05-271-0/+427
* Delete the bluetooth drivers for the old usb stack.thompsa2009-05-274-3091/+0
* Fix copy-paste bug in NGM_NETFLOW_SETCONFIG argument size verification.mav2009-05-131-1/+1
* Unbreak LINT build, caused by a change in struct ng_node layout introducedzec2009-05-051-0/+1
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+1
* In preparation to make options VIMAGE operational, where needed,zec2009-04-265-15/+159
* Lock the interface address list while building replies torwatson2009-04-191-0/+2
* Lock interface address list when building a reply to NGM_EIFACE_GET_IFADDRSrwatson2009-04-191-0/+3
* Switch ubtbcmfw(4) to use si_drv1 instead of storing the unit number.ed2009-04-171-39/+21
OpenPOWER on IntegriCloud