| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | More bug fixes for the VJ Compression node. Seems to work now (really). | Archie Cobbs | 1999-11-15 | 2 | -55/+69 |
| * | Small fixes from Brian for the Server side of PPPoE. | Julian Elischer | 1999-11-15 | 1 | -9/+9 |
| * | Rework some tag handling, prompted by Brian Somers. | Julian Elischer | 1999-11-14 | 1 | -35/+25 |
| * | Try handle missing packet tags better. | Julian Elischer | 1999-11-14 | 1 | -12/+19 |
| * | Provide an empty name to getsockname() if one hasn't been set up. | Brian Somers | 1999-11-11 | 1 | -15/+28 |
| * | More bug fixes. | Archie Cobbs | 1999-11-10 | 1 | -17/+21 |
| * | Minor change to the configuration of number of slots. | Archie Cobbs | 1999-11-10 | 1 | -2/+2 |
| * | Fix some bugs; seems to work now. Minor change to the configuration field | Archie Cobbs | 1999-11-10 | 1 | -35/+29 |
| * | Move handling of the address and control fields into the PPP node; | Archie Cobbs | 1999-11-10 | 2 | -65/+85 |
| * | Remove a null pointer reference | Julian Elischer | 1999-11-09 | 3 | -2/+4 |
| * | Fix crash when trying to duplicate a NULL meta. | Archie Cobbs | 1999-11-08 | 1 | -9/+12 |
| * | Get rid of the 'sync2' hook, which was a hack. Instead, just | Archie Cobbs | 1999-11-08 | 2 | -53/+52 |
| * | Add support for the IFF_MULTICAST flag. There's not | Archie Cobbs | 1999-11-08 | 1 | -1/+3 |
| * | Be more accepting about the format of node IDs. | Julian Elischer | 1999-11-07 | 1 | -2/+2 |
| * | Move a structure Netstat needs back out to ng_socketvar.h (yech) | Julian Elischer | 1999-11-06 | 2 | -18/+3 |
| * | Fix several bugs found in the first bit of testing. | Archie Cobbs | 1999-11-06 | 2 | -35/+53 |
| * | Re-add this till I can fix netstat to not need it. | Julian Elischer | 1999-11-05 | 1 | -0/+63 |
| * | Add the option for a socket node to shut down when the last hook | Julian Elischer | 1999-11-05 | 3 | -65/+63 |
| * | Move isfoo() and friends to the newly created sys/ctype.h. | Poul-Henning Kamp | 1999-11-03 | 3 | -0/+3 |
| * | Add statistics counters to "tee" netgraph node type. | Archie Cobbs | 1999-11-02 | 2 | -53/+141 |
| * | Simplify checking/parsing of strings using strtoul(), isdigit(), etc. | Archie Cobbs | 1999-11-02 | 4 | -65/+37 |
| * | 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 | 17 | -147/+131 |
| * | braino in sample code. | Julian Elischer | 1999-11-01 | 1 | -2/+2 |
| * | Start making the contents of the generic framework opaque to the nodes. | Julian Elischer | 1999-11-01 | 5 | -30/+58 |
| * | Revamped and more useful PPP node type, supporting multi-link PPP directly. | Archie Cobbs | 1999-10-29 | 2 | -185/+1215 |
| * | When the session is running, don't include the ethernet header in the length ... | Julian Elischer | 1999-10-29 | 1 | -1/+2 |
| * | fix typo | Julian Elischer | 1999-10-27 | 1 | -2/+2 |
| * | The node goes away when last session disconnects or when disconnected from | Julian Elischer | 1999-10-27 | 1 | -0/+9 |
| * | change PPPoE occurences to pppoe. Not JUST a cosmeting change. | Julian Elischer | 1999-10-27 | 2 | -40/+40 |
| * | cleanups regarding misused m_pullup() and similar. | Julian Elischer | 1999-10-26 | 7 | -32/+44 |
| * | Send the negotiated session ID on our packets (DUH!). | Julian Elischer | 1999-10-26 | 1 | -1/+2 |
| * | Send a PADT message to the peer when a session is closed down. | Julian Elischer | 1999-10-26 | 1 | -1/+35 |
| * | This one actually gets session data to the waiting ppp daemon | Julian Elischer | 1999-10-26 | 1 | -38/+5 |
| * | This one actually negotiated it's way into a session. | Julian Elischer | 1999-10-26 | 1 | -12/+58 |
| * | Bring ng_iface up-to-date with what has happenned to the bpf code. | Julian Elischer | 1999-10-25 | 1 | -30/+17 |
| * | more fixes, braino's, typo's, etc. | Julian Elischer | 1999-10-23 | 1 | -8/+19 |
| * | A version of the pppoe code ellicits a response from the ISP end | Julian Elischer | 1999-10-23 | 1 | -19/+65 |
| * | dang, deleted a line | Julian Elischer | 1999-10-23 | 1 | -1/+2 |
| * | Now that Netgraph is in the system there are some cleanups we can do. | Julian Elischer | 1999-10-23 | 3 | -11/+30 |
| * | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | Julian Elischer | 1999-10-21 | 38 | -0/+12430 |