aboutsummaryrefslogtreecommitdiff
path: root/net/8021q
AgeCommit message (Expand)Author
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
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan
2010-01-03bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek
2009-12-26llc: use dev_hard_headerOctavian Purdila
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney
2009-12-02net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman
2009-12-01net: Simplify vlan pernet operations.Eric W. Biederman
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet
2009-11-17vlan: Precise RX stats accountingEric Dumazet
2009-11-17vlan: Fix register_vlan_dev() error pathEric Dumazet