summaryrefslogtreecommitdiffstats
path: root/drivers/net/team
AgeCommit message (Expand)AuthorLines
2019-10-24team: fix nested locking lockdep warningTaehee Yoo-3/+13
2019-10-24net: core: add generic lockdep keysTaehee Yoo-2/+0
2019-08-08team: Add vlan tx offload to hw_enc_featuresYueHaibing-0/+2
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2019-06-26team: Always enable vlan tx offloadYueHaibing-1/+1
2019-06-17team: add ethtool get_link_ksettingsHangbin Liu-0/+25
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-30/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg-0/+4
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-3/+5
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-4/+4
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+7
2019-04-19team: fix possible recursive locking when add slavesHangbin Liu-0/+7
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+26
2019-04-10team: set slave to promisc if team is already in promisc modeHangbin Liu-0/+26
2019-03-29team: use netif_is_team_port()Julian Wiedmann-4/+2
2019-03-22genetlink: make policy common to familyJohannes Berg-4/+1
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni-2/+1
2019-03-04team: Free BPF filter when unregistering netdevIdo Schimmel-0/+15
2019-02-24net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli-1/+0
2019-02-22team: use operstate consistently for linkupGeorge Wilkie-2/+2
2019-02-12team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang-22/+5
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata-1/+1
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata-1/+1
2018-11-23team: no need to do team_notify_peers or team_mcast_rejoin when disabling portHangbin Liu-2/+0
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee-4/+1
2018-10-04team: Forbid enslaving team device to itselfIdo Schimmel-0/+6
2018-07-11team: Publish team_port_get_rcu()Petr Machata-5/+0
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+2
2018-06-04team: use netdev_features_t instead of u32Dan Carpenter-1/+2
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing-2/+0
2018-05-24net: include hash policy in LAG changeupper infoJohn Hurley-0/+1
2018-05-23gso: limit udp gso to egress-only virtual devicesWillem de Bruijn-2/+3
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+12
2018-04-24team: fix netconsole setup over teamXin Long-7/+12
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+19
2018-04-20team: account for oper stateGeorge Wilkie-1/+1
2018-04-16team: avoid adding twice the same option to the event listPaolo Abeni-0/+19
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+5
2018-03-26team: move dev_mc_sync after master_upper_dev_link in team_port_addXin Long-7/+5
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2018-03-08team: Fix double free in error pathArkadi Sharshevsky-2/+2
2018-02-28team: Use extack to report enslavement failuresIdo Schimmel-5/+11
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-04net: Add extack to upper device linkingDavid Ahern-1/+1
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern-1/+2
2017-09-19team: fall back to hash if table entry is emptyJim Hanko-1/+7