summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2020-12-111-18/+43
* bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet2020-10-141-0/+1
* bonding: show saner speed for broadcast modeJarod Wilson2020-09-031-3/+18
* bonding: fix a potential double-unregisterCong Wang2020-09-031-1/+2
* bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo2019-11-121-2/+4
* bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet2019-11-061-1/+1
* bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon2019-09-061-0/+9
* bonding: Add vlan tx offload to hw_enc_featuresYueHaibing2019-08-251-1/+3
* bonding: validate ip header before check IPPROTO_IGMPCong Wang2019-08-041-14/+23
* bonding: Always enable vlan tx offloadYueHaibing2019-07-101-1/+1
* bonding: fix event handling for stacked bondsSabrina Dubroca2019-04-271-1/+5
* bonding: update nest level on unlinkWillem de Bruijn2019-01-231-0/+3
* bonding: ratelimit failed speed/duplex update warningAndreas Born2018-11-101-3/+4
* bonding: avoid possible dead-lockMahesh Bandewar2018-10-181-26/+17
* bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet2018-08-061-2/+12
* bonding: require speed/duplex only for 802.3ad, alb and tlbAndreas Born2018-06-161-2/+4
* bonding: fix active-backup transitionMahesh Bandewar2018-06-161-8/+5
* bonding: correctly update link status during mii-commit phaseMahesh Bandewar2018-06-161-1/+6
* bonding: send learning packets for vlans on slaveDebabrata Banerjee2018-05-191-0/+2
* bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long2018-04-291-2/+1
* bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long2018-04-131-1/+4
* bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long2018-04-131-38/+35
* bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long2018-04-131-4/+5
* bonding: Don't update slave->link until ready to commitNithin Sujir2018-04-131-2/+9
* bonding: handle link transition from FAIL to UP correctlyMahesh Bandewar2018-03-241-1/+2
* bonding: refine bond_fold_stats() wrap detectionEric Dumazet2018-03-221-3/+8
* bonding: make speed, duplex setting consistent with link stateMahesh Bandewar2018-03-221-10/+14
* bonding: discard lowest hash bit for 802.3ad layer3+4Hangbin Liu2017-11-241-1/+1
* Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-2/+2
|\
| * bonding: quit messing with IOCTLAl Viro2016-09-271-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-3/+4
|\|
| * bonding: Fix bonding crashMahesh Bandewar2016-09-041-3/+4
* | bonding: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-011-1/+1
|/
* bonding: fix the typoZhu Yanjun2016-08-091-1/+1
* net/bonding: Enforce active-backup policy for IPoIB bondsMark Bloch2016-07-251-1/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-0/+1
|\
| * bonding: fix enslavement slave link notificationsAviv Heller2016-07-051-0/+1
* | net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko2016-07-051-0/+2
* | net: add netdev_lockdep_set_classes() helperEric Dumazet2016-06-091-23/+1
* | net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-071-0/+2
|/
* bonding: fix bond_get_stats()Eric Dumazet2016-03-181-31/+35
* bonding: remove duplicate set of flag IFF_MULTICASTZhang Shengju2016-03-181-1/+1
* net: bonding: use __ethtool_get_ksettingsDavid Decotigny2016-02-251-8/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-11/+29
|\
| * bonding: don't use stale speed and duplex informationJay Vosburgh2016-02-161-0/+1
| * bonding: Fix ARP monitor validationJay Vosburgh2016-02-131-11/+28
* | bonding: use return instead of gotoZhang Shengju2016-02-111-6/+3
* | bonding: trivial: style fixesZhang Shengju2016-02-081-6/+4
* | bonding: add slave device name for debugZhang Shengju2016-02-061-2/+2
* | bond: track sum of rx_nohandler for all slavesJarod Wilson2016-02-061-0/+1
|/