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
*
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
*
Adding changes to ipfw and the kernel to support ip packet diversion..
julian
1996-07-10
1
-0
/
+365