| Commit message (Expand) | Author | Age | Files | Lines |
* | Some minor code and math optimizations. | mav | 2008-03-26 | 1 | -40/+21 |
* | Rewrite node to support multiple hooks, alike to ng_l2tp, to use one pair | mav | 2008-03-24 | 1 | -241/+280 |
* | Quoting Alexander: | glebius | 2007-02-02 | 1 | -4/+5 |
* | Rework locking, that I have introduced recently, since it was incorrect: | glebius | 2005-09-08 | 1 | -35/+54 |
* | Lock down PPTP node, since it has many data structures, that won't survive | glebius | 2005-08-30 | 1 | -7/+25 |
* | Utilize callout_pending() macro | glebius | 2005-01-11 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -2/+3 |
* | Use ng_callout() and ng_uncallout() instead of home-grown | glebius | 2004-12-09 | 1 | -108/+17 |
* | Increase PPTP_MAX_TIMEOUT up to 3 seconds. 10 prooved too much for high packet | glebius | 2004-09-06 | 1 | -1/+1 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+9 |
* | Add 'enableWindowing' configuration knob to the ng_pptpgre(4) netgraph node. | archie | 2004-04-26 | 1 | -35/+49 |
* | Lower the maximum ACK timeout for GRE packets from 10 to 1 second. | archie | 2003-11-18 | 1 | -1/+1 |
* | Don't use ovbcopy(). | des | 2003-04-04 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 1 | -1/+1 |
* | Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payload | archie | 2002-09-14 | 1 | -1/+1 |
* | Const'ify variables to make it clear we're not writing to the mbuf data. | archie | 2002-06-05 | 1 | -8/+9 |
* | Fix GCC warnings caused by initializing a zero length array. In the process, | archie | 2002-05-31 | 1 | -6/+6 |
* | Use 'struct callout' instead of 'struct callout_handle' to avoid | archie | 2002-04-14 | 1 | -25/+81 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -6/+6 |
* | Don't reference a node after we dropped a reference to it | archie | 2001-04-11 | 1 | -1/+2 |
* | netgraph.h: | julian | 2001-03-10 | 1 | -1/+2 |
* | Fix potential crash caused by packets with bogus ACK's. | archie | 2001-03-08 | 1 | -1/+2 |
* | Part 2 of the netgraph rewrite. | julian | 2001-01-08 | 1 | -31/+30 |
* | Rewrite of netgraph to start getting ready for SMP. | julian | 2001-01-06 | 1 | -46/+55 |
* | Divorce the kernel binary ABI version number from the message | julian | 2000-12-18 | 1 | -2/+2 |
* | 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 |
* | Calling untimeout(9) leads to a race window where memory could be leaked. | archie | 2000-10-11 | 1 | -21/+5 |
* | Remove unnecessary #include's as reported by phk's script. | archie | 2000-09-22 | 1 | -3/+0 |
* | Allocate all memory (including within node constructors) with M_NOWAIT | archie | 2000-09-21 | 1 | -1/+1 |
* | Followup to previous commit.. | archie | 2000-07-25 | 1 | -20/+40 |
* | Several fixes: | archie | 2000-07-25 | 1 | -25/+54 |
* | Fix incorrectly implemented receive ACK timeout algorithm: | archie | 2000-06-28 | 1 | -14/+20 |
* | - Start sequence numbers at zero instead of one; the rest of the | archie | 2000-06-26 | 1 | -84/+57 |
* | Fix a couple of bugs: | archie | 2000-05-05 | 1 | -41/+209 |
* | Two simple changes to the kernel internal API for netgraph modules, | julian | 2000-04-28 | 1 | -2/+3 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Fix race condition caused by missing splnet()'s. | archie | 2000-01-04 | 1 | -0/+4 |
* | New netgraph node type 'pptpgre': this performs GRE encapsulation | archie | 1999-12-08 | 1 | -0/+759 |