summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the option to keep IPFW diversion backwards compatiblejulian1998-07-021-2/+3
* Go through the loopback code with a broom..julian1998-06-121-7/+2
* Make sure the default value of a dummy variable is 0julian1998-06-061-2/+2
* Fix wrong data type for a pointer.julian1998-06-061-2/+2
* clean up the changes made to ipfw over the last weeksjulian1998-06-061-25/+9
* Reverse the default sense of the IPFW/DIVERT reinjection codejulian1998-06-051-9/+9
* Add optional code to change the way that divert and ipfw work together.julian1998-05-251-2/+25
* The ipt_ptr field is 1-based (see TCP/IP Illustrated, Vol. 1, pp. 91-95),dg1998-05-241-3/+3
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viadg1998-05-191-3/+6
* Wrong header length used for certain reassembled IP packets.phk1998-04-131-1/+3
OpenPOWER on IntegriCloud