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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a panic when destroying a lagg interface.
hrs
2015-10-16
1
-1
/
+2
*
pf: Fix TSO issues
kp
2015-10-14
1
-0
/
+5
*
Fix a bug that caused reinitialization failure of MAC addresses on
hrs
2015-10-07
1
-6
/
+14
*
Remove per complete the fec aggregation protocol.
araujo
2015-10-04
2
-11
/
+0
*
Add IFCAP_LINKSTATE support.
hrs
2015-10-03
3
-4
/
+20
*
Always detach encap handler when reconfiguring tunnel.
ae
2015-10-03
1
-1
/
+1
*
Eliminate nd6_nud_hint() and its TCP bindings.
melifaro
2015-09-27
2
-2
/
+0
*
Simplify the way of attaching IPv6 link-layer header.
melifaro
2015-09-16
5
-26
/
+35
*
Use KASSERT for some checks, that are late to do.
ae
2015-09-16
1
-23
/
+3
*
Remove superfluous m_freem().
oleg
2015-09-16
1
-1
/
+0
*
Unify loopback route switching:
melifaro
2015-09-16
2
-50
/
+27
*
* Require explicitl lle unlink prior to calling llentry_delete().
melifaro
2015-09-15
1
-7
/
+1
*
Fix the handling of IPv6 On-Link Redirects.
vangyzen
2015-09-14
2
-7
/
+18
*
* Do more fine-grained locking: call eventhandlers/free_entry
melifaro
2015-09-14
2
-22
/
+46
*
Update TSO limits to include all headers.
hselasky
2015-09-14
1
-5
/
+6
*
- Remove GIF_{SEND,ACCEPT}_REVETHIP.
hrs
2015-09-10
2
-56
/
+25
*
Constantify lookup key in ifa_ifwith* functions.
melifaro
2015-09-05
5
-28
/
+30
*
Fix a panic which was reproducible by an infinite loop of
hrs
2015-09-02
1
-8
/
+8
*
Simplify lla_rt_output()/nd6_add_ifa_lle() by setting lle state in
melifaro
2015-08-31
1
-16
/
+5
*
Remove now unused (and #if 0'ed out) headers.
adrian
2015-08-29
1
-12
/
+0
*
Replace the printf()s with optional rate limited debugging for RSS.
adrian
2015-08-28
2
-7
/
+30
*
pf: Remove support for 'scrub fragment crop|drop-ovl'
kp
2015-08-27
1
-2
/
+0
*
Fix the spelling of eri's name.
loos
2015-08-24
2
-2
/
+2
*
Add ALTQ(9) support for the CoDel algorithm.
loos
2015-08-21
16
-11
/
+825
*
* Split allocation and table linking for lle's.
melifaro
2015-08-20
2
-31
/
+84
*
Make LAG LACP fast timeout tunable through IOCTL.
hiren
2015-08-12
4
-1
/
+22
*
Use single 'lle_timer' callout in lltable instead of
melifaro
2015-08-11
2
-10
/
+3
*
Store addresses instead of sockaddrs inside llentry.
melifaro
2015-08-11
1
-13
/
+13
*
MFP r276712.
melifaro
2015-08-11
2
-28
/
+48
*
Rename rt_foreach_fib() to rt_foreach_fib_walk().
melifaro
2015-08-10
2
-3
/
+11
*
Partially merge r274887,r275334,r275577,r275578,r275586 to minimize
melifaro
2015-08-10
2
-25
/
+297
*
MFP r274295:
melifaro
2015-08-08
3
-63
/
+98
*
MFP r274553:
melifaro
2015-08-08
2
-82
/
+90
*
Remove the mtx_sleep() from the kqueue f_event filter.
loos
2015-08-03
1
-4
/
+4
*
Add a KASSERT() to make sure we wont rotate the buffers twice (rotate the
loos
2015-08-03
1
-0
/
+1
*
looks like all archs either have clang or cdefs included before..
jmg
2015-08-02
1
-2
/
+0
*
convert to C11's _Static_assert, and pull in sys/cdefs.h for
jmg
2015-08-02
1
-7
/
+5
*
Remove two unnecessary sleeps from the hot path in bpf(4).
loos
2015-07-31
2
-11
/
+5
*
Remove the sleep from the buffer allocation routine.
loos
2015-07-31
1
-5
/
+0
*
Do not allocate the buffers at opening of the descriptor, because once
loos
2015-07-31
1
-13
/
+30
*
Ansify if_stf.c
ae
2015-07-31
1
-24
/
+7
*
temporarily fix build.. This isn't the final fix, and testing is
jmg
2015-07-31
1
-0
/
+4
*
Clean up this header file...
jmg
2015-07-31
1
-18
/
+20
*
Build if_stf(4) module only when both INET and INET6 support are enabled.
ae
2015-07-30
1
-3
/
+0
*
Follow r256586 and rename the kernel version of the Free() macro to
loos
2015-07-30
3
-10
/
+10
*
Eliminate the use of m_copydata() in gif_encapcheck().
ae
2015-07-29
1
-3
/
+4
*
Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.
ae
2015-07-29
2
-3
/
+8
*
Prevent null-pointer dereferencing.
zec
2015-07-20
1
-3
/
+4
*
* Address review (and add a bit myself).
markm
2015-07-12
1
-1
/
+1
*
Sync netmap sources with the version in our private tree.
luigi
2015-07-10
2
-46
/
+117
[next]