summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen2018-05-071-1/+3
* vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu2018-04-011-1/+5
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-2/+2
|\
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-2/+2
* | net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky2017-06-081-6/+0
|/
* vlan: Keep NETIF_F_HW_CSUM similar to other software devicesVlad Yasevich2017-05-081-3/+10
* net/8021q: create device with all possible features in wanted_featuresAndrey Vagin2017-03-211-2/+1
* net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-061-2/+0
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2
* net: use core MTU range checking in core net infraJarod Wilson2016-10-201-0/+3