summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2020-12-08bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2-35/+44
2020-10-14bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet1-0/+1
2020-08-26bonding: fix active-backup failover for current ARP slaveJiri Wiesner1-2/+16
2020-08-26bonding: fix a potential double-unregisterCong Wang1-1/+2
2020-08-26bonding: show saner speed for broadcast modeJarod Wilson1-3/+18
2020-07-29bonding: check return value of register_netdevice() in bond_newlink()Cong Wang1-2/+1
2020-07-29bonding: check error value of register_netdevice() immediatelyTaehee Yoo1-3/+7
2020-06-03bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu1-1/+3
2020-03-20bonding/alb: make sure arp header is pulled before accessing itEric Dumazet1-10/+10
2020-02-15bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet1-12/+32
2020-01-04bonding: fix active-backup transition after link failureMahesh Bandewar1-3/+0
2019-11-12bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo1-2/+4
2019-11-12bonding: fix state transition issue in link monitoringJay Vosburgh1-21/+20
2019-11-06bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet1-1/+1
2019-08-29bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon1-0/+9
2019-08-25bonding: Add vlan tx offload to hw_enc_featuresYueHaibing1-1/+3
2019-07-31bonding: validate ip header before check IPPROTO_IGMPCong Wang1-14/+23
2019-07-03bonding: Always enable vlan tx offloadYueHaibing1-1/+1
2019-05-16bonding: fix arp_validate toggling in active-backup modeJarod Wilson1-7/+0
2019-05-08bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko1-1/+3
2019-04-27bonding: fix event handling for stacked bondsSabrina Dubroca1-1/+5
2019-03-19bonding: fix PACKET_ORIGDEV regressionMichal Soltys1-21/+14
2019-01-23bonding: update nest level on unlinkWillem de Bruijn1-0/+3
2018-12-21bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen1-0/+3
2018-11-04bonding: fix length of actor systemTobias Jungel1-2/+1
2018-10-18bonding: fix warning messageMahesh Bandewar1-0/+1
2018-10-18bonding: pass link-local packets to bonding master also.Mahesh Bandewar1-2/+19
2018-10-18bonding: avoid possible dead-lockMahesh Bandewar1-26/+17
2018-08-06bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet1-2/+12
2018-07-28bonding: set default miimon value for non-arp modes if not setJarod Wilson1-9/+14
2018-06-26bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu1-0/+1
2018-05-30bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long1-1/+5
2018-05-19bonding: send learning packets for vlans on slaveDebabrata Banerjee2-5/+10
2018-05-19bonding: do not allow rlb updates to invalid macDebabrata Banerjee1-1/+1
2018-04-29bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long1-2/+1
2018-04-12bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long1-1/+4
2018-04-12bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long1-38/+35
2018-04-12bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long1-4/+5
2017-11-08bonding: fix slave stuck in BOND_LINK_FAIL stateJay Vosburgh1-0/+1
2017-11-08bonding: discard lowest hash bit for 802.3ad layer3+4Hangbin Liu1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-13net: bonding: fix tlb_dynamic_lb default valueNikolay Aleksandrov1-10/+7
2017-09-12net: bonding: Fix transmit load balancing in balance-alb mode if specified by...Kosuke Tatsukawa1-0/+3
2017-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2017-08-14bonding: ratelimit failed speed/duplex update warningAndreas Born1-3/+4
2017-08-12bonding: require speed/duplex only for 802.3ad, alb and tlbAndreas Born1-2/+4
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-07-26bonding: commit link status change after proposeWANG Cong1-0/+2
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-07-21net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa1-1/+1