summaryrefslogtreecommitdiff
path: root/net/8021q
AgeCommit message (Expand)AuthorFilesLines
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert1-0/+2
2024-03-30netlink: introduce type-checking attribute iterationJohannes Berg1-6/+4
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-2/+2
2024-02-21net: vlan: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-14vlan: use netdev_lockdep_set_classes()Eric Dumazet1-23/+1
2024-02-14vlan: use xarray iterator to implement /proc/net/vlan/configEric Dumazet1-30/+16
2024-01-20vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPINGLin Ma1-0/+4
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+8
2023-12-19net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian1-1/+8
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran1-14/+1
2023-10-28net: fill in MODULE_DESCRIPTION()s under net/802*Jakub Kicinski1-0/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-08-14Revert "vlan: Fix VLAN 0 memory leak"Vlad Buslov1-1/+2
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2023-08-09vlan: Fix VLAN 0 memory leakVlad Buslov1-2/+1
2023-08-03net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev1-5/+22
2023-05-17vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet1-2/+2
2023-04-21vlan: Add MACsec offload operations for VLAN interfaceEmeel Hakim1-0/+242
2023-03-17vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko1-1/+1
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner1-2/+2
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert1-6/+3
2022-08-23vlan: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+7
2022-07-09vlan: fix memory leak in vlan_newlink()Eric Dumazet1-3/+7
2022-06-10vlan: adopt u64_stats_tEric Dumazet2-12/+12
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-2/+2
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski2-4/+2
2022-03-18vlan: use correct format charactersBill Wendling1-1/+1
2022-02-24Revert "vlan: move dev_put into vlan_dev_uninit"Xin Long1-5/+3
2022-02-09vlan: move dev_put into vlan_dev_uninitXin Long1-3/+5
2022-02-09vlan: introduce vlan_dev_free_egress_priorityXin Long3-5/+11
2021-12-08vlan: add net device refcount trackerEric Dumazet1-2/+2
2021-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2021-11-26net: vlan: fix underflow for the real_dev refcntZiyang Xuan2-3/+3
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet1-2/+0
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet1-4/+1
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski1-1/+1
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet2-2/+2
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet2-2/+2
2021-11-03net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan2-3/+3
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-3/+3
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-3/+3
2021-07-20memcg: enable accounting for VLAN group arrayVasily Averin1-1/+1
2021-06-18net: vlan: pass thru all GSO_SOFTWARE in hw_enc_featuresJakub Kicinski1-1/+2
2021-06-04net: vlan: Avoid using strncpy()Kees Cook3-5/+7
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+7
2021-04-20net: fix a data race when get vlan deviceDi Zhu2-0/+7
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau1-0/+6