index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
team
/
team_core.c
Age
Commit message (
Expand
)
Author
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