summaryrefslogtreecommitdiff
path: root/net/8021q
AgeCommit message (Expand)Author
2011-08-18vlan: reset headers on accel emulation pathJiri Pirko
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-07-21vlan: move vlan_group_[gs]et_device to public headerJiri Pirko
2011-07-21vlan: kill ndo_vlan_rx_registerJiri Pirko
2011-07-21vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko
2011-07-21vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko
2011-07-21vlan: introduce __vlan_find_dev_deep()Jiri Pirko
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-17net: vlan, qlcnic: make vlan_find_dev privateDavid Lamparter
2011-07-14net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław
2011-07-14net: vlan: remove reduntant check in ndo_fix_features callbackMichał Mirosław
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-05net: vlan: enable soft features regardless of underlying deviceShan Wei
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-17vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan supportAntoine Reversat
2011-06-16net: Remove casts of void *Joe Perches
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko
2011-06-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-02net: 8021q: Add pr_fmtJoe Perches
2011-06-01vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun
2011-05-26net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version.Justin Mattock
2011-05-25net: move is_vlan_dev into public header file (v2)Neil Horman
2011-05-12net: Fix vlan_features propagationMichał Mirosław
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-10vlan: fix GVRP at dismantle timeEric Dumazet
2011-05-09vlan: remove one synchronize_net() callEric Dumazet
2011-04-17bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_...Ben Hutchings
2011-04-17vlan: Propagate NETDEV_NOTIFY_PEERS notifierBen Hutchings
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-02vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław
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