aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/raw_ip.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add clear one accounting entry control.Ugen J.S. Antsilevich1994-12-131-1/+2
* Add match by interface from which packet arrived (via)Ugen J.S. Antsilevich1994-12-121-3/+1
* Ugen J.S.Antsilevich's latest, happiest, IP firewall code.Jordan K. Hubbard1994-11-161-1/+18
* 2 11th-hour fixes from Ugen (not Uben, sorry!) J.S.Antsilevich.Jordan K. Hubbard1994-11-071-3/+6
* IP Firewall code from Daniel Boulet and J.S.AntsilevichJordan K. Hubbard1994-10-281-1/+23
* GCC cleanup.Poul-Henning Kamp1994-10-021-6/+7
* Shuffle some functions and variables around to make it possible forGarrett Wollman1994-09-141-9/+1
* Initial get-the-easy-case-working upgrade of the multicast codeGarrett Wollman1994-09-061-8/+11
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+389