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
*
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
*
dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2013-11-26
1
-5
/
+5
*
In vnet_route_uninit(), free some memory that is allocated in vnet_route_init().
rodrigc
2013-11-25
1
-0
/
+3
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-1
/
+0
*
To support upcoming changes change internal API for source node handling:
glebius
2013-11-22
1
-1
/
+5
*
Add missing 'extern'.
glebius
2013-11-22
1
-2
/
+2
*
Allow ethernet drivers to pass in packets connected via the nextpkt pointer.
gnn
2013-11-18
1
-4
/
+16
*
Clean up the macros to avoid using casts.
gnn
2013-11-15
1
-3
/
+4
*
ANSIfy function defintions.
ae
2013-11-15
1
-29
/
+8
*
Put in the correct bit shifting and add a type to prevent clang from complain...
gnn
2013-11-14
1
-3
/
+3
*
Shift our OUI correctly.
gnn
2013-11-14
1
-2
/
+2
*
The FreeBSD Project now has its own, Ogranizationally Unique Identifier,
gnn
2013-11-14
1
-0
/
+66
*
Remove never used ioctls that originate from KAME. The proof
glebius
2013-11-11
4
-91
/
+0
*
Provide compat layer for OSIOCAIFADDR.
glebius
2013-11-06
1
-0
/
+8
*
Axe IFF_SMART. Fortunately this layering violating flag was never used,
glebius
2013-11-05
2
-5
/
+3
*
Drop support for historic ioctls and also undefine them, so that code
glebius
2013-11-05
3
-82
/
+3
*
In complemence to ifa_add_loopback_route() and ifa_del_loopback_route()
glebius
2013-11-05
2
-0
/
+20
*
Remove net.link.ether.inet.useloopback sysctl tunable. It was always on by
glebius
2013-11-05
1
-2
/
+0
*
Restore the entropy gathering from the m_data pointer value, not the
adrian
2013-11-02
2
-2
/
+2
*
update to the latest netmap snapshot.
luigi
2013-11-01
1
-122
/
+143
*
Convert the random entropy harvesting code to use a const void * pointer
adrian
2013-11-01
3
-3
/
+3
*
Make struct ifnet readable and comprehensible again by grouping
andre
2013-10-31
1
-48
/
+52
*
Move all interface queue related structures, macros and definitions
andre
2013-10-29
2
-441
/
+492
*
Style: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/g
glebius
2013-10-28
4
-9
/
+9
*
- Make the prophecy from 1997 happen and remove if_var.h inclusion
glebius
2013-10-28
2
-32
/
+10
*
Instead of putting ifnet declaration into eventhandler.h, move
glebius
2013-10-28
2
-0
/
+16
*
Include necessary headers that now are available due to pollution
glebius
2013-10-28
4
-0
/
+4
*
Provide forward declaration for struct ifnet. Consumers
glebius
2013-10-27
1
-0
/
+2
*
Almost all if_clone consumers do not care about if_clone_event.
glebius
2013-10-27
1
-0
/
+2
*
Move new pf includes to the pf directory. The pfvar.h remain
glebius
2013-10-27
5
-317
/
+5
*
Start splitting pfvar.h into internal and external parts.
glebius
2013-10-26
3
-179
/
+253
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
29
-2
/
+31
[next]