| Commit message (Expand) | Author | Age | Files | Lines |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 4 | -10/+14 |
* | Free the dummynet descriptor in ip_dummynet, not in the called | luigi | 1999-05-04 | 4 | -12/+10 |
* | Add missing ``.''. | brian | 1999-05-04 | 1 | -1/+1 |
* | forgot passing the right pointer to dst to dummynet_io(). | luigi | 1999-05-04 | 1 | -2/+2 |
* | assorted dummynet cleanup: | luigi | 1999-05-04 | 2 | -27/+38 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 12 | -76/+85 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 7 | -15/+45 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | dt | 1999-04-28 | 1 | -1/+1 |
* | Suser() simplification: | phk | 1999-04-27 | 4 | -10/+10 |
* | Make one pass through the firewall the default. | luigi | 1999-04-26 | 1 | -2/+2 |
* | so_linger is in seconds, not in 1/HZ | ache | 1999-04-24 | 1 | -2/+2 |
* | Use pointer arithmetic as appropriate. | dt | 1999-04-24 | 1 | -2/+2 |
* | postpone the sending of IGMP LEAVE msg to after deleting the | luigi | 1999-04-24 | 1 | -2/+8 |
* | Work around an egcs optimizer bug (i386). This should fix the active ftp | luoqi | 1999-04-21 | 1 | -2/+4 |
* | s/IPFIREWALL_MODULE/KLD_MODULE/ | peter | 1999-04-20 | 1 | -2/+2 |
* | Tidy up some stray / unused stuff in the IPFW package and friends. | peter | 1999-04-20 | 8 | -105/+13 |
* | Zap LKM option and support. Farewell old friend. | peter | 1999-04-19 | 1 | -0/+2 |
* | Convert the dummynet lkm code to be kld aware (this isn't actually used | peter | 1999-04-17 | 1 | -26/+27 |
* | Oops, forgot this part of lkm code that's been replaced with kld. | peter | 1999-04-17 | 1 | -50/+3 |
* | Better handling for ARP/source routing on Token Ring | eivind | 1999-04-15 | 1 | -8/+16 |
* | Staticize. | eivind | 1999-04-11 | 1 | -2/+2 |
* | Two cosmetic changes, one a typo and the other, a clarification. | julian | 1999-04-07 | 2 | -7/+15 |
* | Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for the | nsayer | 1999-03-30 | 1 | -18/+22 |
* | Use the correct length from the mbuf header instead of the one from | luigi | 1999-03-26 | 1 | -9/+9 |
* | PacketAliasProxyRule takes a const char * | brian | 1999-03-25 | 1 | -1/+1 |
* | Add a ``const'' and remove some inconsistent prototype args. | brian | 1999-03-24 | 3 | -4/+4 |
* | add missing #include "opt_bdg.h" | luigi | 1999-03-24 | 1 | -1/+2 |
* | Remove duplicate line. | billf | 1999-03-23 | 1 | -1/+0 |
* | Fix a dummynet bug caused by passing a bad next hop address (the | luigi | 1999-03-16 | 1 | -5/+5 |
* | Fix the 'fwd' option to ipfw when asked to divert to another machine. | julian | 1999-03-12 | 1 | -7/+24 |
* | Submitted by: Larry Lile | julian | 1999-03-10 | 1 | -16/+79 |
* | Remove all diagnostics to stdout/stderr with #ifdef DEBUG | brian | 1999-03-09 | 4 | -22/+54 |
* | Document PacketAliasPptp() and allow it to be disabled | brian | 1999-03-07 | 2 | -2/+31 |
* | Remove unused function stubs. | brian | 1999-03-07 | 1 | -77/+0 |
* | Mention that PacketAliasProxyRule() doesn't accept host names, | brian | 1999-03-07 | 1 | -1/+3 |
* | When an incoming packet is reflected back as an ICMP reply, make sure we | archie | 1999-03-06 | 1 | -1/+2 |
* | Document PacketAliasProxyRule() and fix a typo. | brian | 1999-03-06 | 1 | -1/+88 |
* | Move kernel-only declaration inside #ifdef KERNEL section. | wollman | 1999-03-06 | 1 | -7/+5 |
* | arprequest() allocates an mbuf with m_gethdr() but does not initialize | wpaul | 1999-03-04 | 1 | -1/+2 |
* | Version 3.0: January 1, 1999 | brian | 1999-02-27 | 7 | -98/+1176 |
* | Add support for stealth forwarding (forwarding packets without touching | des | 1999-02-22 | 1 | -5/+18 |
* | World, I'd like you to meet the first FreeBSD token Ring driver. | julian | 1999-02-20 | 1 | -3/+8 |
* | avoid panic with pkts larger than MTU and DF set coming out of a pipe. | luigi | 1999-02-19 | 1 | -2/+2 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 9 | -8/+29 |
* | After wading in the cesspool of ip_input for an hour, I have managed to | wollman | 1999-02-09 | 1 | -10/+8 |
* | remove leftover garbage line. | julian | 1999-02-08 | 1 | -2/+1 |
* | Fix for PR 9309. | julian | 1999-02-08 | 1 | -1/+10 |
* | Use snd_nxt, not rcv_nxt, when calculating the ISS during TIME_WAIT. | fenner | 1999-02-06 | 2 | -4/+4 |
* | Nuke all the stupid ffs() stuff and use powerof2() instead. | msmith | 1999-02-04 | 2 | -4/+4 |
* | Fix power-of-2 check for the TCB hash size. | msmith | 1999-02-04 | 2 | -4/+4 |