summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2022-02-23bonding: fix data-races around agg_select_timerEric Dumazet1-5/+25
2022-02-23bonding: force carrier update when releasing slaveZhang Changzhong1-3/+2
2022-02-16bonding: pair enable_port with slave_arr_updatesMahesh Bandewar1-1/+2
2022-01-27net: bonding: fix bond_xmit_broadcast return value error bugJie Wang1-8/+22
2022-01-27net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar1-3/+3
2021-12-29bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera1-1/+1
2021-12-14bonding: make tx_rebalance_counter an atomicEric Dumazet1-6/+8
2021-11-18bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin1-25/+11
2021-09-18bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo1-1/+2
2021-07-28bonding: fix build issueMahesh Bandewar1-0/+2
2021-07-28bonding: fix incorrect return value of bond_ipsec_offload_ok()Taehee Yoo1-1/+1
2021-07-28bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()Taehee Yoo1-6/+16
2021-07-28bonding: Add struct bond_ipesc to manage SATaehee Yoo1-20/+119
2021-07-28bonding: disallow setting nested bonding + ipsec offloadTaehee Yoo1-6/+9
2021-07-28bonding: fix suspicious RCU usage in bond_ipsec_del_sa()Taehee Yoo1-2/+5
2021-07-28bonding: fix null dereference in bond_ipsec_add_sa()Taehee Yoo1-0/+5
2021-07-28bonding: fix suspicious RCU usage in bond_ipsec_add_sa()Taehee Yoo1-1/+6
2021-06-16bonding: init notify_work earlier to avoid uninitialized useJohannes Berg1-1/+1
2021-03-30Revert "net: bonding: fix error return code of bond_neigh_init()"David S. Miller1-6/+2
2021-03-25net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai1-2/+6
2020-12-08bonding: fix feature flag setting at init timeJarod Wilson1-7/+15
2020-11-21bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2-35/+44
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2-6/+13
2020-09-25bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-6/+6
2020-08-18bonding: fix active-backup failover for current ARP slaveJiri Wiesner1-2/+16
2020-08-16bonding: fix a potential double-unregisterCong Wang1-1/+2
2020-08-14net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bon...Lee Jones1-2/+2
2020-08-14net: bonding: bond_main: Document 'proto' and rename 'new_active' parametersLee Jones1-1/+3
2020-08-14net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issuesLee Jones1-7/+8
2020-08-14bonding: show saner speed for broadcast modeJarod Wilson1-3/+18
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-5/+8
2020-07-23bonding: check return value of register_netdevice() in bond_newlink()Cong Wang1-2/+1
2020-07-19bonding: check error value of register_netdevice() immediatelyTaehee Yoo1-3/+7
2020-07-08bonding: don't need RTNL for ipsec helpersJarod Wilson1-3/+3
2020-07-08bonding: deal with xfrm state in all modes and add more error-checkingJarod Wilson1-14/+25
2020-07-01bonding: allow xfrm offload setup post-module-loadJarod Wilson2-9/+18
2020-06-26bonding: Remove extraneous parentheses in bond_setupNathan Chancellor1-2/+2
2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-3/+3
2020-06-22bonding: support hardware encryption offload to slavesJarod Wilson1-2/+125
2020-06-09net: change addr_list_lock back to static keyCong Wang2-4/+0
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-05-28bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu1-1/+3
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2-77/+214
2020-05-07bonding: propagate transmit statusEric Dumazet2-43/+24
2020-05-04bonding: remove useless stats_lock_keyCong Wang1-3/+0
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+1
2020-05-01bonding: Implement ndo_get_xmit_slaveMaor Gottlieb1-0/+43
2020-05-01bonding: Add array of all slavesMaor Gottlieb1-19/+59
2020-05-01bonding: Add function to get the xmit slave in active-backup modeMaor Gottlieb1-1/+7