summaryrefslogtreecommitdiffstats
path: root/drivers/net/team/team.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* 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
|/
* 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
* 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
* team: remove duplicate set of flag IFF_MULTICASTZhang Shengju2016-03-181-1/+0
* net: team: use __ethtool_get_ksettingsDavid Decotigny2016-02-251-4/+4
* team: track sum of rx_nohandler for all slavesJarod Wilson2016-02-061-3/+7
* team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vidIdo Schimmel2016-01-181-3/+3
* team: Advertise tunneling offload featuresEran Ben Elisha2015-12-171-0/+11
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-2/+1
* team: implement lower state change propagationJiri Pirko2015-12-031-2/+18
* team: rtnl_lock for options setJiri Pirko2015-12-031-3/+8
* team: fill-up LAG changeupper info struct and pass it alongJiri Pirko2015-12-031-11/+12
* net: add possibility to pass information about upper device via notifierJiri Pirko2015-12-031-1/+1
* net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko2015-12-031-1/+1
* net: add netif_is_team_master helperJiri Pirko2015-12-031-0/+1
* net: team: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-1/+1