summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter,guido2000-02-231-4/+0
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-2/+2
* Move definition of fw_enable from ip_fw.c to ip_input.cluigi2000-02-101-0/+1
* Support the net.inet.ip.fw.enable variable, part ofluigi2000-02-101-1/+1
* Move the *intrq variables into net/intrq.c and unconditionallybrian2000-01-241-1/+2
* IPSEC support in the kernel.shin1999-12-221-19/+123
* Revive mlfk_ipl here. This version is slightly changed fromguido1999-12-061-5/+0
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):archie1999-12-061-73/+100
* Include the correct header for the IPSTEALTH option.des1999-08-291-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Made net.inet.ip.intr_queue_maxlen writeable.dg1999-05-271-2/+2
* Free the dummynet descriptor in ip_dummynet, not in the calledluigi1999-05-041-3/+1
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-11/+12
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-201-35/+1
* Fix the 'fwd' option to ipfw when asked to divert to another machine.julian1999-03-121-7/+24
* Add support for stealth forwarding (forwarding packets without touchingdes1999-02-221-5/+18
* After wading in the cesspool of ip_input for an hour, I have managed towollman1999-02-091-10/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Don't forward unicast packets received via link-layer multicast.wollman1999-01-221-2/+2
* Add #ifdef's to avoid unused label warning in some cases.eivind1999-01-121-1/+3
* Recover from previous dummynet screwupluigi1998-12-211-28/+19
* Last bits (i think) of dummynet for -current.luigi1998-12-141-35/+94
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Make the previous fix more portable.dfr1998-11-161-4/+4
* Fix printf format errors on alpha.dfr1998-11-151-4/+4
* Be sure to pullup entire IP header when dealing with fragment packets.dg1998-11-111-2/+2
* Some optimisations to the fragment reassembly code.dfr1998-10-271-19/+14
* Fix a bug in the new fragment reassembly code which was tickled by recievingdfr1998-10-271-2/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-4/+1
* Ensure that m_nextpkt is set to NULL after reassembling fragments.dfr1998-09-101-1/+3
* Re-implement tcp and ip fragment reassembly to not store pointers in thedfr1998-08-241-90/+80
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-2/+5
* Fixed printf format errors.bde1998-08-171-2/+3
* Fixed some longs that should have been fixed-sized types.bde1998-07-131-2/+2
* When not acting as a router (ipforwarding=0), silently discard sourcedg1998-07-081-10/+21
* oops ended comment before the comment ended..julian1998-07-061-2/+2
* Bring back some slight cleanups from 2.2julian1998-07-061-3/+10
* Fix braino in switching to TAILQ macro.julian1998-07-061-2/+2
* Support for IPFW based transparent forwarding.julian1998-07-061-12/+48
OpenPOWER on IntegriCloud