| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-18 | vlan: allow to change type when no vlan device is hooked on netdev | Jiri Pirko | 1 | -1/+3 |
| 2012-10-16 | vlan: fix bond/team enslave of vlan challenged slave/port | Jiri Pirko | 1 | -1/+8 |
| 2012-10-08 | vlan: don't deliver frames for unknown vlans to protocols | Florian Zumbiehl | 1 | -8/+2 |
| 2012-10-02 | 8021q: fix mac_len recomputation in vlan_untag() | Antonio Quartulli | 1 | -1/+2 |
| 2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+6 |
| 2012-10-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2012-09-01 | treewide: fix comment/printk/variable typos | Anatol Pomozov | 1 | -1/+1 |
| 2012-08-24 | vlan: add helper which can be called to see if device is used by vlan | Jiri Pirko | 1 | -0/+6 |
| 2012-08-14 | vlan: clean up vlan_dev_hard_start_xmit() | Amerigo Wang | 1 | -7/+20 |
| 2012-08-14 | vlan: clean up some variable names | Amerigo Wang | 1 | -6/+6 |
| 2012-08-14 | netpoll: make __netpoll_cleanup non-block | Amerigo Wang | 1 | -5/+1 |
| 2012-08-14 | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() | Amerigo Wang | 1 | -3/+4 |
| 2012-07-17 | netpoll: move np->dev and np->dev_name init into __netpoll_setup() | Jiri Pirko | 1 | -4/+1 |
| 2012-07-10 | net: Fix memory leak - vlan_info struct | Amir Hanania | 1 | -0/+3 |
| 2012-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2012-05-10 | Revert "net: maintain namespace isolation between vlan and real device" | David S. Miller | 1 | -1/+1 |
| 2012-05-09 | 8021q: Convert compare_ether_addr to ether_addr_equal | Joe Perches | 3 | -12/+11 |
| 2012-04-02 | vlan: Stop using NLA_PUT*(). | David S. Miller | 1 | -6/+10 |
| 2011-12-14 | vlan: static functions | Eric Dumazet | 1 | -3/+3 |
| 2011-12-14 | vlan: add rtnl_dereference() annotations | Dan Carpenter | 1 | -5/+9 |
| 2011-12-08 | vlan: add 802.1q netpoll support | Benjamin LaHaise | 2 | -0/+64 |
| 2011-12-08 | vlan: introduce functions to do mass addition/deletion of vids by another device | Jiri Pirko | 1 | -0/+44 |
| 2011-12-08 | vlan: introduce vid list with reference counting | Jiri Pirko | 3 | -71/+217 |
| 2011-12-08 | net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v... | Jiri Pirko | 2 | -9/+28 |
| 2011-12-08 | vlan: rename vlan_dev_info to vlan_dev_priv | Jiri Pirko | 7 | -84/+84 |
| 2011-12-03 | vlan: Move vlan_set_encap_proto() to vlan header file | Pravin B Shelar | 1 | -33/+0 |
| 2011-11-16 | net: introduce and use netdev_features_t for device features sets | Michał Mirosław | 1 | -1/+2 |
| 2011-11-16 | net: remove legacy ethtool ops | Michał Mirosław | 1 | -4/+2 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+2 |
| 2011-11-01 | vlan: Don't propagate flag changes on down interfaces. | Matthijs Kooijman | 1 | -4/+6 |
| 2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-31 | net: Fix files explicitly needing to include module.h | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-30 | vlan: allow nested vlan_do_receive() | Eric Dumazet | 1 | -2/+5 |
| 2011-09-15 | net: consolidate and fix ethtool_ops->get_settings calling | Jiri Pirko | 1 | -1/+2 |
| 2011-08-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2011-08-18 | vlan: reset headers on accel emulation path | Jiri Pirko | 1 | -0/+2 |
| 2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+0 |
| 2011-08-02 | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger | 1 | -1/+1 |
| 2011-07-27 | net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared | Neil Horman | 1 | -1/+1 |
| 2011-07-21 | vlan: move vlan_group_[gs]et_device to public header | Jiri Pirko | 1 | -0/+19 |
| 2011-07-21 | vlan: kill ndo_vlan_rx_register | Jiri Pirko | 1 | -4/+0 |
| 2011-07-21 | vlan: kill vlan_gro_frags and vlan_gro_receive | Jiri Pirko | 1 | -16/+0 |
| 2011-07-21 | vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rx | Jiri Pirko | 1 | -9/+0 |
| 2011-07-21 | vlan: introduce __vlan_find_dev_deep() | Jiri Pirko | 1 | -0/+21 |
| 2011-07-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+5 |
| 2011-07-17 | net: vlan, qlcnic: make vlan_find_dev private | David Lamparter | 1 | -0/+12 |
| 2011-07-14 | net: remove NETIF_F_ALL_TX_OFFLOADS | Michał Mirosław | 1 | -1/+5 |
| 2011-07-14 | net: vlan: remove reduntant check in ndo_fix_features callback | Michał Mirosław | 1 | -2/+1 |
| 2011-07-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+5 |
| 2011-07-05 | net: vlan: enable soft features regardless of underlying device | Shan Wei | 1 | -0/+5 |
| 2011-06-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -28/+34 |
| 2011-06-17 | vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support | Antoine Reversat | 1 | -1/+1 |
| 2011-06-16 | net: Remove casts of void * | Joe Perches | 1 | -1/+1 |
| 2011-06-11 | vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check | Jiri Pirko | 1 | -27/+33 |
| 2011-06-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2011-06-02 | net: 8021q: Add pr_fmt | Joe Perches | 3 | -9/+14 |
| 2011-06-01 | vlan: fix typo in vlan_dev_hard_start_xmit() | Wei Yongjun | 1 | -1/+1 |
| 2011-05-26 | net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version. | Justin Mattock | 1 | -4/+1 |
| 2011-05-25 | net: move is_vlan_dev into public header file (v2) | Neil Horman | 1 | -5/+0 |
| 2011-05-12 | net: Fix vlan_features propagation | Michał Mirosław | 1 | -2/+4 |
| 2011-05-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -3/+3 |
| 2011-05-10 | vlan: fix GVRP at dismantle time | Eric Dumazet | 2 | -3/+3 |
| 2011-05-09 | vlan: remove one synchronize_net() call | Eric Dumazet | 1 | -6/+4 |
| 2011-04-17 | bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_... | Ben Hutchings | 1 | -1/+2 |
| 2011-04-17 | vlan: Propagate NETDEV_NOTIFY_PEERS notifier | Ben Hutchings | 1 | -0/+11 |
| 2011-04-12 | net: vlan: make non-hw-accel rx path similar to hw-accel | Jiri Pirko | 4 | -184/+84 |
| 2011-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2011-04-02 | vlan: convert VLAN devices to use ndo_fix_features() | Michał Mirosław | 2 | -42/+16 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-18 | vlan: should take into account needed_headroom | Eric Dumazet | 1 | -0/+1 |
| 2011-03-07 | vlan: add support to ndo_fcoe_ddp_target() | Yi Zou | 1 | -0/+14 |
| 2011-01-24 | net: change netdev->features to u32 | Michał Mirosław | 1 | -1/+1 |
| 2010-11-28 | 8021q: vlan device is lockless do not transfer real_num_{tx|rx}_queues | John Fastabend | 1 | -3/+0 |
| 2010-11-16 | vlan: remove ndo_select_queue() logic | Eric Dumazet | 1 | -38/+2 |
| 2010-11-16 | vlan: lockless transmit path | Eric Dumazet | 5 | -57/+50 |
| 2010-11-15 | vlan: Fix build warning in vlandev_seq_show() | David S. Miller | 1 | -1/+0 |
| 2010-11-15 | net: consolidate 8021q tagging | John Fastabend | 3 | -106/+7 |
| 2010-11-15 | net: remove check for headroom in vlan_dev_create | John Fastabend | 1 | -3/+0 |
| 2010-11-15 | 8021q: set hard_header_len when VLAN offload features are toggled | John Fastabend | 1 | -0/+6 |
| 2010-10-25 | vlan: rcu annotations | Eric Dumazet | 1 | -3/+3 |
| 2010-10-21 | vlan: Centralize handling of hardware acceleration. | Jesse Gross | 2 | -105/+29 |
| 2010-10-21 | vlan: Avoid hash table lookup to find group. | Jesse Gross | 3 | -72/+11 |
| 2010-10-21 | vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. | Jesse Gross | 1 | -8/+8 |
| 2010-10-05 | net: add a core netdev->rx_dropped counter | Eric Dumazet | 3 | -9/+6 |
| 2010-10-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -4/+10 |
| 2010-09-30 | vlan: dont drop packets from unknown vlans in promiscuous mode | Eric Dumazet | 1 | -4/+10 |
| 2010-09-27 | 8021q: Use netif_copy_real_num_queues() to set queue counts | Ben Hutchings | 1 | -1/+1 |
| 2010-09-27 | vlan: use this_cpu_ptr() in vlan_skb_recv() | Eric Dumazet | 1 | -2/+2 |
| 2010-09-23 | net: return operator cleanup | Eric Dumazet | 1 | -1/+1 |
| 2010-09-20 | net: rx_dropped accounting | Eric Dumazet | 2 | -2/+9 |
| 2010-09-17 | netns: keep vlan slaves on master netns move | David Lamparter | 1 | -0/+4 |
| 2010-08-31 | vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receive | Jiri Pirko | 1 | -1/+1 |
| 2010-08-26 | gro: __napi_gro_receive() optimizations | Eric Dumazet | 1 | -3/+6 |
| 2010-08-22 | net: 802.1q: make vlan_hwaccel_do_receive() return void | Changli Gao | 1 | -2/+1 |
| 2010-08-19 | vlan: Match underlying dev carrier on vlan add | Phil Oester | 1 | -1/+2 |
| 2010-07-18 | vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) | Pedro Garcia | 3 | -49/+86 |
| 2010-07-09 | net: Get rid of rtnl_link_stats64 / net_device_stats union | Ben Hutchings | 1 | -1/+1 |
| 2010-07-08 | vlan: allow TSO setting on vlan interfaces | Eric Dumazet | 1 | -0/+20 |
| 2010-07-07 | net: fix 64 bit counters on 32 bit arches | Eric Dumazet | 2 | -5/+4 |
| 2010-06-28 | vlan: 64 bit rx counters | Eric Dumazet | 3 | -25/+41 |
| 2010-06-12 | net: Enable 64-bit net device statistics on 32-bit architectures | Ben Hutchings | 1 | -6/+7 |
| 2010-06-10 | net: deliver skbs on inactive slaves to exact matches | John Fastabend | 1 | -2/+2 |
| 2010-06-02 | net: init_vlan should not copy slave or master flags | John Fastabend | 1 | -1/+2 |
| 2010-05-17 | net: Remove unnecessary semicolons after switch statements | Joe Perches | 1 | -1/+1 |
| 2010-05-16 | net: congestion notifications are not dropped packets | Eric Dumazet | 1 | -2/+2 |
| 2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -0/+2 |
| 2010-04-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -3/+70 |
| 2010-04-03 | net: move address list functions to a separate file | Jiri Pirko | 2 | -9/+9 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2 | -0/+2 |
| 2010-03-24 | vlan: updates vlan real_num_tx_queues | Vasu Dev | 1 | -0/+2 |
| 2010-03-24 | vlan: adds vlan_dev_select_queue | Vasu Dev | 1 | -3/+68 |
| 2010-03-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+2 |
| 2010-03-18 | net: Potential null skb->dev dereference | Eric Dumazet | 1 | -2/+2 |
| 2010-03-18 | net: forbid underlaying devices to change its type | Jiri Pirko | 1 | -0/+4 |
| 2010-02-16 | percpu: add __percpu sparse annotations to net | Tejun Heo | 1 | -1/+1 |
| 2010-02-03 | net: maintain namespace isolation between vlan and real device | Arnd Bergmann | 1 | -1/+1 |
| 2010-01-28 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2010-01-24 | vlan: fix vlan_skb_recv() | Eric Dumazet | 1 | -1/+1 |
| 2010-01-17 | net: spread __net_init, __net_exit | Alexey Dobriyan | 2 | -3/+3 |
| 2010-01-03 | bonding: allow arp_ip_targets on separate vlans to use arp validation | Andy Gospodarek | 1 | -0/+2 |
| 2009-12-26 | llc: use dev_hard_header | Octavian Purdila | 1 | -4/+3 |
| 2009-12-03 | netdevice: provide common routine for macvlan and vlan operstate management | Patrick Mullaney | 1 | -25/+4 |
| 2009-12-02 | net: Teach vlans to cleanup as a pernet subsystem | Eric W. Biederman | 1 | -5/+3 |
| 2009-12-01 | net: Simplify vlan pernet operations. | Eric W. Biederman | 1 | -26/+7 |
| 2009-11-26 | vlan: support "loose binding" to the underlying network device | Patrick McHardy | 3 | -5/+13 |
| 2009-11-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+5 |
| 2009-11-18 | netns: net_identifiers should be read_mostly | Eric Dumazet | 1 | -1/+1 |
| 2009-11-17 | vlan: Precise RX stats accounting | Eric Dumazet | 3 | -11/+65 |
| 2009-11-17 | vlan: Fix register_vlan_dev() error path | Eric Dumazet | 1 | -2/+5 |
| 2009-11-15 | vlan: Use __vlan_hwaccel_put_tag() in rx | Eric Dumazet | 1 | -2/+2 |
| 2009-11-13 | vlan/macvlan: propagate transmission state to upper layers | Patrick McHardy | 1 | -2/+2 |
| 2009-11-10 | vlan: eliminate use of dev_base_lock | stephen hemminger | 1 | -7/+6 |
| 2009-11-08 | net: Support specifying the network namespace upon device creation. | Eric W. Biederman | 1 | -2/+2 |
| 2009-10-29 | vlan: cleanup multiple unregistrations | Patrick McHardy | 1 | -32/+20 |
| 2009-10-29 | gro: Change all receive functions to return GRO result codes | Ben Hutchings | 1 | -7/+9 |
| 2009-10-29 | gro: Name the GRO result enumeration type | Ben Hutchings | 1 | -2/+3 |
| 2009-10-29 | vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN device | Yi Zou | 1 | -0/+13 |
| 2009-10-28 | vlan: Optimize multiple unregistration | Eric Dumazet | 1 | -16/+33 |
| 2009-10-28 | net: add a list_head parameter to dellink() method | Eric Dumazet | 2 | -5/+5 |
| 2009-10-27 | vlan: allow null VLAN ID to be used | Eric Dumazet | 2 | -2/+2 |
| 2009-09-26 | net: fix vlan_get_size to include vlan_flags size | John Fastabend | 1 | -0/+1 |
| 2009-09-03 | vlan: adds drops accounting | Eric Dumazet | 1 | -7/+22 |
| 2009-09-03 | vlan: enable multiqueue xmits | Eric Dumazet | 1 | -2/+4 |
| 2009-09-02 | vlan: multiqueue vlan device | Eric Dumazet | 2 | -2/+23 |
| 2009-09-01 | vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLAN | Yi Zou | 1 | -0/+26 |
| 2009-09-01 | netdev: convert pseudo-devices to netdev_tx_t | Stephen Hemminger | 1 | -3/+4 |
| 2009-08-14 | vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field | Vasu Dev | 2 | -0/+42 |
| 2009-08-05 | net: mark read-only arrays as const | Jan Engelhardt | 1 | -1/+1 |
| 2009-07-30 | vlan: allow creating vlan when real device is not up | Stephen Hemminger | 1 | -6/+0 |
| 2009-07-20 | vlan: Propagate physical MTU changes | Herbert Xu | 1 | -0/+13 |
| 2009-06-10 | 8021q: Vlan driver should use rcu_barrier() on unload instead of syncronize_n... | Jesper Dangaard Brouer | 1 | -1/+1 |
| 2009-05-29 | net: convert unicast addr list | Jiri Pirko | 2 | -7/+7 |
| 2009-05-25 | net: remove COMPAT_NET_DEV_OPS | Alexander Beregalov | 1 | -1/+0 |
| 2009-05-18 | net: release dst entry in dev_hard_start_xmit() | Eric Dumazet | 1 | -0/+1 |
| 2009-05-18 | vlan: use struct netdev_queue counters instead of dev->stats | Eric Dumazet | 2 | -8/+9 |
| 2009-04-29 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -0/+7 |
| 2009-04-25 | vlan: update vlan carrier state for admin up/down | Jay Vosburgh | 2 | -0/+7 |
| 2009-04-21 | net: factor out ethtool invocation of vlan/macvlan drivers | Patrick McHardy | 1 | -20/+3 |
| 2009-04-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+2 |
| 2009-04-17 | vlan/macvlan: fix NULL pointer dereferences in ethtool handlers | Patrick McHardy | 1 | -1/+2 |
| 2009-04-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+3 |
| 2009-04-16 | gro: New frags interface to avoid copying shinfo | Herbert Xu | 1 | -2/+2 |
| 2009-04-13 | gro: Normalise skb before bypassing GRO on netpoll VLAN path | Herbert Xu | 1 | -1/+3 |
| 2009-03-17 | gro: Fix vlan/netpoll check again | Herbert Xu | 1 | -3/+6 |
| 2009-03-16 | GRO: Move netpoll checks to correct location | Herbert Xu | 1 | -7/+4 |
| 2009-03-10 | net: convert usage of packet_type to read_mostly | Stephen Hemminger | 1 | -1/+1 |
| 2009-03-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+2 |
| 2009-03-04 | vlan: Fix vlan-in-vlan crashes. | David S. Miller | 1 | -1/+2 |
| 2009-03-01 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+10 |
| 2009-03-01 | netpoll: Add drop checks to all entry points | Herbert Xu | 1 | -0/+10 |
| 2009-02-08 | gro: Optimise Ethernet header comparison | Herbert Xu | 1 | -1/+3 |
| 2009-02-01 | net: replace uses of __constant_{endian} | Harvey Harrison | 1 | -1/+1 |
| 2009-01-29 | gro: Avoid copying headers of unmerged packets | Herbert Xu | 1 | -0/+2 |
| 2009-01-29 | gro: Move common completion code into helpers | Herbert Xu | 1 | -35/+4 |
| 2009-01-26 | vlan: Export symbols as non GPL symbols. | Ben Greear | 1 | -2/+2 |
| 2009-01-08 | vlan: add neigh_setup | Frank Blaschka | 1 | -0/+14 |
| 2009-01-06 | vlan: Add GRO interfaces | Herbert Xu | 1 | -23/+88 |
| 2008-12-25 | vlan: fix convertion to net_device_ops | Eric Dumazet | 1 | -2/+20 |
| 2008-11-19 | vlan: convert to net_device_ops | Stephen Hemminger | 2 | -20/+28 |
| 2008-11-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2008-11-10 | vlan: Fix typos in proc output string | Ferenc Wagner | 1 | -1/+1 |
| 2008-11-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -12/+31 |
| 2008-11-04 | net: fix packet socket delivery in rx irq handler | Patrick McHardy | 1 | -13/+33 |
| 2008-11-03 | net/: Kill now superfluous ->last_rx stores. | David S. Miller | 2 | -3/+0 |
| 2008-10-28 | vlan: propogate ethtool speed values | Stephen Hemminger | 3 | -6/+30 |
| 2008-09-20 | net: Use hton[sl]() instead of __constant_hton[sl]() where applicable | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2008-09-11 | vlan: vlan device not reading gso max size of parent. | Alexander Duyck | 2 | -0/+2 |
| 2008-07-22 | netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. | David S. Miller | 1 | -0/+4 |
| 2008-07-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 1 | -0/+3 |
| 2008-07-17 | netdev: Allocate multiple queues for TX. | David S. Miller | 1 | -4/+6 |
| 2008-07-14 | vlan: remove unnecessary include statements | Patrick McHardy | 3 | -22/+4 |
| 2008-07-14 | vlan: clean up hard_start_xmit functions | Patrick McHardy | 1 | -35/+6 |
| 2008-07-14 | vlan: clean up vlan_dev_hard_header() | Patrick McHardy | 1 | -46/+9 |
| 2008-07-14 | vlan: ethtool ->get_flags support | Patrick McHardy | 1 | -0/+13 |
| 2008-07-14 | vlan: deliver packets received with VLAN acceleration to network taps | Patrick McHardy | 1 | -0/+4 |
| 2008-07-14 | 8021q: Check return of dev_set_promiscuity/allmulti | Wang Chen | 1 | -6/+22 |
| 2008-07-08 | netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. | David S. Miller | 1 | -2/+13 |
| 2008-07-08 | vlan: avoid header copying and linearisation where possible | Patrick McHardy | 1 | -29/+5 |
| 2008-07-08 | vlan: TCI related type and naming cleanups | Patrick McHardy | 5 | -59/+55 |
| 2008-07-08 | vlan: move struct vlan_dev_info to private header | Patrick McHardy | 4 | -9/+62 |