| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | LibAliasInit() should allocate memory with M_WAITOK flag. Modify it | Gleb Smirnoff | 2011-04-18 | 1 | -4/+0 |
| * | Finish last change. | Gleb Smirnoff | 2011-04-18 | 1 | -1/+0 |
| * | Further cleanup of node creation path from M_NOWAIT usage. | Gleb Smirnoff | 2011-04-18 | 1 | -11/+3 |
| * | ng_netflow_cache_init() can be void. | Gleb Smirnoff | 2011-04-18 | 3 | -7/+4 |
| * | Node constructor methods are supposed to be called in syscall | Gleb Smirnoff | 2011-04-18 | 40 | -144/+43 |
| * | Use M_WAITOK flag instead M_WAIT for malloc. | Andrey V. Elsukov | 2011-04-18 | 1 | -5/+6 |
| * | Fix error where error variable was assigned result of comparison, | Gleb Smirnoff | 2011-04-17 | 1 | -1/+1 |
| * | Properly unref ng_hub nodes on shutdown, so that we don't leak them. | Marko Zec | 2011-04-07 | 1 | -0/+2 |
| * | Improve locking of creating and dropping links in the graph, acquiring | Gleb Smirnoff | 2011-03-21 | 1 | -51/+46 |
| * | Remove spl(9) remnants. | Gleb Smirnoff | 2011-03-19 | 1 | -3/+1 |
| * | Unbreak the build for no options INET6. | Bjoern A. Zeeb | 2011-03-03 | 2 | -0/+8 |
| * | Add support for NetFlow version 9 into ng_netflow(4) node. | Gleb Smirnoff | 2011-03-02 | 6 | -132/+1739 |
| * | Add XMIT_FAILOVER transmit algorithm to ng_one2many node. Packets are | Andrey V. Elsukov | 2011-03-01 | 2 | -0/+6 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 2 | -2/+2 |
| * | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | Bjoern A. Zeeb | 2011-02-16 | 3 | -3/+21 |
| * | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 7 | -23/+23 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 2 | -2/+0 |
| * | Simplify ng_pipe locking model by relying on the netgraph framework | Marko Zec | 2010-11-24 | 1 | -147/+85 |
| * | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 3 | -5/+5 |
| * | Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to be | Marko Zec | 2010-11-22 | 2 | -1/+3 |
| * | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 3 | -5/+5 |
| * | When calling panic(), always pass a format string. | Rui Paulo | 2010-10-13 | 8 | -12/+12 |
| * | Fix typo | Maksim Yevmenkin | 2010-08-02 | 1 | -1/+1 |
| * | Fix operation of "netgraph" action in conjunction with the | Gleb Smirnoff | 2010-07-27 | 1 | -1/+2 |
| * | Zero padding fields of netflow records. This helps to reduce | Gleb Smirnoff | 2010-07-26 | 1 | -0/+3 |
| * | Remove defunct email address from header as well. | Ed Maste | 2010-07-06 | 1 | -1/+1 |
| * | Remove email address that no longer exists. | Ed Maste | 2010-07-06 | 1 | -1/+1 |
| * | Fix a double-free bug which can occur if both bit error rate and packet | Marko Zec | 2010-07-06 | 1 | -2/+3 |
| * | Avoid double-free. In error cases ipfw(4) frees the mbuf(4), we don't | Gleb Smirnoff | 2010-07-06 | 1 | -4/+1 |
| * | The struct ipfw_rule_ref follows the struct m_tag. Deal with this | Gleb Smirnoff | 2010-07-01 | 1 | -4/+5 |
| * | * Include sys/systm.h for KASSERT() | Andrey V. Elsukov | 2010-06-15 | 1 | -6/+3 |
| * | Style(9) fixes: | Andrey V. Elsukov | 2010-06-10 | 2 | -38/+50 |