| Commit message (Expand) | Author | Age | Files | Lines |
| * | Massive sync with HEAD: | Alexander Motin | 2008-02-06 | 1 | -0/+1 |
| * | MFC: Change the life cycle of bpf interface objects to close attach/detach | John Baldwin | 2007-01-19 | 1 | -1/+1 |
| * | MFC ALTQ support for ng_iface(4). | Gleb Smirnoff | 2005-11-09 | 1 | -26/+70 |
| * | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | Robert Watson | 2005-08-25 | 1 | -10/+13 |
| * | Fix some long standing bugs in writing to the BPF device attached to | David Malone | 2005-06-26 | 1 | -8/+5 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -2/+2 |
| * | Don't init ifp->if_addrhead, if_attach() does it for us. | Brooks Davis | 2005-04-03 | 1 | -1/+0 |
| * | Use subr_unit allocator instead of own functions. | Gleb Smirnoff | 2005-03-14 | 1 | -92/+5 |
| * | Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD. | Ruslan Ermilov | 2005-02-05 | 1 | -1/+23 |
| * | Parse "getifname" using the standard parse string type. | Ruslan Ermilov | 2005-02-03 | 1 | -23/+6 |
| * | Consider IFF_UP as "administratively up" flag, and IFF_RUNNING as | Gleb Smirnoff | 2005-01-14 | 1 | -2/+2 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+3 |
| * | Netgraph flow control: change interface status when node receive | Gleb Smirnoff | 2004-11-23 | 1 | -0/+12 |
| * | Introduce a new mutex, ng_iface_mtx, to protect the global unit list | Robert Watson | 2004-07-14 | 1 | -1/+12 |
| * | Consistently use __inline instead of __inline__ as the former is an empty macro | Stefan Farfeleder | 2004-07-04 | 1 | -6/+6 |
| * | Having moved metadata usage to mbuf tags, remove code that supports | Julian Elischer | 2004-06-26 | 1 | -2/+1 |
| * | Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer. | Julian Elischer | 2004-06-25 | 1 | -2/+0 |
| * | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer | 2004-05-29 | 1 | -12/+9 |
| * | Implemented the "getifindex" control message. | Ruslan Ermilov | 2004-03-07 | 1 | -0/+16 |
| * | o eliminate widespread on-stack mbuf use for bpf by introducing | Sam Leffler | 2003-12-28 | 1 | -8/+2 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -9/+8 |
| * | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -1/+1 |
| * | Include correct opt_* headers for supported address families. Dike out | Jonathan Lemon | 2003-03-08 | 1 | -10/+5 |
| * | Finish driving a stake through the heart of netns and the associated | Peter Wemm | 2003-03-05 | 1 | -6/+0 |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -3/+48 |
| * | o track changes to ethernet input packet handling | Sam Leffler | 2002-11-14 | 1 | -1/+1 |
| * | Use if_printf(ifp, "blah") instead of | Brooks Davis | 2002-10-21 | 1 | -1/+1 |
| * | Fix GCC warnings caused by initializing a zero length array. In the process, | Archie Cobbs | 2002-05-31 | 1 | -3/+3 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -8/+8 |
| * | Fix some memory leaks | Julian Elischer | 2001-01-10 | 1 | -8/+25 |
| * | Part 2 of the netgraph rewrite. | Julian Elischer | 2001-01-08 | 1 | -8/+8 |
| * | Rewrite of netgraph to start getting ready for SMP. | Julian Elischer | 2001-01-06 | 1 | -29/+14 |
| * | Divorce the kernel binary ABI version number from the message | Julian Elischer | 2000-12-18 | 1 | -1/+1 |
| * | Reviewed by: Archie@freebsd.org | Julian Elischer | 2000-12-12 | 1 | -2/+1 |
| * | Add the use of M_ZERO to netgraph. | David Malone | 2000-11-18 | 1 | -4/+2 |
| * | Since neither archie nor I work at Whistle any more, change our email | Julian Elischer | 2000-10-24 | 1 | -1/+1 |
| * | Allocate all memory (including within node constructors) with M_NOWAIT | Archie Cobbs | 2000-09-21 | 1 | -3/+3 |
| * | Two simple changes to the kernel internal API for netgraph modules, | Julian Elischer | 2000-04-28 | 1 | -2/+3 |
| * | Call bpfdetach() before going away. | Archie Cobbs | 2000-03-21 | 1 | -0/+1 |
| * | Updates to the ng_iface(8) netgraph node type: | Archie Cobbs | 2000-03-13 | 1 | -175/+209 |
| * | Remove a bunch of un-needed includes. | Julian Elischer | 1999-12-07 | 1 | -6/+0 |
| * | Add two new generic control messages, NGM_ASCII2BINARY and | Archie Cobbs | 1999-11-30 | 1 | -8/+6 |
| * | Rename 'struct private' to 'struct ng_xxx_private' to allow gdb | Archie Cobbs | 1999-11-19 | 1 | -2/+2 |
| * | Add support for the IFF_MULTICAST flag. There's not | Archie Cobbs | 1999-11-08 | 1 | -1/+3 |
| * | Add typedefs for node methods | Julian Elischer | 1999-11-01 | 1 | -8/+7 |
| * | Bring ng_iface up-to-date with what has happenned to the bpf code. | Julian Elischer | 1999-10-25 | 1 | -30/+17 |
| * | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | Julian Elischer | 1999-10-21 | 1 | -0/+778 |