aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
...
* MFC: Merge KAME 2000/07/01 code.Kris Kennaway2000-07-151-5/+0
* MFC: (rev 1.133) do not call icmp_error() if ipfirewall(4) denied packet.Ruslan Ermilov2000-06-131-0/+4
* MFC: correct boundary checks against IP optionsJonathan Lemon2000-06-081-1/+9
* MFC: rev 1.134, cast sizeof() calls to keep things signed.Jonathan Lemon2000-05-251-3/+4
* MFC: delayed checksum work. This also brings the mbuf size up to 256.Jonathan Lemon2000-05-051-3/+14
* Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter,Guido van Rooij2000-02-231-4/+0
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-2/+2
* Move definition of fw_enable from ip_fw.c to ip_input.cLuigi Rizzo2000-02-101-0/+1
* Support the net.inet.ip.fw.enable variable, part ofLuigi Rizzo2000-02-101-1/+1
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-241-1/+2
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-19/+123
* Revive mlfk_ipl here. This version is slightly changed fromGuido van Rooij1999-12-061-5/+0
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):Archie Cobbs1999-12-061-73/+100
* Include the correct header for the IPSTEALTH option.Dag-Erling Smørgrav1999-08-291-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Made net.inet.ip.intr_queue_maxlen writeable.David Greenman1999-05-271-2/+2
* Free the dummynet descriptor in ip_dummynet, not in the calledLuigi Rizzo1999-05-041-3/+1
* Add sysctl descriptions to many SYSCTL_XXXsBill Fumerola1999-05-031-11/+12
* Tidy up some stray / unused stuff in the IPFW package and friends.Peter Wemm1999-04-201-35/+1
* Fix the 'fwd' option to ipfw when asked to divert to another machine.Julian Elischer1999-03-121-7/+24
* Add support for stealth forwarding (forwarding packets without touchingDag-Erling Smørgrav1999-02-221-5/+18
* After wading in the cesspool of ip_input for an hour, I have managed toGarrett Wollman1999-02-091-10/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Don't forward unicast packets received via link-layer multicast.Garrett Wollman1999-01-221-2/+2
* Add #ifdef's to avoid unused label warning in some cases.Eivind Eklund1999-01-121-1/+3
* Recover from previous dummynet screwupLuigi Rizzo1998-12-211-28/+19
* Last bits (i think) of dummynet for -current.Luigi Rizzo1998-12-141-35/+94
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Make the previous fix more portable.Doug Rabson1998-11-161-4/+4
* Fix printf format errors on alpha.Doug Rabson1998-11-151-4/+4
* Be sure to pullup entire IP header when dealing with fragment packets.David Greenman1998-11-111-2/+2
* Some optimisations to the fragment reassembly code.Doug Rabson1998-10-271-19/+14
* Fix a bug in the new fragment reassembly code which was tickled by recievingDoug Rabson1998-10-271-2/+2
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-4/+1
* Ensure that m_nextpkt is set to NULL after reassembling fragments.Doug Rabson1998-09-101-1/+3
* Re-implement tcp and ip fragment reassembly to not store pointers in theDoug Rabson1998-08-241-90/+80
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-2/+5
* Fixed printf format errors.Bruce Evans1998-08-171-2/+3
* Fixed some longs that should have been fixed-sized types.Bruce Evans1998-07-131-2/+2
* When not acting as a router (ipforwarding=0), silently discard sourceDavid Greenman1998-07-081-10/+21
* oops ended comment before the comment ended..Julian Elischer1998-07-061-2/+2
* Bring back some slight cleanups from 2.2Julian Elischer1998-07-061-3/+10
* Fix braino in switching to TAILQ macro.Julian Elischer1998-07-061-2/+2
* Support for IPFW based transparent forwarding.Julian Elischer1998-07-061-12/+48
* Remove the option to keep IPFW diversion backwards compatibleJulian Elischer1998-07-021-2/+3
* Go through the loopback code with a broom..Julian Elischer1998-06-121-7/+2
* Make sure the default value of a dummy variable is 0Julian Elischer1998-06-061-2/+2
* Fix wrong data type for a pointer.Julian Elischer1998-06-061-2/+2
* clean up the changes made to ipfw over the last weeksJulian Elischer1998-06-061-25/+9
* Reverse the default sense of the IPFW/DIVERT reinjection codeJulian Elischer1998-06-051-9/+9