| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: RTFREE the correct route entry in dummynet_io(). The previous | Luigi Rizzo | 1999-11-26 | 1 | -3/+3 |
| * | MFC rev 1.14 - add missing ICMP_PARAMPROB_* defines | Peter Wemm | 1999-11-18 | 1 | -0/+2 |
| * | Fix the CLOSING state bug that crept in from 4.0. | Brian Feldman | 1999-11-15 | 1 | -1/+1 |
| * | MFC the IPSTEALTH option | Dag-Erling Smørgrav | 1999-11-01 | 1 | -4/+18 |
| * | MFC (rev 1.62): Add missing newline to log() message. | Sheldon Hearn | 1999-10-18 | 1 | -1/+1 |
| * | MFC: Add the net.inet.icmp.drop_redirect, net.inet.icmp.log_redirect, | Dag-Erling Smørgrav | 1999-10-14 | 2 | -2/+56 |
| * | MFC the fix for truncated arp packets, and this time | Larry Lile | 1999-09-16 | 1 | -20/+22 |
| * | MFC fix for truncated token-ring arp replies. | Larry Lile | 1999-09-15 | 1 | -36/+56 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 65 | -66/+66 |
| * | MFC: | Brian Feldman | 1999-08-29 | 8 | -29/+279 |
| * | whoops... missing semicolon | Luigi Rizzo | 1999-08-16 | 1 | -2/+2 |
| * | MFC: add probabilistic rule match code (kernel+userland) and manpage. | Luigi Rizzo | 1999-08-16 | 2 | -9/+38 |
| * | MFC: add spl protection when restarting the timer. | Luigi Rizzo | 1999-08-11 | 1 | -2/+4 |
| * | MFC: in in_pcbconnect(), check errors from in_pcbbind() and exit | Pierre Beyssac | 1999-06-27 | 1 | -3/+6 |
| * | MFC: 1.55: tegge: don't deref NULL on tcp pcblist sysctl copyout if the | Peter Wemm | 1999-06-20 | 1 | -2/+7 |
| * | MFC: Don't accept divert/tee/pipe rules without corresponding option. | Ruslan Ermilov | 1999-06-17 | 1 | -3/+11 |
| * | MFC: stop mbuf leak when writing to a tcp session in certain race | Peter Wemm | 1999-06-05 | 1 | -7/+28 |
| * | MFC: Olicom token ring support and token ring framework. | Julian Elischer | 1999-05-27 | 1 | -4/+76 |
| * | MFC: close PR# kern/10889 | Luigi Rizzo | 1999-05-24 | 1 | -1/+4 |
| * | MFC: free the dummynet header in ip_dummynet, not in the called | Luigi Rizzo | 1999-05-04 | 4 | -12/+10 |
| * | MFC -- assorted dummynet cleanups | Luigi Rizzo | 1999-05-04 | 2 | -27/+38 |
| * | MFC: linger time in seconds | Andrey A. Chernov | 1999-04-30 | 1 | -2/+2 |
| * | MFC: make one pass through the firewall the default. | Luigi Rizzo | 1999-04-26 | 1 | -2/+2 |
| * | MFC: move igmp_leavegroup() after if_delmulti. | Luigi Rizzo | 1999-04-25 | 1 | -2/+8 |
| * | MFC: | David E. O'Brien | 1999-04-20 | 1 | -3/+3 |
| * | MFC: two cosmetic changes. | Julian Elischer | 1999-04-07 | 2 | -7/+15 |
| * | 1.103.2.1 merged the changes made in 1.105 to RELENG_3. Fixes the | Nick Sayer | 1999-04-01 | 1 | -1/+1 |
| * | MFC | Nick Sayer | 1999-03-31 | 1 | -18/+22 |
| * | one more typo.... will i ever fix this... | Luigi Rizzo | 1999-03-26 | 1 | -2/+2 |
| * | MFC: fix length handling with bridged packets. | Luigi Rizzo | 1999-03-26 | 1 | -8/+8 |
| * | MFC: add missing #include "opt_bdg.h" | Luigi Rizzo | 1999-03-24 | 1 | -1/+2 |
| * | MFC: fix "arp: host is not local" problem with dummynet | Luigi Rizzo | 1999-03-16 | 1 | -5/+5 |
| * | MFC: 1.116 | Julian Elischer | 1999-03-12 | 1 | -7/+24 |
| * | MFC: When an incoming packet is reflected back as an ICMP reply, make sure we | Archie Cobbs | 1999-03-06 | 1 | -1/+2 |
| * | MFC: initialize rcvif in mbuf packet header to NULL in arprequest(). | Bill Paul | 1999-03-04 | 1 | -1/+2 |
| * | MFC: prevent panic when pkts > MTU and with DF set get out of a pipe. | Luigi Rizzo | 1999-02-19 | 1 | -2/+2 |
| * | MFC: Fix garbage inputs to ifa_ifwithaddr(). | Julian Elischer | 1999-02-08 | 1 | -1/+9 |
| * | MFC: kernel tunable for TCBHASHSIZE | Mike Smith | 1999-02-04 | 1 | -4/+14 |
| * | MFC: Move kernel-only declarations to within #ifdef KERNEL | Archie Cobbs | 1999-01-25 | 1 | -4/+9 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_3'. | cvs2svn | 1999-01-21 | 15 | -9170/+0 |
| * | Add a flag, passed to pru_send routines, PRUS_MORETOCOME. This | Bill Fenner | 1999-01-20 | 3 | -21/+28 |
| * | Fix bug in last commit (la was used uninitialized if no route was passed in). | Bill Fenner | 1999-01-19 | 1 | -2/+2 |
| * | Use dynamic memory allocation instead of mbuf's for multicast routing | Bill Fenner | 1999-01-18 | 2 | -103/+86 |
| * | Rename igmp's MALLOC; it doesn't have anything to do with multicast routing. | Bill Fenner | 1999-01-18 | 1 | -3/+3 |
| * | If arpresolve() gets passed a route with a null llinfo, call | Bill Fenner | 1999-01-18 | 1 | -2/+2 |
| * | ... _and_ the (void*) casts for %p. Next, I'll forget my own name :-( | Eivind Eklund | 1999-01-12 | 1 | -3/+3 |
| * | Avoid unnecessary GCCism - I hadn't noticed the __unused macro. | Eivind Eklund | 1999-01-12 | 1 | -2/+3 |
| * | * Print pointers using the correct type (%p) instead of %x. | Eivind Eklund | 1999-01-12 | 1 | -6/+8 |
| * | Add #ifdef's to avoid unused label warning in some cases. | Eivind Eklund | 1999-01-12 | 1 | -1/+3 |
| * | Remove unused statics. | Eivind Eklund | 1999-01-12 | 1 | -5/+1 |