aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_3ad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-01bonding: prevent out of bound accessesEric Dumazet1-4/+7
2016-06-28bonding: fix 802.3ad aggregator reselectionJay Vosburgh1-19/+45
2016-02-11bonding: 3ad: allow to set ad_actor settings while the bond is upNikolay Aleksandrov1-2/+6
2016-02-09bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov1-3/+37
2015-12-03bonding: add 802.3ad support for 100G speedsJiri Pirko1-1/+10
2015-11-02bonding: simplify / unify event handling code for 3ad mode.Mahesh Bandewar1-32/+6
2015-11-02bonding: unify all places where actor-oper key needs to be updated.Mahesh Bandewar1-35/+52
2015-11-02bonding: Simplify __get_duplex function.Mahesh Bandewar1-4/+2
2015-07-20bonding: trivial: remove unused variablesNikolay Aleksandrov1-2/+0
2015-05-11bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar1-7/+7
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar1-1/+6
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar1-1/+4
2015-04-08bonding: Remove unnecessary initializationMahesh Bandewar1-9/+0
2015-04-08bonding: Code re-factoring for admin, oper-key operationsMahesh Bandewar1-16/+13
2015-03-31bonding: Fix another case of LACPDU not sent on slaveMahesh Bandewar1-0/+3
2015-03-31bonding: deprecate BOND_MONITOR_CHURNED in favor of existing definitionsMahesh Bandewar1-6/+6
2015-03-31bonding: Remove hardcoded initializationMahesh Bandewar1-1/+1
2015-02-24bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar1-2/+55
2015-02-24bonding: Verify RX LACPDU has proper dest mac-addrMahesh Bandewar1-0/+3
2015-01-27bonding: fix LACP PDU not sent on slave port sometimesSatish Ashok1-3/+8
2015-01-27bonding: fix incorrect lacp mux state when agg not activeWilson Kok1-10/+34
2014-11-19bonding: Introduce 4 AD link speed to fix agg_bandwidthJianhua Xie1-1/+37
2014-11-19bonding: change AD_LINK_SPEED_BITMASK to enum to suport more speedJianhua Xie1-32/+34
2014-11-10net: Move bonding headers under include/netDavid S. Miller1-2/+2
2014-10-06bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar1-87/+53
2014-09-15bonding: trivial: style and comment fixesNikolay Aleksandrov1-3/+2
2014-09-13bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov1-49/+21
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov1-2/+2
2014-09-13bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov1-7/+3
2014-09-09bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov1-5/+4
2014-07-15bonding: remove pr_fmt from bond_3ad.cVeaceslav Falico1-2/+0
2014-07-15bonding: convert bond_3ad.c to use netdev_printk instead of pr_Veaceslav Falico1-95/+88
2014-05-16bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico1-2/+2
2014-05-16bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico1-1/+1
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong1-27/+27
2014-04-24bonding: Changed hashing function to just provide hashMahesh Bandewar1-1/+1
2014-03-18bonding: ratelimit pr_warn()s in 802.3ad modeVeaceslav Falico1-17/+17
2014-03-12bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+14
2014-02-26bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitordingtianhong1-7/+1
2014-02-26bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad modedingtianhong1-2/+20
2014-02-19bonding: Invert testJoe Perches1-11/+10
2014-02-19bonding: More use of ether_addr_copyJoe Perches1-2/+2
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2014-02-17bonding: 802.3ad: make aggregator_identifier bond-privateJiri Bohac1-4/+2
2014-02-17bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)Joe Perches1-4/+4
2014-02-17bonding: Neaten pr_<level>Joe Perches1-5/+6
2014-01-13bonding: fix __get_active_agg() RCU logicVeaceslav Falico1-6/+4
2014-01-13bonding: fix __get_first_agg RCU usageVeaceslav Falico1-1/+4
2014-01-13bonding: fix bond_3ad_set_carrier() RCU usageVeaceslav Falico1-11/+11