| Commit message (Expand) | Author | Age | Files | Lines |
* | Add NGM_NAT_LIBALIAS_INFO command, that reports internal stats | glebius | 2013-03-21 | 2 | -0/+73 |
* | Fix compilation warning. | glebius | 2013-02-15 | 1 | -2/+4 |
* | ng_ether_ifnet_arrival_event: check interface type before using IFP2NG | avg | 2013-02-04 | 1 | -1/+7 |
* | ng_ether: track interface renaming | avg | 2013-02-02 | 1 | -4/+56 |
* | Use DEVMETHOD_END, as suggested by hselasky@. | rakuco | 2012-12-26 | 1 | -1/+1 |
* | Use the correct USB interface macros instead of USB_IF_CSI. | rakuco | 2012-12-26 | 1 | -1/+3 |
* | Add vendor IDs for Broadcom USB dongles (BCM20702). | glebius | 2012-12-26 | 1 | -0/+4 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 45 | -112/+112 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -1/+0 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 10 | -49/+4 |
* | Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specific | melifaro | 2012-10-11 | 3 | -0/+56 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Fix typo: s/unknow/unknown | kevlo | 2012-10-09 | 1 | -1/+1 |
* | After r241245 it appeared that in_delayed_cksum(), which still expects | glebius | 2012-10-08 | 1 | -3/+3 |
* | The USB Bluetooth driver should only grab its own interfaces. This allows the | hselasky | 2012-09-30 | 1 | -4/+16 |
* | Ensure that all cases that enqueue a netgraph item for delivery by a | rstone | 2012-09-27 | 1 | -1/+1 |
* | o Create directory sys/netpfil, where all packet filters should | glebius | 2012-09-14 | 1 | -1/+2 |
* | Remove duplicate check. | mav | 2012-08-03 | 1 | -1/+1 |
* | Add version so others can depend on this module | emaste | 2012-07-27 | 1 | -0/+2 |
* | Make radix lookup on src and dst flow addresses optional | melifaro | 2012-06-18 | 3 | -92/+113 |
* | 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 |