summaryrefslogtreecommitdiffstats
path: root/drivers/net/team
Commit message (Expand)AuthorAgeFilesLines
* team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan2023-08-301-1/+3
* team: reset team's flags when down link is P2P deviceHangbin Liu2023-08-111-0/+9
* net: team: Unsync device addresses on ndo_stopBenjamin Poirier2022-09-281-6/+18
* team: protect features update by RCU to avoid deadlockIvan Vecera2021-02-031-3/+3
* net: team: fix memory leak in __team_options_registerAnant Thazhemadam2020-10-141-1/+1
* team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet2020-10-141-0/+1
* team: fix hang in team_mode_get()Taehee Yoo2020-05-021-0/+4
* team: add missing attribute validation for array indexJakub Kicinski2020-03-201-0/+1
* team: add missing attribute validation for port ifindexJakub Kicinski2020-03-201-0/+1
* team: Add vlan tx offload to hw_enc_featuresYueHaibing2019-08-251-1/+3
* team: Always enable vlan tx offloadYueHaibing2019-07-031-1/+1
* team: fix possible recursive locking when add slavesHangbin Liu2019-05-021-0/+6
* team: set slave to promisc if team is already in promisc modeHangbin Liu2019-04-271-0/+26
* team: Free BPF filter when unregistering netdevIdo Schimmel2019-03-131-0/+15
* team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang2019-02-271-22/+5
* team: no need to do team_notify_peers or team_mcast_rejoin when disabling portHangbin Liu2018-12-131-2/+0
* team: Forbid enslaving team device to itselfIdo Schimmel2018-10-181-0/+5
* team: use netdev_features_t instead of u32Dan Carpenter2018-06-111-1/+2
* team: fix netconsole setup over teamXin Long2018-04-291-7/+12
* team: avoid adding twice the same option to the event listPaolo Abeni2018-04-291-0/+19
* team: move dev_mc_sync after master_upper_dev_link in team_port_addXin Long2018-04-121-7/+5
* team: Fix double free in error pathArkadi Sharshevsky2018-03-311-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* team: use a larger struct for mac addressWANG Cong2017-07-291-4/+4
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-2/+2
|\
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-2/+2
* | net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky2017-06-081-6/+0
* | team: add macro MODULE_ALIAS_TEAM_MODE for team mode aliasZhang Shengju2017-06-025-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-2/+6
|\
| * team: fix memory leaksPan Bian2017-04-251-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-151-8/+11
|\|
| * team: call netdev_change_features out of team lockXin Long2017-04-061-8/+11
* | netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+2
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
|/
* team: use ETH_MAX_MTU as max mtuJarod Wilson2017-03-081-0/+1
* net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-061-2/+0
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-2/+1
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-2/+2
* genetlink: statically initialize familiesJohannes Berg2016-10-271-8/+14
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* team: loadbalance: push lacpdus to exact deliveryJiri Pirko2016-08-261-0/+15
* net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko2016-07-051-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-0/+2
|\
| * team: Fix possible deadlock during team enslaveIdo Schimmel2016-06-221-0/+2
* | net: add netdev_lockdep_set_classes() helperEric Dumazet2016-06-091-20/+1
* | net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-071-0/+2
|/
* team: don't call netdev_change_features under team->lockIvan Vecera2016-05-251-2/+7
* team: team should sync the port's uc/mc addrs when add a portXin Long2016-03-301-0/+5