summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Don't depend on "implicit int".bde1998-02-201-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-6/+6
* Make IPDIVERT a supported option. Alas, in_var.h depends on it, ijoerg1997-11-051-1/+3
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Removed unused #includes.bde1997-08-021-3/+1
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-021-16/+13
* Pull up the IP header in ip_mloopback(). This makes sure that thefenner1997-05-061-6/+8
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-2/+3
* Resolve conflicts created by import.darrenr1997-04-031-3/+8
* Reorganize elements of the inpcb struct to take better advantage ofdg1997-04-031-5/+5
* Fix a comment and some commented-out code in ip_mloopback tofenner1997-02-281-11/+10
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* change IP Filter hooks to match new 3.1.8 patches for FreeBSDdarrenr1997-02-191-9/+9
* Add IP Filter hooks (from patches).darrenr1997-02-101-0/+20
* Reset ip_divert_ignore to zero immediately after use - also,brian1997-02-021-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Convert the interface address and IP interface address structureswollman1996-12-131-2/+3
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfacefenner1996-11-111-1/+11
* Changed args to the nat functions.sos1996-10-221-2/+2
* All three files: make COMPAT_IPFW==0 case work again.wollman1996-10-071-2/+2
* Add hooks for an IP NAT module, much like the firewall stuff...sos1996-08-211-1/+14
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-101-6/+27
* 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
OpenPOWER on IntegriCloud