summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Submitted by: Archie cobbs (IPDIVERT author)julian1997-11-131-1/+7
* Make IPDIVERT a supported option. Alas, in_var.h depends on it, ijoerg1997-11-051-1/+2
* Return the entire if info, rather than just the index number. (at least try)julian1997-11-051-9/+31
* Fix bugs from my previous commitguido1997-10-281-4/+4
* Removed unused #includes.bde1997-10-281-4/+1
* When dosourcerouting is set do not sourceoute....guido1997-10-271-1/+4
* Export ipstat via sysctl. Don't understand why this wasn't done before.wollman1997-09-251-1/+3
* Prevent overflow with fragmented packetsache1997-09-151-26/+67
* Recalculate ip_sum before passing abrian1997-07-251-1/+15
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-021-16/+16
* Bring in some kernel bootp support. This removes the need for netboottegge1997-05-111-1/+5
* Resolve conflicts created by import.darrenr1997-04-031-15/+13
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* change IP Filter hooks to match new 3.1.8 patches for FreeBSDdarrenr1997-02-191-6/+7
* Add IP Filter hooks (from patches).darrenr1997-02-101-0/+19
* Don't zero ip->ip_sum during sum validation. This should onlybrian1997-02-061-3/+4
* Reset ip_divert_ignore to zero immediately after use - also,brian1997-02-021-0/+1
* Count multicast packets received for groups of which we are notwollman1997-01-211-1/+1
OpenPOWER on IntegriCloud