aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/team/team.c
AgeCommit message (Expand)Author
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-10-04net: Add extack to upper device linkingDavid Ahern
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern
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-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-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
2016-01-18team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vidIdo Schimmel
2015-12-17team: Advertise tunneling offload featuresEran Ben Elisha
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-03team: implement lower state change propagationJiri Pirko
2015-12-03team: rtnl_lock for options setJiri Pirko
2015-12-03team: fill-up LAG changeupper info struct and pass it alongJiri Pirko
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko
2015-12-03net: add netif_is_team_master helperJiri Pirko
2015-08-18net: team: convert to using IFF_NO_QUEUEPhil Sutter
2015-05-17switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman
2015-05-12switchdev: cut over to new switchdev_port_bridge_getlinkScott Feldman
2015-05-12switchdev: cut over to new switchdev_port_bridge_dellinkScott Feldman
2015-05-12switchdev: cut over to new switchdev_port_bridge_setlinkScott Feldman
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko
2015-03-29team: Don't segment multiple tagged packets on team deviceToshiaki Makita
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller