index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
team
Age
Commit message (
Expand
)
Author
Lines
2026-04-13
net: team: Add new tx_enabled team port option
Marc Harvey
-0
/
+55
2026-04-13
net: team: Add new rx_enabled team port option
Marc Harvey
-0
/
+49
2026-04-13
net: team: Track rx enablement separately from tx enablement
Marc Harvey
-25
/
+81
2026-04-13
net: team: Rename enablement functions and struct members to tx
Marc Harvey
-25
/
+27
2026-04-13
net: team: Rename port_disabled team mode op to port_tx_disabled
Marc Harvey
-4
/
+4
2026-04-13
net: team: Remove unused team_mode_op, port_enabled
Marc Harvey
-2
/
+0
2026-04-13
net: team: Annotate reads and writes for mixed lock accessed values
Marc Harvey
-6
/
+7
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+64
2026-03-24
team: fix header_ops type confusion with non-Ethernet ports
Jiayuan Chen
-1
/
+64
2026-03-23
team: use netdev_from_priv()
Qingfang Deng
-35
/
+42
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-5
/
+21
2026-02-25
team: avoid NETDEV_CHANGEMTU event when unregistering slave
Tetsuo Handa
-5
/
+21
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-9
/
+7
2025-12-23
team: fix check for port enabled in team_queue_override_port_prio_changed()
Jiri Pirko
-1
/
+1
2025-12-01
team: Add matching error label for failed action
Nikola Z. Ivanov
-1
/
+2
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-8
/
+15
2025-11-25
tools: ynl-gen: add regeneration comment
Asbjørn Sloth Tønnesen
-0
/
+2
2025-11-25
team: Move team device type change at the end of team_port_add
Nikola Z. Ivanov
-8
/
+15
2025-10-21
team: use common function to compute the features
Hangbin Liu
-77
/
+6
2025-06-25
team: replace team lock with rtnl lock
Stanislav Fomichev
-62
/
+50
2025-05-27
net: core: Convert dev_set_mac_address() to struct sockaddr_storage
Kees Cook
-1
/
+1
2025-05-16
team: grab team lock during team_change_rx_flags
Stanislav Fomichev
-3
/
+3
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
-0
/
+1
2025-03-04
net: rename netns_local to netns_immutable
Nicolas Dichtel
-1
/
+1
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
-2
/
+4
2025-02-13
team: better TEAM_OPTION_TYPE_STRING validation
Eric Dumazet
-1
/
+3
2025-01-03
team: prevent adding a device which is already a team device lower
Octavian Purdila
-0
/
+7
2024-12-16
team: Fix feature exposure when no ports are present
Daniel Borkmann
-2
/
+6
2024-12-12
team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALL
Daniel Borkmann
-1
/
+2
2024-12-12
team: Fix initial vlan_feature set in __team_compute_features
Daniel Borkmann
-2
/
+3
2024-12-12
net, team, bonding: Add netdev_base_features helper
Daniel Borkmann
-2
/
+1
2024-10-23
netpoll: remove ndo_netpoll_setup() second argument
Eric Dumazet
-2
/
+1
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
-3
/
+3
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
-1
/
+1
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
-1
/
+1
2024-04-10
net: team: fix incorrect maxattr
Hangbin Liu
-1
/
+1
2024-04-02
net: team: use policy generated by YAML spec
Hangbin Liu
-55
/
+98
2024-04-02
net: team: rename team to team_core for linking
Hangbin Liu
-0
/
+1
2024-02-23
net: team: Don't bother filling in ethtool driver version
John Garry
-2
/
+0
2023-12-08
team: Fix use-after-free when an option instance allocation fails
Florent Revest
-1
/
+3
2023-09-19
team: fix null-ptr-deref when team device type is changed
Ziyang Xuan
-1
/
+9
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+3
2023-08-15
team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves
Ziyang Xuan
-1
/
+3
2023-08-08
team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_se...
Zhengchao Shao
-8
/
+3
2023-08-08
team: change the getter function in the team_option structure to void
Zhengchao Shao
-47
/
+32
2023-08-08
team: change the init function in the team_option structure to void
Zhengchao Shao
-18
/
+10
2023-08-08
team: remove unreferenced header in broadcast and roundrobin files
Zhengchao Shao
-2
/
+0
2023-08-08
team: add __exit modifier to team_nl_fini()
Zhengchao Shao
-1
/
+1
2023-07-29
team: Remove NULL check before dev_{put, hold}
Yang Li
-2
/
+1
[next]