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
*
MFC r258692 (gnn).
np
2013-12-11
1
-0
/
+433
*
MFC 258591
rodrigc
2013-12-04
1
-0
/
+3
*
MFC r256689:
ae
2013-11-11
2
-3
/
+43
*
MFC r256624:
melifaro
2013-10-29
2
-68
/
+114
*
MFC r257078
grehan
2013-10-28
1
-1
/
+1
*
Merge from project branch via main. Uninteresting commits are trimmed.
markm
2013-10-12
2
-2
/
+2
*
There are some high performance NICs that count statistics in hardware,
glebius
2013-10-09
3
-1
/
+4
*
Clear knlist before destroying it in tap(4) and tun(4). This fixes later
glebius
2013-10-02
2
-0
/
+2
*
Fix a fallout from r241610. One enc interface must be created on startup.
glebius
2013-09-28
1
-1
/
+1
*
Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is
glebius
2013-09-11
4
-10
/
+0
*
Fix the length calculation for the final block of a sendfile(2)
des
2013-09-10
1
-2
/
+16
*
Bring in some behind-the-scenes development, mainly By Arthur Mesh,
markm
2013-09-07
2
-4
/
+2
|
\
|
*
MFC
markm
2013-09-07
1
-45
/
+3
|
|
\
|
*
\
MFC
markm
2013-08-30
4
-40
/
+56
|
|
\
\
|
*
|
|
Snapshot; Do some running repairs on entropy harvesting. More needs to follow.
markm
2013-08-26
2
-4
/
+2
*
|
|
|
Don't clear the unused SI_CHEAPCLONE flag in tap_create()/tuncreate().
davide
2013-09-07
2
-4
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Retire netisr.netisr_direct and netisr.netisr_direct_force sysctls.
davide
2013-09-06
1
-45
/
+3
|
|
/
|
/
|
*
|
Convert the if_lagg rwlock to an rmlock.
adrian
2013-08-29
2
-33
/
+56
*
|
Remove include opt_ofed.h since OFED is unifdef'd.
alfred
2013-08-27
1
-2
/
+0
*
|
Remove most of the remaining sysctl name list macros. They were only
jhb
2013-08-26
1
-5
/
+0
|
/
*
Remove unnecessary setup of the m->pkthdr.header pointer.
andre
2013-08-25
2
-2
/
+0
*
Remove the #ifdef OFED from the 20 byte mac in struct llentry.
alfred
2013-08-25
1
-2
/
+0
*
Restructure the mbuf pkthdr to make it fit for upcoming capabilities and
andre
2013-08-24
1
-1
/
+1
*
Whitespace, style cleanups, and improved comments.
andre
2013-08-24
1
-22
/
+24
*
ename PFIL_LIST_[UN]LOCK() to PFIL_HEADLIST_[UN]LOCK() to avoid
andre
2013-08-24
2
-9
/
+11
*
Resolve the confusion between the head_list and the hook list.
andre
2013-08-24
2
-35
/
+48
*
Internalize pfil_hook_get(). There are no outside consumers of
andre
2013-08-24
2
-12
/
+13
*
Convert one instance of pfil hook callback missed in r254769.
andre
2013-08-24
1
-4
/
+1
*
Introduce typedef for pfil hook callback function and replace all
andre
2013-08-24
2
-13
/
+9
*
After r241616 properly export ifi_baudrate_pf in the 32bit compat case.
bz
2013-08-20
1
-1
/
+2
*
Add m_clrprotoflags() to clear protocol specific mbuf flags at up and
andre
2013-08-19
1
-1
/
+1
*
Add a missing module version declaration to if_tun(4).
markj
2013-08-07
1
-0
/
+1
*
sin6 should be assigned before the loop.
hrs
2013-07-28
1
-1
/
+1
*
- Relax the restriction on the member interfaces with LLAs. Two or more
hrs
2013-07-28
1
-27
/
+8
*
Break out the static, global LACP debug options into a per-lagg unit
adrian
2013-07-26
4
-19
/
+62
*
Fix typo.
adrian
2013-07-25
1
-1
/
+1
*
Decouple the UUID generator from network interfaces by having MAC
marcel
2013-07-24
1
-0
/
+8
*
PR: 168520 170096
rodrigc
2013-07-15
1
-3
/
+6
*
Bring over some link aggregation / LACP protocol improvements and debugging
adrian
2013-07-13
3
-18
/
+98
*
Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returns
hrs
2013-07-12
1
-2
/
+13
*
- Drop GIF_ACCEPT_REVETHIP flag by default.
hrs
2013-07-12
1
-1
/
+13
*
Correct CTASSERT condition.
ae
2013-07-09
1
-1
/
+2
*
Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU
ae
2013-07-09
1
-2
/
+10
*
Add several macros to help migrate statistics structures to PCPU counters.
ae
2013-07-09
1
-0
/
+49
*
Prepare network statistics structures for migration to PCPU counters.
ae
2013-07-09
1
-9
/
+9
*
Fix typo: minmum -> minimum.
cperciva
2013-07-05
1
-1
/
+1
*
Fix a compiler warning.
hrs
2013-07-03
1
-0
/
+1
*
- Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGE
hrs
2013-07-02
2
-18
/
+113
*
Due to the routing related networking kernel redesign work
qingli
2013-06-25
2
-3
/
+17
*
Return ENETDOWN instead of ENOENT when all lagg(4) links are
delphij
2013-06-17
1
-3
/
+3
[next]