aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-288021q: vlan device is lockless do not transfer real_num_{tx|rx}_queuesJohn Fastabend1-3/+0
2010-11-16vlan: remove ndo_select_queue() logicEric Dumazet1-38/+2
2010-11-16vlan: lockless transmit pathEric Dumazet5-57/+50
2010-11-15vlan: Fix build warning in vlandev_seq_show()David S. Miller1-1/+0
2010-11-15net: consolidate 8021q taggingJohn Fastabend3-106/+7
2010-11-15net: remove check for headroom in vlan_dev_createJohn Fastabend1-3/+0
2010-11-158021q: set hard_header_len when VLAN offload features are toggledJohn Fastabend1-0/+6
2010-10-25vlan: rcu annotationsEric Dumazet1-3/+3
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross2-105/+29
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross3-72/+11
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-8/+8
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet3-9/+6
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+10
2010-09-30vlan: dont drop packets from unknown vlans in promiscuous modeEric Dumazet1-4/+10
2010-09-278021q: Use netif_copy_real_num_queues() to set queue countsBen Hutchings1-1/+1
2010-09-27vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet1-2/+2
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-09-20net: rx_dropped accountingEric Dumazet2-2/+9
2010-09-17netns: keep vlan slaves on master netns moveDavid Lamparter1-0/+4
2010-08-31vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receiveJiri Pirko1-1/+1
2010-08-26gro: __napi_gro_receive() optimizationsEric Dumazet1-3/+6
2010-08-22net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao1-2/+1
2010-08-19vlan: Match underlying dev carrier on vlan addPhil Oester1-1/+2
2010-07-18vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia3-49/+86
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-1/+1
2010-07-08vlan: allow TSO setting on vlan interfacesEric Dumazet1-0/+20
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet2-5/+4
2010-06-28vlan: 64 bit rx countersEric Dumazet3-25/+41
2010-06-12net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings1-6/+7
2010-06-10net: deliver skbs on inactive slaves to exact matchesJohn Fastabend1-2/+2
2010-06-02net: init_vlan should not copy slave or master flagsJohn Fastabend1-1/+2
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches1-1/+1
2010-05-16net: congestion notifications are not dropped packetsEric Dumazet1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+2
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+70
2010-04-03net: move address list functions to a separate fileJiri Pirko2-9/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-24vlan: updates vlan real_num_tx_queuesVasu Dev1-0/+2
2010-03-24vlan: adds vlan_dev_select_queueVasu Dev1-3/+68
2010-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet1-2/+2
2010-03-18net: forbid underlaying devices to change its typeJiri Pirko1-0/+4
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo1-1/+1
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-1/+1
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-01-24vlan: fix vlan_skb_recv()Eric Dumazet1-1/+1
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan2-3/+3
2010-01-03bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-0/+2
2009-12-26llc: use dev_hard_headerOctavian Purdila1-4/+3
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney1-25/+4