Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / net / 8021q /
2012-05-11 David S. MillerRevert "net: maintain namespace isolation between vlan...
2011-12-14 Eric Dumazetvlan: static functions
2011-12-14 Dan Carpentervlan: add rtnl_dereference() annotations
2011-12-09 Benjamin LaHaisevlan: add 802.1q netpoll support
2011-12-09 Jiri Pirkovlan: introduce functions to do mass addition/deletion...
2011-12-09 Jiri Pirkovlan: introduce vid list with reference counting
2011-12-09 Jiri Pirkonet: introduce vlan_vid_[add/del] and use them instead...
2011-12-09 Jiri Pirkovlan: rename vlan_dev_info to vlan_dev_priv
2011-12-03 Pravin B Shelarvlan: Move vlan_set_encap_proto() to vlan header file
2011-11-16 Michał Mirosławnet: introduce and use netdev_features_t for device...
2011-11-16 Michał Mirosławnet: remove legacy ethtool ops
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-01 Matthijs Kooijmanvlan: Don't propagate flag changes on down interfaces.
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-10-31 Paul Gortmakernet: Fix files explicitly needing to include module.h
2011-10-30 Eric Dumazetvlan: allow nested vlan_do_receive()
2011-09-15 Jiri Pirkonet: consolidate and fix ethtool_ops->get_settings...
2011-08-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net
2011-08-19 Jiri Pirkovlan: reset headers on accel emulation path
2011-08-18 Jiri Pirkonet: remove use of ndo_set_multicast_list in drivers
2011-08-02 Stephen Hemmingerrcu: convert uses of rcu_assign_pointer(x, NULL) to...
2011-07-28 Neil Hormannet: Audit drivers to identify those needing IFF_TX_SKB...
2011-07-21 Jiri Pirkovlan: move vlan_group_[gs]et_device to public header
2011-07-21 Jiri Pirkovlan: kill ndo_vlan_rx_register
2011-07-21 Jiri Pirkovlan: kill vlan_gro_frags and vlan_gro_receive
2011-07-21 Jiri Pirkovlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rx
2011-07-21 Jiri Pirkovlan: introduce __vlan_find_dev_deep()
2011-07-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-07-17 David Lamparternet: vlan, qlcnic: make vlan_find_dev private
2011-07-14 Michał Mirosławnet: remove NETIF_F_ALL_TX_OFFLOADS
2011-07-14 Michał Mirosławnet: vlan: remove reduntant check in ndo_fix_features...
2011-07-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-07-06 Shan Weinet: vlan: enable soft features regardless of underlyin...
2011-06-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-06-17 Antoine Reversatvlan: don't call ndo_vlan_rx_register on hardware that...
2011-06-17 Joe Perchesnet: Remove casts of void *
2011-06-11 Jiri Pirkovlan: Fix the ingress VLAN_FLAG_REORDER_HDR check
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-04 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-06-02 Joe Perchesnet: 8021q: Add pr_fmt
2011-06-02 Wei Yongjunvlan: fix typo in vlan_dev_hard_start_xmit()
2011-05-26 Justin Mattocknet:8021q:vlan.c Fix pr_info to just give the vlan...
2011-05-25 Neil Hormannet: move is_vlan_dev into public header file (v2)
2011-05-12 Michał Mirosławnet: Fix vlan_features propagation
2011-05-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-3.6
2011-05-10 Eric Dumazetvlan: fix GVRP at dismantle time
2011-05-09 Eric Dumazetvlan: remove one synchronize_net() call
2011-04-18 Ben Hutchingsbonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOV...
2011-04-18 Ben Hutchingsvlan: Propagate NETDEV_NOTIFY_PEERS notifier
2011-04-12 Jiri Pirkonet: vlan: make non-hw-accel rx path similar to hw...
2011-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-04-03 Michał Mirosławvlan: convert VLAN devices to use ndo_fix_features()
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-18 Eric Dumazetvlan: should take into account needed_headroom
2011-03-08 Yi Zouvlan: add support to ndo_fcoe_ddp_target()
2011-01-24 Michał Mirosławnet: change netdev->features to u32
2010-11-28 John Fastabend8021q: vlan device is lockless do not transfer real_num...
2010-11-16 Eric Dumazetvlan: remove ndo_select_queue() logic
2010-11-16 Eric Dumazetvlan: lockless transmit path
2010-11-15 David S. Millervlan: Fix build warning in vlandev_seq_show()
2010-11-15 John Fastabendnet: consolidate 8021q tagging
2010-11-15 John Fastabendnet: remove check for headroom in vlan_dev_create
2010-11-15 John Fastabend8021q: set hard_header_len when VLAN offload features...
2010-10-25 Eric Dumazetvlan: rcu annotations
2010-10-21 Jesse Grossvlan: Centralize handling of hardware acceleration.
2010-10-21 Jesse Grossvlan: Avoid hash table lookup to find group.
2010-10-21 Jesse Grossvlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
2010-10-05 Eric Dumazetnet: add a core netdev->rx_dropped counter
2010-10-04 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-10-01 Eric Dumazetvlan: dont drop packets from unknown vlans in promiscuo...
2010-09-28 Ben Hutchings8021q: Use netif_copy_real_num_queues() to set queue...
2010-09-28 Eric Dumazetvlan: use this_cpu_ptr() in vlan_skb_recv()
2010-09-23 Eric Dumazetnet: return operator cleanup
2010-09-20 Eric Dumazetnet: rx_dropped accounting
2010-09-17 David Lamparternetns: keep vlan slaves on master netns move
2010-08-31 Jiri Pirkovlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receive
2010-08-27 Eric Dumazetgro: __napi_gro_receive() optimizations
2010-08-23 Changli Gaonet: 802.1q: make vlan_hwaccel_do_receive() return...
2010-08-19 Phil Oestervlan: Match underlying dev carrier on vlan add
2010-07-18 Pedro Garciavlan_dev: VLAN 0 should be treated as "no vlan tag...
2010-07-10 Ben Hutchingsnet: Get rid of rtnl_link_stats64 / net_device_stats...
2010-07-09 Eric Dumazetvlan: allow TSO setting on vlan interfaces
2010-07-07 Eric Dumazetnet: fix 64 bit counters on 32 bit arches
2010-06-29 Eric Dumazetvlan: 64 bit rx counters
2010-06-12 Ben Hutchingsnet: Enable 64-bit net device statistics on 32-bit...
2010-06-11 John Fastabendnet: deliver skbs on inactive slaves to exact matches
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-06-02 John Fastabendnet: init_vlan should not copy slave or master flags
2010-05-18 Joe Perchesnet: Remove unnecessary semicolons after switch statements
2010-05-16 Eric Dumazetnet: congestion notifications are not dropped packets
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-03 Jiri Pirkonet: move address list functions to a separate file
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-24 Vasu Devvlan: updates vlan real_num_tx_queues
2010-03-24 Vasu Devvlan: adds vlan_dev_select_queue
2010-03-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-03-19 Eric Dumazetnet: Potential null skb->dev dereference
2010-03-19 Jiri Pirkonet: forbid underlaying devices to change its type
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to net
next