index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
team
/
team_core.c
Age
Commit message (
Expand
)
Author
10 days
team: fix header_ops type confusion with non-Ethernet ports
Jiayuan Chen
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2026-02-25
team: avoid NETDEV_CHANGEMTU event when unregistering slave
Tetsuo Handa
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-23
team: fix check for port enabled in team_queue_override_port_prio_changed()
Jiri Pirko
2025-12-01
team: Add matching error label for failed action
Nikola Z. Ivanov
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-11-25
team: Move team device type change at the end of team_port_add
Nikola Z. Ivanov
2025-10-21
team: use common function to compute the features
Hangbin Liu
2025-06-25
team: replace team lock with rtnl lock
Stanislav Fomichev
2025-05-27
net: core: Convert dev_set_mac_address() to struct sockaddr_storage
Kees Cook
2025-05-16
team: grab team lock during team_change_rx_flags
Stanislav Fomichev
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
2025-03-04
net: rename netns_local to netns_immutable
Nicolas Dichtel
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
2025-02-13
team: better TEAM_OPTION_TYPE_STRING validation
Eric Dumazet
2025-01-03
team: prevent adding a device which is already a team device lower
Octavian Purdila
2024-12-16
team: Fix feature exposure when no ports are present
Daniel Borkmann
2024-12-12
team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
Daniel Borkmann
2024-12-12
team: Fix initial vlan_feature set in __team_compute_features
Daniel Borkmann
2024-12-12
net, team, bonding: Add netdev_base_features helper
Daniel Borkmann
2024-10-23
netpoll: remove ndo_netpoll_setup() second argument
Eric Dumazet
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-04-10
net: team: fix incorrect maxattr
Hangbin Liu
2024-04-02
net: team: use policy generated by YAML spec
Hangbin Liu
2024-04-02
net: team: rename team to team_core for linking
Hangbin Liu