summaryrefslogtreecommitdiffstats
path: root/sys/netinet/raw_ip.c
Commit message (Expand)AuthorAgeFilesLines
* Improved connection establishment performance by doing local port lookups viadg1998-01-271-1/+2
* Call in_pcballoc() at splnet(). As near as I can tell, this won't fixdg1997-12-181-4/+9
* Update network code to use poll support.peter1997-09-141-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-9/+9
* Removed unused #includes.bde1997-08-021-3/+1
* Disallow writing raw IP packets shorter than the IP header.fenner1997-05-221-2/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-11/+13
* Reorganize elements of the inpcb struct to take better advantage ofdg1997-04-031-4/+4
* Improved performance of hash algorithm while (hopefully) not reducingdg1997-03-031-2/+2
* Convert raw IP from mondo-switch-statement-from-Hell towollman1997-02-181-155/+127
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfacewollman1997-02-131-1/+63
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use queue macros for the list of interfaces. Next stop: ifaddrs!wollman1996-12-111-3/+3
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfacefenner1996-11-111-11/+23
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countfenner1996-10-251-1/+9
* All three files: make COMPAT_IPFW==0 case work again.wollman1996-10-071-2/+2
* Oops, send the operation type, not the name to the NAT code...sos1996-08-271-2/+2
* Add hooks for an IP NAT module, much like the firewall stuff...sos1996-08-211-4/+11
* Eliminate some more references to separate ip_v and ip_hl fields.wollman1996-07-241-3/+5
* Removed extraneous return.alex1996-07-201-2/+1
* Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightlywollman1996-05-221-1/+10
* Make rip_input() take the header lengthfenner1996-03-261-3/+3
* Fix ip option processing for raw IP sockets. This whole thing is a compromisepst1996-03-131-4/+10
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
* Make getsockopt() capable of handling more than one mbuf worth of data.phk1996-02-241-11/+10
* Big sweep over the IPFIREWALL and IPACCT code.phk1996-02-231-22/+2
* Staticize.phk1995-12-091-4/+4
* New style sysctl & staticize alot of stuff.phk1995-11-141-3/+3
* Fix panic caused by PRU_CONTROL not being dealt with properly. Bug pointeddg1995-10-211-2/+8
* Merge with 4.4-Lite-2: fix bug that caused getsockopt of IP_HDRINCLwollman1995-09-211-15/+15
* Completely turn off RSVP intercept when a socket being used for that purposewollman1995-07-241-1/+2
* Kernel side of 3.5 multicast routing code, based on work by Bill Fennerwollman1995-06-131-31/+20
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Fix getsockopt(IP_ACCT_*) to not panic kernelache1995-05-121-3/+2
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-6/+14
* This set of patches enables IP multicasting to work under FreeBSD. I amwollman1995-03-161-3/+24
* YFfix.phk1995-02-141-2/+3
* Make sure to disable RSVP intercept when the socket is closed.wollman1995-02-071-1/+3
* Correct long-standing error in the RSVP hooks (would initialize but neverwollman1995-01-261-3/+3
* Actual firewall change.ugen1995-01-121-16/+16
* Fixed mbuf lossage when level != IPPROTO_IP. Problem reported by Robertdg1995-01-121-2/+5
* Add clear one accounting entry control.ugen1994-12-131-1/+2
* Add match by interface from which packet arrived (via)ugen1994-12-121-3/+1
* Ugen J.S.Antsilevich's latest, happiest, IP firewall code.jkh1994-11-161-1/+18
* 2 11th-hour fixes from Ugen (not Uben, sorry!) J.S.Antsilevich.jkh1994-11-071-3/+6
* IP Firewall code from Daniel Boulet and J.S.Antsilevichjkh1994-10-281-1/+23
* GCC cleanup.phk1994-10-021-6/+7
* Shuffle some functions and variables around to make it possible forwollman1994-09-141-9/+1
* Initial get-the-easy-case-working upgrade of the multicast codewollman1994-09-061-8/+11
* Added $Id$dg1994-08-021-0/+1
OpenPOWER on IntegriCloud