aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2024-02-23bonding: remove print in bond_verify_device_pathZhengchao Shao
2024-02-23bonding: return -ENOMEM instead of BUG in alb_upper_dev_walkZhengchao Shao
2023-11-28bonding: stop the device in bond_setup_by_slave()Eric Dumazet
2023-08-30bonding: fix macvlan over alb bond supportHangbin Liu
2023-08-16bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan
2023-08-11bonding: reset bond's flags when down link is P2P deviceHangbin Liu
2023-05-30net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo
2023-02-15bonding: fix error checking in bond_debug_reregister()Qi Zheng
2023-01-14drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin
2023-01-14bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter
2023-01-14bonding: fix link recovery in mode 2 when updelay is nonzeroJonathan Toppins
2022-09-28net: bonding: Unsync device addresses on ndo_stopBenjamin Poirier
2022-09-28net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier
2022-08-31bonding: 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-06-29bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh
2022-02-23bonding: fix data-races around agg_select_timerEric Dumazet
2022-02-23bonding: force carrier update when releasing slaveZhang Changzhong
2022-02-16bonding: pair enable_port with slave_arr_updatesMahesh Bandewar
2022-01-27net: bonding: fix bond_xmit_broadcast return value error bugJie Wang
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-12-14bonding: make tx_rebalance_counter an atomicEric Dumazet
2021-11-18bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin
2021-09-18bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo
2021-07-28bonding: fix build issueMahesh Bandewar
2021-07-28bonding: fix incorrect return value of bond_ipsec_offload_ok()Taehee Yoo
2021-07-28bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()Taehee Yoo
2021-07-28bonding: Add struct bond_ipesc to manage SATaehee Yoo
2021-07-28bonding: disallow setting nested bonding + ipsec offloadTaehee Yoo
2021-07-28bonding: fix suspicious RCU usage in bond_ipsec_del_sa()Taehee Yoo
2021-07-28bonding: fix null dereference in bond_ipsec_add_sa()Taehee Yoo
2021-07-28bonding: fix suspicious RCU usage in bond_ipsec_add_sa()Taehee Yoo
2021-06-16bonding: init notify_work earlier to avoid uninitialized useJohannes Berg
2021-03-30Revert "net: bonding: fix error return code of bond_neigh_init()"David S. Miller
2021-03-25net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai
2020-12-08bonding: fix feature flag setting at init timeJarod Wilson
2020-11-21bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-25bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18bonding: fix active-backup failover for current ARP slaveJiri Wiesner
2020-08-16bonding: fix a potential double-unregisterCong Wang
2020-08-14net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bon...Lee Jones
2020-08-14net: bonding: bond_main: Document 'proto' and rename 'new_active' parametersLee Jones
2020-08-14net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issuesLee Jones
2020-08-14bonding: show saner speed for broadcast modeJarod Wilson
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-23bonding: check return value of register_netdevice() in bond_newlink()Cong Wang