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
*
Merge 261024: fix PIM input regression.
glebius
2014-01-27
1
-5
/
+3
*
Merge r257846:
glebius
2014-01-22
1
-0
/
+21
*
MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2014-01-17
6
-37
/
+37
*
MFC r258605: Convert over the TCP probes to use mtod()
avg
2014-01-17
2
-10
/
+11
*
MFC r260151 (by adrian):
ae
2014-01-10
2
-4
/
+5
*
Revert MFC of r258821 - it was already handled by MFC of r239672.
peter
2014-01-08
1
-4
/
+2
*
MFC r259943:
tuexen
2014-01-07
2
-3
/
+3
*
MFC r258821 - fix tcp simultaneous close
peter
2014-01-07
1
-2
/
+4
*
Merge r260188 from head:
glebius
2014-01-05
1
-0
/
+6
*
MFC r259906: Draft-ietf-tcpm-initcwnd-05 became RFC6928.
pluknet
2014-01-02
1
-2
/
+2
*
MFC r259839:
dim
2013-12-28
1
-0
/
+4
*
MFC r258574:
tuexen
2013-12-03
2
-2
/
+3
*
MFC r256556:
tuexen
2013-11-21
11
-112
/
+171
*
MFC r256920:
andre
2013-10-29
1
-4
/
+7
*
When processing ACK in tcp_do_segment, use sbcut_locked() instead of
glebius
2013-10-09
1
-2
/
+5
*
Add a separate translator for headers passed to the TCP probes in the
markj
2013-10-02
1
-4
/
+4
*
Introduce spares in the TCP syncache and timewait structures
bz
2013-09-21
2
-1
/
+4
*
Unregister inet/inet6 pfil hooks on vnet destroy.
trociny
2013-09-13
1
-0
/
+5
*
Fix the aborting of association with the iterator using an empty
tuexen
2013-09-09
1
-37
/
+35
*
Relese the interface in the last.
trociny
2013-09-08
1
-1
/
+1
*
When computing the partial delivery point, take the
tuexen
2013-09-07
1
-3
/
+2
*
Use LIST_FOREACH_SAFE() instead of doing it by hand.
jhb
2013-09-05
1
-7
/
+5
*
Use an unsigned long when indexing into mfchashtbl[] and mf6ctable[]. This
jhb
2013-09-05
1
-4
/
+4
*
Remove unused code and sort variables declarations.
ae
2013-09-05
1
-8
/
+2
*
Remove redundant field pr_sctp_on.
tuexen
2013-09-03
5
-13
/
+3
*
Use uint16_t instead of in_port_t for consistency with the SCTP code.
tuexen
2013-09-02
1
-1
/
+1
*
All changes affect only SCTP-AUTH:
tuexen
2013-09-02
4
-109
/
+29
*
Merge r254336 from user/np/cxl_tuning.
np
2013-08-28
2
-1
/
+26
*
Remove most of the remaining sysctl name list macros. They were only
jhb
2013-08-26
6
-61
/
+0
*
The second last argument of udp:::receive is supposed to contain the
markj
2013-08-26
1
-1
/
+1
*
Implement the ip, tcp, and udp DTrace providers. The probe definitions use
markj
2013-08-25
13
-21
/
+294
*
Provide human readable debug output.
tuexen
2013-08-25
1
-2
/
+2
*
For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits.
andre
2013-08-25
1
-1
/
+1
*
Restructure the mbuf pkthdr to make it fit for upcoming capabilities and
andre
2013-08-24
2
-6
/
+6
*
Export the inpcb features as a 64-bit entity.
tuexen
2013-08-22
2
-3
/
+3
*
Make also the features of the association 64-bit.
tuexen
2013-08-22
2
-2
/
+2
*
Fix an integer overflow in computing the size of a temporary buffer
delphij
2013-08-22
1
-0
/
+2
*
Reorder the mbuf defines to make more sense and group related flags
andre
2013-08-19
1
-1
/
+1
*
Add m_clrprotoflags() to clear protocol specific mbuf flags at up and
andre
2013-08-19
5
-3
/
+17
*
Move the SCTP specific definition of M_NOTIFICATION onto a protocol
andre
2013-08-19
1
-0
/
+5
*
Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specific
andre
2013-08-19
1
-1
/
+3
*
Move ip_reassemble()'s use of the global M_FRAG mbuf flag to a protocol layer
andre
2013-08-19
2
-3
/
+4
*
Remove unused M_FRAG, M_FIRSTFRAG and M_LASTFRAG tagging from ip_fragment().
andre
2013-08-19
1
-8
/
+3
*
Specify SDT probe argument types in the probe definition itself rather than
markj
2013-08-15
1
-159
/
+102
*
Don't send uninitialized memory (two instances of 4 bytes) in
tuexen
2013-08-14
1
-0
/
+8
*
Virtualize carp(4) variables to have per vnet control.
trociny
2013-08-13
1
-53
/
+61
*
Make the features a 64-bit value instead of 32-bit.
tuexen
2013-08-12
4
-35
/
+34
*
Micro-optimization suggested in
tuexen
2013-08-01
1
-4
/
+3
*
Remove the large part of struct ipsecstat. Only few fields of this
ae
2013-07-23
3
-8
/
+8
*
Allow the code to be compiled without warnings for any combination
tuexen
2013-07-20
1
-6
/
+3
[next]