summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
Commit message (Expand)AuthorAgeFilesLines
* bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh2022-07-021-1/+3
* net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar2022-01-271-3/+3
* bonding: init notify_work earlier to avoid uninitialized useJohannes Berg2021-06-161-1/+1
* bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2020-12-081-18/+43
* bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet2020-10-141-0/+1
* bonding: fix active-backup failover for current ARP slaveJiri Wiesner2020-08-261-2/+16
* bonding: fix a potential double-unregisterCong Wang2020-08-261-1/+2
* bonding: show saner speed for broadcast modeJarod Wilson2020-08-261-3/+18
* bonding: check error value of register_netdevice() immediatelyTaehee Yoo2020-07-291-3/+7
* bonding: fix active-backup transition after link failureMahesh Bandewar2020-01-041-3/+0
* bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo2019-11-121-2/+4
* bonding: fix state transition issue in link monitoringJay Vosburgh2019-11-121-21/+20
* 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-08-291-0/+9
* bonding: Add vlan tx offload to hw_enc_featuresYueHaibing2019-08-251-1/+3
* bonding: validate ip header before check IPPROTO_IGMPCong Wang2019-07-311-14/+23
* bonding: Always enable vlan tx offloadYueHaibing2019-07-031-1/+1
* bonding: fix event handling for stacked bondsSabrina Dubroca2019-04-271-1/+5
* bonding: fix PACKET_ORIGDEV regressionMichal Soltys2019-03-191-21/+14
* bonding: update nest level on unlinkWillem de Bruijn2019-01-231-0/+3
* bonding: fix warning messageMahesh Bandewar2018-10-181-0/+1
* bonding: pass link-local packets to bonding master also.Mahesh Bandewar2018-10-181-2/+19
* 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: fix the err path for dev hwaddr sync in bond_enslaveXin Long2018-05-301-1/+5
* 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-121-1/+4
* bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long2018-04-121-38/+35
* bonding: fix the err path for dev hwaddr sync in bond_enslaveXin Long2018-04-121-4/+5
* bonding: fix slave stuck in BOND_LINK_FAIL stateJay Vosburgh2017-11-081-0/+1
* bonding: discard lowest hash bit for 802.3ad layer3+4Hangbin Liu2017-11-081-1/+1
* net: bonding: fix tlb_dynamic_lb default valueNikolay Aleksandrov2017-09-121-10/+7
* bonding: ratelimit failed speed/duplex update warningAndreas Born2017-08-131-3/+4
* bonding: require speed/duplex only for 802.3ad, alb and tlbAndreas Born2017-08-111-2/+4
* bonding: commit link status change after proposeWANG Cong2017-07-261-0/+2
* net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa2017-07-201-1/+1
* bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong2017-07-081-6/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-3/+3
|\
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-3/+3
* | net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky2017-06-081-6/+0
* | bonding: Prevent duplicate userspace notificationVlad Yasevich2017-05-271-1/+2
|/
* bonding: Don't update slave->link until ready to commitNithin Sujir2017-05-251-2/+9
* bonding: fix randomly populated arp target arrayJarod Wilson2017-05-221-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-021-74/+115
|\
| * bonding: fix wq initialization for links created via netlinkMahesh Bandewar2017-04-211-1/+1
| * bonding: deliver link-local packets with skb->dev set to link that packets ar...Chonggang Li2017-04-171-0/+3
| * bonding: handle link transition from FAIL to UP correctlyMahesh Bandewar2017-04-131-1/+2
| * bonding: attempt to better support longer hw addressesJarod Wilson2017-04-051-31/+42
| * bonding: fix active-backup transitionMahesh Bandewar2017-04-051-8/+5