aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-21vlan: turn on unicast filtering on vlan deviceZhang Shengju1-0/+1
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-1/+1
2015-12-15switchdev: vlan: Use switchdev_port* in vlan_netdev_opsIdo Schimmel1-0/+7
2015-08-18net: 8021q: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-04-02vlan: implement ndo_get_iflinkNicolas Dichtel1-1/+8
2015-03-29vlan: Add features for stacked vlan deviceToshiaki Makita1-0/+1
2015-03-038021q: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman1-35/+0
2014-12-12vlan: Add ability to always enable TSO/UFOToshiaki Makita1-3/+4
2014-11-21vlan: Pass ethtool get_ts_info queries to real device.Richard Cochran1-0/+19
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2014-07-07vlan: Pass SIOC[SG]HWTSTAMP ioctls to real deviceStefan Sørensen1-0/+2
2014-07-02vlan: free percpu stats in device destructorEric Dumazet1-3/+10
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-43/+9
2014-05-22vlan: more careful checksum features handlingMichal Kubeček1-2/+2
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich1-43/+9
2014-04-22vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing1-30/+28
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong1-5/+41
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman1-4/+3
2014-03-28vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich1-0/+3
2014-03-27vlan: Set hard_header_len according to available accelerationVlad Yasevich1-1/+2
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2014-03-10vlan: Set correct source MAC address with TX VLAN offload enabledPeter Boström1-0/+3
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-9/+2
2014-01-218021q: Use ether_addr_copyJoe Perches1-3/+3
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller1-1/+18
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+8
2013-11-11vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller1-28/+3
2013-11-07net/vlan: Provide read access to the vlan egress mapEyal Perry1-6/+12
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-1/+8
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