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
*
Remove now unused inirw variable from previous use of COMMON_END().
rwatson
2005-05-01
1
-1
/
+0
*
Fix typo in last commit.
grehan
2005-05-01
1
-1
/
+1
*
Slide unlocking of the tcbinfo lock earlier in tcp_usr_send(), as it's
rwatson
2005-05-01
1
-2
/
+13
*
Introduce a struct icmphdr which contains the type, code, and cksum
brooks
2005-04-26
2
-9
/
+16
*
Remove some code that snuck in by accident.
ps
2005-04-21
1
-5
/
+0
*
Fix for interaction problems between TCP SACK and TCP Signature.
ps
2005-04-21
2
-55
/
+106
*
Undo rev 1.71 as it is the wrong change.
ps
2005-04-21
1
-10
/
+7
*
- Make the sack scoreboard logic use the TAILQ macros. This improves
ps
2005-04-21
4
-80
/
+44
*
Fix for 2 bugs related to TCP Signatures :
ps
2005-04-21
1
-7
/
+10
*
Move Path MTU discovery ICMP processing from icmp_input() to
andre
2005-04-21
4
-59
/
+74
*
Ignore ICMP Source Quench messages for TCP sessions. Source Quench is
andre
2005-04-21
4
-51
/
+23
*
Remove anti-LOR bandaid, it is not needed now.
glebius
2005-04-20
1
-21
/
+0
*
Make DUMMYNET compile without INET6
phk
2005-04-19
1
-0
/
+8
*
typo
phk
2005-04-19
1
-1
/
+1
*
Make IPFIREWALL compile without INET6
phk
2005-04-19
1
-3
/
+18
*
Add IPv6 support to IPFW and Dummynet.
brooks
2005-04-18
5
-48
/
+505
*
Rewrite of tcp_update_sack_list() to make it simpler and more readable
ps
2005-04-18
1
-74
/
+67
*
Centralized finding the protocol header in IP packets in preperation for
brooks
2005-04-15
1
-92
/
+109
*
Fix for a TCP SACK bug where more than (win/2) bytes could have been
ps
2005-04-14
4
-3
/
+76
*
- Tighten up the Timestamp checks to prevent a spoofed segment from
ps
2005-04-10
3
-6
/
+47
*
- If the reassembly queue limit was reached or if we couldn't allocate
ps
2005-04-10
4
-2
/
+8
*
When the rightmost SACK block expands, rcv_lastsack should be updated.
ps
2005-04-10
1
-0
/
+2
*
Remove some unused sack fields.
ps
2005-04-10
1
-3
/
+0
*
o Nano optimize ip_reass() code path for the first fragment: do not
maxim
2005-04-08
1
-5
/
+3
*
o Tweak the comment a bit.
maxim
2005-04-08
1
-1
/
+1
*
o Disable random port allocation when ip.portrange.first ==
maxim
2005-04-08
1
-0
/
+6
*
When a packet has been reinjected into ipfw(4) after dummynet(4) processing
glebius
2005-04-06
1
-2
/
+6
*
Use ACTION_PTR(r) instead of (r->cmd + r->act_ofs).
brooks
2005-04-06
1
-2
/
+2
*
Make dummynet_flush() match its prototype.
brooks
2005-04-05
1
-1
/
+1
*
natd core dumps when -reverse switch is used because of a bug in
phk
2005-04-05
1
-2
/
+2
*
When several carp interfaces are attached to Ethernet interface,
glebius
2005-03-30
1
-27
/
+37
*
- Don't free mbuf, passed to interface output method if the latter
glebius
2005-03-29
1
-2
/
+1
*
eliminate extraneous null ptr checks
sam
2005-03-29
3
-5
/
+5
*
deal with malloc failures
sam
2005-03-26
1
-7
/
+16
*
o Document net.inet.ip.portrange.random* sysctls.
maxim
2005-03-23
1
-7
/
+10
*
ifma_protospec is a pointer. Use NULL when assigning or compating it.
glebius
2005-03-20
1
-2
/
+2
*
Remove a workaround from previos revision. It proved to be incorrect.
glebius
2005-03-20
1
-7
/
+16
*
If vhid exists return more informative EEXIST instead of EINVAL. While here
glebius
2005-03-18
1
-3
/
+2
*
Fix a potential crash that could occur when CARP_LOG is being used.
glebius
2005-03-18
1
-2
/
+1
*
plug resource leak
sam
2005-03-16
1
-1
/
+3
*
In tcp_usr_send(), broaden coverage of the socket buffer lock in the
rwatson
2005-03-14
1
-1
/
+4
*
Embrace with #ifdef DEV_CARP carp-related code.
glebius
2005-03-13
1
-2
/
+7
*
Add antifootshooting workaround, which will make all routes "connected"
glebius
2005-03-10
1
-0
/
+6
*
Add limits on the number of elements in the sack scoreboard both
ps
2005-03-09
2
-3
/
+42
*
Make ARP do not complain about wrong interface if correct interface
glebius
2005-03-09
1
-7
/
+14
*
Fix a problem in the Skinny ALG where a specially crafted packet could cause
marcus
2005-03-03
1
-4
/
+4
*
Fix typo. Unbreak build. Take pointy hat.
glebius
2005-03-02
1
-1
/
+1
*
Add more locking when reading/writing to carp softc. When carp softc is
glebius
2005-03-01
1
-31
/
+140
*
- Add carp_mtx. Use it to protect list of all carp interfaces.
glebius
2005-03-01
1
-18
/
+20
*
Use NET_CALLOUT_MPSAFE macro.
glebius
2005-03-01
6
-25
/
+17
[next]