summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-2/+2
* Make this compile.. There are some unpleasing hacks in here.peter1998-03-211-3/+7
* NetBSD PR# 2772dima1998-02-261-2/+2
* Add new sysctl variable: net.inet.ip.accept_sourcerouteguido1998-02-161-1/+7
* Replace non-existent ip_forwarding with ipforwardingache1998-02-121-2/+2
* Only forward source routed packets when ip_forwarding is set to 1.guido1998-02-111-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Make the BOOTP family new-style options (in opt_bootp.h)eivind1998-01-091-1/+2
OpenPOWER on IntegriCloud