summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)Author
2019-01-23bonding: update nest level on unlinkWillem de Bruijn
2018-11-10bonding: ratelimit failed speed/duplex update warningAndreas Born
2018-10-18bonding: avoid possible dead-lockMahesh Bandewar
2018-08-06bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet
2018-06-16bonding: require speed/duplex only for 802.3ad, alb and tlbAndreas Born
2018-06-16bonding: fix active-backup transitionMahesh Bandewar
2018-06-16bonding: correctly update link status during mii-commit phaseMahesh Bandewar
2018-05-19bonding: send learning packets for vlans on slaveDebabrata Banerjee
2018-04-29bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long
2018-04-13bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long
2018-04-13bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long
2018-04-13bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long
2018-04-13bonding: Don't update slave->link until ready to commitNithin Sujir
2018-03-24bonding: handle link transition from FAIL to UP correctlyMahesh Bandewar
2018-03-22bonding: refine bond_fold_stats() wrap detectionEric Dumazet
2018-03-22bonding: make speed, duplex setting consistent with link stateMahesh Bandewar
2017-11-24bonding: discard lowest hash bit for 802.3ad layer3+4Hangbin Liu
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-27bonding: quit messing with IOCTLAl Viro
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-04bonding: Fix bonding crashMahesh Bandewar
2016-09-01bonding: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-08-09bonding: fix the typoZhu Yanjun
2016-07-25net/bonding: Enforce active-backup policy for IPoIB bondsMark Bloch
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-05bonding: fix enslavement slave link notificationsAviv Heller
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet
2016-03-18bonding: fix bond_get_stats()Eric Dumazet
2016-03-18bonding: remove duplicate set of flag IFF_MULTICASTZhang Shengju
2016-02-25net: bonding: use __ethtool_get_ksettingsDavid Decotigny
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-16bonding: don't use stale speed and duplex informationJay Vosburgh
2016-02-13bonding: Fix ARP monitor validationJay Vosburgh
2016-02-11bonding: use return instead of gotoZhang Shengju
2016-02-08bonding: trivial: style fixesZhang Shengju
2016-02-06bonding: add slave device name for debugZhang Shengju
2016-02-06bond: track sum of rx_nohandler for all slavesJarod Wilson
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-11bonding: Prevent IPv6 link local address on enslaved devicesKarl Heiss
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-04net: bonding: remove redudant bracketsyzhu1
2015-12-03bonding: set inactive flags on releaseJiri Pirko
2015-12-03bonding: implement lower state change propagationJiri Pirko
2015-12-03bonding: allow notifications for bond_set_slave_link_stateJiri Pirko
2015-12-03bonding: 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-11-07bonding: fix panic on non-ARPHRD_ETHER enslave failureJay Vosburgh