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_vlan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Merge changes to the base system to support OFED. These include
jeff
2011-03-21
1
-65
/
+198
*
Allow for vlan(4) ifnets to have overlapping unit numbers if they are
zec
2010-11-22
1
-0
/
+42
*
Adjust the interface type in the link layer socket address for vlan(4)
jhb
2010-08-06
1
-0
/
+5
*
Ignore failures from removing multicast addresses from the parent (trunk)
jhb
2010-05-17
1
-13
/
+14
*
Avoid holding the VLAN_LOCK() over the parent interface SIOCGIFMEDIA
emaste
2010-03-21
1
-2
/
+2
*
Add __FBSDID.
yongari
2010-02-21
1
-2
/
+3
*
Add TSO support on VLANs. Intentionally separated IFCAP_VLAN_HWTSO
yongari
2010-02-20
1
-1
/
+16
*
Do not hold the lock over if_setlladdr() as it calls into the interface driver
thompsa
2010-01-19
1
-4
/
+9
*
Declare a new EVENTHANDLER called iflladdr_event which signals that the L2
thompsa
2010-01-18
1
-0
/
+42
*
Use stricter checking to match possible vlan clones by not allowing extra
jhb
2009-12-31
1
-6
/
+8
*
The devices that supported EVFILT_NETDEV kqueue filters were removed in
brooks
2009-12-31
1
-3
/
+3
*
Change vlan interfaces to cope more usefully with the parent interface being
jhb
2009-12-29
1
-1
/
+6
*
Compare pointer with NULL, not 0.
emaste
2009-09-09
1
-1
/
+1
*
Rework global locks for interface list and index management, correcting
rwatson
2009-08-23
1
-2
/
+2
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-1
/
+0
*
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
bz
2009-06-23
1
-1
/
+0
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-1
/
+0
*
The vlan code has not required the miibus code since 6.0 when
jhb
2009-04-17
1
-1
/
+0
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
1
-0
/
+2
*
o In case of the error do not forget to deallocate a cloned device unit.
maxim
2009-02-13
1
-0
/
+1
*
Remove unused ifaddr local variable in ioctl routine.
rwatson
2009-02-13
1
-2
/
+0
*
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
-1
/
+1
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-0
/
+4
*
Fix to bug kern/126850. Only dispatch event hander if the
jfv
2008-08-28
1
-6
/
+12
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-1
/
+2
*
Add event notification at attach/detach so the NIC
jfv
2008-07-14
1
-0
/
+6
*
The bridging output function puts the mbuf directly on the interfaces send
thompsa
2007-10-18
1
-28
/
+1
*
Now <net/if_arp.h> is unused here.
yar
2007-03-19
1
-1
/
+0
*
Fix a nameless constant: 6 -> ETHER_ADDR_LEN
yar
2007-03-19
1
-1
/
+1
*
Now that this driver uses ether_ioctl(), it no longer needs
yar
2007-03-19
1
-6
/
+0
*
Remove a spurious blank line at the start of vlan_growhash().
yar
2007-03-15
1
-1
/
+4
*
Let vlan_ioctl() pass some work on to ether_ioctl()
yar
2007-03-14
1
-25
/
+1
*
Emit load and unload messages under bootverbose.
yar
2007-03-12
1
-0
/
+11
*
Fix some minor issues in the internal vlan lists:
yar
2007-03-12
1
-20
/
+6
*
- Don't defer the removal of an 802.1q header for no real reason.
yar
2006-12-30
1
-25
/
+16
*
- Update the baudrate every time the parent changes its link state.
glebius
2006-10-11
1
-3
/
+4
*
Move ethernet VLAN tags from mtags to its own mbuf packet header field
andre
2006-09-17
1
-17
/
+5
*
Fix spelling.
thompsa
2006-08-25
1
-1
/
+1
*
This XXX remark was rendered false by rev. 103, which made the
yar
2006-08-15
1
-1
/
+0
*
Make it a tad easier to base other encapsulation schemes on this driver
yar
2006-08-15
1
-5
/
+4
*
Set IFF_DRV_RUNNING on vlan(4) once in vlan_config(),
yar
2006-08-15
1
-2
/
+3
*
Optionally pad outgoing frames to the minimum of 60 bytes (excl. FCS)
yar
2006-08-11
1
-0
/
+33
*
Should vlan_input() ever be called with ifp pointing to a non-Ethernet
yar
2006-08-03
1
-4
/
+5
*
Back out rev. 1.107 because it introduced as many problems
yar
2006-08-03
1
-9
/
+15
*
In vlan_input(), if the network interface does not perform h/w based
qingli
2006-08-01
1
-15
/
+9
*
Revise network interface cloning to take an optional opaque
sam
2006-07-09
1
-3
/
+33
*
Detach the interface first, do vlan_unconfig() then.
yar
2006-06-29
1
-9
/
+3
*
Remove a few unused things.
yar
2006-06-29
1
-12
/
+8
[next]