aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team
AgeCommit message (Expand)Author
2021-02-03team: protect features update by RCU to avoid deadlockIvan Vecera
2020-10-14net: team: fix memory leak in __team_options_registerAnant Thazhemadam
2020-10-14team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet
2020-05-02team: fix hang in team_mode_get()Taehee Yoo
2020-03-20team: add missing attribute validation for array indexJakub Kicinski
2020-03-20team: add missing attribute validation for port ifindexJakub Kicinski
2019-08-25team: Add vlan tx offload to hw_enc_featuresYueHaibing
2019-07-03team: Always enable vlan tx offloadYueHaibing
2019-05-02team: fix possible recursive locking when add slavesHangbin Liu
2019-04-27team: set slave to promisc if team is already in promisc modeHangbin Liu
2019-03-13team: Free BPF filter when unregistering netdevIdo Schimmel
2019-02-27team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang
2018-12-13team: no need to do team_notify_peers or team_mcast_rejoin when disabling portHangbin Liu
2018-10-18team: Forbid enslaving team device to itselfIdo Schimmel
2018-06-11team: use netdev_features_t instead of u32Dan Carpenter
2018-04-29team: fix netconsole setup over teamXin Long
2018-04-29team: avoid adding twice the same option to the event listPaolo Abeni
2018-04-12team: move dev_mc_sync after master_upper_dev_link in team_port_addXin Long
2018-03-31team: Fix double free in error pathArkadi Sharshevsky
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-29team: use a larger struct for mac addressWANG Cong
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-08net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-06-02team: add macro MODULE_ALIAS_TEAM_MODE for team mode aliasZhang Shengju
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-25team: fix memory leaksPan Bian
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-06team: call netdev_change_features out of team lockXin Long
2017-03-08team: use ETH_MAX_MTU as max mtuJarod Wilson
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-08-26team: loadbalance: push lacpdus to exact deliveryJiri Pirko
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-22team: Fix possible deadlock during team enslaveIdo Schimmel
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet
2016-05-25team: don't call netdev_change_features under team->lockIvan Vecera
2016-03-30team: team should sync the port's uc/mc addrs when add a portXin Long
2016-03-18team: remove duplicate set of flag IFF_MULTICASTZhang Shengju
2016-02-25net: team: use __ethtool_get_ksettingsDavid Decotigny
2016-02-06team: track sum of rx_nohandler for all slavesJarod Wilson