| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo | emax | 2010-08-02 | 1 | -1/+1 |
* | Fix operation of "netgraph" action in conjunction with the | glebius | 2010-07-27 | 1 | -1/+2 |
* | Zero padding fields of netflow records. This helps to reduce | glebius | 2010-07-26 | 1 | -0/+3 |
* | Remove defunct email address from header as well. | emaste | 2010-07-06 | 1 | -1/+1 |
* | Remove email address that no longer exists. | emaste | 2010-07-06 | 1 | -1/+1 |
* | Fix a double-free bug which can occur if both bit error rate and packet | zec | 2010-07-06 | 1 | -2/+3 |
* | Avoid double-free. In error cases ipfw(4) frees the mbuf(4), we don't | glebius | 2010-07-06 | 1 | -4/+1 |
* | The struct ipfw_rule_ref follows the struct m_tag. Deal with this | glebius | 2010-07-01 | 1 | -4/+5 |
* | * Include sys/systm.h for KASSERT() | ae | 2010-06-15 | 1 | -6/+3 |
* | Style(9) fixes: | ae | 2010-06-10 | 2 | -38/+50 |
* | New netgraph node ng_patch(4). It performs data modification of packets | ae | 2010-06-09 | 2 | -0/+673 |
* | Remove some dead and incorrect code. | mav | 2010-06-05 | 1 | -1/+1 |
* | Fix a race between ngs_rcvmsg() and soclose() which closes the control | attilio | 2010-05-19 | 1 | -6/+26 |
* | Increase the target buffer for performing NGM_ASCII2BINARY conversion | zec | 2010-05-13 | 1 | -1/+1 |
* | Fix an invalid parameter detected by INVARIANT and confirmed by r193272. | fabient | 2010-05-06 | 1 | -1/+1 |
* | Add an optional "persistent" flag to ng_hub and ng_bridge, which if set, | zec | 2010-05-05 | 4 | -3/+95 |
* | When destroying a vnet, shut down all netgraph nodes tied to that vnet | zec | 2010-05-03 | 1 | -19/+33 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 4 | -5/+5 |
* | Avoid undefined behaviour. | trasz | 2010-04-30 | 1 | -8/+11 |
* | Start copyright notice with /*- | joel | 2010-04-07 | 2 | -2/+2 |
* | Remove alignment constraints. | mav | 2010-04-01 | 1 | -11/+11 |
* | Remove alignment constraints. | mav | 2010-04-01 | 1 | -4/+5 |
* | Remove alignment constraints. | mav | 2010-04-01 | 1 | -8/+11 |
* | Remove some more alignment constraints. | mav | 2010-03-31 | 2 | -7/+8 |
* | Make ng_ksocket fulfill lower protocol stack layers alignment requirements | mav | 2010-03-31 | 1 | -1/+13 |
* | Make ng_l2tp irrelevant to data alignment. | mav | 2010-03-31 | 1 | -15/+31 |
* | Make ng_ppp fulfill upper protocol stack layers alignment requirements | mav | 2010-03-31 | 1 | -0/+14 |
* | Remove disabled code. In 99% cases exports are send to ng_ksocket(4), which | glebius | 2010-03-25 | 1 | -9/+0 |
* | Now fix functionality of 'netstat -f netgraph' that hasn't worked | glebius | 2010-03-12 | 2 | -0/+4 |
* | Fix 'netstat -f netgraph', which I had broken in r163463 ling time | glebius | 2010-03-12 | 1 | -0/+18 |
* | Declare a new EVENTHANDLER called iflladdr_event which signals that the L2 | thompsa | 2010-01-18 | 3 | -0/+3 |
* | Send link state change control messages to "orphans" hook as well. | fjoe | 2010-01-09 | 1 | -6/+10 |
* | ip_var.h now needs to be before ip_fw_private.h | luigi | 2010-01-07 | 1 | -1/+1 |
* | Various cleanup done in ipfw3-head branch including: | luigi | 2010-01-04 | 1 | -30/+19 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 2 | -11/+11 |
* | bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expects | luigi | 2009-12-28 | 1 | -0/+1 |
* | bring in several cleanups tested in ipfw3-head branch, namely: | luigi | 2009-12-28 | 2 | -26/+6 |
* | merge code from ipfw3-head to reduce contention on the ipfw lock | luigi | 2009-12-22 | 2 | -2/+4 |
* | add ip_fw_private.h to ng_ipfw.c, forgotten in previous commit; | luigi | 2009-12-15 | 2 | -1/+3 |
* | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | jhb | 2009-11-06 | 4 | -4/+0 |
* | Spell DIAGNOSTIC correctly. | ru | 2009-10-24 | 1 | -2/+2 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 1 | -1/+1 |
* | Get those pesky RFCOMM RPM data bits right. This is likely a noop. | emax | 2009-09-10 | 1 | -2/+2 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -2/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 9 | -9/+7 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 7 | -113/+41 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 1 | -2/+2 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 3 | -5/+5 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 7 | -101/+29 |
* | Fix infinite loop in ng_iface, that happens when packet passes out via | mav | 2009-07-01 | 1 | -1/+2 |