| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify IP pointer recovery in case of mbuf reallocation. | melifaro | 2012-06-18 | 1 | -53/+15 |
* | Use time_uptime instead of getnanotime for accouting integer number of seconds. | melifaro | 2012-06-16 | 1 | -6/+4 |
* | Set netflow v9 observation domain value to fib number instead of node id. | melifaro | 2012-06-16 | 1 | -1/+1 |
* | Fix improper L4 header handling for IPv6 packets passed via DLT_RAW. | melifaro | 2012-06-16 | 1 | -1/+1 |
* | Revert my local not yet properly tested changes, that leaked in | glebius | 2012-05-25 | 1 | -16/+23 |
* | Revert r220768 for ng_ksocket. This node is special and | glebius | 2012-05-24 | 2 | -24/+19 |
* | Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags. | melifaro | 2012-04-22 | 1 | -1/+1 |
* | #include <net/vnet.h> is no longer needed here. | zec | 2012-04-16 | 1 | -1/+0 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 1 | -6/+6 |
* | Use rt_numfibs variable instead of compile-time RT_NUMFIBS. | melifaro | 2012-03-13 | 3 | -4/+13 |
* | Upgrade the netgraph vlan node to support 802.1q, encapsulation type, | adrian | 2012-03-11 | 2 | -150/+427 |
* | Revert r231829, that was my braino. | glebius | 2012-02-22 | 1 | -2/+2 |
* | Refactor the name hash and the ID hash, that are used to address nodes: | glebius | 2012-02-16 | 2 | -71/+178 |
* | Specify correct loading order for core of netgraph(4). | glebius | 2012-02-16 | 1 | -2/+2 |
* | Supply correct "how" argument to the uma_zcreate(). | glebius | 2012-02-16 | 1 | -2/+2 |
* | In ng_getsockaddr() allocate memory prior to obtaining lock. | glebius | 2012-02-16 | 1 | -11/+8 |
* | Fix includes list. | glebius | 2012-02-15 | 1 | -2/+1 |
* | Trim double empty lines. | glebius | 2012-02-15 | 1 | -8/+0 |
* | Remove testing stuff, reducing kernel memory footprint by 1 Kb. | glebius | 2012-02-15 | 1 | -29/+0 |
* | In ng_bypass() add more protection against potential race | glebius | 2012-02-15 | 1 | -0/+4 |
* | style(9): sort includes. | glebius | 2012-02-15 | 1 | -6/+6 |
* | No need to optimise for a node with no hooks, my braino. | glebius | 2012-02-13 | 1 | -5/+2 |
* | - Use fixed-width integer types. | fjoe | 2012-02-12 | 2 | -21/+21 |
* | Remove direct access to si_name. | ed | 2012-02-10 | 1 | -2/+3 |
* | Provide a findhook method for ng_socket(4). The node stores a | glebius | 2012-01-23 | 1 | -2/+101 |
* | In ng_socket(4) expose less kernel internals to userland. This commit | glebius | 2012-01-23 | 2 | -17/+16 |
* | Convert locks that protect name hash, ID hash and typelist from | glebius | 2012-01-23 | 1 | -60/+61 |
* | The newhook method can be called in ISR context at | glebius | 2012-01-17 | 1 | -2/+3 |
* | Add missing static. | glebius | 2012-01-16 | 1 | -1/+1 |
* | Remove some disabled NOTYET code. Probability of enabling it is low, | glebius | 2012-01-16 | 1 | -78/+0 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 1 | -3/+3 |
* | style(9), whitespace and spelling nits. | glebius | 2011-12-30 | 1 | -104/+78 |
* | In r191367 the need for if_free_type() was removed and a new member | brooks | 2011-11-11 | 1 | -1/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 7 | -8/+9 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 26 | -32/+38 |
* | - Fix potential double mbuf free: M_PREPEND may free mbuf chain and return | fjoe | 2011-11-06 | 1 | -1/+3 |
* | Fix potential double mbuf free: M_PREPEND may free mbuf chain and return | fjoe | 2011-11-06 | 1 | -1/+2 |
* | Constify "address" argument of ng_address_path(). | fjoe | 2011-11-06 | 2 | -2/+2 |
* | - If KDB & NETGRAPH_DEBUG are on, print traces on discovered failed | glebius | 2011-10-27 | 2 | -2/+9 |
* | Free mbuf in case when protocol in unknown in ng_ipfw_rcvdata(). | melifaro | 2011-10-10 | 1 | -9/+7 |
* | Add IPv6 support to the ng_ipfw(4) [1]. Also add ifdefs to be able | ae | 2011-09-15 | 1 | -12/+42 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -1/+1 |
* | remove RESTARTABLE_PANICS option | avg | 2011-07-25 | 3 | -18/+0 |
* | Clear pending ifnet events, in an attempt at preventing | zec | 2011-07-16 | 1 | -0/+2 |
* | In ng_attach_cntl() first allocate things that may fail, and then | glebius | 2011-07-14 | 1 | -16/+15 |
* | Add missing unlocks. | glebius | 2011-07-06 | 1 | -0/+2 |
* | o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't need | glebius | 2011-07-05 | 3 | -107/+152 |
* | Fix build with NETGRAPH_DEBUG. | glebius | 2011-07-04 | 1 | -1/+1 |
* | Fix build with NETGRAPH_DEBUG. | glebius | 2011-07-04 | 1 | -2/+2 |
* | - Use refcount(9) API to manage node and hook refcounting. | glebius | 2011-07-04 | 2 | -18/+10 |