summaryrefslogtreecommitdiff
path: root/drivers/net/team/team_core.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-24team: fix header_ops type confusion with non-Ethernet portsJiayuan Chen1-1/+64
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-5/+21
2026-02-26team: avoid NETDEV_CHANGEMTU event when unregistering slaveTetsuo Handa1-5/+21
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-7/+5
2025-12-23team: fix check for port enabled in team_queue_override_port_prio_changed()Jiri Pirko1-1/+1
2025-12-02team: Add matching error label for failed actionNikola Z. Ivanov1-1/+2
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+15
2025-11-26team: Move team device type change at the end of team_port_addNikola Z. Ivanov1-8/+15
2025-10-22team: use common function to compute the featuresHangbin Liu1-77/+6
2025-06-26team: replace team lock with rtnl lockStanislav Fomichev1-52/+44
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook1-1/+1
2025-05-17team: grab team lock during team_change_rx_flagsStanislav Fomichev1-3/+3
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-02-22rtnetlink: Pack newlink() params into structXiao Liang1-2/+4
2025-02-13team: better TEAM_OPTION_TYPE_STRING validationEric Dumazet1-1/+3
2025-01-03team: prevent adding a device which is already a team device lowerOctavian Purdila1-0/+7
2024-12-17team: Fix feature exposure when no ports are presentDaniel Borkmann1-2/+6
2024-12-12team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann1-1/+2
2024-12-12team: Fix initial vlan_feature set in __team_compute_featuresDaniel Borkmann1-2/+3
2024-12-12net, team, bonding: Add netdev_base_features helperDaniel Borkmann1-2/+1
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet1-2/+1
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-3/+3
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-1/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-11net: team: fix incorrect maxattrHangbin Liu1-1/+1
2024-04-03net: team: use policy generated by YAML specHangbin Liu1-54/+9
2024-04-03net: team: rename team to team_core for linkingHangbin Liu1-0/+3101