| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compiler warnings, mostly signed issues, | Hans Petter Selasky | 2012-04-02 | 1 | -6/+6 |
* | Use rt_numfibs variable instead of compile-time RT_NUMFIBS. | Alexander V. Chernikov | 2012-03-13 | 3 | -4/+13 |
* | Upgrade the netgraph vlan node to support 802.1q, encapsulation type, | Adrian Chadd | 2012-03-11 | 2 | -150/+427 |
* | Revert r231829, that was my braino. | Gleb Smirnoff | 2012-02-22 | 1 | -2/+2 |
* | Refactor the name hash and the ID hash, that are used to address nodes: | Gleb Smirnoff | 2012-02-16 | 2 | -71/+178 |
* | Specify correct loading order for core of netgraph(4). | Gleb Smirnoff | 2012-02-16 | 1 | -2/+2 |
* | Supply correct "how" argument to the uma_zcreate(). | Gleb Smirnoff | 2012-02-16 | 1 | -2/+2 |
* | In ng_getsockaddr() allocate memory prior to obtaining lock. | Gleb Smirnoff | 2012-02-16 | 1 | -11/+8 |
* | Fix includes list. | Gleb Smirnoff | 2012-02-15 | 1 | -2/+1 |
* | Trim double empty lines. | Gleb Smirnoff | 2012-02-15 | 1 | -8/+0 |
* | Remove testing stuff, reducing kernel memory footprint by 1 Kb. | Gleb Smirnoff | 2012-02-15 | 1 | -29/+0 |
* | In ng_bypass() add more protection against potential race | Gleb Smirnoff | 2012-02-15 | 1 | -0/+4 |
* | style(9): sort includes. | Gleb Smirnoff | 2012-02-15 | 1 | -6/+6 |
* | No need to optimise for a node with no hooks, my braino. | Gleb Smirnoff | 2012-02-13 | 1 | -5/+2 |
* | - Use fixed-width integer types. | Max Khon | 2012-02-12 | 2 | -21/+21 |
* | Remove direct access to si_name. | Ed Schouten | 2012-02-10 | 1 | -2/+3 |
* | Provide a findhook method for ng_socket(4). The node stores a | Gleb Smirnoff | 2012-01-23 | 1 | -2/+101 |
* | In ng_socket(4) expose less kernel internals to userland. This commit | Gleb Smirnoff | 2012-01-23 | 2 | -17/+16 |
* | Convert locks that protect name hash, ID hash and typelist from | Gleb Smirnoff | 2012-01-23 | 1 | -60/+61 |
* | The newhook method can be called in ISR context at | Gleb Smirnoff | 2012-01-17 | 1 | -2/+3 |
* | Add missing static. | Gleb Smirnoff | 2012-01-16 | 1 | -1/+1 |
* | Remove some disabled NOTYET code. Probability of enabling it is low, | Gleb Smirnoff | 2012-01-16 | 1 | -78/+0 |
* | Use strchr() and strrchr(). | Ed Schouten | 2012-01-02 | 1 | -3/+3 |
* | style(9), whitespace and spelling nits. | Gleb Smirnoff | 2011-12-30 | 1 | -104/+78 |
* | In r191367 the need for if_free_type() was removed and a new member | Brooks Davis | 2011-11-11 | 1 | -1/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 7 | -8/+9 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 26 | -32/+38 |
* | - Fix potential double mbuf free: M_PREPEND may free mbuf chain and return | Max Khon | 2011-11-06 | 1 | -1/+3 |
* | Fix potential double mbuf free: M_PREPEND may free mbuf chain and return | Max Khon | 2011-11-06 | 1 | -1/+2 |
* | Constify "address" argument of ng_address_path(). | Max Khon | 2011-11-06 | 2 | -2/+2 |
* | - If KDB & NETGRAPH_DEBUG are on, print traces on discovered failed | Gleb Smirnoff | 2011-10-27 | 2 | -2/+9 |
* | Free mbuf in case when protocol in unknown in ng_ipfw_rcvdata(). | Alexander V. Chernikov | 2011-10-10 | 1 | -9/+7 |
* | Add IPv6 support to the ng_ipfw(4) [1]. Also add ifdefs to be able | Andrey V. Elsukov | 2011-09-15 | 1 | -12/+42 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -1/+1 |
* | remove RESTARTABLE_PANICS option | Andriy Gapon | 2011-07-25 | 3 | -18/+0 |
* | Clear pending ifnet events, in an attempt at preventing | Marko Zec | 2011-07-16 | 1 | -0/+2 |
* | In ng_attach_cntl() first allocate things that may fail, and then | Gleb Smirnoff | 2011-07-14 | 1 | -16/+15 |
* | Add missing unlocks. | Gleb Smirnoff | 2011-07-06 | 1 | -0/+2 |
* | o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't need | Gleb Smirnoff | 2011-07-05 | 3 | -107/+152 |
* | Fix build with NETGRAPH_DEBUG. | Gleb Smirnoff | 2011-07-04 | 1 | -1/+1 |
* | Fix build with NETGRAPH_DEBUG. | Gleb Smirnoff | 2011-07-04 | 1 | -2/+2 |
* | - Use refcount(9) API to manage node and hook refcounting. | Gleb Smirnoff | 2011-07-04 | 2 | -18/+10 |
* | Tag mbufs of all incoming frames or packets with the interface's FIB | Bjoern A. Zeeb | 2011-07-03 | 1 | -0/+1 |
* | Fix double free. | Gleb Smirnoff | 2011-07-01 | 1 | -1/+0 |
* | - Move all USB device ID arrays into so-called sections, | Hans Petter Selasky | 2011-06-24 | 2 | -3/+3 |
* | Be consistent with r160968: keep autoSrcAddr flag untouched when | Gleb Smirnoff | 2011-06-23 | 1 | -1/+0 |
* | Sync ng_nat with recent (r222806) ipfw_nat changes: | Andrey V. Elsukov | 2011-06-07 | 1 | -3/+17 |
* | Assume the link to be dead if bit error rate (BER) parameter is set to 1. | Marko Zec | 2011-05-24 | 1 | -1/+30 |
* | Provide fake link status information in an attempt to let ng_eiface(4) | Marko Zec | 2011-05-24 | 1 | -1/+70 |
* | usb: fix a missed use of use_generic in r222051 | Andriy Gapon | 2011-05-18 | 1 | -4/+5 |