summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Changed some memcpy()'s back to bcopy()'s.bde1996-06-081-5/+5
* Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightlywollman1996-05-221-1/+10
* Fix an embarresing error on my part that made the IP_PORTRANGE optionspeter1996-05-211-1/+2
* Add three new route flags to help determine what sort of addresswollman1996-05-061-5/+10
* Fixed in-line IP header checksumming. It was performed on the wrong headerbde1996-04-211-2/+2
* Three speed-ups in the output path (two small, one substantial):wollman1996-04-181-39/+51
* Add feature for tcp "established".phk1996-04-031-8/+6
* Add missing splx(s) in IP_MULTICAST_IFfenner1996-03-261-1/+2
* Fix ip option processing for raw IP sockets. This whole thing is a compromisepst1996-03-131-1/+4
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
* The new firewall functionality:phk1996-02-241-2/+2
* Big sweep over the IPFIREWALL and IPACCT code.phk1996-02-231-11/+9
* Make the default behavior of local port assignment match traditionalpeter1996-02-221-1/+44
* Added a comment about why trying to make a one-behind cache forwollman1995-12-191-1/+18
* Path MTU Discovery is now standard.wollman1995-12-051-3/+3
* New style sysctl & staticize alot of stuff.phk1995-11-141-6/+12
* The ability to administratively change the MTU of an interface presentswollman1995-10-161-1/+15
* Fix test for determining when RSVP is inactive in a router. (In thiswollman1995-07-261-2/+2
* Slightly modify my previous change to return EINVAL instead ofjoerg1995-07-021-4/+2
* I saw a very low-key commit message on the netbsd mailing lists andjoerg1995-07-011-2/+4
* Kernel side of 3.5 multicast routing code, based on work by Bill Fennerwollman1995-06-131-10/+15
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.dg1995-05-091-6/+6
* Cleanup loopback interface support.pst1995-04-261-3/+4
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-1/+2
* This should be splimp() rather than splnet() since ifaddrs might go awaywollman1995-03-201-4/+4
* Fix race conditions involved in setting IP multicast options. This shouldwollman1995-03-201-1/+17
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-3/+1
* Actual firewall change.ugen1995-01-121-9/+4
* Call rtalloc_ign() so that protocol cloning will not occur at the IP layer.wollman1994-12-131-2/+11
* Add match by interface from which packet arrived (via)ugen1994-12-121-2/+4
* Ugen J.S.Antsilevich's latest, happiest, IP firewall code.jkh1994-11-161-1/+17
* Shuffle some functions and variables around to make it possible forwollman1994-09-141-5/+7
* Disable IPMULTICAST_VIF socket option when MROUTING is not defined,wollman1994-09-091-2/+3
* Initial get-the-easy-case-working upgrade of the multicast codewollman1994-09-061-3/+36
* Fix up some sloppy coding practices:wollman1994-08-181-1/+3
* Added $Id$dg1994-08-021-0/+1
* fixed bug where large amounts of unidirectional UDP traffic would filldg1994-08-011-0/+10
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+2
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1064
OpenPOWER on IntegriCloud