summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_divert.c
Commit message (Expand)AuthorAgeFilesLines
* Force the address of the socket to be INADDR_ANY immediately beforepaul2000-05-021-1/+13
* prevent kernel panic which happens when either of IPSEC and IPDIVERTshin2000-01-081-1/+1
* IPSEC support in the kernel.shin1999-12-221-6/+15
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):archie1999-12-061-45/+34
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Suser() simplification:phk1999-04-271-2/+2
* remove leftover garbage line.julian1999-02-081-2/+1
* Fix for PR 9309.julian1999-02-081-1/+10
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-5/+5
* Bring back some slight cleanups from 2.2julian1998-07-061-3/+11
* Remove out of date comment.julian1998-07-021-4/+1
* Remove the option to keep IPFW diversion backwards compatiblejulian1998-07-021-15/+1
* include opt_ipdivert.h so we get correct optionsjulian1998-06-121-1/+2
* Allow diverted packets from the transmit side to remember if theyjulian1998-06-121-27/+26
* Fix wrong data type for a pointer.julian1998-06-061-5/+6
* clean up the changes made to ipfw over the last weeksjulian1998-06-061-31/+13
* Reverse the default sense of the IPFW/DIVERT reinjection codejulian1998-06-051-12/+12
* Add optional code to change the way that divert and ipfw work together.julian1998-05-251-2/+43
* Hide the interface name in the sin_zero section of the sockaddr_injulian1998-05-251-8/+50
* Take the user's "IGNORE_DIVERT" argument from where the user put itjulian1998-05-251-5/+7
* Convert socket structures to be type-stable and add a version number.wollman1998-05-151-3/+3
* Fixed style bugs (mostly) in previous commit.bde1998-03-281-2/+3
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createswollman1998-03-241-1/+4
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Improved connection establishment performance by doing local port lookups viadg1998-01-271-1/+2
* Make INET a proper option.eivind1998-01-081-1/+7
* Call in_pcballoc() at splnet(). As near as I can tell, this won't fixdg1997-12-181-4/+9
* Update network code to use poll support.peter1997-09-141-2/+2
* Some mbuf -> sockaddr changes seem to have been missed here.peter1997-09-131-7/+7
* Removed unused #includes.bde1997-08-021-3/+1
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-021-5/+18
* typo fix, s/imp/inp'; move lookup call inside splnet since there werepeter1997-06-011-2/+2
* Uninitialised inp variable in div_bind().peter1997-05-261-1/+2
* Attempt to convert the ip_divert code to use the new-style protocol requestpeter1997-05-241-101/+87
* Reorganize elements of the inpcb struct to take better advantage ofdg1997-04-031-2/+2
* Improved performance of hash algorithm while (hopefully) not reducingdg1997-03-031-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Fix the parameters of a call to in_setsockaddr().wollman1997-02-201-1/+1
* Reset ip_divert_ignore to zero immediately after use - also,brian1997-02-021-2/+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-3/+3
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-101-0/+365
OpenPOWER on IntegriCloud