summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet8 days1-1/+1
* rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet2024-02-261-2/+2
* net: vlan: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* vlan: use netdev_lockdep_set_classes()Eric Dumazet2024-02-131-23/+1
* net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran2023-11-181-14/+1
* net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev2023-08-021-5/+22
* vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet2023-05-171-2/+2
* vlan: Add MACsec offload operations for VLAN interfaceEmeel Hakim2023-04-211-0/+242
* vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko2023-03-171-1/+1
* net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-2/+2
* vlan: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-3/+3
* vlan: adopt u64_stats_tEric Dumazet2022-06-091-9/+9
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-2/+2
* net: add netif_inherit_tso_max()Jakub Kicinski2022-05-061-2/+1
* Revert "vlan: move dev_put into vlan_dev_uninit"Xin Long2022-02-231-5/+3
* vlan: move dev_put into vlan_dev_uninitXin Long2022-02-091-3/+5
* vlan: introduce vlan_dev_free_egress_priorityXin Long2022-02-091-1/+6
* vlan: add net device refcount trackerEric Dumazet2021-12-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-0/+3
|\
| * net: vlan: fix underflow for the real_dev refcntZiyang Xuan2021-11-261-0/+3
* | net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-221-1/+1
* | net: annotate accesses to dev->gso_max_sizeEric Dumazet2021-11-221-1/+1
|/
* net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan2021-11-031-0/+3
* net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-3/+3
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-3/+3
* net: vlan: Avoid using strncpy()Kees Cook2021-06-031-3/+3
* net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau2021-03-241-0/+6
* net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso2021-03-241-0/+15
* net: vlan: Add parse protocol header opsEran Ben Elisha2021-01-141-0/+9
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: get rid of lockdep_set_class_and_subclass()Cong Wang2020-06-281-5/+4
* net: change addr_list_lock back to static keyCong Wang2020-06-091-2/+6
* netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet2020-05-071-3/+2
* net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-1/+2
|\
| * vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet2020-01-071-1/+2
* | net: vlan: Use the PHY time stamping interface.Richard Cochran2019-12-251-2/+2
|/
* net: remove unnecessary variables and callbackTaehee Yoo2019-10-241-6/+0
* net: core: add generic lockdep keysTaehee Yoo2019-10-241-27/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-6/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* | net: vlan: Inherit MPLS features from parent deviceAriel Levkovich2019-06-041-0/+1
|/
* vlan: Mark expected switch fall-throughGustavo A. R. Silva2019-05-201-0/+1
* vlan: disable SIOCSHWTSTAMP in containerHangbin Liu2019-05-091-1/+3
* vlan: do not transfer link state in vlan bridge binding modeMike Manning2019-04-191-7/+12
* vlan: support binding link state to vlan member bridge portsMike Manning2019-04-191-1/+2
* vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech2019-04-041-11/+15
* net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli2019-02-241-1/+0
* net: vlan: add support for tunnel offloadDavide Caratti2018-11-071-0/+2
* netpoll: allow cleanup to be synchronousDebabrata Banerjee2018-10-191-2/+1