aboutsummaryrefslogtreecommitdiff
path: root/net/8021q/vlan_dev.c
AgeCommit message (Expand)Author
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-07vlan: Pass SIOC[SG]HWTSTAMP ioctls to real deviceStefan Sørensen
2014-07-02vlan: free percpu stats in device destructorEric Dumazet
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-22vlan: more careful checksum features handlingMichal Kubeček
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich
2014-04-22vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman
2014-03-28vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich
2014-03-27vlan: Set hard_header_len according to available accelerationVlad Yasevich
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-10vlan: Set correct source MAC address with TX VLAN offload enabledPeter Boström
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-01-218021q: Use ether_addr_copyJoe Perches
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-11vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller
2013-11-07net/vlan: Provide read access to the vlan egress mapEyal Perry
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-09-03net: vlan: inherit addr_assign_type along with dev_addrBjørn Mork
2013-08-03vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui
2013-07-18vlan: fix a race in egress prio managementEric Dumazet
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-02-11netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman
2013-02-10net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-11-08vlan: set sysfs device_type to 'vlan'Doug Goldstein
2012-11-01vlan: use IS_ENABLED()Amerigo Wang
2012-08-14vlan: clean up vlan_dev_hard_start_xmit()Amerigo Wang
2012-08-14vlan: clean up some variable namesAmerigo Wang
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller
2012-05-098021q: Convert compare_ether_addr to ether_addr_equalJoe Perches
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