aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_3ad.c
AgeCommit message (Expand)AuthorFilesLines
7 daysbonding: annotate data-races arcound churn variablesEric Dumazet1-8/+10
2026-04-29bonding: 3ad: implement proper RCU rules for port->aggregatorEric Dumazet1-49/+60
2026-01-22net: bonding: use workqueue to make sure peer notify updated in lacp modeTonghao Zhang1-5/+2
2026-01-19bonding: 3ad: Add support for SPEED_80000Mika Westerberg1-0/+9
2025-11-20bonding: 3ad: Add support for 1600G speedYael Chemla1-0/+9
2025-09-09bonding: support aggregator selection based on port priorityHangbin Liu1-0/+27
2025-09-09bonding: add support for per-port LACP actor priorityHangbin Liu1-0/+4
2025-08-21bonding: send LACPDUs periodically in passive mode after receiving partner's ...Hangbin Liu1-18/+24
2025-08-21bonding: update LACP activity flag after setting lacp_activeHangbin Liu1-0/+25
2025-07-08net: bonding: send peer notify when failure recoveryTonghao Zhang1-0/+13
2025-07-03bonding: don't force LACPDU tx to ~333 ms boundariesSeth Forshee (DigitalOcean)1-5/+6
2024-02-27bonding: 802.3ad replace MAC_ADDRESS_EQUAL with __agg_has_partnerJones Syue 薛懷宗1-11/+3
2024-02-06bonding: Add independent control state machineAahil Awatramani1-7/+150
2023-01-03drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin1-0/+1
2022-10-24bonding: 3ad: Add support for 800G speedAmit Cohen1-0/+9
2022-09-16net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier1-2/+3
2022-08-22bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins1-8/+3
2022-08-22bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins1-22/+16
2022-06-29net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov1-1/+2
2022-02-15bonding: fix data-races around agg_select_timerEric Dumazet1-5/+25
2022-02-08bonding: pair enable_port with slave_arr_updatesMahesh Bandewar1-1/+2
2021-09-07bonding: 3ad: pass parameter bond_params by referenceColin Ian King1-4/+4
2021-08-03bonding: add new option lacp_activeHangbin Liu1-5/+6
2021-02-11bonding: 3ad: Print an error for unknown speedsIdo Schimmel1-4/+4
2021-02-11bonding: 3ad: add support for 400G speedNikolay Aleksandrov1-0/+9
2021-02-11bonding: 3ad: add support for 200G speedNikolay Aleksandrov1-0/+9
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-14net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issuesLee Jones1-7/+8
2019-12-26bonding: rename AD_STATE_* to LACP_STATE_*Andy Roulin1-56/+56
2019-12-14bonding: move 802.3ad port state flags to uapiAndy Roulin1-10/+0
2019-06-09bonding/802.3ad: convert to using slave printk macrosJarod Wilson1-106/+116
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90Thomas Gleixner1-18/+1
2019-01-24bonding: count master 3ad stats separatelyNikolay Aleksandrov1-26/+13
2019-01-22bonding: add support for xstats and export 3ad statsNikolay Aleksandrov1-0/+83
2019-01-22bonding: add 3ad statsNikolay Aleksandrov1-1/+27
2019-01-22bonding: 3ad: remove bond_3ad_rx_indication's length argumentNikolay Aleksandrov1-7/+2
2019-01-22bonding: adjust style of bond_3ad_rx_indicationNikolay Aleksandrov1-44/+41
2018-12-18bonding: fix indentation issues, remove extra spacesColin Ian King1-2/+2
2018-11-30bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen1-0/+3
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+27
2017-06-10bonding: warn user when 802.3ad speed is unknownNicolas Dichtel1-0/+5
2017-06-08bonding: fix 802.3ad support for 14G speedNicolas Dichtel1-0/+9
2017-06-08bonding: fix 802.3ad support for 5G and 50G speedsThibaut Collet1-0/+18
2017-05-22bonding: fix accounting of active ports in 3adJarod Wilson1-1/+1
2017-03-27bonding: avoid printing while holding a spinlockMahesh Bandewar1-3/+3
2017-03-16bonding: add 802.3ad support for 25G speedsJarod Wilson1-0/+9
2017-03-09bonding: remove "port-moved" state that was never implementedMahesh Bandewar1-8/+3
2016-07-01bonding: prevent out of bound accessesEric Dumazet1-4/+7
2016-06-28bonding: fix 802.3ad aggregator reselectionJay Vosburgh1-19/+45