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
/
if_ethersubr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the rt argument from nd6_storelladdr() because
qingli
2008-12-17
1
-1
/
+1
*
This main goals of this project are:
qingli
2008-12-15
1
-2
/
+17
*
Conditionally compile out V_ globals while instantiating the appropriate
zec
2008-12-10
1
-1
/
+4
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+1
*
convert calls to IFQ_HANDOFF to if_transmit
kmacy
2008-11-22
1
-3
/
+1
*
Change the initialization methodology for global variables scheduled
zec
2008-11-19
1
-0
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-2
/
+5
*
Move CTASSERT of ether header sizes out of the header file and into
emaste
2008-08-27
1
-0
/
+5
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-3
/
+4
*
Add missing braces in #if 0ed code.
antoine
2008-05-10
1
-1
/
+2
*
Add an option (compiled out by default)
julian
2008-04-29
1
-0
/
+2
*
back out last change as Sam believes that it breaks multicast - need to revis...
kmacy
2008-03-20
1
-2
/
+1
*
Don't re-initialize the interface if it is already running.
kmacy
2008-03-20
1
-1
/
+2
*
Move IFF_NEEDSGIANT warning from if_ethersubr.c to if.c so it is displayed
rwatson
2008-03-07
1
-2
/
+0
*
1) dummynet_io() declaration has changed.
oleg
2007-11-06
1
-1
/
+1
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-2
/
+2
*
Use a uint16_t type for the vlan tag rather an int.
thompsa
2007-10-18
1
-1
/
+1
*
The bridging output function puts the mbuf directly on the interfaces send
thompsa
2007-10-18
1
-0
/
+28
*
Remove DIAG code that discards oversized packets.
julian
2007-09-14
1
-14
/
+0
*
First in a series of changes to remove the now-unused Giant compatibility
rwatson
2007-07-27
1
-1
/
+1
*
Link pf 4.1 to the build:
mlaier
2007-07-03
1
-1
/
+3
*
Use if_capenable to allow LRO enabled drivers to bypass
gallatin
2007-06-12
1
-1
/
+2
*
Move the oversize ethernet frame size check into DIAGNOSTIC,
gallatin
2007-06-11
1
-0
/
+2
*
Back out the previous commit which added an M_LRO mbuf flag
gallatin
2007-06-11
1
-2
/
+1
*
Allow drivers, such as cxgb and mxge, which support LRO to bypass
gallatin
2007-06-11
1
-1
/
+2
*
Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctl
yar
2007-05-29
1
-1
/
+1
*
Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.
thompsa
2007-04-17
1
-6
/
+6
*
Add the trunk(4) driver for providing link aggregation, failover and fault
thompsa
2007-04-10
1
-0
/
+14
*
Fix a typo, and update a comment.
bms
2007-03-22
1
-3
/
+2
*
Make the m_pullup() diagnostic message compile-time conditional on DIAGNOSTIC.
bms
2007-03-20
1
-0
/
+2
*
Clean up the ether_input() path by using the M_PROMISC flag.
bms
2007-03-19
1
-120
/
+125
*
Use ETHER_BPF_MTAP() instead of BPF_MTAP() here. It's possible
csjp
2007-02-22
1
-2
/
+3
*
Note that rev. 1.221 introduced a local workaround for a general problem.
yar
2006-12-24
1
-0
/
+4
*
Fix an oscure bug triggered by a recent change in kern_socket.c.
luigi
2006-12-08
1
-1
/
+9
*
Currently, drivers that support hardware offload of VLAN tag
csjp
2006-11-18
1
-0
/
+40
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
Move the bridge hook after the loopback check so that IFF_SIMPLEX is honoured
thompsa
2006-08-25
1
-8
/
+8
*
Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple of
thompsa
2006-07-27
1
-1
/
+0
*
Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.
avatar
2006-07-27
1
-0
/
+1
*
Unbreak byte counters when network interfaces are in monitor mode by
csjp
2006-03-03
1
-8
/
+8
*
Properly initialize args structure before passing it to ipfw_chk(): having
oleg
2006-02-03
1
-0
/
+1
*
Merge the //depot/user/yar/vlan branch into CVS. It contains some collective
glebius
2006-01-30
1
-3
/
+3
*
Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer
andre
2006-01-18
1
-1
/
+1
*
1) remove useless check of loop_copy - corresponding code was removed in
oleg
2005-12-22
1
-5
/
+5
*
Change from a callback in if_ethersubr to using EVENTHANDLER in order to detach
thompsa
2005-12-17
1
-7
/
+0
*
Purge layer specific mbuf flags on layer crossings to avoid confusing
andre
2005-11-18
1
-0
/
+3
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-8
/
+7
*
- Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another
ru
2005-11-11
1
-10
/
+5
*
Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c
thompsa
2005-10-14
1
-14
/
+5
[next]