aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC of port randomization rate-based disabling:Mike Silbersack2005-01-021-0/+16
* MFC 1.240: add IPSEC_FILTERGIF suport for FAST_IPSECSam Leffler2003-10-061-0/+7
* MFC rev 1.239Mike Silbersack2003-06-231-1/+1
* MFC rev 1.227Mike Silbersack2003-03-071-7/+15
* A correct MFC:Mike Silbersack2003-02-271-5/+30
* Backout:Mike Silbersack2003-02-271-29/+4
* IP frag per packet limitsMike Silbersack2003-02-271-4/+29
* MFC: IPSEC_FILTERGIF config optionSam Leffler2003-02-231-0/+7
* MFC revs 1.221 -> 1.223Mike Silbersack2003-02-061-23/+23
* MFC: Fast IPsecSam Leffler2003-01-241-2/+131
* MFC: m_tag supportSam Leffler2003-01-231-8/+17
* MFC rev 1.217Mike Silbersack2002-11-251-2/+20
* MFC: obey to fw_one_pass in bridge and layer 2 firewalling (the latterLuigi Rizzo2002-11-211-0/+1
* MFC: fix multicast routing KLD support, including some minor bug fixesLuigi Rizzo2002-11-201-3/+31
* MFC rev 1.211: fix IPOPT_TS processing: do not overwrite IP addressMaxim Konovalov2002-11-101-0/+2
* MFC: 1.214:Guido van Rooij2002-11-071-5/+0
* MFC rev. 1.208: explicitly clear M_FRAG flag on a mbuf with the last fragmentMaxim Konovalov2002-10-151-1/+2
* MFC: in_rmx.c,v 1.39, ip_input.c,v 1.165, and ip_var.h,v 1.54:Ruslan Ermilov2002-08-091-1/+1
* Bugfix: pass IPFORWARD info to ip_output when a packet matches aLuigi Rizzo2002-08-031-0/+13
* The purpose of this commit is to bring the net/ and netinet/ sourcesLuigi Rizzo2002-07-091-193/+168
* MFC 1.192: Enforce inbound IPsec SPDChris D. Faulhaber2002-03-021-1/+11
* MFC of change to allow incoming packets to be forwarded.Julian Elischer2002-02-191-6/+14
* MFC rev1.188: Don't reveal a router in the IPSTEALTH mode through IP options.Yaroslav Tykhiy2002-02-141-4/+41
* MFC 1.190: The ipfw(8) 'tee' action simply hasn't worked on incomingCrist J. Clark2002-02-091-0/+3
* 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