| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all possible node logic out of the rcvdata() function | mav | 2008-02-03 | 1 | -96/+90 |
* | Update statistics only in case if delivery was successfull. | glebius | 2005-06-07 | 1 | -2/+4 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+3 |
* | Having moved metadata usage to mbuf tags, remove code that supports | julian | 2004-06-26 | 1 | -13/+2 |
* | Removed a leftover from the previous change. | ru | 2004-06-01 | 1 | -4/+0 |
* | Add a new netgraph method to allow restoration of some | julian | 2004-05-29 | 1 | -8/+20 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+9 |
* | Don't duplicate a packet, just to throw it away when we discover the | julian | 2004-03-24 | 1 | -1/+1 |
* | Dont count bytes being sent to a disconnected hook. | julian | 2004-03-22 | 1 | -4/+4 |
* | Allow the caller to get an erro direclty if we sent the packet immediatly. | julian | 2003-07-03 | 1 | -1/+1 |
* | Fix a comment | julian | 2003-06-25 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 1 | -1/+1 |
* | Fix GCC warnings caused by initializing a zero length array. In the process, | archie | 2002-05-31 | 1 | -6/+6 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -2/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -1/+5 |
* | Swap egress hooks for packets entering from the monitor hooks. | julian | 2001-01-26 | 1 | -2/+2 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -22/+21 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -50/+66 |
* | Divorce the kernel binary ABI version number from the message | julian | 2000-12-18 | 1 | -1/+1 |
* | Reviewed by: Archie@freebsd.org | julian | 2000-12-12 | 1 | -2/+1 |
* | Add the use of M_ZERO to netgraph. | dwmalone | 2000-11-18 | 1 | -2/+1 |
* | Since neither archie nor I work at Whistle any more, change our email | julian | 2000-10-24 | 1 | -1/+1 |
* | Allocate all memory (including within node constructors) with M_NOWAIT | archie | 2000-09-21 | 1 | -1/+1 |
* | Add new control message to atomically get and clear statistics. | archie | 2000-08-10 | 1 | -24/+37 |
* | Two simple changes to the kernel internal API for netgraph modules, | julian | 2000-04-28 | 1 | -2/+3 |
* | Add control message ASCII conversion for this node type. | archie | 2000-01-27 | 1 | -4/+40 |
* | Use m_dup() instead of m_copypacket() to duplicate the mbuf chain. | archie | 1999-12-01 | 1 | -1/+1 |
* | Add two new generic control messages, NGM_ASCII2BINARY and | archie | 1999-11-30 | 1 | -1/+2 |
* | Fix crash when trying to duplicate a NULL meta. | archie | 1999-11-08 | 1 | -9/+12 |
* | Add statistics counters to "tee" netgraph node type. | archie | 1999-11-02 | 1 | -53/+119 |
* | Add typedefs for node methods | julian | 1999-11-01 | 1 | -8/+7 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 1 | -0/+268 |