aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c
Commit message (Expand)AuthorAge
* vlan: set sysfs device_type to 'vlan'Doug Goldstein2012-11-08
* vlan: use IS_ENABLED()Amerigo Wang2012-11-01
* vlan: clean up vlan_dev_hard_start_xmit()Amerigo Wang2012-08-14
* vlan: clean up some variable namesAmerigo Wang2012-08-14
* netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-14
* netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-14
* netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko2012-07-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-16
|\
| * Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-05-10
* | 8021q: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-09
|/
* vlan: static functionsEric Dumazet2011-12-14
* vlan: add 802.1q netpoll supportBenjamin LaHaise2011-12-08
* vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko2011-12-08
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
* net: remove legacy ethtool opsMichał Mirosław2011-11-16
* vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman2011-11-01
* net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-15
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-17
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-28
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-21
|\
| * net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław2011-07-14
* | net: vlan: remove reduntant check in ndo_fix_features callbackMichał Mirosław2011-07-14
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-06
|\|
| * net: vlan: enable soft features regardless of underlying deviceShan Wei2011-07-05
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-04
|\|
| * vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun2011-06-02
* | net: 8021q: Add pr_fmtJoe Perches2011-06-02
|/
* net: Fix vlan_features propagationMichał Mirosław2011-05-12
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-11
|\
| * vlan: fix GVRP at dismantle timeEric Dumazet2011-05-10
* | net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko2011-04-12
* | vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław2011-04-03
|/
* vlan: should take into account needed_headroomEric Dumazet2011-03-18
* vlan: add support to ndo_fcoe_ddp_target()Yi Zou2011-03-07
* vlan: remove ndo_select_queue() logicEric Dumazet2010-11-16
* vlan: lockless transmit pathEric Dumazet2010-11-16
* net: consolidate 8021q taggingJohn Fastabend2010-11-15
* net: remove check for headroom in vlan_dev_createJohn Fastabend2010-11-15
* vlan: Avoid hash table lookup to find group.Jesse Gross2010-10-21
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-05
* vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet2010-09-28
* net: rx_dropped accountingEric Dumazet2010-09-20
* vlan: Match underlying dev carrier on vlan addPhil Oester2010-08-19
* vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia2010-07-18
* net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-09
* vlan: allow TSO setting on vlan interfacesEric Dumazet2010-07-09
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-07
* vlan: 64 bit rx countersEric Dumazet2010-06-29
* net: init_vlan should not copy slave or master flagsJohn Fastabend2010-06-02
* net: congestion notifications are not dropped packetsEric Dumazet2010-05-16