summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: fix macvlan over alb bond supportHangbin Liu2023-08-301-3/+3
* bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan2023-08-161-1/+3
* bonding: reset bond's flags when down link is P2P deviceHangbin Liu2023-08-111-0/+5
* bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter2023-01-181-1/+1
* bonding: Export skip slave logic to functionMaor Gottlieb2023-01-181-21/+26
* bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins2022-09-051-22/+16
* net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov2022-07-071-1/+2
* net: bonding: fix possible NULL deref in rlb codeEric Dumazet2022-07-071-1/+1
* bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh2022-07-021-1/+3
* bonding: fix data-races around agg_select_timerEric Dumazet2022-02-231-5/+25
* bonding: pair enable_port with slave_arr_updatesMahesh Bandewar2022-02-161-1/+2
* net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar2022-01-271-3/+3
* bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera2021-12-291-1/+1
* bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-141-6/+8
* bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin2021-11-261-25/+11
* bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo2021-09-221-1/+2
* 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-082-35/+44
* 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 return value of register_netdevice() in bond_newlink()Cong Wang2020-07-291-2/+1
* bonding: check error value of register_netdevice() immediatelyTaehee Yoo2020-07-291-3/+7
* bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu2020-06-031-1/+3
* bonding/alb: make sure arp header is pulled before accessing itEric Dumazet2020-03-181-10/+10
* bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet2020-02-111-12/+32
* 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-0/+2
* bonding: validate ip header before check IPPROTO_IGMPCong Wang2019-07-261-14/+23
* bonding: Always enable vlan tx offloadYueHaibing2019-07-031-1/+1
* bonding/802.3ad: fix slave link initialization transition statesJarod Wilson2019-06-041-5/+10
* bonding: fix arp_validate toggling in active-backup modeJarod Wilson2019-05-161-7/+0
* bonding: show full hw address in sysfs for slave entriesKonstantin Khorenko2019-05-081-1/+3
* 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-221-0/+3
* bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen2018-12-211-0/+3
* bonding/802.3ad: fix link_failure_count trackingJarod Wilson2018-11-211-2/+2
* bonding: fix length of actor systemTobias Jungel2018-11-041-2/+1
* bonding: fix warning messageMahesh Bandewar2018-10-021-0/+1
* bonding: avoid possible dead-lockMahesh Bandewar2018-09-261-26/+17
* bonding: pass link-local packets to bonding master also.Mahesh Bandewar2018-09-261-2/+19
* bonding: use netpoll_poll_dev() helperEric Dumazet2018-09-231-9/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-2/+12
|\
| * bonding: avoid lockdep confusion in bond_get_stats()Eric Dumazet2018-08-011-2/+12