| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs | cvs2svn | 2000-06-25 | 1 | -1/+1 |
| * | Various MFC: | Luigi Rizzo | 2000-01-18 | 1 | -12/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 1 | -1/+1 |
| * | MFC: | Brian Feldman | 1999-08-29 | 1 | -1/+2 |
| * | Last bits (i think) of dummynet for -current. | Luigi Rizzo | 1998-12-14 | 1 | -1/+23 |
| * | Yow! Completely change the way socket options are handled, eliminating | Garrett Wollman | 1998-08-23 | 1 | -82/+108 |
| * | Convert socket structures to be type-stable and add a version number. | Garrett Wollman | 1998-05-15 | 1 | -2/+88 |
| * | Fixed style bugs (mostly) in previous commit. | Bruce Evans | 1998-03-28 | 1 | -2/+3 |
| * | Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol creates | Garrett Wollman | 1998-03-24 | 1 | -1/+4 |
| * | Improved connection establishment performance by doing local port lookups via | David Greenman | 1998-01-27 | 1 | -1/+2 |
| * | Call in_pcballoc() at splnet(). As near as I can tell, this won't fix | David Greenman | 1997-12-18 | 1 | -4/+9 |
| * | Update network code to use poll support. | Peter Wemm | 1997-09-14 | 1 | -2/+2 |
| * | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 1 | -9/+9 |
| * | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -3/+1 |
| * | Disallow writing raw IP packets shorter than the IP header. | Bill Fenner | 1997-05-22 | 1 | -2/+3 |
| * | The long-awaited mega-massive-network-code- cleanup. Part I. | Garrett Wollman | 1997-04-27 | 1 | -11/+13 |
| * | Reorganize elements of the inpcb struct to take better advantage of | David Greenman | 1997-04-03 | 1 | -4/+4 |
| * | Improved performance of hash algorithm while (hopefully) not reducing | David Greenman | 1997-03-03 | 1 | -2/+2 |
| * | Convert raw IP from mondo-switch-statement-from-Hell to | Garrett Wollman | 1997-02-18 | 1 | -155/+127 |
| * | Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interface | Garrett Wollman | 1997-02-13 | 1 | -1/+63 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Use queue macros for the list of interfaces. Next stop: ifaddrs! | Garrett Wollman | 1996-12-11 | 1 | -3/+3 |
| * | Add the IP_RECVIF socket option, which supplies a packet's incoming interface | Bill Fenner | 1996-11-11 | 1 | -11/+23 |
| * | Don't allow reassembly to create packets bigger than IP_MAXPACKET, and count | Bill Fenner | 1996-10-25 | 1 | -1/+9 |
| * | All three files: make COMPAT_IPFW==0 case work again. | Garrett Wollman | 1996-10-07 | 1 | -2/+2 |
| * | Oops, send the operation type, not the name to the NAT code... | Søren Schmidt | 1996-08-27 | 1 | -2/+2 |
| * | Add hooks for an IP NAT module, much like the firewall stuff... | Søren Schmidt | 1996-08-21 | 1 | -4/+11 |
| * | Eliminate some more references to separate ip_v and ip_hl fields. | Garrett Wollman | 1996-07-24 | 1 | -3/+5 |
| * | Removed extraneous return. | Alexander Langer | 1996-07-20 | 1 | -2/+1 |
| * | Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightly | Garrett Wollman | 1996-05-22 | 1 | -1/+10 |
| * | Make rip_input() take the header length | Bill Fenner | 1996-03-26 | 1 | -3/+3 |
| * | Fix ip option processing for raw IP sockets. This whole thing is a compromise | Paul Traina | 1996-03-13 | 1 | -4/+10 |
| * | Move or add #include <queue.h> in preparation for upcoming struct socket | David Greenman | 1996-03-11 | 1 | -2/+2 |
| * | Make getsockopt() capable of handling more than one mbuf worth of data. | Poul-Henning Kamp | 1996-02-24 | 1 | -11/+10 |
| * | Big sweep over the IPFIREWALL and IPACCT code. | Poul-Henning Kamp | 1996-02-23 | 1 | -22/+2 |
| * | Staticize. | Poul-Henning Kamp | 1995-12-09 | 1 | -4/+4 |
| * | New style sysctl & staticize alot of stuff. | Poul-Henning Kamp | 1995-11-14 | 1 | -3/+3 |
| * | Fix panic caused by PRU_CONTROL not being dealt with properly. Bug pointed | David Greenman | 1995-10-21 | 1 | -2/+8 |
| * | Merge with 4.4-Lite-2: fix bug that caused getsockopt of IP_HDRINCL | Garrett Wollman | 1995-09-21 | 1 | -15/+15 |
| * | Completely turn off RSVP intercept when a socket being used for that purpose | Garrett Wollman | 1995-07-24 | 1 | -1/+2 |
| * | Kernel side of 3.5 multicast routing code, based on work by Bill Fenner | Garrett Wollman | 1995-06-13 | 1 | -31/+20 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -4/+4 |
| * | Fix getsockopt(IP_ACCT_*) to not panic kernel | Andrey A. Chernov | 1995-05-12 | 1 | -3/+2 |
| * | Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, | David Greenman | 1995-04-09 | 1 | -6/+14 |
| * | This set of patches enables IP multicasting to work under FreeBSD. I am | Garrett Wollman | 1995-03-16 | 1 | -3/+24 |
| * | YFfix. | Poul-Henning Kamp | 1995-02-14 | 1 | -2/+3 |
| * | Make sure to disable RSVP intercept when the socket is closed. | Garrett Wollman | 1995-02-07 | 1 | -1/+3 |
| * | Correct long-standing error in the RSVP hooks (would initialize but never | Garrett Wollman | 1995-01-26 | 1 | -3/+3 |
| * | Actual firewall change. | Ugen J.S. Antsilevich | 1995-01-12 | 1 | -16/+16 |
| * | Fixed mbuf lossage when level != IPPROTO_IP. Problem reported by Robert | David Greenman | 1995-01-12 | 1 | -2/+5 |