summaryrefslogtreecommitdiff
path: root/net/8021q
AgeCommit message (Expand)AuthorFilesLines
2025-12-07net: vlan: sync VLAN features with lower deviceHangbin Liu1-0/+2
2025-08-28net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtimeDong Chenchen2-9/+34
2025-05-02net: vlan: don't propagate flags on openStanislav Fomichev1-27/+4
2025-04-10vlan: fix memory leak in vlan_newlink()Eric Dumazet1-3/+7
2025-03-13vlan: enforce underlying device typeOscar Maes1-1/+2
2025-03-13vlan: move dev_put into vlan_dev_uninitXin Long1-3/+5
2025-03-13vlan: introduce vlan_dev_free_egress_priorityXin Long3-5/+11
2024-09-12gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet1-2/+0
2024-09-12gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet1-4/+1
2024-02-23vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPINGLin Ma1-0/+4
2024-01-05net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian1-1/+8
2023-05-30vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet1-2/+2
2023-05-17vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko1-1/+1
2022-07-29net: make free_netdev() more lenient with unregistering devicesJakub Kicinski1-3/+1
2021-12-01net: vlan: fix underflow for the real_dev refcntZiyang Xuan2-3/+3
2021-11-18net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan2-3/+3
2021-01-17net: vlan: avoid leaks on register_vlan_dev() failuresJakub Kicinski1-1/+2
2020-09-28net: vlan: Fixed signedness in vlan_group_prealloc_vid()Florian Fainelli1-1/+2
2020-09-26net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli2-6/+16
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-29net: get rid of lockdep_set_class_and_subclass()Cong Wang1-5/+4
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+6
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-09net: change addr_list_lock back to static keyCong Wang1-2/+6
2020-05-08netpoll: 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-02-18net: vlan: suppress "failed to kill vid" warningsJulian Wiedmann1-3/+2
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-8/+15
2020-01-08vlan: vlan_changelink() should propagate errorsEric Dumazet1-3/+7
2020-01-08vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet3-5/+8
2019-12-26net: vlan: Use the PHY time stamping interface.Richard Cochran1-2/+2
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo2-7/+0
2019-10-25net: core: add generic lockdep keysTaehee Yoo1-27/+0
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner3-12/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-15/+3
2019-06-05net: vlan: Inherit MPLS features from parent deviceAriel Levkovich1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner3-15/+3
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+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-28netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-04-19vlan: do not transfer link state in vlan bridge binding modeMike Manning2-11/+26
2019-04-19vlan: support binding link state to vlan member bridge portsMike Manning2-2/+4
2019-04-05vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech1-11/+15
2019-02-25net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli1-1/+0
2018-12-07net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-1/+3
2018-11-17net: 8021q: move vlan offload registrations into vlan_coreJiri Pirko2-96/+99