summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)AuthorFilesLines
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-11-22bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles1-18/+43
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo1-3/+7
2020-09-26bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-08-19bonding: fix active-backup failover for current ARP slaveJiri Wiesner1-2/+16
2020-08-17bonding: fix a potential double-unregisterCong Wang1-1/+2
2020-08-15net: bonding: bond_main: Document 'proto' and rename 'new_active' parametersLee Jones1-1/+3
2020-08-15bonding: show saner speed for broadcast modeJarod Wilson1-3/+18
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+7
2020-07-20bonding: check error value of register_netdevice() immediatelyTaehee Yoo1-3/+7
2020-07-09bonding: don't need RTNL for ipsec helpersJarod Wilson1-3/+3
2020-07-09bonding: deal with xfrm state in all modes and add more error-checkingJarod Wilson1-14/+25
2020-07-02bonding: allow xfrm offload setup post-module-loadJarod Wilson1-9/+10
2020-06-26bonding: Remove extraneous parentheses in bond_setupNathan Chancellor1-2/+2
2020-06-24bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-3/+3
2020-06-23bonding: support hardware encryption offload to slavesJarod Wilson1-2/+125
2020-06-09net: change addr_list_lock back to static keyCong Wang1-2/+0
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed1-66/+186
2020-05-08bonding: propagate transmit statusEric Dumazet1-38/+22
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
2020-05-01bonding: Add helper function to get the xmit slave in rr modeMaor Gottlieb1-26/+30
2020-05-01bonding: Add helper function to get the xmit slave based on hashMaor Gottlieb1-7/+21
2020-05-01bonding: Rename slave_arr to usable_slavesMaor Gottlieb1-20/+20
2020-05-01bonding: Export skip slave logic to functionMaor Gottlieb1-21/+26
2020-02-24net/bond: Delete driver and module versionsLeon Romanovsky1-5/+1
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+52
2020-02-20net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann1-1/+1
2020-02-17bonding: fix lockdep warning in bond_get_stats()Taehee Yoo1-3/+50
2020-02-17bonding: add missing netdev_update_lockdep_key()Taehee Yoo1-0/+2
2019-12-15bonding: fix active-backup transition after link failureMahesh Bandewar1-3/+0
2019-12-09bonding: fix bond_neigh_init()Eric Dumazet1-10/+21
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet1-8/+0
2019-11-17bonding: symmetric ICMP transmitMatteo Croce1-26/+57
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-22/+22