summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2023-01-07bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter
2022-09-05bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins
2022-07-07net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov
2022-07-07net: bonding: fix possible NULL deref in rlb codeEric Dumazet
2022-07-02bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh
2022-02-16bonding: pair enable_port with slave_arr_updatesMahesh Bandewar
2022-01-27net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar
2021-12-29bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera
2021-11-26bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin
2021-06-16bonding: init notify_work earlier to avoid uninitialized useJohannes Berg
2020-12-11bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles
2020-10-14bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet
2020-09-03bonding: show saner speed for broadcast modeJarod Wilson
2020-09-03bonding: fix a potential double-unregisterCong Wang
2020-06-03bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu
2020-03-20bonding/alb: make sure arp header is pulled before accessing itEric Dumazet
2020-02-14bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet
2019-11-12bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo
2019-11-06bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet
2019-09-06bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon
2019-08-25bonding: Add vlan tx offload to hw_enc_featuresYueHaibing
2019-08-04bonding: validate ip header before check IPPROTO_IGMPCong Wang
2019-07-10bonding: Always enable vlan tx offloadYueHaibing
2019-05-16bonding: fix arp_validate toggling in active-backup modeJarod Wilson
2019-05-08bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko
2019-04-27bonding: fix event handling for stacked bondsSabrina Dubroca
2019-01-23bonding: update nest level on unlinkWillem de Bruijn
2018-12-21bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen
2018-11-10bonding: fix length of actor systemTobias Jungel
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-26bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu
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-05-19bonding: do not allow rlb updates to invalid macDebabrata 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
2017-06-07bonding: fix accounting of active ports in 3adJarod Wilson
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