summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-9/+2Star
* 8021q: Use ether_addr_copyJoe Perches2014-01-221-3/+3
* vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2013-12-311-1/+18
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-1/+8
|\
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-1/+8
* | vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller2013-11-111-28/+3Star
* | net/vlan: Provide read access to the vlan egress mapEyal Perry2013-11-081-6/+12
|/
* net: vlan: inherit addr_assign_type along with dev_addrBjørn Mork2013-09-041-1/+1
* vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui2013-08-031-3/+3
* vlan: fix a race in egress prio managementEric Dumazet2013-07-181-0/+7
* net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork2013-05-021-1/+1
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-191-3/+4
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman2013-02-121-1/+1
* net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward2013-02-111-1/+11
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-3/+3
* vlan: set sysfs device_type to 'vlan'Doug Goldstein2012-11-091-0/+6
* vlan: use IS_ENABLED()Amerigo Wang2012-11-011-3/+3
* vlan: clean up vlan_dev_hard_start_xmit()Amerigo Wang2012-08-141-7/+20
* vlan: clean up some variable namesAmerigo Wang2012-08-141-6/+6
* netpoll: make __netpoll_cleanup non-blockAmerigo Wang2012-08-141-5/+1Star
* netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang2012-08-141-3/+4
* netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko2012-07-171-4/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-171-1/+1
|\
| * Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-05-111-1/+1
* | 8021q: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-5/+5
|/
* vlan: static functionsEric Dumazet2011-12-141-3/+3
* vlan: add 802.1q netpoll supportBenjamin LaHaise2011-12-091-0/+59
* vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko2011-12-091-36/+36
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+2
* net: remove legacy ethtool opsMichał Mirosław2011-11-161-4/+2Star
* vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman2011-11-011-4/+6
* net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-151-1/+2
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+0Star
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-281-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-211-1/+5
|\
| * net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław2011-07-151-1/+5
* | net: vlan: remove reduntant check in ndo_fix_features callbackMichał Mirosław2011-07-141-2/+1Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-061-0/+5
|\|
| * net: vlan: enable soft features regardless of underlying deviceShan Wei2011-07-061-0/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-041-1/+1
|\|
| * vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun2011-06-021-1/+1
* | net: 8021q: Add pr_fmtJoe Perches2011-06-021-1/+3
|/
* net: Fix vlan_features propagationMichał Mirosław2011-05-121-2/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-111-3/+0Star
|\
| * vlan: fix GVRP at dismantle timeEric Dumazet2011-05-111-3/+0Star
* | net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko2011-04-121-173/+0Star
* | vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław2011-04-031-36/+14Star
|/
* vlan: should take into account needed_headroomEric Dumazet2011-03-181-0/+1