summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Support the net.inet.ip.fw.enable variable, part ofluigi2000-02-101-2/+2
* MGETHDR() does not initialize m_pkthdr.rcvif, do it here.ru2000-01-101-0/+1
* enable IPsec over DUMMYNET againshin2000-01-091-17/+14
* Cleanup dummynet call interface so it should now work on the Alphaluigi2000-01-081-5/+7
* IPSEC support in the kernel.shin1999-12-221-3/+234
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):archie1999-12-061-10/+34
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Free the dummynet descriptor in ip_dummynet, not in the calledluigi1999-05-041-3/+1
* forgot passing the right pointer to dst to dummynet_io().luigi1999-05-041-2/+2
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-201-20/+2
* Fix a dummynet bug caused by passing a bad next hop address (theluigi1999-03-161-5/+5
* avoid panic with pkts larger than MTU and DF set coming out of a pipe.luigi1999-02-191-2/+2
* Restore 1.82->1.83 change deleted by mistake< per Bruce suggestionluigi1998-12-211-1/+2
* Last bits (i think) of dummynet for -current.luigi1998-12-141-18/+89
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-1/+2
* Properly fragment multicast packets.wollman1998-09-021-1/+2
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-183/+212
* Fix a compile error if IPFIREWALL_FORWARD active without IPDIVERT.peter1998-08-011-3/+2
* Fixed some longs that should have been fixed-sized types.bde1998-07-131-2/+2
* Don't expect the new code to be used without the right option file beingjulian1998-07-061-1/+2
* Fix braino in switching to TAILQ macro.julian1998-07-061-2/+2
* Support for IPFW based transparent forwarding.julian1998-07-061-7/+132
* Removed unused includes.bde1998-06-211-2/+1
* fix another typojulian1998-06-151-2/+2
* Try narrow down the culprit sending undefined packet types through the loopbackjulian1998-06-141-1/+9
* Go through the loopback code with a broom..julian1998-06-121-4/+4
* Make sure the default value of a dummy variable is 0julian1998-06-061-2/+2
* Fix wrong data type for a pointer.julian1998-06-061-2/+2
* clean up the changes made to ipfw over the last weeksjulian1998-06-061-11/+4
* Reverse the default sense of the IPFW/DIVERT reinjection codejulian1998-06-051-3/+3
* Add optional code to change the way that divert and ipfw work together.julian1998-05-251-1/+9
* Make this compile.. There are some unpleasing hacks in here.peter1998-03-211-15/+10
* 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
OpenPOWER on IntegriCloud