aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_3ad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-12bonding: remove dead code from 3adVeaceslav Falico1-78/+0
2014-01-12bonding: convert 3ad to use pr_warn instead of pr_warningVeaceslav Falico1-25/+25
2014-01-12bonding: clean up style for bond_3ad.cVeaceslav Falico1-270/+349
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+33
2014-01-01bonding: remove the return value for bond_3ad_bind_slave()dingtianhong1-21/+15
2014-01-01bonding: slight optimization for bond_3ad_xmit_xor()dingtianhong1-11/+11
2014-01-01bonding: use ether_addr_equal_unaligned for bond addr comparedingtianhong1-29/+33
2013-12-18bonding: protect port for bond_3ad_handle_link_change()dingtianhong1-6/+17
2013-12-18bonding: protect port for bond_3ad_adapter_duplex_changed()dingtianhong1-3/+8
2013-12-18bonding: protect port for bond_3ad_adapter_speed_changed()dingtianhong1-3/+8
2013-12-14bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong1-21/+33
2013-10-28Revert "Merge branch 'bonding_monitor_locking'"David S. Miller1-5/+4
2013-10-27bonding: remove bond read lock for bond_3ad_state_machine_handler()dingtianhong1-4/+5
2013-10-17bonding: use RCU protection for 3ad xmit pathdingtianhong1-6/+4
2013-10-03bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov1-1/+1
2013-09-28bonding: remove unused __get_next_agg()Veaceslav Falico1-22/+0
2013-09-28bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()Veaceslav Falico1-4/+9
2013-09-28bonding: make ad_agg_selection_logic() use bond_for_each_slave()Veaceslav Falico1-12/+10
2013-09-28bonding: make __get_active_agg() use bond_for_each_slave()Veaceslav Falico1-8/+7
2013-09-28bonding: make ad_port_selection_logic() use bond_for_each_slave()Veaceslav Falico1-2/+7
2013-09-28bonding: remove __get_first_port()Veaceslav Falico1-14/+4
2013-09-28bonding: remove __get_next_port()Veaceslav Falico1-25/+9
2013-09-28bonding: verify if we still have slaves in bond_3ad_unbind_slave()Veaceslav Falico1-1/+3
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav Falico1-1/+1