summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* Convert ipfw to use opt_ipfw.hgpalmer1996-06-121-1/+3
* Changed some memcpy()'s back to bcopy()'s.bde1996-06-081-2/+2
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-081-1/+6
* Fix a bogon I introduced with my last change.phk1996-04-121-2/+2
* Add feature for tcp "established".phk1996-04-031-25/+10
* Check the validity of ia->ia_ifp before we dereference it.phk1996-03-251-2/+2
* Make getsockopt() capable of handling more than one mbuf worth of data.phk1996-02-241-3/+3
* The new firewall functionality:phk1996-02-241-1/+4
* Big sweep over the IPFIREWALL and IPACCT code.phk1996-02-231-15/+21
* Provide a direct entry point for IP input. This actually resultswollman1996-02-051-25/+32
* Finally demolished the last, tottering remnants of GATEWAY. If you wantwollman1996-01-051-14/+3
* Delete old-style-broadcast-address compatibility cruft in IP input path.wollman1995-12-211-3/+3
* Demolish DIRECTED_BROADCAST. It was always a bad idea, and nobody uses it.wollman1995-12-201-15/+8
* Actually call in_rtqdrain()as was originally intended.wollman1995-12-191-2/+3
* Another mega commit to staticize things.phk1995-12-141-4/+4
* Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-061-3/+1
* New style sysctl & staticize alot of stuff.phk1995-11-141-68/+51
* Instrument the IP input queue with two new read-only MIB entries:wollman1995-11-011-1/+6
* Change the compile-time option of DIRECTED_BROADCAST into a sysctlpeter1995-07-181-5/+9
* Fixed panic that occurs on certain firewall rejected packets that wasdg1995-07-091-2/+2
* reject option in ip_fw used to panic the system. This fixes it.guido1995-06-271-2/+2
* Kernel side of 3.5 multicast routing code, based on work by Bill Fennerwollman1995-06-131-8/+26
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,wollman1995-05-111-2/+5
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.dg1995-05-091-15/+15
* Reject source routes unless configured on by administrator.wollman1995-03-161-17/+21
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-5/+4
* Attempt to make the host route cache a bit smarter under conditions ofwollman1995-02-141-2/+11
* Remove a possible loophole - previously the code wouldn't pass packets destinedgpalmer1995-02-071-5/+4
* Actual firewall change.ugen1995-01-121-24/+18
* Make rtq_reallyold user-configurable via sysctl.wollman1994-12-141-1/+5
* Call rtalloc_ign() so that protocol cloning will not occur at the IP layer.wollman1994-12-131-4/+6
* Add match by interface from which packet arrived (via)ugen1994-12-121-9/+4
* Ugen J.S.Antsilevich's latest, happiest, IP firewall code.jkh1994-11-161-1/+20
* Almost 12th hour (the 11th hour was almost an hour ago :-) patchesjkh1994-11-081-3/+3
* IP Firewall code from Daniel Boulet and J.S.Antsilevichjkh1994-10-281-2/+24
* Cosmetics. Silence gcc -Wall.phk1994-10-101-2/+2
* GCC cleanup.phk1994-10-021-4/+5
* Shuffle some functions and variables around to make it possible forwollman1994-09-141-3/+1
* Initial get-the-easy-case-working upgrade of the multicast codewollman1994-09-061-4/+36
* Fix up some sloppy coding practices:wollman1994-08-181-1/+4
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1166
OpenPOWER on IntegriCloud