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
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
- Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another
ru
2005-11-11
1
-18
/
+2
*
Move the cloned interface list management in to if_clone. For some drivers the
thompsa
2005-11-08
1
-3
/
+0
*
- Do not raise IFF_DRV_OACTIVE flag in vlan_start, because this
glebius
2005-11-06
1
-2
/
+8
*
Improve handling flags that must be propagated
yar
2005-10-03
1
-37
/
+84
*
The arguments to printf() were swapped.
ru
2005-09-16
1
-2
/
+2
*
Do assorted nitpicking in diagnostics while I'm here:
yar
2005-09-16
1
-9
/
+9
*
It's nice to have relevant comments both in if {} and else {},
yar
2005-09-16
1
-1
/
+4
*
Test the new M_VLANTAG packet flag before calling
yar
2005-09-16
1
-2
/
+5
*
Use VLAN_TAG_VALUE() not only to read a dot1q tag
yar
2005-08-31
1
-1
/
+1
*
Fix fallout from revision 1.77, mark outgoing packets with M_VLANTAG flag.
glebius
2005-08-30
1
-0
/
+1
*
Vlan interfaces change their type after ether_ifattach() so we needs to
brooks
2005-08-15
1
-1
/
+1
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-7
/
+7
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-23
/
+30
*
- Call if_link_state_change() for each vlan, when link changes
glebius
2005-04-20
1
-7
/
+4
*
Allocate the M_VLANTAG m_pkthdr flag, and use it to indicate that
ru
2005-02-18
1
-0
/
+1
*
Fix spelling in a comment.
yar
2005-01-24
1
-1
/
+1
*
Reduce the global name space pollution.
yar
2005-01-23
1
-2
/
+2
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Add locking to the kqueue subsystem. This also makes the kqueue subsystem
jmg
2004-08-15
1
-1
/
+1
*
Stop tinkering with the parent's VLAN_MTU capability.
yar
2004-07-26
1
-27
/
+7
*
Actually free the unit when destroying the interface.
brooks
2004-07-22
1
-0
/
+5
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+2
*
Workaround a locking problem in vlan(4). vlan_setmulti() may be called
bms
2004-07-04
1
-2
/
+11
*
style(9)/whitespace cleanup while I'm in this file.
bms
2004-07-04
1
-54
/
+55
*
Add a couple of #ifdef DEBUG printf()s in vlan_input() I found to be
joerg
2004-06-24
1
-0
/
+6
*
Major overhaul of pseudo-interface cloning. Highlights include:
brooks
2004-06-22
1
-9
/
+142
*
Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on
mlaier
2004-06-15
1
-1
/
+3
*
if_printf() won't emit a newline unless told to.
yar
2004-05-26
1
-2
/
+3
*
After all the relevant drivers have been fixed, fix vlan(4) itself
yar
2004-05-25
1
-27
/
+27
*
Consult parent's if_capenable for active VLAN-related capabilities.
yar
2004-05-23
1
-1
/
+8
*
Added dependency on the miibus module.
ru
2004-05-21
1
-0
/
+1
*
Add route.h to pick up the rt_ifmsg() declaration.
scottl
2004-05-04
1
-0
/
+1
*
Link state change notification of ethernet media to the routing socket.
andre
2004-05-03
1
-0
/
+25
*
arpcom untangling:
luigi
2004-04-24
1
-1
/
+1
*
backout the switch to use a zone for vlan tags; this requires
sam
2004-01-03
1
-26
/
+4
*
switch vlan packet tag allocation to use a private zone
sam
2004-01-02
1
-4
/
+26
*
- vlan_start(): Increment the correct interface statistics member.
ru
2003-11-12
1
-3
/
+3
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+3
*
Use VLANNAME instead of "vlan".
brooks
2003-10-28
1
-4
/
+4
*
Add locking. We use a single lock to guard the global vlan list and also
sam
2003-09-05
1
-17
/
+47
*
- In vlan_input(), always mask off all but the VLID bits from tags
wpaul
2003-07-08
1
-2
/
+10
*
Testing VLANs with the new 8139C+ chip (which does hardware tag
wpaul
2003-07-06
1
-2
/
+2
*
correct two more flag misuses; m_tag* use malloc flags
sam
2003-03-12
1
-1
/
+1
*
sizeof(struct llc) -> LLC_SNAPFRAMELEN
mdodd
2003-03-03
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-4
/
+4
*
Implement SIOCGIFMEDIA for vlan devices by passing the request to the
fenner
2003-01-22
1
-0
/
+23
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-4
/
+4
*
o eliminate separate callback interface for h/w tagged input packets; instead
sam
2002-11-14
1
-142
/
+245
*
Add a cast to quiet a warning.
jhb
2002-11-07
1
-1
/
+1
[next]