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
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-01
2
-14
/
+0
*
Upon virtual network stack teardown properly release the TCP syncache
bz
2010-02-20
1
-2
/
+24
*
Fix handling of SHUTDOWN-ACK chunk in COOKIE_WAIT and COOKIE_ECHOED.
tuexen
2010-02-20
3
-6
/
+24
*
Split up ip_drain() into an outer lock and iterator part and
bz
2010-02-20
3
-8
/
+40
*
* Fix another u_long -> uint32_t issue.
tuexen
2010-02-19
2
-4
/
+12
*
No need to include security/mac/mac_framework.h here.
pjd
2010-02-18
2
-4
/
+0
*
Use uint32_t instead of u_long.
tuexen
2010-02-18
1
-3
/
+3
*
remove recursive lock/unlock calls, we do them already before entering
luigi
2010-02-17
1
-6
/
+0
*
Add missing SCTP_PACKED. Spotted by Irene Ruengeler.
tuexen
2010-02-13
1
-2
/
+2
*
Properly free resources when destroying the TCP hostcache while
bz
2010-02-09
1
-12
/
+32
*
Restore the checksum received before processing the packet.
tuexen
2010-02-04
1
-1
/
+1
*
Some of the existing ppp and vpn related scripts create and set
qingli
2010-02-02
1
-0
/
+6
*
use u_char instead of u_int for short bitfields.
luigi
2010-02-01
2
-6
/
+6
*
Use [] instead of [0] for flexible arrays.
tuexen
2010-01-22
3
-19
/
+19
*
Get rid of a lot of duplicated code for NR-SACK handle.
tuexen
2010-01-17
6
-1945
/
+241
*
Bug fix: If the allocation of a socket failed and we
rrs
2010-01-17
1
-1
/
+7
*
Pulls out another leaked windows ifdef that somehow
rrs
2010-01-17
1
-6
/
+0
*
This change syncs up the socketAPI stream-reset
rrs
2010-01-17
2
-15
/
+18
*
More leaked ifdefs for APPLE and its mobility stuff.
rrs
2010-01-17
1
-12
/
+0
*
Remove another set of "leaked" ifdefs that somehow found
rrs
2010-01-17
1
-4
/
+0
*
Remove strange APPLE define that leaked
rrs
2010-01-17
1
-12
/
+0
*
Garbage collect references to the no longer implemented tcp_fasttimo().
bz
2010-01-17
1
-1
/
+0
*
Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to control
bz
2010-01-17
1
-0
/
+7
*
Change 'me' to match any IPv6 address configured on an interface in
ume
2010-01-17
1
-8
/
+14
*
Get rid of support of an old version of the SCTP-AUTH draft.
tuexen
2010-01-16
6
-535
/
+2
*
Ensure an address is removed from the interface address
qingli
2010-01-08
1
-1
/
+1
*
Complete the swap of carp(4) log levels and document the change.
ru
2010-01-08
1
-2
/
+2
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
4
-4
/
+4
*
we don't use dummynet_drain!
luigi
2010-01-07
1
-32
/
+5
*
check that we have an ipv4 packet before swapping ip_len and ip_off.
luigi
2010-01-07
1
-2
/
+3
*
Following up on a request from Ermal Luci to make
luigi
2010-01-07
4
-77
/
+72
*
some header shuffling to help decoupling ip_divert from ipfw
luigi
2010-01-07
5
-11
/
+6
*
put ip_len in correct order for ip_output().
luigi
2010-01-07
1
-1
/
+2
*
this file does not require ip_dummynet.h
luigi
2010-01-05
1
-1
/
+0
*
An existing incomplete ARP entry would expire a subsequent
qingli
2010-01-05
1
-10
/
+16
*
Various cleanup done in ipfw3-head branch including:
luigi
2010-01-04
11
-326
/
+225
*
Correct usage of parenthesis.
tuexen
2010-01-04
1
-2
/
+2
*
Avoid NULL dereference in arpresolve.
np
2010-01-03
1
-2
/
+2
*
Consolidate the route message generation code for when address
qingli
2009-12-30
1
-48
/
+49
*
The proxy arp entries could not be added into the system over the
qingli
2009-12-30
1
-8
/
+44
*
Make sure the multicast forwarding cache entry's stall queue is properly
syrinx
2009-12-30
1
-0
/
+9
*
we really need htonl() here, see the comment a few lines above in the code.
luigi
2009-12-29
1
-1
/
+1
*
(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.
antoine
2009-12-28
2
-3
/
+3
*
Make the compiler happy after r201125:
bz
2009-12-28
1
-1
/
+1
*
introduce a local variable rte acting as a cache of ro->ro_rt
luigi
2009-12-28
1
-18
/
+22
*
+ remove an unused #define print_ip;
luigi
2009-12-28
1
-19
/
+13
*
bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expects
luigi
2009-12-28
2
-1
/
+1
*
bring in several cleanups tested in ipfw3-head branch, namely:
luigi
2009-12-28
10
-458
/
+318
*
readability fixes -- add braces on large blocks, remove unnecessary
luigi
2009-12-28
1
-28
/
+31
*
explain details of operation of table lookups, and improve portability
luigi
2009-12-28
1
-4
/
+16
[next]