aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-1/+1
2011-07-21vlan: move vlan_group_[gs]et_device to public headerJiri Pirko1-0/+19
2011-07-21vlan: kill ndo_vlan_rx_registerJiri Pirko1-4/+0
2011-07-21vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko1-16/+0
2011-07-21vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko1-9/+0
2011-07-21vlan: introduce __vlan_find_dev_deep()Jiri Pirko1-0/+21
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+5
2011-07-17net: vlan, qlcnic: make vlan_find_dev privateDavid Lamparter1-0/+12
2011-07-14net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław1-1/+5
2011-07-14net: vlan: remove reduntant check in ndo_fix_features callbackMichał Mirosław1-2/+1
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+5
2011-07-05net: vlan: enable soft features regardless of underlying deviceShan Wei1-0/+5
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-28/+34
2011-06-17vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan supportAntoine Reversat1-1/+1
2011-06-16net: Remove casts of void *Joe Perches1-1/+1
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko1-27/+33
2011-06-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-06-02net: 8021q: Add pr_fmtJoe Perches3-9/+14
2011-06-01vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun1-1/+1
2011-05-26net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.Justin Mattock1-4/+1
2011-05-25net: move is_vlan_dev into public header file (v2)Neil Horman1-5/+0
2011-05-12net: Fix vlan_features propagationMichał Mirosław1-2/+4
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller2-3/+3
2011-05-10vlan: fix GVRP at dismantle timeEric Dumazet2-3/+3
2011-05-09vlan: remove one synchronize_net() callEric Dumazet1-6/+4
2011-04-17bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERSBen Hutchings1-1/+2
2011-04-17vlan: Propagate NETDEV_NOTIFY_PEERS notifierBen Hutchings1-0/+11
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko4-184/+84
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-04-02vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław2-42/+16
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-18vlan: should take into account needed_headroomEric Dumazet1-0/+1
2011-03-07vlan: add support to ndo_fcoe_ddp_target()Yi Zou1-0/+14
2011-01-24net: change netdev->features to u32Michał Mirosław1-1/+1
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