summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_divert.c
Commit message (Expand)AuthorAgeFilesLines
* fix a typo in a commentluigi2002-06-231-1/+1
* Remove (almost all) global variables that were used to holdluigi2002-06-221-66/+65
* Remember to initialize the control block head mutex.hsu2002-06-111-0/+1
* Fix typo.hsu2002-06-111-2/+2
* Lock up inpcb.hsu2002-06-101-2/+23
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-18/+3
* Lock down a socket, milestone 1.tanimura2002-05-201-3/+18
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-3/+6
* Change the first argument of prison_xinpcb() to be a thread pointer insteadjhb2002-04-091-2/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Switch vm_zone.h with uma.h. Change over to uma interfaces.jeff2002-03-201-3/+4
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-2/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-2/+2
* o Replace reference to 'struct proc' with 'struct thread' in 'structrwatson2001-11-081-1/+3
* KSE Milestone 2julian2001-09-121-6/+6
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-1/+1
* move ipsec security policy allocation into in_pcballoc, beforeume2001-07-261-7/+0
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-5/+4
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-141-1/+0
* Fixed broken ICMP error generation, unified conversion of IP headerru2000-09-011-0/+1
* Fixed the bug that div_bind() always returned zeroru2000-08-301-1/+1
* Make netstat(1) to be aware of divert(4) sockets.ru2000-08-031-0/+90
* 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
OpenPOWER on IntegriCloud