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
*
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
*
Change certain heavily used network related mutexes and rwlocks to
andre
2013-04-09
4
-5
/
+5
*
Fix a race condition on tcp listen socket teardown with pending
andre
2013-04-09
1
-0
/
+9
*
Fix VIMAGE build.
glebius
2013-04-09
1
-2
/
+2
*
Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.
ae
2013-04-09
1
-4
/
+4
*
Merge from projects/counters: TCP/IP stats.
glebius
2013-04-08
4
-165
/
+420
*
Add a macro for checking for IPv4 link local addresses.
tuexen
2013-03-31
1
-0
/
+4
*
Keep fwd_tag around for subsequent pcb lookups
emaste
2013-03-29
1
-17
/
+8
*
Add ipfw support for setting/matching DiffServ codepoints (DSCP).
melifaro
2013-03-20
1
-0
/
+3
*
In m_megapullup() instead of reserving some space at the end of packet,
glebius
2013-03-17
1
-10
/
+6
*
- Replace compat macros with function calls.
glebius
2013-03-16
3
-3
/
+3
*
We can, and should use M_WAITOK here.
glebius
2013-03-15
1
-1
/
+1
*
Use m_get/m_gethdr instead of compat macros.
glebius
2013-03-15
6
-11
/
+10
*
- Use m_getcl() instead of hand allocating.
glebius
2013-03-15
1
-12
/
+8
*
Functions m_getm2() and m_get2() have different order of arguments,
glebius
2013-03-12
1
-1
/
+1
*
Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzed
glebius
2013-03-11
1
-6
/
+1
*
The hashmask returned by hashinit() is a valid index in the returned hash array.
lstewart
2013-03-07
1
-1
/
+1
*
- Make callout(9) tickless, relying on eventtimers(4) as backend for
davide
2013-03-04
1
-7
/
+11
*
Fix a potential race in returning setting errno when an
tuexen
2013-02-27
1
-1
/
+2
*
Fix tcp_lro_rx_ipv4() for drivers that do not set CSUM_IP_CHECKED.
gallatin
2013-02-21
1
-1
/
+1
*
ip_savecontrol() style fixes. No functional changes.
pluknet
2013-02-20
1
-17
/
+17
*
Send the adaptation layer indication only if set by the user.
tuexen
2013-02-11
4
-19
/
+26
[next]