summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_3ad.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* bonding: count master 3ad stats separatelyNikolay Aleksandrov2019-01-251-26/+13Star
* 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/+2Star
* bonding: adjust style of bond_3ad_rx_indicationNikolay Aleksandrov2019-01-221-44/+41Star
* bonding: fix indentation issues, remove extra spacesColin Ian King2018-12-191-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-281-3/+3
* bonding: add 802.3ad support for 25G speedsJarod Wilson2017-03-171-0/+9
* bonding: remove "port-moved" state that was never implementedMahesh Bandewar2017-03-101-8/+3Star
* 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-031-32/+6Star
* bonding: unify all places where actor-oper key needs to be updated.Mahesh Bandewar2015-11-031-35/+52
* bonding: Simplify __get_duplex function.Mahesh Bandewar2015-11-031-4/+2Star
* bonding: trivial: remove unused variablesNikolay Aleksandrov2015-07-201-2/+0Star
* 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/+0Star
* bonding: Code re-factoring for admin, oper-key operationsMahesh Bandewar2015-04-081-16/+13Star
* bonding: Fix another case of LACPDU not sent on slaveMahesh Bandewar2015-03-311-0/+3
* bonding: deprecate BOND_MONITOR_CHURNED in favor of existing definitionsMahesh Bandewar2015-03-311-6/+6
* bonding: Remove hardcoded initializationMahesh Bandewar2015-03-311-1/+1
* bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar2015-02-241-2/+55
* bonding: Verify RX LACPDU has proper dest mac-addrMahesh Bandewar2015-02-241-0/+3
* bonding: fix LACP PDU not sent on slave port sometimesSatish Ashok2015-01-281-3/+8
* bonding: fix incorrect lacp mux state when agg not activeWilson Kok2015-01-281-10/+34
* bonding: Introduce 4 AD link speed to fix agg_bandwidthJianhua Xie2014-11-201-1/+37
* bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speedJianhua Xie2014-11-201-32/+34
* net: Move bonding headers under include/netDavid S. Miller2014-11-101-2/+2
* bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar2014-10-061-87/+53Star
* bonding: trivial: style and comment fixesNikolay Aleksandrov2014-09-151-3/+2Star
* bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov2014-09-131-49/+21Star
* bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov2014-09-131-2/+2
* bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov2014-09-131-7/+3Star
* bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov2014-09-101-5/+4Star
* bonding: remove pr_fmt from bond_3ad.cVeaceslav Falico2014-07-161-2/+0Star
* bonding: convert bond_3ad.c to use netdev_printk instead of pr_Veaceslav Falico2014-07-161-95/+88Star