summaryrefslogtreecommitdiff
path: root/net/8021q
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: gro: skb_gro_header helper functionRichard Gobert2022-08-251-6/+3
* vlan: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-3/+7
|\
| * vlan: fix memory leak in vlan_newlink()Eric Dumazet2022-07-091-3/+7
* | vlan: adopt u64_stats_tEric Dumazet2022-06-092-12/+12
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-2/+2
|/
* net: add netif_inherit_tso_max()Jakub Kicinski2022-05-062-4/+2
* vlan: use correct format charactersBill Wendling2022-03-171-1/+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-093-5/+11
* 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-262-3/+3
|\
| * net: vlan: fix underflow for the real_dev refcntZiyang Xuan2021-11-262-3/+3
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet2021-11-241-2/+0
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet2021-11-241-4/+1
* | net: remove .ndo_change_proto_downJakub Kicinski2021-11-231-1/+1
* | net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-222-2/+2
* | net: annotate accesses to dev->gso_max_sizeEric Dumazet2021-11-222-2/+2
|/
* net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan2021-11-032-3/+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
* 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