summaryrefslogtreecommitdiff
path: root/drivers/net/team/team.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-14net: team: fix memory leak in __team_options_registerAnant Thazhemadam1-1/+1
2020-10-14team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet1-0/+1
2020-05-02team: fix hang in team_mode_get()Taehee Yoo1-0/+4
2020-03-20team: add missing attribute validation for array indexJakub Kicinski1-0/+1
2020-03-20team: add missing attribute validation for port ifindexJakub Kicinski1-0/+1
2019-08-25team: Add vlan tx offload to hw_enc_featuresYueHaibing1-1/+3
2019-07-03team: Always enable vlan tx offloadYueHaibing1-1/+1
2019-05-02team: fix possible recursive locking when add slavesHangbin Liu1-0/+6
2019-04-27team: set slave to promisc if team is already in promisc modeHangbin Liu1-0/+26
2019-02-27team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang1-22/+5
2018-12-13team: no need to do team_notify_peers or team_mcast_rejoin when disabling portHangbin Liu1-2/+0
2018-10-18team: Forbid enslaving team device to itselfIdo Schimmel1-0/+5
2018-06-11team: use netdev_features_t instead of u32Dan Carpenter1-1/+2
2018-04-29team: fix netconsole setup over teamXin Long1-7/+12
2018-04-29team: avoid adding twice the same option to the event listPaolo Abeni1-0/+19
2018-04-12team: move dev_mc_sync after master_upper_dev_link in team_port_addXin Long1-7/+5
2018-03-31team: Fix double free in error pathArkadi Sharshevsky1-2/+2
2017-07-29team: use a larger struct for mac addressWANG Cong1-4/+4
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-08net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky1-6/+0
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2017-04-25team: fix memory leaksPan Bian1-2/+6
2017-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+11
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-1/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-04-06team: call netdev_change_features out of team lockXin Long1-8/+11
2017-03-09team: use ETH_MAX_MTU as max mtuJarod Wilson1-0/+1
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel1-2/+0
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-2/+1
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-2/+2
2016-10-27genetlink: statically initialize familiesJohannes Berg1-8/+14
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko1-0/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-06-22team: Fix possible deadlock during team enslaveIdo Schimmel1-0/+2
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-20/+1
2016-06-08net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+2
2016-05-25team: don't call netdev_change_features under team->lockIvan Vecera1-2/+7
2016-03-31team: team should sync the port's uc/mc addrs when add a portXin Long1-0/+5
2016-03-19team: remove duplicate set of flag IFF_MULTICASTZhang Shengju1-1/+0
2016-02-26net: team: use __ethtool_get_ksettingsDavid Decotigny1-4/+4
2016-02-06team: track sum of rx_nohandler for all slavesJarod Wilson1-3/+7
2016-01-18team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vidIdo Schimmel1-3/+3
2015-12-18team: Advertise tunneling offload featuresEran Ben Elisha1-0/+11
2015-12-16net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-2/+1
2015-12-03team: implement lower state change propagationJiri Pirko1-2/+18
2015-12-03team: rtnl_lock for options setJiri Pirko1-3/+8