summaryrefslogtreecommitdiff
path: root/drivers/net/team
AgeCommit message (Expand)AuthorFilesLines
2025-03-13team: better TEAM_OPTION_TYPE_STRING validationEric Dumazet1-1/+3
2025-03-13team: prevent adding a device which is already a team device lowerOctavian Purdila1-0/+7
2023-12-20team: Fix use-after-free when an option instance allocation failsFlorent Revest1-1/+3
2023-10-10team: fix null-ptr-deref when team device type is changedZiyang Xuan1-1/+9
2023-08-30team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan1-1/+3
2023-08-11team: reset team's flags when down link is P2P deviceHangbin Liu1-0/+9
2023-05-30net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo1-1/+6
2022-09-28net: team: Unsync device addresses on ndo_stopBenjamin Poirier1-6/+18
2021-02-04team: protect features update by RCU to avoid deadlockIvan Vecera1-3/+3
2020-10-14net: team: fix memory leak in __team_options_registerAnant Thazhemadam1-1/+1
2020-10-14team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet1-0/+1
2020-04-29team: fix hang in team_mode_get()Taehee Yoo1-0/+4
2020-03-18team: add missing attribute validation for array indexJakub Kicinski1-0/+1
2020-03-18team: add missing attribute validation for port ifindexJakub Kicinski1-0/+1
2019-12-31team: call RCU read lock when walking the port_listHangbin Liu1-1/+4
2019-10-25team: fix nested locking lockdep warningTaehee Yoo1-3/+13
2019-10-25net: core: add generic lockdep keysTaehee Yoo1-2/+0
2019-08-09team: Add vlan tx offload to hw_enc_featuresYueHaibing1-0/+2
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-26team: Always enable vlan tx offloadYueHaibing1-1/+1
2019-06-17team: add ethtool get_link_ksettingsHangbin Liu1-0/+25
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner6-30/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+4
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-3/+5
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-4/+4
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2019-04-20team: fix possible recursive locking when add slavesHangbin Liu1-0/+7
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+26
2019-04-11team: set slave to promisc if team is already in promisc modeHangbin Liu1-0/+26
2019-03-29team: use netif_is_team_port()Julian Wiedmann1-4/+2
2019-03-22genetlink: make policy common to familyJohannes Berg1-4/+1
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2019-03-04team: Free BPF filter when unregistering netdevIdo Schimmel1-0/+15
2019-02-25net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli1-1/+0
2019-02-22team: use operstate consistently for linkupGeorge Wilkie1-2/+2
2019-02-12team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang1-22/+5
2018-12-14net: dev: Add extack argument to dev_set_mac_address()Petr Machata1-1/+1
2018-12-07net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-11-24team: no need to do team_notify_peers or team_mcast_rejoin when disabling portHangbin Liu1-2/+0
2018-10-20netpoll: allow cleanup to be synchronousDebabrata Banerjee1-4/+1
2018-10-04team: Forbid enslaving team device to itselfIdo Schimmel1-0/+6
2018-07-12team: Publish team_port_get_rcu()Petr Machata1-5/+0
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-05team: use netdev_features_t instead of u32Dan Carpenter1-1/+2
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing1-2/+0
2018-05-25net: include hash policy in LAG changeupper infoJohn Hurley1-0/+1
2018-05-23gso: limit udp gso to egress-only virtual devicesWillem de Bruijn1-2/+3