summaryrefslogtreecommitdiff
path: root/drivers/net/team
AgeCommit message (Expand)Author
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
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
2015-03-04team: don't traverse port list using rcu in team_set_mac_addressJiri Pirko
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-27team: allow TSO being set on masterJiri Pirko
2015-02-23team: fix possible null pointer dereference in team_handle_frameJiri Pirko
2015-02-01team: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellin...Roopa Prabhu
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14team: avoid possible underflow of count_pending value for notify_peers and mc...Jiri Pirko
2015-01-12team: Remove dead codeKenneth Williams
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-04team: avoid race condition in scheduling delayed workJoe Lawrence
2014-08-25team: set IFF_TEAM_PORT priv_flag after rx_handler is registeredJiri Pirko
2014-08-05team: Simplify return path of team_newlinkToshiaki Makita
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov