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
*
When calculating the expected memory size for userspace, also take the
bz
2010-08-18
1
-1
/
+1
*
Ensure a minimum "slop" of 10 extra pcb structures when providing a
jhb
2010-08-17
4
-8
/
+9
*
Fix the interaction between 'ICMP fragmentation needed' MTU updates,
andre
2010-08-15
2
-6
/
+6
*
Initializing the new error variable to zero in syncache_socket()
andre
2010-08-15
1
-1
/
+1
*
Add more logging points for failures in syncache_socket() to
andre
2010-08-15
1
-5
/
+24
*
When using TSO and sending more than TCP_MAXWIN sendalot is set
andre
2010-08-14
1
-2
/
+5
*
Change the messages of the ICMP bad port bandwidth limiter from
andre
2010-08-14
1
-1
/
+2
*
Disable TCP inflight limiter by default.
andre
2010-08-14
1
-1
/
+1
*
Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, with
will
2010-08-11
3
-24
/
+23
*
Allow carp(4) to be loaded as a kernel module. Follow precedent set by
will
2010-08-11
6
-77
/
+167
*
Address an edge condition that we found at work, where the carp(4)
delphij
2010-08-08
1
-1
/
+2
*
Don't use struct timezone.
ed
2010-08-08
1
-4
/
+2
*
Fix a bug where endpoints bound to wildcard addresses where
tuexen
2010-08-05
1
-0
/
+36
*
Cleanup code.
tuexen
2010-08-01
1
-2
/
+1
*
Document the mandatory argument to the arptimer() and
bz
2010-07-31
1
-5
/
+3
*
MFp4 @181628:
bz
2010-07-31
1
-6
/
+20
*
Fix a bug in syncache where the initial CWND for new incoming connections
andre
2010-07-30
1
-1
/
+2
*
Fix the comment block that has the nice
rrs
2010-07-29
1
-12
/
+22
*
PR SCTP Bugs. Basically a full sized frame of
rrs
2010-07-29
4
-31
/
+48
*
Fix operation of "netgraph" action in conjunction with the
glebius
2010-07-27
1
-0
/
+2
*
Fix a bug where the length of a FORWARD-TSN chunk was set incorrectly in
tuexen
2010-07-26
1
-4
/
+2
*
Make sure that we report chunks if a socket
rrs
2010-07-26
1
-7
/
+29
*
When counting the number of chunks in the
rrs
2010-07-26
1
-13
/
+20
*
- Move common code from the hook functions that fills in a packet node struct to
lstewart
2010-07-18
1
-115
/
+87
*
machine/cpu.h isn't appropriate for this file,so remove it
imp
2010-07-16
1
-1
/
+0
*
remove some conditional #ifdefs (no-op on FreeBSD);
luigi
2010-07-15
1
-8
/
+4
*
whitespace fixes
luigi
2010-07-15
1
-2
/
+2
*
fix a comment and final empty line
luigi
2010-07-15
1
-3
/
+5
*
The SIFTR DPCPU statistics struct was not being zeroed between enable/disable
lstewart
2010-07-13
1
-0
/
+2
*
Catch up with the rename of DPCPU_SUM to DPCPU_VARSUM in r209978.
lstewart
2010-07-13
1
-10
/
+10
*
Improve last commit: use bpf_mtap2() to avoiding stack usage.
glebius
2010-07-09
1
-13
/
+6
*
Since r209216 bpf(4) searches for mbuf_tags(9) and thus will not work with
glebius
2010-07-08
1
-6
/
+8
*
This fixes a crash in SCTP. It was possible to have a
rrs
2010-07-03
1
-4
/
+10
*
Import the Statistical Information For TCP Research (SIFTR) kernel module into
lstewart
2010-07-03
1
-0
/
+1568
*
Fix a bug that WILL cause a panic. Basically
rrs
2010-07-02
1
-2
/
+2
*
After processing the O_SKIPTO opcode our cmd points to the next rule, and
glebius
2010-06-29
1
-2
/
+3
*
Fix a bug I introduced in r209470.
tuexen
2010-06-24
1
-2
/
+2
*
* Implement sctp_does_stcb_own_this_addr() correclty. It was taking the
tuexen
2010-06-23
1
-57
/
+151
*
Fix a rece condition in the shutdown handling.
tuexen
2010-06-18
3
-0
/
+40
*
* Fix a bug where the length of the ASCONF-ACK was calculated wrong due
tuexen
2010-06-14
2
-13
/
+20
*
3 Fixes -
rrs
2010-06-11
3
-43
/
+28
*
Found by Michael. In cases where we run
rrs
2010-06-09
1
-0
/
+2
*
Fix serveral bugs all having to do with freeing an
rrs
2010-06-09
1
-22
/
+38
*
BUG:Turns out we need to use both bit maps
rrs
2010-06-09
1
-11
/
+1
*
2 Bugs:
rrs
2010-06-08
1
-2
/
+20
*
This fixes a BUG in the handling of the cum-ack calculation.
rrs
2010-06-07
1
-7
/
+12
*
Opps... my bad.. we don't need a SOCK_UNLOCK() after
rrs
2010-06-07
1
-1
/
+0
*
Fix so we call socantrcvmore_locked so we
rrs
2010-06-07
1
-1
/
+1
*
1) Optimize the cleanup and don't always depend on
rrs
2010-06-06
4
-7
/
+28
*
Ok, yet another bug in killing off all the hundreds
rrs
2010-06-06
4
-3
/
+11
[next]