summaryrefslogtreecommitdiff
path: root/drivers/net/team/team_core.c
AgeCommit message (Expand)Author
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-02-21rtnetlink: Pack newlink() params into structXiao Liang
2025-02-13team: better TEAM_OPTION_TYPE_STRING validationEric Dumazet
2025-01-03team: prevent adding a device which is already a team device lowerOctavian Purdila
2024-12-16team: Fix feature exposure when no ports are presentDaniel Borkmann
2024-12-12team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann
2024-12-12team: Fix initial vlan_feature set in __team_compute_featuresDaniel Borkmann
2024-12-12net, team, bonding: Add netdev_base_features helperDaniel Borkmann
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-10net: team: fix incorrect maxattrHangbin Liu
2024-04-02net: team: use policy generated by YAML specHangbin Liu
2024-04-02net: team: rename team to team_core for linkingHangbin Liu