index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_divert.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patches from Keiichi SHIMA <keiichi@iij.ad.jp>
julian
2001-09-03
1
-1
/
+1
*
move ipsec security policy allocation into in_pcballoc, before
ume
2001-07-26
1
-7
/
+0
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-5
/
+4
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.
ru
2000-09-14
1
-1
/
+0
*
Fixed broken ICMP error generation, unified conversion of IP header
ru
2000-09-01
1
-0
/
+1
*
Fixed the bug that div_bind() always returned zero
ru
2000-08-30
1
-1
/
+1
*
Make netstat(1) to be aware of divert(4) sockets.
ru
2000-08-03
1
-0
/
+90
*
Force the address of the socket to be INADDR_ANY immediately before
paul
2000-05-02
1
-1
/
+13
*
prevent kernel panic which happens when either of IPSEC and IPDIVERT
shin
2000-01-08
1
-1
/
+1
*
IPSEC support in the kernel.
shin
1999-12-22
1
-6
/
+15
*
Miscellaneous fixes/cleanups relating to ipfw and divert(4):
archie
1999-12-06
1
-45
/
+34
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
remove leftover garbage line.
julian
1999-02-08
1
-2
/
+1
*
Fix for PR 9309.
julian
1999-02-08
1
-1
/
+10
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-5
/
+5
*
Bring back some slight cleanups from 2.2
julian
1998-07-06
1
-3
/
+11
*
Remove out of date comment.
julian
1998-07-02
1
-4
/
+1
*
Remove the option to keep IPFW diversion backwards compatible
julian
1998-07-02
1
-15
/
+1
*
include opt_ipdivert.h so we get correct options
julian
1998-06-12
1
-1
/
+2
*
Allow diverted packets from the transmit side to remember if they
julian
1998-06-12
1
-27
/
+26
*
Fix wrong data type for a pointer.
julian
1998-06-06
1
-5
/
+6
*
clean up the changes made to ipfw over the last weeks
julian
1998-06-06
1
-31
/
+13
*
Reverse the default sense of the IPFW/DIVERT reinjection code
julian
1998-06-05
1
-12
/
+12
*
Add optional code to change the way that divert and ipfw work together.
julian
1998-05-25
1
-2
/
+43
*
Hide the interface name in the sin_zero section of the sockaddr_in
julian
1998-05-25
1
-8
/
+50
*
Take the user's "IGNORE_DIVERT" argument from where the user put it
julian
1998-05-25
1
-5
/
+7
*
Convert socket structures to be type-stable and add a version number.
wollman
1998-05-15
1
-3
/
+3
*
Fixed style bugs (mostly) in previous commit.
bde
1998-03-28
1
-2
/
+3
*
Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol creates
wollman
1998-03-24
1
-1
/
+4
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Improved connection establishment performance by doing local port lookups via
dg
1998-01-27
1
-1
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+7
*
Call in_pcballoc() at splnet(). As near as I can tell, this won't fix
dg
1997-12-18
1
-4
/
+9
*
Update network code to use poll support.
peter
1997-09-14
1
-2
/
+2
*
Some mbuf -> sockaddr changes seem to have been missed here.
peter
1997-09-13
1
-7
/
+7
*
Removed unused #includes.
bde
1997-08-02
1
-3
/
+1
*
Submitted by: Whistle Communications (archie Cobbs)
julian
1997-06-02
1
-5
/
+18
*
typo fix, s/imp/inp'; move lookup call inside splnet since there were
peter
1997-06-01
1
-2
/
+2
*
Uninitialised inp variable in div_bind().
peter
1997-05-26
1
-1
/
+2
*
Attempt to convert the ip_divert code to use the new-style protocol request
peter
1997-05-24
1
-101
/
+87
*
Reorganize elements of the inpcb struct to take better advantage of
dg
1997-04-03
1
-2
/
+2
*
Improved performance of hash algorithm while (hopefully) not reducing
dg
1997-03-03
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Fix the parameters of a call to in_setsockaddr().
wollman
1997-02-20
1
-1
/
+1
*
Reset ip_divert_ignore to zero immediately after use - also,
brian
1997-02-02
1
-2
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
1
-3
/
+3
[next]