aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03net: vlan: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-08-03vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui1-3/+3
2013-07-18vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork1-1/+1
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-3/+4
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-02-11netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman1-1/+1
2013-02-10net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward1-1/+11
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2012-11-08vlan: set sysfs device_type to 'vlan'Doug Goldstein1-0/+6
2012-11-01vlan: use IS_ENABLED()Amerigo Wang1-3/+3
2012-08-14vlan: clean up vlan_dev_hard_start_xmit()Amerigo Wang1-7/+20
2012-08-14vlan: clean up some variable namesAmerigo Wang1-6/+6
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang1-5/+1
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang1-3/+4
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko1-4/+1
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-1/+1
2012-05-098021q: Convert compare_ether_addr to ether_addr_equalJoe Perches1-5/+5
2011-12-14vlan: static functionsEric Dumazet1-3/+3
2011-12-08vlan: add 802.1q netpoll supportBenjamin LaHaise1-0/+59
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko1-36/+36
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-16net: remove legacy ethtool opsMichał Mirosław1-4/+2
2011-11-01vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman1-4/+6
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-1/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+0
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-1/+1
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+5
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-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 Perches1-1/+3
2011-06-01vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun1-1/+1
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. Miller1-3/+0
2011-05-10vlan: fix GVRP at dismantle timeEric Dumazet1-3/+0
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko1-173/+0
2011-04-02vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław1-36/+14
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
2010-11-16vlan: remove ndo_select_queue() logicEric Dumazet1-38/+2
2010-11-16vlan: lockless transmit pathEric Dumazet1-26/+35
2010-11-15net: consolidate 8021q taggingJohn Fastabend1-98/+7
2010-11-15net: remove check for headroom in vlan_dev_createJohn Fastabend1-3/+0
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross1-1/+1
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet1-7/+4