summaryrefslogtreecommitdiffstats
path: root/net/8021q
Commit message (Expand)AuthorAgeFilesLines
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-3/+3
* memcg: enable accounting for VLAN group arrayVasily Averin2021-07-201-1/+1
* net: vlan: pass thru all GSO_SOFTWARE in hw_enc_featuresJakub Kicinski2021-06-181-1/+2
* net: vlan: Avoid using strncpy()Kees Cook2021-06-033-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-262-0/+7
|\
| * net: fix a data race when get vlan deviceDi Zhu2021-04-192-0/+7
* | 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
* | vlan/8021q: avoid retpoline overhead on GROAlexander Lobakin2021-03-181-2/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-141-3/+1
|\
| * net: make free_netdev() more lenient with unregistering devicesJakub Kicinski2021-01-081-3/+1
* | net: vlan: Add parse protocol header opsEran Ben Elisha2021-01-141-0/+9
|/
* net: vlan: avoid leaks on register_vlan_dev() failuresJakub Kicinski2021-01-051-1/+2
* net: vlan: Fixed signedness in vlan_group_prealloc_vid()Florian Fainelli2020-09-281-1/+2
* net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli2020-09-252-6/+16
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-2/+6
|\
| * net: change addr_list_lock back to static keyCong Wang2020-06-091-2/+6
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
|/
* 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
* net: vlan: suppress "failed to kill vid" warningsJulian Wiedmann2020-02-171-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-093-8/+15
|\
| * vlan: vlan_changelink() should propagate errorsEric Dumazet2020-01-071-3/+7
| * vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet2020-01-073-5/+8
* | net: vlan: Use the PHY time stamping interface.Richard Cochran2019-12-251-2/+2
|/
* net: remove unnecessary variables and callbackTaehee Yoo2019-10-242-7/+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-223-12/+3
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-193-12/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-073-15/+3
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-15/+3
* | net: vlan: Inherit MPLS features from parent deviceAriel Levkovich2019-06-041-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-221-0/+1
|\
| * vlan: Mark expected switch fall-throughGustavo A. R. Silva2019-05-201-0/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* vlan: disable SIOCSHWTSTAMP in containerHangbin Liu2019-05-091-1/+3
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* vlan: do not transfer link state in vlan bridge binding modeMike Manning2019-04-192-11/+26
* vlan: support binding link state to vlan member bridge portsMike Manning2019-04-192-2/+4
* 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: core: dev: Add extack argument to dev_change_flags()Petr Machata2018-12-061-1/+3
* net: 8021q: move vlan offload registrations into vlan_coreJiri Pirko2018-11-162-96/+99
* 8021q: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
* net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk2018-11-081-0/+27
* net: vlan: add support for tunnel offloadDavide Caratti2018-11-073-0/+15
* netpoll: allow cleanup to be synchronousDebabrata Banerjee2018-10-191-2/+1