aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_divert.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-5/+4
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.Ruslan Ermilov2000-09-141-1/+0
* Fixed broken ICMP error generation, unified conversion of IP headerRuslan Ermilov2000-09-011-0/+1
* Fixed the bug that div_bind() always returned zeroRuslan Ermilov2000-08-301-1/+1
* Make netstat(1) to be aware of divert(4) sockets.Ruslan Ermilov2000-08-031-0/+90
* Force the address of the socket to be INADDR_ANY immediately beforePaul Richards2000-05-021-1/+13
* prevent kernel panic which happens when either of IPSEC and IPDIVERTYoshinobu Inoue2000-01-081-1/+1
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-6/+15
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):Archie Cobbs1999-12-061-45/+34
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* remove leftover garbage line.Julian Elischer1999-02-081-2/+1
* Fix for PR 9309.Julian Elischer1999-02-081-1/+10
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-5/+5
* Bring back some slight cleanups from 2.2Julian Elischer1998-07-061-3/+11
* Remove out of date comment.Julian Elischer1998-07-021-4/+1
* Remove the option to keep IPFW diversion backwards compatibleJulian Elischer1998-07-021-15/+1
* include opt_ipdivert.h so we get correct optionsJulian Elischer1998-06-121-1/+2
* Allow diverted packets from the transmit side to remember if theyJulian Elischer1998-06-121-27/+26
* Fix wrong data type for a pointer.Julian Elischer1998-06-061-5/+6
* clean up the changes made to ipfw over the last weeksJulian Elischer1998-06-061-31/+13
* Reverse the default sense of the IPFW/DIVERT reinjection codeJulian Elischer1998-06-051-12/+12
* Add optional code to change the way that divert and ipfw work together.Julian Elischer1998-05-251-2/+43
* Hide the interface name in the sin_zero section of the sockaddr_inJulian Elischer1998-05-251-8/+50
* Take the user's "IGNORE_DIVERT" argument from where the user put itJulian Elischer1998-05-251-5/+7
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-3/+3
* Fixed style bugs (mostly) in previous commit.Bruce Evans1998-03-281-2/+3
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createsGarrett Wollman1998-03-241-1/+4
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Improved connection establishment performance by doing local port lookups viaDavid Greenman1998-01-271-1/+2
* Make INET a proper option.Eivind Eklund1998-01-081-1/+7
* Call in_pcballoc() at splnet(). As near as I can tell, this won't fixDavid Greenman1997-12-181-4/+9
* Update network code to use poll support.Peter Wemm1997-09-141-2/+2
* Some mbuf -> sockaddr changes seem to have been missed here.Peter Wemm1997-09-131-7/+7
* Removed unused #includes.Bruce Evans1997-08-021-3/+1
* Submitted by: Whistle Communications (archie Cobbs)Julian Elischer1997-06-021-5/+18
* typo fix, s/imp/inp'; move lookup call inside splnet since there werePeter Wemm1997-06-011-2/+2
* Uninitialised inp variable in div_bind().Peter Wemm1997-05-261-1/+2
* Attempt to convert the ip_divert code to use the new-style protocol requestPeter Wemm1997-05-241-101/+87
* Reorganize elements of the inpcb struct to take better advantage ofDavid Greenman1997-04-031-2/+2
* Improved performance of hash algorithm while (hopefully) not reducingDavid Greenman1997-03-031-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Fix the parameters of a call to in_setsockaddr().Garrett Wollman1997-02-201-1/+1
* Reset ip_divert_ignore to zero immediately after use - also,Brian Somers1997-02-021-2/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-3/+3
* Adding changes to ipfw and the kernel to support ip packet diversion..Julian Elischer1996-07-101-0/+365