| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix several typos | eadler | 2013-05-12 | 1 | -1/+1 |
* | Fxi a bunch of typos. | eadler | 2013-05-10 | 1 | -1/+1 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 2 | -11/+11 |
* | - Correct mispellings of the word necessary | gabor | 2013-04-17 | 1 | -1/+1 |
* | Attempt to clean up spacing and long lines. | glebius | 2013-04-12 | 1 | -98/+112 |
* | Add blacklist entries for Atheros bluetooth device IDs that are known to | adrian | 2013-04-05 | 1 | -0/+33 |
* | Revamp mbuf handling in ng_ksocket_incoming2(): | glebius | 2013-03-29 | 1 | -12/+22 |
* | Whitespace. | glebius | 2013-03-29 | 1 | -10/+10 |
* | Non-functional cleanup of ng_ksocket_incoming2(). | glebius | 2013-03-29 | 1 | -8/+8 |
* | Return ENOMEM if malloc() fails. | glebius | 2013-03-26 | 1 | -1/+1 |
* | Cleanup: wrap long lines, cleanup comments, etc. | glebius | 2013-03-26 | 2 | -113/+141 |
* | 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 |