| Commit message (Expand) | Author | Age | Files | Lines |
* | Include machine/in_cksum.h to unbreak options MROUTING. | ken | 2000-05-08 | 1 | -0/+1 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -12/+15 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add sufficient braces to keep egcs happy about potentially ambiguous | peter | 1999-05-06 | 1 | -4/+5 |
* | Use dynamic memory allocation instead of mbuf's for multicast routing | fenner | 1999-01-18 | 1 | -102/+82 |
* | Remove unused statics. | eivind | 1999-01-12 | 1 | -5/+1 |
* | Add missing "break"s to allow multicast routing to work. | fenner | 1998-12-16 | 1 | -1/+3 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -4/+1 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -146/+151 |
* | Fixed printf format errors. | bde | 1998-08-17 | 1 | -34/+36 |
* | Byte count statistics of multicast vifs are invalid. | phk | 1998-06-30 | 1 | -2/+2 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 1 | -2/+2 |
* | Staticize. | eivind | 1998-02-09 | 1 | -3/+3 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -5/+1 |
* | Update for new callout interface. | gibbs | 1997-09-21 | 1 | -4/+6 |
* | Remove crufty LBL ifdef that only applies to Suns. | fenner | 1997-07-19 | 1 | -5/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 2: include | bde | 1997-03-24 | 1 | -2/+2 |
* | Properly notice error returns from if_allmulti(). | wollman | 1997-02-21 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Use the new if_multiaddrs list for multicast addresses rather than the | wollman | 1997-01-13 | 1 | -6/+4 |
* | Allocate a header mbuf for the start of the encapsulated packet. | fenner | 1996-11-23 | 1 | -3/+3 |
* | Fix braino in rev 1.30 fix; m_copy() the mbuf that has the header | fenner | 1996-07-12 | 1 | -2/+2 |
* | Don't use NULL in non-pointer contexts. | bde | 1996-07-12 | 1 | -2/+2 |
* | Always call ip_output() with a valid route pointer. For igmp, also get the | wollman | 1996-04-18 | 1 | -3/+10 |
* | Make rip_input() take the header length | fenner | 1996-03-26 | 1 | -13/+8 |
* | Cleaned up uninitialized 'rt' warning properly | fenner | 1996-03-11 | 1 | -7/+8 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 1 | -2/+2 |
* | Add more options into the conf/options and i386/conf/options.i386 files | peter | 1996-03-02 | 1 | -1/+2 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -7/+7 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-02 | 1 | -2/+27 |
* | New style sysctl & staticize alot of stuff. | phk | 1995-11-14 | 1 | -21/+20 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 1 | -8/+2 |
* | Put newline at end of log()ed messages so syslog can't fill up your | wollman | 1995-10-06 | 1 | -21/+22 |
* | Fix some problems with multicast forwarding: | wollman | 1995-08-23 | 1 | -122/+128 |
* | Fix test for determining when RSVP is inactive in a router. (In this | wollman | 1995-07-26 | 1 | -3/+3 |
* | Declare rsvp_input() to take the correct set of arguments and figure out | wollman | 1995-07-24 | 1 | -5/+12 |
* | From Bill Fenner: | wollman | 1995-06-26 | 1 | -1/+2 |
* | Fix a resource allocation bug where multicast forwarding would leak mbufs | wollman | 1995-06-19 | 1 | -4/+4 |
* | Kernel side of 3.5 multicast routing code, based on work by Bill Fenner | wollman | 1995-06-13 | 1 | -651/+995 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -53/+53 |
* | Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, | dg | 1995-04-09 | 1 | -0/+1 |
* | Remove redundant declarations. | bde | 1995-04-02 | 1 | -3/+0 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -2/+0 |
* | This set of patches enables IP multicasting to work under FreeBSD. I am | wollman | 1995-03-16 | 1 | -19/+27 |
* | Fix benign type mismatch. | bde | 1995-02-22 | 1 | -1/+1 |
* | Added missing newlines to calls to log(). | dg | 1995-02-20 | 1 | -19/+19 |
* | Bug fixes from John Brezak. | wollman | 1994-10-21 | 1 | -3/+3 |
* | Fix some endianness and packet header bugs found in BSDi's port of this code. | wollman | 1994-10-13 | 1 | -14/+27 |