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
*
The route code used to mtx_destroy() a locked mutex before rtentry free. Now,
glebius
2014-03-05
2
-1
/
+13
*
Pacify gcc.
glebius
2014-03-05
1
-0
/
+1
*
Hide struct rtentry from userland.
glebius
2014-03-05
1
-0
/
+3
*
- Remove rt_metrics_lite and simply put its members into rtentry.
glebius
2014-03-05
8
-72
/
+80
*
Instead of playing games with casts simply add 3 more members to the
glebius
2014-03-05
1
-0
/
+4
*
Revert previous commit (262727) and bounce patch back to the
gnn
2014-03-04
2
-5
/
+3
*
Naming consistency fix. The routing code defines
gnn
2014-03-04
2
-3
/
+5
*
Remove more constants related to static sysctl nodes. The MAXID constants
jhb
2014-02-25
1
-6
/
+0
*
V_irtualize rtsock refcounting, which reduces the chances for panics
zec
2014-02-19
1
-17
/
+19
*
Fix incorrect assertions.
glebius
2014-02-18
1
-2
/
+4
*
Add my copyright to flowtable.
glebius
2014-02-17
2
-2
/
+2
*
Whitespace.
glebius
2014-02-17
1
-4
/
+4
*
Bring copyright notice to standard style.
glebius
2014-02-17
2
-58
/
+57
*
o Remove at compile time the HASH_ALL code, that was never
glebius
2014-02-17
2
-673
/
+374
*
Make sure that the flowtable flowid is only set to m_flowid if there
adrian
2014-02-15
1
-1
/
+1
*
This new version of netmap brings you the following:
luigi
2014-02-15
2
-110
/
+407
*
Whenever flowtable lookup fails, we do route lookup and then try to
glebius
2014-02-14
2
-18
/
+38
*
Once pf became not covered by a single mutex, many counters in it became
glebius
2014-02-14
1
-4
/
+5
*
Don't insert a flowtable entry if the lle isn't yet valid.
adrian
2014-02-14
2
-0
/
+10
*
Remove unused FL_NOAUTO.
glebius
2014-02-13
2
-2
/
+1
*
o Axe non-pcpu flowtable implementation. It wasn't enabled or used,
glebius
2014-02-13
2
-423
/
+194
*
Fixup for r261590 (vnet sysctl handlers cleanup).
trociny
2014-02-09
1
-1
/
+1
*
Remove ft_rtalloc and choose rtalloc function at compile time.
glebius
2014-02-08
1
-17
/
+6
*
Spacing.
glebius
2014-02-08
1
-30
/
+30
*
Revert accidentially leaked changes in r261627.
glebius
2014-02-08
1
-0
/
+4
*
Remove never set flag FL_OVERWRITE. The only place where
glebius
2014-02-08
2
-7
/
+0
*
Fix comment.
glebius
2014-02-07
1
-1
/
+1
*
Remove unused defines.
glebius
2014-02-07
1
-7
/
+0
*
o Revamp API between flowtable and netinet, netinet6.
glebius
2014-02-07
3
-481
/
+319
*
Remove identical vnet sysctl handlers, and handle CTLFLAG_VNET
glebius
2014-02-07
2
-50
/
+4
*
Spacing.
glebius
2014-02-07
1
-33
/
+33
*
Simplify filling sockaddr_dl structure for if_resolvemulti()
melifaro
2014-01-18
8
-80
/
+61
*
forgot to update this file in 2607000
luigi
2014-01-17
1
-42
/
+88
*
use explicit casts with void* to compile when included by C++ code
luigi
2014-01-11
1
-3
/
+6
*
Simplify inet alias handling code: if we're adding/removing alias which
melifaro
2014-01-10
3
-22
/
+11
*
Split rt_newaddrmsg_fib() into two different functions.
melifaro
2014-01-09
3
-79
/
+187
*
Constanly use RT_ALL_FIBS everywhere instead of -1.
melifaro
2014-01-08
3
-10
/
+10
*
Remove dead code.
melifaro
2014-01-07
1
-2
/
+0
*
Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.
melifaro
2014-01-07
3
-9
/
+7
*
Partially fix IPv4 interface routes deletion in RADIX_MPATH.
melifaro
2014-01-06
2
-8
/
+11
*
It is 2014 and we have a new version of netmap.
luigi
2014-01-06
2
-193
/
+377
*
Change semantics for rnh_lookup() function: now
melifaro
2014-01-04
5
-103
/
+115
*
Remove useless register variable modifiers.
melifaro
2014-01-03
1
-105
/
+71
*
Convert #defines to enums so that the values are visible in the debugger.
gnn
2014-01-02
1
-120
/
+126
*
Multi-queue NIC drivers and multi-port lagg tend to use the same lower
scottl
2013-12-30
3
-4
/
+15
*
Simplify contiguous mask checking.
melifaro
2013-12-17
1
-10
/
+8
*
split netmap code according to functions:
luigi
2013-12-15
2
-49
/
+279
*
Add constants for use in interrogating various fiber and copper connectors
gnn
2013-11-27
1
-0
/
+433
*
Fix build.
glebius
2013-11-27
1
-1
/
+1
*
Fix macro name in comment.
pluknet
2013-11-26
1
-1
/
+1
[next]