index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
team
Age
Commit message (
Expand
)
Author
2023-10-10
team: fix null-ptr-deref when team device type is changed
Ziyang Xuan
2023-08-30
team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slaves
Ziyang Xuan
2023-08-11
team: reset team's flags when down link is P2P device
Hangbin Liu
2022-09-28
net: team: Unsync device addresses on ndo_stop
Benjamin Poirier
2021-02-03
team: protect features update by RCU to avoid deadlock
Ivan Vecera
2020-10-14
net: team: fix memory leak in __team_options_register
Anant Thazhemadam
2020-10-14
team: set dev->needed_headroom in team_setup_by_port()
Eric Dumazet
2020-05-02
team: fix hang in team_mode_get()
Taehee Yoo
2020-03-20
team: add missing attribute validation for array index
Jakub Kicinski
2020-03-20
team: add missing attribute validation for port ifindex
Jakub Kicinski
2019-08-25
team: Add vlan tx offload to hw_enc_features
YueHaibing
2019-07-03
team: Always enable vlan tx offload
YueHaibing
2019-05-02
team: fix possible recursive locking when add slaves
Hangbin Liu
2019-04-27
team: set slave to promisc if team is already in promisc mode
Hangbin Liu
2019-03-13
team: Free BPF filter when unregistering netdev
Ido Schimmel
2019-02-27
team: avoid complex list operations in team_nl_cmd_options_set()
Cong Wang
2018-12-13
team: no need to do team_notify_peers or team_mcast_rejoin when disabling port
Hangbin Liu
2018-10-18
team: Forbid enslaving team device to itself
Ido Schimmel
2018-06-11
team: use netdev_features_t instead of u32
Dan Carpenter
2018-04-29
team: fix netconsole setup over team
Xin Long
2018-04-29
team: avoid adding twice the same option to the event list
Paolo Abeni
2018-04-12
team: move dev_mc_sync after master_upper_dev_link in team_port_add
Xin Long
2018-03-31
team: Fix double free in error path
Arkadi Sharshevsky
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-29
team: use a larger struct for mac address
WANG Cong
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-08
net: Remove support for bridge bypass ndos from stacked devices
Arkadi Sharshevsky
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
2017-06-02
team: add macro MODULE_ALIAS_TEAM_MODE for team mode alias
Zhang Shengju
2017-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-25
team: fix memory leaks
Pan Bian
2017-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-13
netlink: pass extended ACK struct where available
Johannes Berg
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-06
team: call netdev_change_features out of team lock
Xin Long
2017-03-08
team: use ETH_MAX_MTU as max mtu
Jarod Wilson
2017-02-06
net: remove ndo_neigh_{construct, destroy} from stacked devices
Ido Schimmel
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
2016-10-27
genetlink: statically initialize families
Johannes Berg
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
2016-08-26
team: loadbalance: push lacpdus to exact delivery
Jiri Pirko
2016-07-05
net: introduce default neigh_construct/destroy ndo calls for L2 upper devices
Jiri Pirko
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-22
team: Fix possible deadlock during team enslave
Ido Schimmel
2016-06-09
net: add netdev_lockdep_set_classes() helper
Eric Dumazet
2016-06-07
net_sched: transform qdisc running bit into a seqcount
Eric Dumazet
2016-05-25
team: don't call netdev_change_features under team->lock
Ivan Vecera
[next]