aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* Enforce inbound IPsec SPDChris D. Faulhaber2002-02-261-1/+11
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-8/+8
* The ipfw(8) 'tee' action simply hasn't worked on incoming packets forCrist J. Clark2002-01-261-0/+3
* Initialise the intrq_present fields at runtime, not link time. This allowsMike Smith2002-01-081-1/+1
* Don't reveal a router in the IPSTEALTH mode through IP options.Yaroslav Tykhiy2001-12-291-4/+41
* Fix ipfw fwd so that it acts as the docs sayJulian Elischer2001-12-281-5/+13
* minor style and whitespace fixes.Jonathan Lemon2001-12-141-11/+12
* - Make ip_rtaddr() global, and use it to look up the correct sourceRuslan Ermilov2001-11-301-16/+17
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedLuigi Rizzo2001-11-041-5/+4
* Don't use the ip_timestamp structure to access timestamp options, as theJonathan Lemon2001-10-251-29/+22
* Make it so dummynet and bridge can be loaded as modules.Paul Saab2001-10-051-16/+6
* Add a hash table that contains the list of internet addresses, and useJonathan Lemon2001-09-291-17/+30
* Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h>Jonathan Lemon2001-09-291-3/+1
* Two main changes here:Luigi Rizzo2001-09-271-2/+2
* Make faith loadable, unloadable, and clonable.Brooks Davis2001-09-251-7/+3
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-2/+2
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-031-9/+7
* When net.inet.tcp.icmp_may_rst is enabled, report ECONNREFUSED not ENETRESETJesper Skriver2001-08-271-1/+1
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.Ruslan Ermilov2001-06-231-1/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-13/+53
* Make the default value of net.inet.ip.maxfragpackets andJesper Skriver2001-06-101-2/+3
* Prevent denial of service using bogus fragmented IPv4 packets.Jesper Skriver2001-06-031-0/+31
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.Kris Kennaway2001-06-011-0/+3
* Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile.David E. O'Brien2001-06-011-31/+0
* Prevent denial of service using bogus fragmented IPv4 packets.Jesper Skriver2001-05-311-0/+31
* Invalidate cached forwarding route (ipforward_rt) whenever a new routeRuslan Ermilov2001-03-191-1/+1
* Make sure the cached forwarding route (ipforward_rt) is still up beforeRuslan Ermilov2001-03-181-19/+7
* <sys/queue.h> makeover.Poul-Henning Kamp2001-03-161-33/+34
* It was possible for ip_forward() to supply to icmp_error()Ian Dowse2001-03-081-7/+14
* Modify the comments to more closely resemble the English language.Don Lewis2001-03-051-5/+4
* Move the loopback net check closer to the beginning of ip_input() so thatDon Lewis2001-03-051-14/+26
* Disable interface checking for packets subject to "ipfw fwd".Don Lewis2001-03-041-3/+4
* Disable interface checking when IP forwarding is engaged so that packetsDon Lewis2001-03-041-10/+45
* Add a new sysctl net.inet.ip.check_interface, which will verify thatJonathan Lemon2001-03-021-1/+5
* When iterating over our list of interface addresses in order to determineJonathan Lemon2001-02-271-14/+18
* Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB toJonathan Lemon2001-02-231-1/+1
* Backout change in 1.153, as it violate rfc1122 section 3.2.1.3.Jesper Skriver2001-02-211-12/+1
* Send a ICMP unreachable instead of dropping the packet silent, if weJesper Skriver2001-02-201-1/+12
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)Luigi Rizzo2001-02-021-2/+13
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-4/+2
* Wrong checksum used for certain reassembled IP packets before diverting.Ruslan Ermilov2000-11-011-1/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-2/+0
* RFC 791 says that IP_RF bit should always be zero, but nothingRuslan Ermilov2000-10-261-52/+29
* Wrong header length used for certain reassembled IP packets.Ruslan Ermilov2000-10-261-2/+2
* Augment the 'ifaddr' structure with a 'struct if_data' to keepJosef Karthauser2000-10-191-1/+6
* Backout my wrong attempt to fix the compilation warning in ip_input.cRuslan Ermilov2000-10-121-1/+1
* Fix the compilation warning.Ruslan Ermilov2000-10-121-1/+1
* m_cat() can free its second argument, so collect the checksum informationJonathan Lemon2000-09-141-1/+1