summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_3ad.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/bonding/bond_3ad: return when there's no aggregatorDaniil Tatianin2023-01-031-0/+1
* bonding: 3ad: Add support for 800G speedAmit Cohen2022-10-241-0/+9
* net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier2022-09-161-2/+3
* bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins2022-08-221-8/+3
* bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins2022-08-221-22/+16
* net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov2022-06-291-1/+2
* bonding: fix data-races around agg_select_timerEric Dumazet2022-02-151-5/+25
* bonding: pair enable_port with slave_arr_updatesMahesh Bandewar2022-02-081-1/+2
* bonding: 3ad: pass parameter bond_params by referenceColin Ian King2021-09-071-4/+4
* bonding: add new option lacp_activeHangbin Liu2021-08-031-5/+6
* bonding: 3ad: Print an error for unknown speedsIdo Schimmel2021-02-111-4/+4
* bonding: 3ad: add support for 400G speedNikolay Aleksandrov2021-02-111-0/+9
* bonding: 3ad: add support for 200G speedNikolay Aleksandrov2021-02-111-0/+9
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issuesLee Jones2020-08-141-7/+8
* bonding: rename AD_STATE_* to LACP_STATE_*Andy Roulin2019-12-261-56/+56
* bonding: move 802.3ad port state flags to uapiAndy Roulin2019-12-141-10/+0
* bonding/802.3ad: convert to using slave printk macrosJarod Wilson2019-06-091-106/+116
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90Thomas Gleixner2019-05-241-18/+1
* bonding: count master 3ad stats separatelyNikolay Aleksandrov2019-01-241-26/+13
* bonding: add support for xstats and export 3ad statsNikolay Aleksandrov2019-01-221-0/+83
* bonding: add 3ad statsNikolay Aleksandrov2019-01-221-1/+27
* bonding: 3ad: remove bond_3ad_rx_indication's length argumentNikolay Aleksandrov2019-01-221-7/+2
* bonding: adjust style of bond_3ad_rx_indicationNikolay Aleksandrov2019-01-221-44/+41
* bonding: fix indentation issues, remove extra spacesColin Ian King2018-12-181-2/+2
* bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen2018-11-301-0/+3
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-0/+27
|\
| * bonding: fix 802.3ad support for 14G speedNicolas Dichtel2017-06-081-0/+9
| * bonding: fix 802.3ad support for 5G and 50G speedsThibaut Collet2017-06-081-0/+18
* | bonding: warn user when 802.3ad speed is unknownNicolas Dichtel2017-06-101-0/+5
|/
* bonding: fix accounting of active ports in 3adJarod Wilson2017-05-221-1/+1
* bonding: avoid printing while holding a spinlockMahesh Bandewar2017-03-271-3/+3
* bonding: add 802.3ad support for 25G speedsJarod Wilson2017-03-161-0/+9
* bonding: remove "port-moved" state that was never implementedMahesh Bandewar2017-03-091-8/+3
* bonding: prevent out of bound accessesEric Dumazet2016-07-011-4/+7
* bonding: fix 802.3ad aggregator reselectionJay Vosburgh2016-06-281-19/+45
* bonding: 3ad: allow to set ad_actor settings while the bond is upNikolay Aleksandrov2016-02-111-2/+6
* bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov2016-02-091-3/+37
* bonding: add 802.3ad support for 100G speedsJiri Pirko2015-12-031-1/+10
* bonding: simplify / unify event handling code for 3ad mode.Mahesh Bandewar2015-11-021-32/+6
* bonding: unify all places where actor-oper key needs to be updated.Mahesh Bandewar2015-11-021-35/+52
* bonding: Simplify __get_duplex function.Mahesh Bandewar2015-11-021-4/+2
* bonding: trivial: remove unused variablesNikolay Aleksandrov2015-07-201-2/+0
* bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar2015-05-111-7/+7
* bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar2015-05-111-1/+6
* bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar2015-05-111-1/+4
* bonding: Remove unnecessary initializationMahesh Bandewar2015-04-081-9/+0
* bonding: Code re-factoring for admin, oper-key operationsMahesh Bandewar2015-04-081-16/+13
* bonding: Fix another case of LACPDU not sent on slaveMahesh Bandewar2015-03-311-0/+3