summaryrefslogtreecommitdiffstats
path: root/drivers/net/team
AgeCommit message (Expand)Author
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-19team: use operstate consistently for linkupGeorge Wilkie
2019-03-10team: 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-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
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-20team: account for oper stateGeorge Wilkie
2018-04-16team: avoid adding twice the same option to the event listPaolo Abeni
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-26team: move dev_mc_sync after master_upper_dev_link in team_port_addXin Long
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-08team: Fix double free in error pathArkadi Sharshevsky
2018-02-28team: Use extack to report enslavement failuresIdo Schimmel
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-04net: Add extack to upper device linkingDavid Ahern
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern
2017-09-19team: fall back to hash if table entry is emptyJim Hanko
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