summaryrefslogtreecommitdiffstats
path: root/net/8021q
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2025-10-31net: vlan: sync VLAN features with lower deviceHangbin Liu-0/+2
2025-07-18net: s/dev_close_many/netif_close_many/Stanislav Fomichev-1/+2
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev-1/+1
2025-07-17net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtimeDong Chenchen-9/+34
2025-04-22net: 802: Remove unused p8022 codeDr. David Alan Gilbert-1/+0
2025-03-20net: vlan: don't propagate flags on openStanislav Fomichev-27/+4
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski-0/+1
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev-3/+1
2025-03-04vlan: enforce underlying device typeOscar Maes-1/+2
2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang-2/+2
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang-2/+5
2024-11-11net: convert to nla_get_*_default()Johannes Berg-4/+2
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet-1/+1
2024-09-03netdev_features: remove NETIF_F_ALL_FCOEAlexander Lobakin-2/+3
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin-0/+1
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin-2/+2
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin-2/+2
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert-0/+2
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg-6/+4
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet-2/+2
2024-02-21net: vlan: constify the struct device_type usageRicardo B. Marliere-1/+1
2024-02-13vlan: use netdev_lockdep_set_classes()Eric Dumazet-23/+1
2024-02-13vlan: use xarray iterator to implement /proc/net/vlan/configEric Dumazet-30/+16
2024-01-19vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPINGLin Ma-0/+4
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+8
2023-12-19net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian-1/+8
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran-14/+1
2023-10-28net: fill in MODULE_DESCRIPTION()s under net/802*Jakub Kicinski-0/+1
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2023-08-14Revert "vlan: Fix VLAN 0 memory leak"Vlad Buslov-1/+2
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+1
2023-08-09vlan: Fix VLAN 0 memory leakVlad Buslov-2/+1
2023-08-02net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev-5/+22
2023-05-17vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet-2/+2
2023-04-21vlan: Add MACsec offload operations for VLAN interfaceEmeel Hakim-0/+242
2023-03-17vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko-1/+1
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner-2/+2
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert-6/+3
2022-08-22vlan: move from strlcpy with unused retval to strscpyWolfram Sang-3/+3
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+7
2022-07-09vlan: fix memory leak in vlan_newlink()Eric Dumazet-3/+7
2022-06-09vlan: adopt u64_stats_tEric Dumazet-12/+12
2022-06-09net: rename reference+tracking helpersJakub Kicinski-2/+2
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski-4/+2