aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-271-1/+1
* Bring in comment fix from -current.Bill Fenner1997-03-021-11/+10
* Fix my misplaced patch from yesterday... *blush*Joerg Wunsch1997-02-031-2/+2
* YAMFC (revisions 1.4, 1.56, and 1.48, respectively)Joerg Wunsch1997-02-021-1/+2
* Merge from -currentPoul-Henning Kamp1996-11-111-1/+11
* 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-2/+2
* Add hooks for an IP NAT module, much like the firewall stuff...Søren Schmidt1996-08-211-1/+14
* Adding changes to ipfw and the kernel to support ip packet diversion..Julian Elischer1996-07-101-6/+27
* Changed some memcpy()'s back to bcopy()'s.Bruce Evans1996-06-081-5/+5
* Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightlyGarrett Wollman1996-05-221-1/+10
* Fix an embarresing error on my part that made the IP_PORTRANGE optionsPeter Wemm1996-05-211-1/+2
* Add three new route flags to help determine what sort of addressGarrett Wollman1996-05-061-5/+10
* Fixed in-line IP header checksumming. It was performed on the wrong headerBruce Evans1996-04-211-2/+2
* Three speed-ups in the output path (two small, one substantial):Garrett Wollman1996-04-181-39/+51
* Add feature for tcp "established".Poul-Henning Kamp1996-04-031-8/+6
* Add missing splx(s) in IP_MULTICAST_IFBill Fenner1996-03-261-1/+2
* Fix ip option processing for raw IP sockets. This whole thing is a compromisePaul Traina1996-03-131-1/+4
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-2/+2
* The new firewall functionality:Poul-Henning Kamp1996-02-241-2/+2
* Big sweep over the IPFIREWALL and IPACCT code.Poul-Henning Kamp1996-02-231-11/+9
* Make the default behavior of local port assignment match traditionalPeter Wemm1996-02-221-1/+44
* Added a comment about why trying to make a one-behind cache forGarrett Wollman1995-12-191-1/+18
* Path MTU Discovery is now standard.Garrett Wollman1995-12-051-3/+3
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-6/+12
* The ability to administratively change the MTU of an interface presentsGarrett Wollman1995-10-161-1/+15
* Fix test for determining when RSVP is inactive in a router. (In thisGarrett Wollman1995-07-261-2/+2
* Slightly modify my previous change to return EINVAL instead ofJoerg Wunsch1995-07-021-4/+2
* I saw a very low-key commit message on the netbsd mailing lists andJoerg Wunsch1995-07-011-2/+4
* Kernel side of 3.5 multicast routing code, based on work by Bill FennerGarrett Wollman1995-06-131-10/+15
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Replaced some bcopy()'s with memcpy()'s so that gcc while inline/optimize.David Greenman1995-05-091-6/+6
* Cleanup loopback interface support.Paul Traina1995-04-261-3/+4
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,David Greenman1995-04-091-1/+2
* This should be splimp() rather than splnet() since ifaddrs might go awayGarrett Wollman1995-03-201-4/+4
* Fix race conditions involved in setting IP multicast options. This shouldGarrett Wollman1995-03-201-1/+17
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-3/+1
* Actual firewall change.Ugen J.S. Antsilevich1995-01-121-9/+4
* Call rtalloc_ign() so that protocol cloning will not occur at the IP layer.Garrett Wollman1994-12-131-2/+11
* Add match by interface from which packet arrived (via)Ugen J.S. Antsilevich1994-12-121-2/+4
* Ugen J.S.Antsilevich's latest, happiest, IP firewall code.Jordan K. Hubbard1994-11-161-1/+17
* Shuffle some functions and variables around to make it possible forGarrett Wollman1994-09-141-5/+7
* Disable IPMULTICAST_VIF socket option when MROUTING is not defined,Garrett Wollman1994-09-091-2/+3
* Initial get-the-easy-case-working upgrade of the multicast codeGarrett Wollman1994-09-061-3/+36
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-1/+3
* Added $Id$David Greenman1994-08-021-0/+1
* fixed bug where large amounts of unidirectional UDP traffic would fillDavid Greenman1994-08-011-0/+10
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+2
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+1064