| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings. | John Baldwin | 2002-11-08 | 1 | -3/+3 |
| * | if you have taken the mbuf out of the message object, then if you pass | Julian Elischer | 2002-06-09 | 1 | -1/+3 |
| * | Fix GCC warnings caused by initializing a zero length array. In the process, | Archie Cobbs | 2002-05-31 | 1 | -13/+13 |
| * | Fix bugs where the ng_ppp node could transmit PPP frames whose length | Archie Cobbs | 2002-03-15 | 1 | -4/+18 |
| * | Fix another bug in handling of multi-link sequence numbers. | Archie Cobbs | 2002-02-13 | 1 | -3/+4 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -11/+11 |
| * | Fix some memory leaks | Julian Elischer | 2001-01-10 | 1 | -9/+15 |
| * | Part 2 of the netgraph rewrite. | Julian Elischer | 2001-01-08 | 1 | -51/+51 |
| * | Rewrite of netgraph to start getting ready for SMP. | Julian Elischer | 2001-01-06 | 1 | -95/+139 |
| * | Divorce the kernel binary ABI version number from the message | Julian Elischer | 2000-12-18 | 1 | -1/+1 |
| * | Use "node->ID" for the node's ID, instead of "(long)node". | Archie Cobbs | 2000-12-18 | 1 | -5/+1 |
| * | Reviewed by: Archie@freebsd.org | Julian Elischer | 2000-12-12 | 1 | -7/+9 |
| * | Add the use of M_ZERO to netgraph. | David Malone | 2000-11-18 | 1 | -2/+1 |
| * | In preparation for deprecating CIRCLEQ macros in favor of TAILQ | Kirk McKusick | 2000-11-15 | 1 | -35/+34 |
| * | More complete fix for multi-link sequence number handling bugs. | Archie Cobbs | 2000-10-06 | 1 | -37/+79 |
| * | Fix bug in handling of multi-link sequence numbers. | Archie Cobbs | 2000-10-06 | 1 | -2/+4 |
| * | Remove unnecessary #include's as reported by phk's script. | Archie Cobbs | 2000-09-22 | 1 | -1/+0 |
| * | Allocate all memory (including within node constructors) with M_NOWAIT | Archie Cobbs | 2000-09-21 | 1 | -1/+1 |
| * | Oops, previous commit fixed a bug that was already fixed before. | Archie Cobbs | 2000-08-10 | 1 | -2/+0 |
| * | Fix bug where bundle-level receive statistics were not getting updated. | Archie Cobbs | 2000-08-09 | 1 | -0/+2 |
| * | Fix bug where receive statistics for the bundle were not getting updated. | Archie Cobbs | 2000-06-01 | 1 | -0/+4 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -2/+2 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -2/+2 |
| * | Fix broken multi-link fragment reassembly algorithm. | Archie Cobbs | 2000-05-02 | 1 | -227/+663 |
| * | Two simple changes to the kernel internal API for netgraph modules, | Julian Elischer | 2000-04-28 | 1 | -3/+6 |
| * | Fix a few obscure memory leaks. | Archie Cobbs | 2000-01-05 | 1 | -5/+11 |
| * | Fix bugs in the MP fragment reassembly code that can cause a panic. | Archie Cobbs | 1999-12-17 | 1 | -26/+32 |
| * | Remove a bunch of un-needed includes. | Julian Elischer | 1999-12-07 | 1 | -2/+0 |
| * | Add two new generic control messages, NGM_ASCII2BINARY and | Archie Cobbs | 1999-11-30 | 1 | -2/+76 |
| * | Change the prototype of the strto* routines to make the second | Archie Cobbs | 1999-11-24 | 1 | -1/+2 |
| * | Fix bug where hook pointers were not getting updated on disconnection. | Archie Cobbs | 1999-11-19 | 1 | -4/+18 |
| * | More bug fixes. | Archie Cobbs | 1999-11-10 | 1 | -17/+21 |
| * | Move handling of the address and control fields into the PPP node; | Archie Cobbs | 1999-11-10 | 1 | -64/+83 |
| * | Fix several bugs found in the first bit of testing. | Archie Cobbs | 1999-11-06 | 1 | -35/+52 |
| * | Move isfoo() and friends to the newly created sys/ctype.h. | Poul-Henning Kamp | 1999-11-03 | 1 | -0/+1 |
| * | Simplify checking/parsing of strings using strtoul(), isdigit(), etc. | Archie Cobbs | 1999-11-02 | 1 | -18/+9 |
| * | Fix some bugs in MP allocation routine when links are non-equivalent. | Archie Cobbs | 1999-11-01 | 1 | -12/+29 |
| * | Add typedefs for node methods | Julian Elischer | 1999-11-01 | 1 | -8/+7 |
| * | Revamped and more useful PPP node type, supporting multi-link PPP directly. | Archie Cobbs | 1999-10-29 | 1 | -152/+1150 |
| * | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | Julian Elischer | 1999-10-21 | 1 | -0/+406 |