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
*
Allow the code to be compiled without warnings for any combination
tuexen
2013-07-20
1
-6
/
+3
*
Get the code compiling without INET and INET6 being defined.
tuexen
2013-07-19
1
-4
/
+0
*
Free the non-fatal "timestamp missing" debug string manually as it is
andre
2013-07-16
1
-1
/
+4
*
A complete duplication of binding should be allowed if on both new and
trociny
2013-07-12
1
-1
/
+1
*
Unbreak VIMAGE by correctly naming the vnet pointer in struct tcp_syncache.
andre
2013-07-12
1
-1
/
+1
*
Improve SYN cookies by encoding the MSS, WSCALE (window scaling) and SACK
andre
2013-07-11
2
-219
/
+383
*
Extend debug logging of TCP timestamp related specification
andre
2013-07-10
2
-5
/
+42
*
Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics
tuexen
2013-07-09
1
-2
/
+2
*
Migrate struct carpstats to PCPU counters.
ae
2013-07-09
2
-8
/
+24
*
Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters.
ae
2013-07-09
1
-1
/
+3
*
Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.
ae
2013-07-09
1
-3
/
+7
*
Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU
ae
2013-07-09
9
-39
/
+53
*
Use new macros to implement ipstat and tcpstat using PCPU counters.
ae
2013-07-09
4
-271
/
+26
*
Prepare network statistics structures for migration to PCPU counters.
ae
2013-07-09
4
-69
/
+69
*
Fix a bug were only 2048 streams where usable even though more than
tuexen
2013-07-05
5
-14
/
+19
*
When processing an incoming ABORT, SHUTDOWN_COMPLETE or ERROR (NAT related)
tuexen
2013-07-04
1
-2
/
+4
*
In r227207, to fix the issue with possible NULL inp_socket pointer
trociny
2013-07-04
3
-9
/
+24
*
Code cleanups.
tuexen
2013-07-03
4
-101
/
+105
*
Catch up with r238990. LLE_DELETED does not clobber everything else in
np
2013-07-03
1
-1
/
+1
*
Fix a panic when leaving MC group in a kernel with VIMAGE enabled.
hrs
2013-07-02
1
-0
/
+2
*
Import an implementation of the CAIA Delay-Gradient (CDG) congestion control
lstewart
2013-07-02
1
-0
/
+695
*
Fix kmod_*stat_inc() after r249276. The incorrect code actually
glebius
2013-06-21
2
-3
/
+3
*
Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics
ae
2013-06-20
2
-6
/
+6
*
Disable IGMPv3 link timers on a transition to IGMPv2.
bms
2013-06-07
1
-0
/
+1
*
Allow drivers to specify a maximum TSO length in bytes if they are
andre
2013-06-03
4
-20
/
+37
*
Use LIST_EMPTY when appropriate.
tuexen
2013-06-02
1
-2
/
+2
*
Remove redundant checks.
tuexen
2013-05-28
1
-6
/
+6
*
Withdraw http://svnweb.freebsd.org/changeset/base/250809
tuexen
2013-05-24
1
-2
/
+0
*
Initialize the fibnum for outgoing packets to 0. This avoids
tuexen
2013-05-19
1
-0
/
+2
*
Set errno to ETIMEDOUT if an SCTP association times out during
tuexen
2013-05-17
1
-2
/
+8
*
Don't send an ABORT chunk with verification 0.
tuexen
2013-05-17
1
-2
/
+10
*
Fix typo in net.inet.tcp.minmss sysctl description.
jimharris
2013-05-13
1
-1
/
+1
*
Add IFF_MONITOR support to gre(4).
hrs
2013-05-11
1
-0
/
+10
*
Rate limit the number of remotely triggered ARP log messages
glebius
2013-05-11
1
-13
/
+24
*
Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLY
tuexen
2013-05-10
1
-2
/
+7
*
Back out r249318, r249320 and r249327 due to a heisenbug most
andre
2013-05-06
5
-6
/
+6
*
Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Group
hrs
2013-05-04
1
-1
/
+2
*
Move IPPROTO_IPV6 from #ifdef __BSD_VISIBLE to #if __POSIX_VISIBLE >= 201112
cperciva
2013-04-27
1
-1
/
+1
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
7
-27
/
+29
*
Fix couple of mbuf leaks in incoming ARP processing.
glebius
2013-04-25
1
-2
/
+2
*
Introduce a pointer to const variable gw, which points either at the
glebius
2013-04-25
1
-13
/
+6
*
This fixes the issue with the "randomly changing" default
rrs
2013-04-24
1
-1
/
+1
*
When doing RFC3042 limited transmit on the first on second
andre
2013-04-23
1
-1
/
+12
*
Plug static llentry leak (ipv4 & ipv6 were affected).
oleg
2013-04-21
1
-2
/
+6
*
- Corrrect mispellings of word useful
gabor
2013-04-17
1
-1
/
+1
*
Fix incomplete printf.
delphij
2013-04-16
1
-1
/
+2
*
Don't leak lock when returning.
delphij
2013-04-16
1
-0
/
+1
*
Reflect removing of the counter_u64_subtract() function in the macro.
ae
2013-04-12
1
-2
/
+2
*
Fix tcp_output() so that tcpcb is updated in the same manner when an
glebius
2013-04-11
1
-70
/
+74
*
Fix build.
glebius
2013-04-10
1
-1
/
+1
[next]