aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide a direct entry point for IP input. This actually resultsGarrett Wollman1996-02-051-25/+32
* Finally demolished the last, tottering remnants of GATEWAY. If you wantGarrett Wollman1996-01-051-14/+3
* Delete old-style-broadcast-address compatibility cruft in IP input path.Garrett Wollman1995-12-211-3/+3
* Demolish DIRECTED_BROADCAST. It was always a bad idea, and nobody uses it.Garrett Wollman1995-12-201-15/+8
* Actually call in_rtqdrain()as was originally intended.Garrett Wollman1995-12-191-2/+3
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-4/+4
* Removed unnecessary #includes of vm stuff. Most of them were onceBruce Evans1995-12-061-3/+1
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-68/+51
* Instrument the IP input queue with two new read-only MIB entries:Garrett Wollman1995-11-011-1/+6
* Change the compile-time option of DIRECTED_BROADCAST into a sysctlPeter Wemm1995-07-181-5/+9
* Fixed panic that occurs on certain firewall rejected packets that wasDavid Greenman1995-07-091-2/+2
* reject option in ip_fw used to panic the system. This fixes it.Guido van Rooij1995-06-271-2/+2
* Kernel side of 3.5 multicast routing code, based on work by Bill FennerGarrett Wollman1995-06-131-8/+26
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,Garrett Wollman1995-05-111-2/+5
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.David Greenman1995-05-091-15/+15
* Reject source routes unless configured on by administrator.Garrett Wollman1995-03-161-17/+21
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-5/+4
* Attempt to make the host route cache a bit smarter under conditions ofGarrett Wollman1995-02-141-2/+11
* Remove a possible loophole - previously the code wouldn't pass packets destinedGary Palmer1995-02-071-5/+4
* Actual firewall change.Ugen J.S. Antsilevich1995-01-121-23/+17
* Make rtq_reallyold user-configurable via sysctl.Garrett Wollman1994-12-141-1/+5
* Call rtalloc_ign() so that protocol cloning will not occur at the IP layer.Garrett Wollman1994-12-131-4/+6
* Add match by interface from which packet arrived (via)Ugen J.S. Antsilevich1994-12-121-9/+4
* Ugen J.S.Antsilevich's latest, happiest, IP firewall code.Jordan K. Hubbard1994-11-161-1/+20