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
*
* Split allocation and table linking for lle's.
melifaro
2015-08-20
3
-59
/
+128
*
Check value return from lle_create() for NULL.
melifaro
2015-08-19
1
-3
/
+6
*
Make clear that TIME_WAIT timeout expiration is managed solely by
jch
2015-08-18
1
-4
/
+12
*
Fix panic when handling non-inet arp message introduced in r286825.
melifaro
2015-08-18
1
-1
/
+0
*
Split arpresolve() into fast/slow path.
melifaro
2015-08-16
1
-61
/
+93
*
Allow the path MTU to grow up to the outgoing interface MTU.
tuexen
2015-08-14
1
-0
/
+2
*
Move lle update code from from gigantic ip_arpinput() to
melifaro
2015-08-13
1
-94
/
+167
*
Remove unused TCPTV_SRTTDFLT. We initialize srtt with TCPTV_SRTTBASE when we
hiren
2015-08-12
1
-1
/
+0
*
Use single 'lle_timer' callout in lltable instead of
melifaro
2015-08-11
2
-6
/
+6
*
Store addresses instead of sockaddrs inside llentry.
melifaro
2015-08-11
3
-23
/
+20
*
MFP r276712.
melifaro
2015-08-11
1
-16
/
+25
*
Rename rt_foreach_fib() to rt_foreach_fib_walk().
melifaro
2015-08-10
1
-1
/
+1
*
Partially merge r274887,r275334,r275577,r275578,r275586 to minimize
melifaro
2015-08-10
1
-80
/
+96
*
tcp_reass_zone is not a VNET variable.
kp
2015-08-09
1
-1
/
+1
*
Fix compilation after r286458.
marius
2015-08-08
1
-2
/
+0
*
Fix compilation after r286457 w/o INVARIANTS or INVARIANT_SUPPORT.
marius
2015-08-08
1
-4
/
+2
*
MFP r274295:
melifaro
2015-08-08
1
-14
/
+22
*
MFP r274553:
melifaro
2015-08-08
3
-68
/
+137
*
Simplify ip[6] simploop:
melifaro
2015-08-08
1
-14
/
+5
*
Fix a kernel assertion issue introduced with r286227:
jch
2015-08-08
4
-7
/
+13
*
The mbuf parameter to ip_output_pfil() must be an output parameter since
markj
2015-08-03
1
-4
/
+7
*
Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:
jch
2015-08-03
9
-186
/
+269
*
Don't take the port numbers for packets containing ABORT chunks from
tuexen
2015-08-02
3
-28
/
+7
*
Remove unneded #include "opt_inet.h".
ae
2015-07-31
1
-4
/
+0
*
Update snd_una description to make it more readable.
hiren
2015-07-30
1
-1
/
+1
*
Avoid double reference decrement when firewalls force relooping of packets
eri
2015-07-29
1
-0
/
+7
*
ip_output normalization and fixes
eri
2015-07-29
1
-93
/
+111
*
Revert r265338, r271089 and r271123 as those changes do not handle
pkelsey
2015-07-29
5
-91
/
+163
*
Eliminate the use of m_copydata() in gif_encapcheck().
ae
2015-07-29
1
-38
/
+12
*
Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.
ae
2015-07-29
10
-60
/
+92
*
Fix a typo reported by Erik Cederstrand.
tuexen
2015-07-28
1
-1
/
+1
*
Provide consistent error causes whenever an ABORT chunk is sent.
tuexen
2015-07-27
7
-23
/
+69
*
Improve locking on Mac OS X. This does not change the functionality
tuexen
2015-07-26
1
-2
/
+25
*
Fix and improve a debug message. The SID was reported as an SSN.
tuexen
2015-07-26
1
-4
/
+4
*
Move including netinet/icmp6.h around to avoid a problem when including
tuexen
2015-07-25
1
-1
/
+0
*
Remove stale comment.
kp
2015-07-25
1
-1
/
+0
*
Fix silly syntax error emacs chugged in for me.. gesh.
rrs
2015-07-24
1
-1
/
+0
*
Fix an issue with MAC OS locking and also optimize the case
rrs
2015-07-24
4
-9
/
+16
*
Fix several problems with Stream Reset.
rrs
2015-07-22
7
-63
/
+373
*
Fix resource exhaustion due to sessions stuck in LAST_ACK state.
delphij
2015-07-21
1
-2
/
+9
*
IPSEC, remove variable argument function its already due.
eri
2015-07-21
1
-1
/
+2
*
When a tunneling protocol is being used with UDP we must release the
rrs
2015-07-21
1
-11
/
+27
*
fix a typo in a comment
luigi
2015-07-18
1
-1
/
+1
*
Since the IETF has redefined the meaning of the tos field to accommodate
kevlo
2015-07-18
1
-10
/
+11
*
Check TCP timestamp option flag so that the automatic receive buffer
pkelsey
2015-07-17
1
-0
/
+1
*
Correct issue presented in r285051,
eri
2015-07-09
1
-1
/
+2
*
Export the ssthresh value per SCTP path via the sysctl interface.
tuexen
2015-07-07
2
-1
/
+3
*
Avoid doing multiple route lookups for the same destination IP during forwarding
eri
2015-07-02
1
-17
/
+18
*
Fix leak in tcp_lro_rx. Simply clearing M_PKTHDR isn't enough, any tags
np
2015-06-30
1
-1
/
+1
*
Avoid a situation where we do not set persist timer after a zero window
hiren
2015-06-29
1
-0
/
+24
[next]