summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)AuthorFilesLines
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-07bonding: 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-21Merge 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-16bonding: fix lockdep warning in bond_get_stats()Taehee Yoo1-3/+50
2020-02-16bonding: add missing netdev_update_lockdep_key()Taehee Yoo1-0/+2
2019-12-14bonding: 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-16bonding: symmetric ICMP transmitMatteo Croce1-26/+57
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-22/+22
2019-11-05bonding: fix state transition issue in link monitoringJay Vosburgh1-22/+22
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+9
2019-10-30bonding: balance ICMP echoes in layer3+4 modeMatteo Croce1-7/+70
2019-10-29bonding: fix using uninitialized mode_lockTaehee Yoo1-1/+1
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-15/+0
2019-10-24bonding: use dynamic lockdep key instead of subclassTaehee Yoo1-3/+7
2019-10-24bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo1-2/+4
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-1/+0
2019-10-09bonding: fix potential NULL deref in bond_update_slave_arrEric Dumazet1-1/+1
2019-08-08bonding: Add vlan tx offload to hw_enc_featuresYueHaibing1-0/+2
2019-07-22bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon1-0/+9
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+23
2019-07-04bonding: add an option to specify a delay between peer notificationsVincent Bernat1-11/+20
2019-07-03bonding: validate ip header before check IPPROTO_IGMPCong Wang1-14/+23
2019-07-02bonding/main: fix NULL dereference in bond_select_active_slave()Eric Dumazet1-1/+1
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-26bonding: Always enable vlan tx offloadYueHaibing1-1/+1
2019-06-09bonding/main: convert to using slave printk macrosJarod Wilson1-167/+139
2019-06-09bonding: fix error messages in bond_do_fail_over_macJarod Wilson1-5/+5
2019-06-09bonding: improve event debug usabilityJarod Wilson1-1/+2
2019-06-04net: bonding: Inherit MPLS features from slave devicesAriel Levkovich1-0/+11
2019-05-26bonding/802.3ad: fix slave link initialization transition statesJarod Wilson1-5/+10
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-04-15bonding: fix event handling for stacked bondsSabrina Dubroca1-1/+5
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2019-02-24net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli1-1/+0
2019-02-21bonding: fix PACKET_ORIGDEV regressionMichal Soltys1-21/+14
2019-01-10bonding: update nest level on unlinkWillem de Bruijn1-0/+3