summaryrefslogtreecommitdiff
path: root/net/8021q/vlan_dev.c
AgeCommit message (Expand)Author
2011-12-14vlan: static functionsEric Dumazet
2011-12-08vlan: add 802.1q netpoll supportBenjamin LaHaise
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-16net: remove legacy ethtool opsMichał Mirosław
2011-11-01vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
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-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-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-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko
2011-04-02vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław
2011-03-18vlan: should take into account needed_headroomEric Dumazet
2011-03-07vlan: add support to ndo_fcoe_ddp_target()Yi Zou
2010-11-16vlan: remove ndo_select_queue() logicEric Dumazet
2010-11-16vlan: lockless transmit pathEric Dumazet
2010-11-15net: consolidate 8021q taggingJohn Fastabend
2010-11-15net: remove check for headroom in vlan_dev_createJohn Fastabend
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet
2010-09-27vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet
2010-09-20net: rx_dropped accountingEric Dumazet
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-02net: init_vlan should not copy slave or master flagsJohn Fastabend
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: adds vlan_dev_select_queueVasu Dev
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
2009-12-26llc: use dev_hard_headerOctavian Purdila
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy