aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add optional code to change the way that divert and ipfw work together.Julian Elischer1998-05-251-2/+25
* The ipt_ptr field is 1-based (see TCP/IP Illustrated, Vol. 1, pp. 91-95),David Greenman1998-05-241-3/+3
* Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> viaDavid Greenman1998-05-191-3/+6
* Wrong header length used for certain reassembled IP packets.Poul-Henning Kamp1998-04-131-1/+3
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-2/+2
* Make this compile.. There are some unpleasing hacks in here.Peter Wemm1998-03-211-3/+7
* NetBSD PR# 2772Dima Ruban1998-02-261-2/+2
* Add new sysctl variable: net.inet.ip.accept_sourcerouteGuido van Rooij1998-02-161-1/+7
* Replace non-existent ip_forwarding with ipforwardingAndrey A. Chernov1998-02-121-2/+2
* Only forward source routed packets when ip_forwarding is set to 1.Guido van Rooij1998-02-111-2/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Make the BOOTP family new-style options (in opt_bootp.h)Eivind Eklund1998-01-091-1/+2
* Submitted by: Archie cobbs (IPDIVERT author)Julian Elischer1997-11-131-1/+7
* Make IPDIVERT a supported option. Alas, in_var.h depends on it, iJoerg Wunsch1997-11-051-1/+2
* Return the entire if info, rather than just the index number. (at least try)Julian Elischer1997-11-051-8/+30
* Fix bugs from my previous commitGuido van Rooij1997-10-281-4/+4
* Removed unused #includes.Bruce Evans1997-10-281-4/+1
* When dosourcerouting is set do not sourceoute....Guido van Rooij1997-10-271-1/+4
* Export ipstat via sysctl. Don't understand why this wasn't done before.Garrett Wollman1997-09-251-1/+3
* Prevent overflow with fragmented packetsAndrey A. Chernov1997-09-151-25/+66
* Recalculate ip_sum before passing aBrian Somers1997-07-251-1/+15
* Submitted by: Whistle Communications (archie Cobbs)Julian Elischer1997-06-021-16/+16
* Bring in some kernel bootp support. This removes the need for netbootTor Egge1997-05-111-1/+5
* Resolve conflicts created by import.Darren Reed1997-04-031-15/+13
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* change IP Filter hooks to match new 3.1.8 patches for FreeBSDDarren Reed1997-02-191-6/+7
* Add IP Filter hooks (from patches).Darren Reed1997-02-101-0/+19
* Don't zero ip->ip_sum during sum validation. This should onlyBrian Somers1997-02-061-3/+4
* Reset ip_divert_ignore to zero immediately after use - also,Brian Somers1997-02-021-0/+1
* Count multicast packets received for groups of which we are notGarrett Wollman1997-01-211-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-4/+7
* Only pay attention to the offset and the IP_MF flag in ip_off. PointedDavid Greenman1996-12-111-2/+2
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfaceBill Fenner1996-11-111-1/+61
* Don't allow reassembly to create packets bigger than IP_MAXPACKET, and countBill Fenner1996-10-251-2/+12
* Changed args to the nat functions.Søren Schmidt1996-10-221-2/+2
* All three files: make COMPAT_IPFW==0 case work again.Garrett Wollman1996-10-071-26/+42
* Dequeue mbuf before freeing it. Fixes mbuf leak and a potential crash whenDavid Greenman1996-09-081-2/+5
* Add hooks for an IP NAT module, much like the firewall stuff...Søren Schmidt1996-08-211-1/+13
* Adding changes to ipfw and the kernel to support ip packet diversion..Julian Elischer1996-07-101-5/+66
* Convert ipfw to use opt_ipfw.hGary Palmer1996-06-121-1/+3
* Changed some memcpy()'s back to bcopy()'s.Bruce Evans1996-06-081-2/+2
* Clean up various compiler warnings. Most (if not all) were benignGary Palmer1996-05-081-1/+6
* Fix a bogon I introduced with my last change.Poul-Henning Kamp1996-04-121-2/+2
* Add feature for tcp "established".Poul-Henning Kamp1996-04-031-25/+10
* Check the validity of ia->ia_ifp before we dereference it.Poul-Henning Kamp1996-03-251-2/+2
* Make getsockopt() capable of handling more than one mbuf worth of data.Poul-Henning Kamp1996-02-241-3/+3
* The new firewall functionality:Poul-Henning Kamp1996-02-241-1/+4
* Big sweep over the IPFIREWALL and IPACCT code.Poul-Henning Kamp1996-02-231-15/+21