aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/8021q/vlan_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner1-2/+2
2022-08-22vlan: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-06-09vlan: adopt u64_stats_tEric Dumazet1-9/+9
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-2/+2
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-2/+1
2022-02-23Revert "vlan: move dev_put into vlan_dev_uninit"Xin Long1-5/+3
2022-02-09vlan: move dev_put into vlan_dev_uninitXin Long1-3/+5
2022-02-09vlan: introduce vlan_dev_free_egress_priorityXin Long1-1/+6
2021-12-07vlan: add net device refcount trackerEric Dumazet1-2/+2
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-11-26net: vlan: fix underflow for the real_dev refcntZiyang Xuan1-0/+3
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-1/+1
2021-11-03net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan1-0/+3
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-3/+3
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-3/+3
2021-06-03net: vlan: Avoid using strncpy()Kees Cook1-3/+3
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau1-0/+6
2021-03-24net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso1-0/+15
2021-01-14net: vlan: Add parse protocol header opsEran Ben Elisha1-0/+9
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-28net: get rid of lockdep_set_class_and_subclass()Cong Wang1-5/+4
2020-06-09net: change addr_list_lock back to static keyCong Wang1-2/+6
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-3/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+21
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-01-07vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet1-1/+2
2019-12-25net: vlan: Use the PHY time stamping interface.Richard Cochran1-2/+2
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-6/+0
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-27/+0
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2019-06-04net: vlan: Inherit MPLS features from parent deviceAriel Levkovich1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-20vlan: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-09vlan: disable SIOCSHWTSTAMP in containerHangbin Liu1-1/+3
2019-04-19vlan: do not transfer link state in vlan bridge binding modeMike Manning1-7/+12
2019-04-19vlan: support binding link state to vlan member bridge portsMike Manning1-1/+2
2019-04-04vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech1-11/+15
2019-02-24net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli1-1/+0
2018-11-07net: vlan: add support for tunnel offloadDavide Caratti1-0/+2
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee1-2/+1
2018-05-07vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen1-1/+3
2018-04-01vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu1-1/+5
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-08net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky1-6/+0
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-05-08vlan: Keep NETIF_F_HW_CSUM similar to other software devicesVlad Yasevich1-3/+10
2017-03-21net/8021q: create device with all possible features in wanted_featuresAndrey Vagin1-2/+1
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel1-2/+0