summaryrefslogtreecommitdiff
path: root/net/8021q
AgeCommit message (Expand)Author
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-18vlan: should take into account needed_headroomEric Dumazet
2011-03-07vlan: add support to ndo_fcoe_ddp_target()Yi Zou
2011-01-24net: change netdev->features to u32Michał Mirosław
2010-11-288021q: vlan device is lockless do not transfer real_num_{tx|rx}_queuesJohn Fastabend
2010-11-16vlan: remove ndo_select_queue() logicEric Dumazet
2010-11-16vlan: lockless transmit pathEric Dumazet
2010-11-15vlan: Fix build warning in vlandev_seq_show()David S. Miller
2010-11-15net: consolidate 8021q taggingJohn Fastabend
2010-11-15net: remove check for headroom in vlan_dev_createJohn Fastabend
2010-11-158021q: set hard_header_len when VLAN offload features are toggledJohn Fastabend
2010-10-25vlan: rcu annotationsEric Dumazet
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-30vlan: dont drop packets from unknown vlans in promiscuous modeEric Dumazet
2010-09-278021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings
2010-09-27vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet
2010-09-23net: return operator cleanupEric Dumazet
2010-09-20net: rx_dropped accountingEric Dumazet
2010-09-17netns: keep vlan slaves on master netns moveDavid Lamparter
2010-08-31vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receiveJiri Pirko
2010-08-26gro: __napi_gro_receive() optimizationsEric Dumazet
2010-08-22net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao
2010-08-19vlan: Match underlying dev carrier on vlan addPhil Oester
2010-07-18vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings
2010-07-08vlan: allow TSO setting on vlan interfacesEric Dumazet
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-06-28vlan: 64 bit rx countersEric Dumazet
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings
2010-06-10net: deliver skbs on inactive slaves to exact matchesJohn Fastabend
2010-06-02net: init_vlan should not copy slave or master flagsJohn Fastabend
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches
2010-05-16net: congestion notifications are not dropped packetsEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: move address list functions to a separate fileJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24vlan: updates vlan real_num_tx_queuesVasu Dev
2010-03-24vlan: adds vlan_dev_select_queueVasu Dev
2010-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet
2010-03-18net: forbid underlaying devices to change its typeJiri Pirko
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-24vlan: fix vlan_skb_recv()Eric Dumazet