summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Use rt_numfibs variable instead of compile-time RT_NUMFIBS.melifaro2012-03-133-4/+13
* Upgrade the netgraph vlan node to support 802.1q, encapsulation type,adrian2012-03-112-150/+427
* Revert r231829, that was my braino.glebius2012-02-221-2/+2
* Refactor the name hash and the ID hash, that are used to address nodes:glebius2012-02-162-71/+178
* Specify correct loading order for core of netgraph(4).glebius2012-02-161-2/+2
* Supply correct "how" argument to the uma_zcreate().glebius2012-02-161-2/+2
* In ng_getsockaddr() allocate memory prior to obtaining lock.glebius2012-02-161-11/+8
* Fix includes list.glebius2012-02-151-2/+1
* Trim double empty lines.glebius2012-02-151-8/+0
* Remove testing stuff, reducing kernel memory footprint by 1 Kb.glebius2012-02-151-29/+0
* In ng_bypass() add more protection against potential raceglebius2012-02-151-0/+4
* style(9): sort includes.glebius2012-02-151-6/+6
* No need to optimise for a node with no hooks, my braino.glebius2012-02-131-5/+2
* - Use fixed-width integer types.fjoe2012-02-122-21/+21
* Remove direct access to si_name.ed2012-02-101-2/+3
* Provide a findhook method for ng_socket(4). The node stores aglebius2012-01-231-2/+101
* In ng_socket(4) expose less kernel internals to userland. This commitglebius2012-01-232-17/+16
* Convert locks that protect name hash, ID hash and typelist fromglebius2012-01-231-60/+61
* The newhook method can be called in ISR context atglebius2012-01-171-2/+3
* Add missing static.glebius2012-01-161-1/+1
* Remove some disabled NOTYET code. Probability of enabling it is low,glebius2012-01-161-78/+0
* Use strchr() and strrchr().ed2012-01-021-3/+3
* style(9), whitespace and spelling nits.glebius2011-12-301-104/+78
* In r191367 the need for if_free_type() was removed and a new memberbrooks2011-11-111-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-077-8/+9
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-0726-32/+38
* - Fix potential double mbuf free: M_PREPEND may free mbuf chain and returnfjoe2011-11-061-1/+3
* Fix potential double mbuf free: M_PREPEND may free mbuf chain and returnfjoe2011-11-061-1/+2
* Constify "address" argument of ng_address_path().fjoe2011-11-062-2/+2
* - If KDB & NETGRAPH_DEBUG are on, print traces on discovered failedglebius2011-10-272-2/+9
* Free mbuf in case when protocol in unknown in ng_ipfw_rcvdata().melifaro2011-10-101-9/+7
* Add IPv6 support to the ng_ipfw(4) [1]. Also add ifdefs to be ableae2011-09-151-12/+42
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+1
* remove RESTARTABLE_PANICS optionavg2011-07-253-18/+0
* Clear pending ifnet events, in an attempt at preventingzec2011-07-161-0/+2
* In ng_attach_cntl() first allocate things that may fail, and thenglebius2011-07-141-16/+15
* Add missing unlocks.glebius2011-07-061-0/+2
* o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't needglebius2011-07-053-107/+152
* Fix build with NETGRAPH_DEBUG.glebius2011-07-041-1/+1
* Fix build with NETGRAPH_DEBUG.glebius2011-07-041-2/+2
* - Use refcount(9) API to manage node and hook refcounting.glebius2011-07-042-18/+10
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+1
* Fix double free.glebius2011-07-011-1/+0
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-242-3/+3
* Be consistent with r160968: keep autoSrcAddr flag untouched whenglebius2011-06-231-1/+0
* Sync ng_nat with recent (r222806) ipfw_nat changes:ae2011-06-071-3/+17
* Assume the link to be dead if bit error rate (BER) parameter is set to 1.zec2011-05-241-1/+30
* Provide fake link status information in an attempt to let ng_eiface(4)zec2011-05-241-1/+70
* usb: fix a missed use of use_generic in r222051avg2011-05-181-4/+5
* LibAliasInit() should allocate memory with M_WAITOK flag. Modify itglebius2011-04-181-4/+0
OpenPOWER on IntegriCloud