summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2018-04-29bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long1-2/+1
2018-04-13bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long1-1/+4
2018-04-13bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long1-38/+35
2018-04-13bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long1-4/+5
2018-04-13bonding: Don't update slave->link until ready to commitNithin Sujir1-2/+9
2018-03-24bonding: handle link transition from FAIL to UP correctlyMahesh Bandewar1-1/+2
2018-03-22bonding: refine bond_fold_stats() wrap detectionEric Dumazet1-3/+8
2018-03-22bonding: make speed, duplex setting consistent with link stateMahesh Bandewar1-10/+14
2017-11-24bonding: discard lowest hash bit for 802.3ad layer3+4Hangbin Liu1-1/+1
2017-06-07bonding: fix accounting of active ports in 3adJarod Wilson1-1/+1
2016-10-12Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2016-09-28bonding: quit messing with IOCTLAl Viro1-2/+2
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2016-09-04bonding: Fix bonding crashMahesh Bandewar1-3/+4
2016-09-02bonding: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-10bonding: fix the typoZhu Yanjun1-1/+1
2016-07-25net/bonding: Enforce active-backup policy for IPoIB bondsMark Bloch1-1/+10
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2016-07-15bonding: set carrier off for devices created through netlinkBeniamino Galvani1-1/+5
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+10
2016-07-05bonding: fix enslavement slave link notificationsAviv Heller1-0/+1
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko1-0/+2
2016-07-01bonding: prevent out of bound accessesEric Dumazet2-9/+9
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+45
2016-06-28bonding: fix 802.3ad aggregator reselectionJay Vosburgh1-19/+45
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet1-23/+1
2016-06-08net_sched: transform qdisc running bit into a seqcountEric Dumazet1-0/+2
2016-03-19bonding: fix bond_get_stats()Eric Dumazet1-31/+35
2016-03-19bonding: remove duplicate set of flag IFF_MULTICASTZhang Shengju1-1/+1
2016-02-26net: bonding: use __ethtool_get_ksettingsDavid Decotigny1-8/+6
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+29
2016-02-16bonding: don't use stale speed and duplex informationJay Vosburgh1-0/+1
2016-02-13bonding: Fix ARP monitor validationJay Vosburgh1-11/+28
2016-02-11bonding: use return instead of gotoZhang Shengju1-6/+3
2016-02-11bonding: Return correct error codeAmitoj Kaur Chawla1-1/+1
2016-02-11bonding: 3ad: allow to set ad_actor settings while the bond is upNikolay Aleksandrov2-4/+7
2016-02-09bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov2-3/+41
2016-02-08bonding: trivial: style fixesZhang Shengju1-6/+4
2016-02-06bonding: add slave device name for debugZhang Shengju1-2/+2
2016-02-06bond: track sum of rx_nohandler for all slavesJarod Wilson1-0/+1
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-01-12bonding: Prevent IPv6 link local address on enslaved devicesKarl Heiss1-1/+4
2016-01-12bonding: make mii_status sysfs node consistentJarod Wilson1-1/+1
2015-12-24bonding: drop unused to_dev macro in bond_sysfs.cGeliang Tang1-1/+0
2015-12-16net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-4/+3
2015-12-04net: bonding: remove redudant bracketsyzhu11-1/+1
2015-12-03bonding: set inactive flags on releaseJiri Pirko1-0/+2
2015-12-03bonding: implement lower state change propagationJiri Pirko1-0/+10
2015-12-03bonding: allow notifications for bond_set_slave_link_stateJiri Pirko1-18/+36
2015-12-03bonding: fill-up LAG changeupper info struct and pass it alongJiri Pirko1-14/+31