summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* Make it so dummynet and bridge can be loaded as modules.ps2001-10-051-16/+6
* Add a hash table that contains the list of internet addresses, and usejlemon2001-09-291-17/+30
* Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h>jlemon2001-09-291-3/+1
* Two main changes here:luigi2001-09-271-2/+2
* Make faith loadable, unloadable, and clonable.brooks2001-09-251-7/+3
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-2/+2
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-9/+7
* When net.inet.tcp.icmp_may_rst is enabled, report ECONNREFUSED not ENETRESETjesper2001-08-271-1/+1
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.ru2001-06-231-1/+1
* Sync with recent KAME.ume2001-06-111-13/+53
* Make the default value of net.inet.ip.maxfragpackets andjesper2001-06-101-2/+3
* Prevent denial of service using bogus fragmented IPv4 packets.jesper2001-06-031-0/+31
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.kris2001-06-011-0/+3
* Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile.obrien2001-06-011-31/+0
* Prevent denial of service using bogus fragmented IPv4 packets.jesper2001-05-311-0/+31
* Invalidate cached forwarding route (ipforward_rt) whenever a new routeru2001-03-191-1/+1
* Make sure the cached forwarding route (ipforward_rt) is still up beforeru2001-03-181-19/+7
* <sys/queue.h> makeover.phk2001-03-161-33/+34
* It was possible for ip_forward() to supply to icmp_error()iedowse2001-03-081-7/+14
* Modify the comments to more closely resemble the English language.truckman2001-03-051-5/+4
* Move the loopback net check closer to the beginning of ip_input() so thattruckman2001-03-051-14/+26
* Disable interface checking for packets subject to "ipfw fwd".truckman2001-03-041-3/+4
* Disable interface checking when IP forwarding is engaged so that packetstruckman2001-03-041-10/+45
* Add a new sysctl net.inet.ip.check_interface, which will verify thatjlemon2001-03-021-1/+5
* When iterating over our list of interface addresses in order to determinejlemon2001-02-271-14/+18
* Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB tojlemon2001-02-231-1/+1
* Backout change in 1.153, as it violate rfc1122 section 3.2.1.3.jesper2001-02-211-12/+1
* Send a ICMP unreachable instead of dropping the packet silent, if wejesper2001-02-201-1/+12
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)luigi2001-02-021-2/+13
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-4/+2
* Wrong checksum used for certain reassembled IP packets before diverting.ru2000-11-011-1/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-2/+0
* RFC 791 says that IP_RF bit should always be zero, but nothingru2000-10-261-52/+29
* Wrong header length used for certain reassembled IP packets.ru2000-10-261-2/+2
* Augment the 'ifaddr' structure with a 'struct if_data' to keepjoe2000-10-191-1/+6
* Backout my wrong attempt to fix the compilation warning in ip_input.cru2000-10-121-1/+1
* Fix the compilation warning.ru2000-10-121-1/+1
* m_cat() can free its second argument, so collect the checksum informationjlemon2000-09-141-1/+1
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-141-4/+0
* Fixed broken ICMP error generation, unified conversion of IP headerru2000-09-011-9/+12
* Nonexistent <sys/pfil.h> -> <net/pfil.h>ache2000-07-311-1/+1
* activate pfil_hooks and covert ipfilter to use itdarrenr2000-07-311-10/+28
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-5/+0
* Add boundary checks against IP options.jlemon2000-06-021-1/+5
* Cast sizeof() calls to be of type (int) when they appear in a signedjlemon2000-05-171-3/+4
* Do not call icmp_error() if ipfirewall(4) denied packet.ru2000-05-151-0/+4
* correct more out-of-bounds memory access, if cnt == 1 and optlen > 1.itojun2000-05-101-0/+4
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-3/+14
OpenPOWER on IntegriCloud