summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23bonding: remove print in bond_verify_device_pathZhengchao Shao1-4/+1
2024-02-23bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao1-1/+4
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
2023-01-18bonding: Export skip slave logic to functionMaor Gottlieb1-21/+26
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-09-22bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo1-1/+2
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-0/+2
2019-07-26bonding: validate ip header before check IPPROTO_IGMPCong Wang1-14/+23
2019-07-03bonding: Always enable vlan tx offloadYueHaibing1-1/+1
2019-06-04bonding/802.3ad: fix slave link initialization transition statesJarod Wilson1-5/+10
2019-04-27bonding: fix event handling for stacked bondsSabrina Dubroca1-1/+5
2019-03-19bonding: fix PACKET_ORIGDEV regressionMichal Soltys1-21/+14
2019-01-22bonding: update nest level on unlinkWillem de Bruijn1-0/+3
2018-11-21bonding/802.3ad: fix link_failure_count trackingJarod Wilson1-2/+2
2018-10-03bonding: fix warning messageMahesh Bandewar1-0/+1
2018-09-27bonding: avoid possible dead-lockMahesh Bandewar1-26/+17
2018-09-27bonding: pass link-local packets to bonding master also.Mahesh Bandewar1-2/+19
2018-09-24bonding: use netpoll_poll_dev() helperEric Dumazet1-9/+2
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+12
2018-08-01bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet1-2/+12
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-25net: include hash policy in LAG changeupper infoJohn Hurley1-1/+26
2018-05-23gso: limit udp gso to egress-only virtual devicesWillem de Bruijn1-2/+3
2018-05-17bonding: introduce link change helperTonghao Zhang1-20/+20
2018-05-16Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee1-8/+4
2018-05-16bonding: allow carrier and link status to determine link stateDebabrata Banerjee1-4/+8
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee1-10/+15
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-05-11bonding: use the skb_get/set_queue_mappingTonghao Zhang1-4/+4
2018-05-11bonding: replace the return value typeTonghao Zhang1-4/+8
2018-05-11bonding: send learning packets for vlans on slaveDebabrata Banerjee1-0/+2
2018-04-23bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long1-2/+1
2018-03-26bonding: process the err returned by dev_set_allmulti properly in bond_enslaveXin Long1-1/+4
2018-03-26bonding: move dev_mc_sync after master_upper_dev_link in bond_enslaveXin Long1-38/+35