aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c
AgeCommit message (Expand)Author
2022-02-09vlan: move dev_put into vlan_dev_uninitXin Long
2022-02-09vlan: introduce vlan_dev_free_egress_priorityXin Long
2021-12-07vlan: add net device refcount trackerEric Dumazet
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-26net: vlan: fix underflow for the real_dev refcntZiyang Xuan
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet
2021-11-03net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-06-03net: vlan: Avoid using strncpy()Kees Cook
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau
2021-03-24net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso
2021-01-14net: vlan: Add parse protocol header opsEran Ben Elisha
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-28net: get rid of lockdep_set_class_and_subclass()Cong Wang
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-07vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet
2019-12-25net: vlan: Use the PHY time stamping interface.Richard Cochran
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-04net: vlan: Inherit MPLS features from parent deviceAriel Levkovich
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-20vlan: Mark expected switch fall-throughGustavo A. R. Silva
2019-05-09vlan: disable SIOCSHWTSTAMP in containerHangbin Liu
2019-04-19vlan: do not transfer link state in vlan bridge binding modeMike Manning
2019-04-19vlan: support binding link state to vlan member bridge portsMike Manning
2019-04-04vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech
2019-02-24net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli
2018-11-07net: vlan: add support for tunnel offloadDavide Caratti
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee
2018-05-07vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen
2018-04-01vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-08net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-05-08vlan: Keep NETIF_F_HW_CSUM similar to other software devicesVlad Yasevich
2017-03-21net/8021q: create device with all possible features in wanted_featuresAndrey Vagin
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-10-20net: use core MTU range checking in core net infraJarod Wilson
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-16vlan: use a valid default mtu value for vlan over macsecPaolo Abeni
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko
2016-05-31vlan: Propagate MAC address to VLANsMike Manning