summaryrefslogtreecommitdiffstats
path: root/drivers/net/team
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net: Add extack to upper device linkingDavid Ahern2017-10-041-1/+1
* | net: Add extack to ndo_add_slaveDavid Ahern2017-10-041-1/+2
* | team: fall back to hash if table entry is emptyJim Hanko2017-09-191-1/+7
|/
* 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
* | team: add macro MODULE_ALIAS_TEAM_MODE for team mode aliasZhang Shengju2017-06-025-5/+5
|/
* 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
* team: loadbalance: push lacpdus to exact deliveryJiri Pirko2016-08-261-0/+15
* 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-036-11/+17
* 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
* switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar2015-05-171-0/+3
* switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman2015-05-121-1/+1
* switchdev: cut over to new switchdev_port_bridge_getlinkScott Feldman2015-05-121-0/+1
* switchdev: cut over to new switchdev_port_bridge_dellinkScott Feldman2015-05-121-1/+1
* switchdev: cut over to new switchdev_port_bridge_setlinkScott Feldman2015-05-121-1/+1
OpenPOWER on IntegriCloud