aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_3ad.c
AgeCommit message (Expand)Author
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90Thomas Gleixner
2019-01-24bonding: count master 3ad stats separatelyNikolay Aleksandrov
2019-01-22bonding: add support for xstats and export 3ad statsNikolay Aleksandrov
2019-01-22bonding: add 3ad statsNikolay Aleksandrov
2019-01-22bonding: 3ad: remove bond_3ad_rx_indication's length argumentNikolay Aleksandrov
2019-01-22bonding: adjust style of bond_3ad_rx_indicationNikolay Aleksandrov
2018-12-18bonding: fix indentation issues, remove extra spacesColin Ian King
2018-11-30bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-10bonding: warn user when 802.3ad speed is unknownNicolas Dichtel
2017-06-08bonding: fix 802.3ad support for 14G speedNicolas Dichtel
2017-06-08bonding: fix 802.3ad support for 5G and 50G speedsThibaut Collet
2017-05-22bonding: fix accounting of active ports in 3adJarod Wilson
2017-03-27bonding: avoid printing while holding a spinlockMahesh Bandewar
2017-03-16bonding: add 802.3ad support for 25G speedsJarod Wilson
2017-03-09bonding: remove "port-moved" state that was never implementedMahesh Bandewar
2016-07-01bonding: prevent out of bound accessesEric Dumazet
2016-06-28bonding: fix 802.3ad aggregator reselectionJay Vosburgh
2016-02-11bonding: 3ad: allow to set ad_actor settings while the bond is upNikolay Aleksandrov
2016-02-09bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov
2015-12-03bonding: add 802.3ad support for 100G speedsJiri Pirko
2015-11-02bonding: simplify / unify event handling code for 3ad mode.Mahesh Bandewar
2015-11-02bonding: unify all places where actor-oper key needs to be updated.Mahesh Bandewar
2015-11-02bonding: Simplify __get_duplex function.Mahesh Bandewar
2015-07-20bonding: trivial: remove unused variablesNikolay Aleksandrov
2015-05-11bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar
2015-04-08bonding: Remove unnecessary initializationMahesh Bandewar
2015-04-08bonding: Code re-factoring for admin, oper-key operationsMahesh Bandewar
2015-03-31bonding: Fix another case of LACPDU not sent on slaveMahesh Bandewar
2015-03-31bonding: deprecate BOND_MONITOR_CHURNED in favor of existing definitionsMahesh Bandewar
2015-03-31bonding: Remove hardcoded initializationMahesh Bandewar
2015-02-24bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar
2015-02-24bonding: Verify RX LACPDU has proper dest mac-addrMahesh Bandewar
2015-01-27bonding: fix LACP PDU not sent on slave port sometimesSatish Ashok
2015-01-27bonding: fix incorrect lacp mux state when agg not activeWilson Kok
2014-11-19bonding: Introduce 4 AD link speed to fix agg_bandwidthJianhua Xie
2014-11-19bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speedJianhua Xie
2014-11-10net: Move bonding headers under include/netDavid S. Miller
2014-10-06bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar
2014-09-15bonding: trivial: style and comment fixesNikolay Aleksandrov
2014-09-13bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov
2014-09-13bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov
2014-09-09bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov
2014-07-15bonding: remove pr_fmt from bond_3ad.cVeaceslav Falico
2014-07-15bonding: convert bond_3ad.c to use netdev_printk instead of pr_Veaceslav Falico
2014-05-16bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico