summaryrefslogtreecommitdiffstats
path: root/net/8021q
AgeCommit message (Expand)Author
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-14net: vlan: Add parse protocol header opsEran Ben Elisha
2021-01-08net: make free_netdev() more lenient with unregistering devicesJakub Kicinski
2021-01-05net: vlan: avoid leaks on register_vlan_dev() failuresJakub Kicinski
2020-09-28net: vlan: Fixed signedness in vlan_group_prealloc_vid()Florian Fainelli
2020-09-25net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli
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-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
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-02-17net: vlan: suppress "failed to kill vid" warningsJulian Wiedmann
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-07vlan: vlan_changelink() should propagate errorsEric Dumazet
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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-20vlan: Mark expected switch fall-throughGustavo A. R. Silva
2019-05-09vlan: disable SIOCSHWTSTAMP in containerHangbin Liu
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
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-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata
2018-11-16net: 8021q: move vlan offload registrations into vlan_coreJiri Pirko
2018-11-088021q: use __vlan_hwaccel helpersMichał Mirosław
2018-11-08net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk
2018-11-07net: vlan: add support for tunnel offloadDavide Caratti
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee
2018-07-24net: remove blank lines at end of fileStephen Hemminger
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-17vlan: Add extack messages for link createDavid Ahern
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-07vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen