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
*
Enhance the historic behaviour of raw sockets and jails in a way
bz
2010-04-27
1
-5
/
+18
*
Fix a regression where DVMRP diagnostic traffic, such as that used
bms
2010-04-27
1
-6
/
+11
*
Sending a FWDTSN chunk should not affect the retran count.
tuexen
2010-04-25
1
-1
/
+1
*
Undo my lastest fix since that wasn't one at all.
tuexen
2010-04-25
1
-19
/
+19
*
* Fix compilation when using SCTP_AUDITING_ENABLED.
tuexen
2010-04-23
3
-42
/
+24
*
Avoid memory access after free. Use the (shortend) copy for the
bz
2010-04-21
1
-1
/
+1
*
Update highest_tsn variables when sliding mapping arrays.
tuexen
2010-04-20
1
-0
/
+6
*
Really print the nr_mapping array when it should be printed.`
tuexen
2010-04-20
1
-1
/
+1
*
whitespace fixes (trailing whitespace, bad indentation
luigi
2010-04-19
8
-59
/
+61
*
Don't clear other flags (e.g. CSUM_TCP) when setting CSUM_TSO. This was
ken
2010-04-19
1
-1
/
+1
*
Get delayed SACK working again.
tuexen
2010-04-19
1
-0
/
+4
*
Fix a bug where SACKs are not sent when they should.
tuexen
2010-04-17
1
-8
/
+13
*
Plug reference leaks in the link-layer code ("new-arp") that previously
bz
2010-04-11
2
-4
/
+20
*
Try to help with a virtualized dummynet after r206428.
bz
2010-04-10
1
-1
/
+4
*
Honor the CE bit even when the CWR bit is set.
rpaulo
2010-04-10
1
-4
/
+2
*
Fix a few issues related to the legacy 4.4 BSD multicast APIs.
bms
2010-04-10
1
-7
/
+19
*
This commit enables partial operation of dummynet with kernels
luigi
2010-04-09
3
-31
/
+57
*
no need to pass an argument to dn_compat_calc_size()
luigi
2010-04-09
3
-3
/
+3
*
Hopefully fix the recent breakage in rule deletion.
luigi
2010-04-07
1
-58
/
+98
*
Fix a off-by-one bug in zeroing out the mapping arrays.
tuexen
2010-04-06
2
-33
/
+18
*
Use also SCTP/IPv6 checksum offloading in special cases.
tuexen
2010-04-03
1
-13
/
+60
*
* Fix some race condition in SACK/NR-SACK processing.
tuexen
2010-04-03
14
-807
/
+438
*
Add definition of IPv6 mobility header's protocol number, as assigned by
delphij
2010-03-31
1
-0
/
+1
*
fix bug in previous commit related to rule deletion
luigi
2010-03-31
1
-15
/
+20
*
remove a leftover debugging message
luigi
2010-03-29
1
-1
/
+0
*
Fix handling of set manipulations.
luigi
2010-03-29
1
-25
/
+36
*
Adds the option of keeping per-cpu statistics in SCTP. This
rrs
2010-03-24
4
-2
/
+173
*
lagging file I forgot to commit with my nr-sack fixes... opps
rrs
2010-03-24
1
-2
/
+0
*
Fix for NR-Sack code. The code was NOT working properly when
rrs
2010-03-24
4
-666
/
+193
*
Honor ip.fw.one_pass when a packet comes out of a pipe without being delayed.
luigi
2010-03-24
1
-1
/
+5
*
Fixes a bug where SACKs in the face of
rrs
2010-03-23
3
-50
/
+35
*
- boot-time size the ipv4 flowtable and the maximum number of flows
kmacy
2010-03-22
1
-2
/
+14
*
Add a priority-based packet scheduler.
luigi
2010-03-21
2
-1
/
+231
*
no need for ipfw_flush_tables(), we just need ipfw_destroy_tables()
luigi
2010-03-21
2
-18
/
+6
*
revise documentation
luigi
2010-03-21
1
-2
/
+21
*
- spread tcp timer callout load evenly across cpus if net.inet.tcp.per_cpu_ti...
kmacy
2010-03-20
1
-10
/
+30
*
Add pcb reference counting to the pcblist sysctl handler functions
bz
2010-03-17
4
-13
/
+55
*
small fixes to estimate the buffer size when requesting all pipes/flows.
luigi
2010-03-15
1
-5
/
+9
*
+ implement (two lines) the kernel side of 'lookup dscp N' to use the
luigi
2010-03-15
7
-39
/
+68
*
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
[next]