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
*
Abstract out initialization of most aspects of struct inpcbinfo from
rwatson
2010-03-14
6
-84
/
+62
*
The proper fix for the delayed SCTP checksum is to
rrs
2010-03-12
5
-8
/
+6
*
- restructure flowtable to support ipv6
kmacy
2010-03-12
2
-9
/
+15
*
implement listing of a subset of pipes/queues/schedulers.
luigi
2010-03-11
2
-63
/
+147
*
fix handling of commands issued by RELENG_7 version of /sbin/ipfw,
luigi
2010-03-10
2
-2
/
+4
*
One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is to
qingli
2010-03-09
2
-1
/
+13
*
cosmetic changes and C++ compatibility
luigi
2010-03-08
1
-0
/
+18
*
don't use C++ keywords as variable names
luigi
2010-03-08
2
-8
/
+8
*
do not report an error unnecessarily
luigi
2010-03-08
1
-0
/
+1
*
Destroy TCP UMA zones (empty or not) upon network stack teardown
bz
2010-03-07
4
-1
/
+21
*
Not only flush the ipfw tables when unloading ipfw or tearing
bz
2010-03-07
3
-1
/
+17
*
Locking the tcbinfo structure should not be necessary in tcp_timer_delack(),
rwatson
2010-03-07
1
-3
/
+0
*
Add comment in tcp_discardcb() talking about how we don't, but should,
rwatson
2010-03-07
1
-2
/
+13
*
Make udp_set_kernel_tunneling() less forgiving when its invariants are
rwatson
2010-03-07
1
-12
/
+5
*
Remove unnecessary locking of divcbinfo lock from div_output(): this has not
rwatson
2010-03-06
1
-3
/
+0
*
Add a comment to tcp_usr_accept() to indicate why it is we acquire the
rwatson
2010-03-06
1
-3
/
+9
*
Destroy UDP UMA zones (empty or not) upon network stack teardown
bz
2010-03-06
1
-0
/
+3
*
Wrap use of rw_try_upgrade() on pcbinfo with macro INP_INFO_TRY_UPGRADE()
rwatson
2010-03-06
2
-2
/
+3
*
plug a memory leak on pipe's reconfiguration
luigi
2010-03-05
1
-20
/
+29
*
fix a memory leak when deleting RED queues
luigi
2010-03-05
1
-0
/
+6
*
portability fixes
luigi
2010-03-04
2
-2
/
+17
*
don't use keywords as variable names.
luigi
2010-03-04
1
-7
/
+7
*
use callout_drain() (outside the lock) when unloading the module.
luigi
2010-03-04
1
-4
/
+7
*
improve compatibility with RELENG_7.2
luigi
2010-03-04
1
-0
/
+14
*
Bring in the most recent version of ipfw and dummynet, developed
luigi
2010-03-02
27
-2252
/
+8857
*
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
[next]