summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-16bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan1-1/+3
2023-08-11bonding: reset bond's flags when down link is P2P deviceHangbin Liu1-0/+5
2023-01-18bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter1-1/+1
2022-07-02bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh1-1/+3
2022-01-27net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar1-3/+3
2021-06-16bonding: init notify_work earlier to avoid uninitialized useJohannes Berg1-1/+1
2020-12-08bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles1-18/+43
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 error value of register_netdevice() immediatelyTaehee Yoo1-3/+7
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-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-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-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 Banerjee1-0/+2
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-09-13net: bonding: fix tlb_dynamic_lb default valueNikolay Aleksandrov1-10/+7
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-07-26bonding: commit link status change after proposeWANG Cong1-0/+2
2017-07-21net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa1-1/+1
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong1-6/+9
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-06-08net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky1-6/+0
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-3/+3
2017-05-28bonding: Prevent duplicate userspace notificationVlad Yasevich1-1/+2
2017-05-25bonding: Don't update slave->link until ready to commitNithin Sujir1-2/+9
2017-05-22bonding: fix randomly populated arp target arrayJarod Wilson1-3/+2
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-74/+115
2017-04-28bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removalPaolo Abeni1-1/+1
2017-04-21bonding: fix wq initialization for links created via netlinkMahesh Bandewar1-1/+1