summaryrefslogtreecommitdiff
path: root/net/8021q/vlan_dev.c
AgeCommit message (Expand)Author
2008-05-23vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy
2008-05-20[VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy
2008-04-16[VLAN]: Allow vlan devices registration in net namespaces.Pavel Emelyanov
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-04-04[VLAN]: Fix egress priority mappings leak.Pavel Emelyanov
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-26[VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying devicePatrick McHardy
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-17[8021Q]: vlan_dev misannotationsAl Viro
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-23[NET]: Restore sanity wrt. print_mac().David S. Miller
2008-02-17net/8021q/vlan_dev.c: Use print_mac.Joe Perches
2008-01-31[VLAN]: set_rx_mode support for unicast address listChris Leech
2008-01-28[VLAN]: Move protocol determination to seperate functionPavel Emelyanov
2008-01-28[VLAN]: Clean up vlan_skb_recv()Patrick McHardy
2008-01-28[VLAN]: Update list addressPatrick McHardy
2008-01-28[VLAN]: checkpatch cleanupsPatrick McHardy
2008-01-28[VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy
2008-01-28[VLAN]: Clean up debugging and printksPatrick McHardy
2008-01-28[VLAN]: Kill useless checkPatrick McHardy
2008-01-28[VLAN]: Move device setup to vlan_dev.cPatrick McHardy
2008-01-28[VLAN]: Use dev->statsPatrick McHardy
2007-11-29[VLAN]: Fix nested VLAN transmit bugJoonwoo Park
2007-11-10[VLAN]: Allow setting mac address while device is upPatrick McHardy
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman
2007-08-26[VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt"Evgeniy Polyakov
2007-07-31[NET]: ethtool ops are the only wayMatthew Wilcox
2007-07-14[VLAN]: Use multicast list synchronization helpersPatrick McHardy
2007-07-14[VLAN]: Fix promiscous/allmulti synchronization racesPatrick McHardy
2007-07-11[VLAN]: Fix MAC address handlingPatrick McHardy
2007-07-10[VLAN]: Introduce symbolic constants for flag valuesPatrick McHardy
2007-07-10[VLAN]: Keep track of number of QoS mappingsPatrick McHardy
2007-07-10[VLAN]: Convert name-based configuration functions to struct netdevice *Patrick McHardy
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger
2007-04-25[VLAN] vlan_dev: Use skb_reset_network_header().David S. Miller
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo
2007-04-25[NET] 8021Q: Use htons() where appropriate.YOSHIFUJI Hideaki
2007-04-13[VLAN]: Allow VLAN interface on top of bridge interfaceJerome Borsboom
2007-02-10[NET] 8021Q: Fix whitespace errors.YOSHIFUJI Hideaki
2006-10-10[PATCH] Finish annotations of struct vlan_ethhdrAlexey Dobriyan
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu
2006-01-10[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn
2005-12-14[VLAN]: Fix hardware rx csum errorsStephen Hemminger
2005-09-19[8021Q]: Add endian annotations.Alexey Dobriyan
2005-08-29[NET]: Kill skb->real_devDavid S. Miller
2005-04-16Linux-2.6.12-rc2Linus Torvalds