aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/team/team.c
AgeCommit message (Expand)Author
2022-02-18teaming: deliver link-local packets with the link they arrive onjeffreyji
2021-10-09net: use dev_addr_set()Jakub Kicinski
2021-01-26team: protect features update by RCU to avoid deadlockIvan Vecera
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-03net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-04net: team: fix memory leak in __team_options_registerAnant Thazhemadam
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-25team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-04-20team: fix hang in team_mode_get()Taehee Yoo
2020-03-03team: add missing attribute validation for array indexJakub Kicinski
2020-03-03team: add missing attribute validation for port ifindexJakub Kicinski
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-24team: fix nested locking lockdep warningTaehee Yoo
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-09team: call RCU read lock when walking the port_listHangbin Liu
2019-08-08team: Add vlan tx offload to hw_enc_featuresYueHaibing
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-26team: Always enable vlan tx offloadYueHaibing
2019-06-17team: add ethtool get_link_ksettingsHangbin Liu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-19team: fix possible recursive locking when add slavesHangbin Liu
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-10team: set slave to promisc if team is already in promisc modeHangbin Liu
2019-03-29team: use netif_is_team_port()Julian Wiedmann
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-02-24net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli
2019-02-22team: use operstate consistently for linkupGeorge Wilkie
2019-02-12team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata
2018-11-23team: no need to do team_notify_peers or team_mcast_rejoin when disabling portHangbin Liu
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee
2018-10-04team: Forbid enslaving team device to itselfIdo Schimmel
2018-07-11team: Publish team_port_get_rcu()Petr Machata
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04team: use netdev_features_t instead of u32Dan Carpenter
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing
2018-05-24net: include hash policy in LAG changeupper infoJohn Hurley
2018-05-23gso: limit udp gso to egress-only virtual devicesWillem de Bruijn
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-24team: fix netconsole setup over teamXin Long