aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Make faith(4) interfaces (un)loadable and clonable.Brooks Davis2001-12-151-7/+3
* MFC: r1.180,r1.181: macro cleanup, inet address hash list.Jonathan Lemon2001-12-141-20/+30
* MFC:Ruslan Ermilov2001-12-071-14/+16
* Mega-MFC for ipfw/bridge/dummynet features and fixes added over theLuigi Rizzo2001-11-031-20/+9
* MFC: r1.183; do not use structure to access ip_options timestamp.Jonathan Lemon2001-11-021-29/+22
* MFC: new option -z: reset statistic counters after displaying them.Ruslan Ermilov2001-09-171-1/+1
* MFC rev 1.175Jesper Skriver2001-08-291-1/+1
* MFC: Add ``options RANDOM_IP_ID'' which randomizes the ID field of IPKris Kennaway2001-07-191-0/+3
* MFC: Sync with recent KAME.Hajimu UMEMOTO2001-07-031-13/+53
* MFCJesper Skriver2001-06-161-1/+33
* MFC: Fix mbuf free-list corruption problem in icmp_error(). ForIan Dowse2001-03-081-7/+14
* MFC: 1.158 - 1.161Don Lewis2001-03-051-11/+58
* MFC:David E. O'Brien2001-03-051-2/+0
* MFC: Keep stats on interface address traffic for ipv4 and ipv6 packets.Josef Karthauser2001-03-041-1/+6
* MFC: r1.157; net.inet.ip.check_interface sysctlJonathan Lemon2001-03-021-1/+5
* MFC: r1.156; verify incoming packet is arriving on correct interface.Jonathan Lemon2001-03-011-14/+18
* MFC: new handling of ICMP packetsJonathan Lemon2001-03-011-1/+1
* MFC various trivial/textual changes.Poul-Henning Kamp2001-02-271-2/+1
* Another sweep at the bridge/ipfw/dummynet code, thanks to the bugLuigi Rizzo2001-02-071-4/+2
* Assorted bridge+ipfw+dummynet fixes. The general goal of this setLuigi Rizzo2001-02-011-0/+6
* MFC: (rev 1.148)Ruslan Ermilov2000-11-011-1/+4
* MFC: (rev 1.145) wrong header length used for certain reassembled IP packets.Ruslan Ermilov2000-10-261-2/+2
* MFC: fixed the fix of compilation warning of ip_input.c.Ruslan Ermilov2000-10-121-1/+1
* MFC: (rev 1.142) fix the compilation warning.Ruslan Ermilov2000-10-121-1/+1
* MFC:Ruslan Ermilov2000-09-211-13/+12
* MFC: r1.141, do not reference fragment after calling m_cat().Jonathan Lemon2000-09-141-1/+1
* 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