aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/raw_ip.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-251-1/+1
* Various MFC:Luigi Rizzo2000-01-181-12/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* MFC:Brian Feldman1999-08-291-1/+2
* Last bits (i think) of dummynet for -current.Luigi Rizzo1998-12-141-1/+23
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-82/+108
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-2/+88
* Fixed style bugs (mostly) in previous commit.Bruce Evans1998-03-281-2/+3
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createsGarrett Wollman1998-03-241-1/+4
* Improved connection establishment performance by doing local port lookups viaDavid Greenman1998-01-271-1/+2
* Call in_pcballoc() at splnet(). As near as I can tell, this won't fixDavid Greenman1997-12-181-4/+9
* Update network code to use poll support.Peter Wemm1997-09-141-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-9/+9
* Removed unused #includes.Bruce Evans1997-08-021-3/+1
* Disallow writing raw IP packets shorter than the IP header.Bill Fenner1997-05-221-2/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-11/+13
* Reorganize elements of the inpcb struct to take better advantage ofDavid Greenman1997-04-031-4/+4
* Improved performance of hash algorithm while (hopefully) not reducingDavid Greenman1997-03-031-2/+2
* Convert raw IP from mondo-switch-statement-from-Hell toGarrett Wollman1997-02-181-155/+127
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfaceGarrett Wollman1997-02-131-1/+63
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use queue macros for the list of interfaces. Next stop: ifaddrs!Garrett Wollman1996-12-111-3/+3
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfaceBill Fenner1996-11-111-11/+23
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countBill Fenner1996-10-251-1/+9
* All three files: make COMPAT_IPFW==0 case work again.Garrett Wollman1996-10-071-2/+2
* Oops, send the operation type, not the name to the NAT code...Søren Schmidt1996-08-271-2/+2
* Add hooks for an IP NAT module, much like the firewall stuff...Søren Schmidt1996-08-211-4/+11
* Eliminate some more references to separate ip_v and ip_hl fields.Garrett Wollman1996-07-241-3/+5
* Removed extraneous return.Alexander Langer1996-07-201-2/+1
* Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightlyGarrett Wollman1996-05-221-1/+10
* Make rip_input() take the header lengthBill Fenner1996-03-261-3/+3
* Fix ip option processing for raw IP sockets. This whole thing is a compromisePaul Traina1996-03-131-4/+10
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-2/+2
* Make getsockopt() capable of handling more than one mbuf worth of data.Poul-Henning Kamp1996-02-241-11/+10
* Big sweep over the IPFIREWALL and IPACCT code.Poul-Henning Kamp1996-02-231-22/+2
* Staticize.Poul-Henning Kamp1995-12-091-4/+4
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-3/+3
* Fix panic caused by PRU_CONTROL not being dealt with properly. Bug pointedDavid Greenman1995-10-211-2/+8
* Merge with 4.4-Lite-2: fix bug that caused getsockopt of IP_HDRINCLGarrett Wollman1995-09-211-15/+15
* Completely turn off RSVP intercept when a socket being used for that purposeGarrett Wollman1995-07-241-1/+2
* Kernel side of 3.5 multicast routing code, based on work by Bill FennerGarrett Wollman1995-06-131-31/+20
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Fix getsockopt(IP_ACCT_*) to not panic kernelAndrey A. Chernov1995-05-121-3/+2
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,David Greenman1995-04-091-6/+14
* This set of patches enables IP multicasting to work under FreeBSD. I amGarrett Wollman1995-03-161-3/+24
* YFfix.Poul-Henning Kamp1995-02-141-2/+3
* Make sure to disable RSVP intercept when the socket is closed.Garrett Wollman1995-02-071-1/+3
* Correct long-standing error in the RSVP hooks (would initialize but neverGarrett Wollman1995-01-261-3/+3
* Actual firewall change.Ugen J.S. Antsilevich1995-01-121-16/+16
* Fixed mbuf lossage when level != IPPROTO_IP. Problem reported by RobertDavid Greenman1995-01-121-2/+5