summaryrefslogtreecommitdiffstats
path: root/drivers/net/team
AgeCommit message (Expand)AuthorLines
2026-04-13net: team: Add new tx_enabled team port optionMarc Harvey-0/+55
2026-04-13net: team: Add new rx_enabled team port optionMarc Harvey-0/+49
2026-04-13net: team: Track rx enablement separately from tx enablementMarc Harvey-25/+81
2026-04-13net: team: Rename enablement functions and struct members to txMarc Harvey-25/+27
2026-04-13net: team: Rename port_disabled team mode op to port_tx_disabledMarc Harvey-4/+4
2026-04-13net: team: Remove unused team_mode_op, port_enabledMarc Harvey-2/+0
2026-04-13net: team: Annotate reads and writes for mixed lock accessed valuesMarc Harvey-6/+7
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+64
2026-03-24team: fix header_ops type confusion with non-Ethernet portsJiayuan Chen-1/+64
2026-03-23team: use netdev_from_priv()Qingfang Deng-35/+42
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-5/+21
2026-02-25team: avoid NETDEV_CHANGEMTU event when unregistering slaveTetsuo Handa-5/+21
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+7
2025-12-23team: fix check for port enabled in team_queue_override_port_prio_changed()Jiri Pirko-1/+1
2025-12-01team: Add matching error label for failed actionNikola Z. Ivanov-1/+2
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+15
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen-0/+2
2025-11-25team: Move team device type change at the end of team_port_addNikola Z. Ivanov-8/+15
2025-10-21team: use common function to compute the featuresHangbin Liu-77/+6
2025-06-25team: replace team lock with rtnl lockStanislav Fomichev-62/+50
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook-1/+1
2025-05-16team: grab team lock during team_change_rx_flagsStanislav Fomichev-3/+3
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski-0/+1
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel-1/+1
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang-2/+4
2025-02-13team: better TEAM_OPTION_TYPE_STRING validationEric Dumazet-1/+3
2025-01-03team: prevent adding a device which is already a team device lowerOctavian Purdila-0/+7
2024-12-16team: Fix feature exposure when no ports are presentDaniel Borkmann-2/+6
2024-12-12team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann-1/+2
2024-12-12team: Fix initial vlan_feature set in __team_compute_featuresDaniel Borkmann-2/+3
2024-12-12net, team, bonding: Add netdev_base_features helperDaniel Borkmann-2/+1
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet-2/+1
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin-3/+3
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-04-10net: team: fix incorrect maxattrHangbin Liu-1/+1
2024-04-02net: team: use policy generated by YAML specHangbin Liu-55/+98
2024-04-02net: team: rename team to team_core for linkingHangbin Liu-0/+1
2024-02-23net: team: Don't bother filling in ethtool driver versionJohn Garry-2/+0
2023-12-08team: Fix use-after-free when an option instance allocation failsFlorent Revest-1/+3
2023-09-19team: fix null-ptr-deref when team device type is changedZiyang Xuan-1/+9
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2023-08-15team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan-1/+3
2023-08-08team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_se...Zhengchao Shao-8/+3
2023-08-08team: change the getter function in the team_option structure to voidZhengchao Shao-47/+32
2023-08-08team: change the init function in the team_option structure to voidZhengchao Shao-18/+10
2023-08-08team: remove unreferenced header in broadcast and roundrobin filesZhengchao Shao-2/+0
2023-08-08team: add __exit modifier to team_nl_fini()Zhengchao Shao-1/+1
2023-07-29team: Remove NULL check before dev_{put, hold}Yang Li-2/+1