Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / net / 8021q / vlan_dev.c
2010-01-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-25 Eric Dumazetvlan: fix vlan_skb_recv()
2009-12-27 Octavian Purdilallc: use dev_hard_header
2009-11-27 Patrick McHardyvlan: support "loose binding" to the underlying network...
2009-11-18 Eric Dumazetvlan: Precise RX stats accounting
2009-11-13 Patrick McHardyvlan/macvlan: propagate transmission state to upper...
2009-10-29 Yi Zouvlan: Add support to netdev_ops.ndo_fcoe_get_wwn for...
2009-10-27 Eric Dumazetvlan: allow null VLAN ID to be used
2009-09-04 Eric Dumazetvlan: adds drops accounting
2009-09-03 Eric Dumazetvlan: enable multiqueue xmits
2009-09-01 Yi Zouvlan: Add support for net_devices_ops.ndo_fcoe_enable...
2009-09-01 Stephen Hemmingernetdev: convert pseudo-devices to netdev_tx_t
2009-08-14 Vasu Devvlan: adds fcoe offload related net_device_ops and...
2009-05-30 Jiri Pirkonet: convert unicast addr list
2009-05-25 Alexander Beregalovnet: remove COMPAT_NET_DEV_OPS
2009-05-19 Eric Dumazetnet: release dst entry in dev_hard_start_xmit()
2009-05-18 Eric Dumazetvlan: use struct netdev_queue counters instead of dev...
2009-04-30 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-04-26 Jay Vosburghvlan: update vlan carrier state for admin up/down
2009-04-21 Patrick McHardynet: factor out ethtool invocation of vlan/macvlan...
2009-04-17 Patrick McHardyvlan/macvlan: fix NULL pointer dereferences in ethtool...
2009-03-05 David S. Millervlan: Fix vlan-in-vlan crashes.
2009-01-08 Frank Blaschkavlan: add neigh_setup
2008-12-26 Eric Dumazetvlan: fix convertion to net_device_ops
2008-11-20 Stephen Hemmingervlan: convert to net_device_ops
2008-11-04 David S. Millernet/: Kill now superfluous ->last_rx stores.
2008-10-29 Stephen Hemmingervlan: propogate ethtool speed values
2008-09-21 Arnaldo Carvalho... net: Use hton[sl]() instead of __constant_hton[sl]...
2008-09-12 Alexander Duyckvlan: vlan device not reading gso max size of parent.
2008-07-22 David S. Millernetdev: Handle ->addr_list_lock just like ->_xmit_lock...
2008-07-18 David S. Millernetdev: Allocate multiple queues for TX.
2008-07-15 Patrick McHardyvlan: remove unnecessary include statements
2008-07-15 Patrick McHardyvlan: clean up hard_start_xmit functions
2008-07-15 Patrick McHardyvlan: clean up vlan_dev_hard_header()
2008-07-15 Patrick McHardyvlan: ethtool ->get_flags support
2008-07-15 Wang Chen8021q: Check return of dev_set_promiscuity/allmulti
2008-07-09 David S. Millernetdev: Move _xmit_lock and xmit_lock_owner into netdev...
2008-07-08 Patrick McHardyvlan: avoid header copying and linearisation where...
2008-07-08 Patrick McHardyvlan: TCI related type and naming cleanups
2008-07-08 Patrick McHardyvlan: move struct vlan_dev_info to private header
2008-07-08 Patrick McHardyvlan: Add ethtool support
2008-07-08 Joonwoo Parkvlan: Use is_vlan_dev()
2008-07-08 Patrick McHardyvlan: fix network_header/mac_header adjustments
2008-07-06 Patrick McHardyvlan: Add GVRP support
2008-07-06 Patrick McHardyvlan: Change vlan_dev_set_vlan_flag() to handle multipl...
2008-05-23 Patrick McHardyvlan: Use bitmask of feature flags instead of seperate...
2008-05-20 Patrick McHardy[VLAN]: Propagate selected feature bits to VLAN devices
2008-04-16 Pavel Emelyanov[VLAN]: Allow vlan devices registration in net namespaces.
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-04 Pavel Emelyanov[VLAN]: Fix egress priority mappings leak.
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-26 Patrick McHardy[VLAN]: Don't copy ALLMULTI/PROMISC flags from underlyi...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-18 Al Viro[8021Q]: vlan_dev misannotations
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-24 David S. Miller[NET]: Restore sanity wrt. print_mac().
2008-02-18 Joe Perchesnet/8021q/vlan_dev.c: Use print_mac.
2008-02-01 Chris Leech[VLAN]: set_rx_mode support for unicast address list
2008-01-28 Pavel Emelyanov[VLAN]: Move protocol determination to seperate function
2008-01-28 Patrick McHardy[VLAN]: Clean up vlan_skb_recv()
2008-01-28 Patrick McHardy[VLAN]: Update list address
2008-01-28 Patrick McHardy[VLAN]: checkpatch cleanups
2008-01-28 Patrick McHardy[VLAN]: Turn VLAN_DEV_INFO into inline function
2008-01-28 Patrick McHardy[VLAN]: Clean up debugging and printks
2008-01-28 Patrick McHardy[VLAN]: Kill useless check
2008-01-28 Patrick McHardy[VLAN]: Move device setup to vlan_dev.c
2008-01-28 Patrick McHardy[VLAN]: Use dev->stats
2007-11-29 Joonwoo Park[VLAN]: Fix nested VLAN transmit bug
2007-11-11 Patrick McHardy[VLAN]: Allow setting mac address while device is up
2007-10-10 Stephen Hemminger[NET]: Move hardware header operations out of netdevice.
2007-10-10 Stephen Hemminger[NET]: Wrap netdevice hardware header creation.
2007-10-10 Eric W. Biederman[NET]: Make packet reception network namespace safe
2007-08-27 Evgeniy Polyakov[VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception...
2007-07-31 Matthew Wilcox[NET]: ethtool ops are the only way
2007-07-15 Patrick McHardy[VLAN]: Use multicast list synchronization helpers
2007-07-15 Patrick McHardy[VLAN]: Fix promiscous/allmulti synchronization races
2007-07-12 Patrick McHardy[VLAN]: Fix MAC address handling
2007-07-11 Patrick McHardy[VLAN]: Introduce symbolic constants for flag values
2007-07-11 Patrick McHardy[VLAN]: Keep track of number of QoS mappings
2007-07-11 Patrick McHardy[VLAN]: Convert name-based configuration functions...
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 David S. Miller[VLAN] vlan_dev: Use skb_reset_network_header().
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 YOSHIFUJI Hideaki[NET] 8021Q: Use htons() where appropriate.
2007-04-13 Jerome Borsboom[VLAN]: Allow VLAN interface on top of bridge interface
2007-02-11 YOSHIFUJI Hideaki[NET] 8021Q: Fix whitespace errors.
2006-10-10 Alexey Dobriyan[PATCH] Finish annotations of struct vlan_ethhdr
2006-03-21 Herbert Xu[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pul...
2006-01-10 Kris Katterjohn[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()
2005-12-15 Stephen Hemminger[VLAN]: Fix hardware rx csum errors
2005-09-19 Alexey Dobriyan[8021Q]: Add endian annotations.
2005-08-29 David S. Miller[NET]: Kill skb->real_dev
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2