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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use NULL in non-pointer contexts.
bde
1996-07-12
1
-2
/
+2
*
Modify the kernel to use the new pr_usrreqs interface rather than the old
wollman
1996-07-11
4
-11
/
+450
*
Adding changes to ipfw and the kernel to support ip packet diversion..
julian
1996-07-10
8
-57
/
+584
*
Functionality for IPFIREWALL_VERBOSE logging:
nate
1996-07-09
1
-1
/
+7
*
Reject rules which try to mix ports with incompatible protocols.
alex
1996-06-29
1
-1
/
+11
*
Allow fragment checking to work with specific protocols.
alex
1996-06-25
1
-16
/
+26
*
Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicate
bde
1996-06-23
1
-4
/
+4
*
Set the rmx.rmx_expire to 0 when creating fake ethernet addresses for the
peter
1996-06-21
1
-1
/
+3
*
Use the route that's guaranteed to exist when picking a source address
fenner
1996-06-20
1
-2
/
+2
*
Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30)
fenner
1996-06-20
1
-2
/
+2
*
Put the 'debug' messages of the type:
nate
1996-06-20
1
-1
/
+3
*
Fix chain numbering bug when the highest line number installed >= 65435
alex
1996-06-17
1
-16
/
+27
*
Better selection of initial retransmit timeout when no cached
wollman
1996-06-14
3
-13
/
+10
*
Don't try to include opt_ipfw.h in LKMs
gpalmer
1996-06-13
1
-1
/
+3
*
Keep ether_type in network order for BPF to be consistent with other
dg
1996-06-13
1
-3
/
+3
*
Convert ipfw to use opt_ipfw.h
gpalmer
1996-06-12
2
-2
/
+7
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-3
/
+1
*
Big sweep over ipfw, picking up where Poul left off:
alex
1996-06-09
2
-83
/
+133
*
Changed some memcpy()'s back to bcopy()'s.
bde
1996-06-08
5
-13
/
+13
*
Instrument UDP PCB hashing to see how often the hash lookup is effective
wollman
1996-06-05
2
-2
/
+4
*
Correct formula for TCP RTO calculation. Also try to do a better job in
wollman
1996-06-05
3
-11
/
+7
*
Fix a bug in the handling of the "persist" state which, under certain
jdp
1996-06-03
1
-7
/
+12
*
Correct spelling error in comment
gpalmer
1996-06-02
1
-2
/
+2
*
More closely preserve the original operation of rresvport() when using
peter
1996-05-31
1
-2
/
+3
*
Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightly
wollman
1996-05-22
2
-2
/
+20
*
Fix an embarresing error on my part that made the IP_PORTRANGE options
peter
1996-05-21
1
-1
/
+2
*
Make it possible to return more than one piece of control information
wollman
1996-05-09
1
-2
/
+34
*
Remove useless entries from the inetsw structure initiliser which
gpalmer
1996-05-08
1
-8
/
+8
*
Clean up various compiler warnings. Most (if not all) were benign
gpalmer
1996-05-08
2
-4
/
+14
*
Several locations in sys/netinet/ip_fw.c are lacking or incorrectly
phk
1996-05-06
1
-14
/
+18
*
Add three new route flags to help determine what sort of address
wollman
1996-05-06
2
-9
/
+43
*
Back out my stupid braino; I was thinking strlen and not sizeof.
fenner
1996-05-02
3
-6
/
+6
*
Size temp var correctly; buf[4*sizeof "123"] is not long enough
fenner
1996-05-02
3
-6
/
+6
*
inet_ntoa buffer was evaluated twice in log_in_vain, fix it.
ache
1996-04-27
3
-9
/
+21
*
Delete #ifdef notdef blocks containing old method of srtt calculation.
wollman
1996-04-26
3
-114
/
+3
*
Delete #if 0 block containing remnants of pre-MTU discovery rmx_mtu
wollman
1996-04-26
1
-17
/
+1
*
Delete #if 0 block containing unused definitions for ARPANET/DDN IMP
wollman
1996-04-26
1
-47
/
+1
*
Fixed in-line IP header checksumming. It was performed on the wrong header
bde
1996-04-21
1
-2
/
+2
*
Three speed-ups in the output path (two small, one substantial):
wollman
1996-04-18
1
-39
/
+51
*
Define a few macros useful in the _IP_VHL case.
wollman
1996-04-18
1
-1
/
+8
*
Fix a warning by not referencing ip_output() as a pr_output() member.
wollman
1996-04-18
1
-2
/
+2
*
Always call ip_output() with a valid route pointer. For igmp, also get the
wollman
1996-04-18
2
-17
/
+24
*
Two fixes from Rich Stevens:
dg
1996-04-15
2
-7
/
+10
*
Eliminated sloppy common-style declarations. Now there are no duplicated
bde
1996-04-13
2
-4
/
+12
*
Fix a bogon I introduced with my last change.
phk
1996-04-12
1
-2
/
+2
*
Logging UDP and TCP connection attempts should not be enabled by default.
pst
1996-04-09
3
-6
/
+6
*
Added proper splnet protection while modifying the interface address list.
dg
1996-04-07
1
-2
/
+17
*
Add a sysctl (net.inet.tcp.always_keepalive: 0) that when set will force
phk
1996-04-04
1
-2
/
+7
*
Log TCP syn packets for ports we don't listen on.
phk
1996-04-04
3
-5
/
+37
*
Always pass a route structure when calling ip_output().
wollman
1996-04-03
1
-2
/
+6
[next]