summaryrefslogtreecommitdiffstats
path: root/drivers/net/team
Commit message (Expand)AuthorAgeFilesLines
* team: protect features update by RCU to avoid deadlockIvan Vecera2021-01-261-3/+3
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin2020-11-031-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+2
|\
| * net: team: fix memory leak in __team_options_registerAnant Thazhemadam2020-10-041-1/+1
| * team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet2020-09-251-0/+1
* | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-6/+6
* net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+1
* team: fix hang in team_mode_get()Taehee Yoo2020-04-201-0/+4
* team: add missing attribute validation for array indexJakub Kicinski2020-03-031-0/+1
* team: add missing attribute validation for port ifindexJakub Kicinski2020-03-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-4/+12
|\
| * team: fix nested locking lockdep warningTaehee Yoo2019-10-241-3/+13
| * net: core: add generic lockdep keysTaehee Yoo2019-10-241-2/+0
* | team: call RCU read lock when walking the port_listHangbin Liu2019-10-091-1/+4
|/
* team: Add vlan tx offload to hw_enc_featuresYueHaibing2019-08-081-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-1/+1
|\
| * team: Always enable vlan tx offloadYueHaibing2019-06-261-1/+1
* | team: add ethtool get_link_ksettingsHangbin Liu2019-06-171-0/+25
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-306-30/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+4
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-3/+5
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-0/+7
|\
| * team: fix possible recursive locking when add slavesHangbin Liu2019-04-191-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-0/+26
|\|
| * team: set slave to promisc if team is already in promisc modeHangbin Liu2019-04-101-0/+26
* | team: use netif_is_team_port()Julian Wiedmann2019-03-291-4/+2
* | genetlink: make policy common to familyJohannes Berg2019-03-221-4/+1
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1
|/
* team: Free BPF filter when unregistering netdevIdo Schimmel2019-03-041-0/+15
* net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli2019-02-241-1/+0
* team: use operstate consistently for linkupGeorge Wilkie2019-02-221-2/+2
* team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang2019-02-121-22/+5
* net: dev: Add extack argument to dev_set_mac_address()Petr Machata2018-12-131-1/+1
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* team: no need to do team_notify_peers or team_mcast_rejoin when disabling portHangbin Liu2018-11-231-2/+0
* netpoll: allow cleanup to be synchronousDebabrata Banerjee2018-10-191-4/+1
* team: Forbid enslaving team device to itselfIdo Schimmel2018-10-041-0/+6
* team: Publish team_port_get_rcu()Petr Machata2018-07-111-5/+0
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* team: use netdev_features_t instead of u32Dan Carpenter2018-06-041-1/+2
* net: remove unnecessary genlmsg_cancel() callsYueHaibing2018-05-291-2/+0
* net: include hash policy in LAG changeupper infoJohn Hurley2018-05-241-0/+1
* gso: limit udp gso to egress-only virtual devicesWillem de Bruijn2018-05-231-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-241-7/+12
|\