aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy1-28/+28
2008-01-28[VLAN]: Clean up debugging and printksPatrick McHardy1-37/+19
2008-01-28[VLAN]: Kill useless checkPatrick McHardy1-18/+0
2008-01-28[VLAN]: Move device setup to vlan_dev.cPatrick McHardy1-14/+86
2008-01-28[VLAN]: Use dev->statsPatrick McHardy1-4/+4
2007-11-29[VLAN]: Fix nested VLAN transmit bugJoonwoo Park1-1/+2
2007-11-10[VLAN]: Allow setting mac address while device is upPatrick McHardy1-0/+26
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-2/+2
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger1-8/+6
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+5
2007-08-26[VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt"Evgeniy Polyakov1-1/+11
2007-07-31[NET]: ethtool ops are the only wayMatthew Wilcox1-3/+0
2007-07-14[VLAN]: Use multicast list synchronization helpersPatrick McHardy1-129/+2
2007-07-14[VLAN]: Fix promiscous/allmulti synchronization racesPatrick McHardy1-18/+20
2007-07-11[VLAN]: Fix MAC address handlingPatrick McHardy1-39/+18
2007-07-10[VLAN]: Introduce symbolic constants for flag valuesPatrick McHardy1-6/+7
2007-07-10[VLAN]: Keep track of number of QoS mappingsPatrick McHardy1-6/+21
2007-07-10[VLAN]: Convert name-based configuration functions to struct netdevice *Patrick McHardy1-105/+37
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-2/+2
2007-04-25[VLAN] vlan_dev: Use skb_reset_network_header().David S. Miller1-1/+1
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-1/+1
2007-04-25[NET] 8021Q: Use htons() where appropriate.YOSHIFUJI Hideaki1-3/+3
2007-04-13[VLAN]: Allow VLAN interface on top of bridge interfaceJerome Borsboom1-0/+3
2007-02-10[NET] 8021Q: Fix whitespace errors.YOSHIFUJI Hideaki1-21/+21
2006-10-10[PATCH] Finish annotations of struct vlan_ethhdrAlexey Dobriyan1-1/+1
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu1-4/+2
2006-01-10[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn1-1/+1
2005-12-14[VLAN]: Fix hardware rx csum errorsStephen Hemminger1-0/+3
2005-09-19[8021Q]: Add endian annotations.Alexey Dobriyan1-1/+1
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+890