aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_3ad.c
AgeCommit message (Expand)Author
2014-05-16bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico
2014-05-14bonding: alloc the structure ad_info dynamically in per slavedingtianhong
2014-04-24bonding: Changed hashing function to just provide hashMahesh Bandewar
2014-03-18bonding: ratelimit pr_warn()s in 802.3ad modeVeaceslav Falico
2014-03-12bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-26bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitordingtianhong
2014-02-26bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad modedingtianhong
2014-02-19bonding: Invert testJoe Perches
2014-02-19bonding: More use of ether_addr_copyJoe Perches
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-17bonding: 802.3ad: make aggregator_identifier bond-privateJiri Bohac
2014-02-17bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)Joe Perches
2014-02-17bonding: Neaten pr_<level>Joe Perches
2014-01-13bonding: fix __get_active_agg() RCU logicVeaceslav Falico
2014-01-13bonding: fix __get_first_agg RCU usageVeaceslav Falico
2014-01-13bonding: fix bond_3ad_set_carrier() RCU usageVeaceslav Falico
2014-01-12bonding: remove dead code from 3adVeaceslav Falico
2014-01-12bonding: convert 3ad to use pr_warn instead of pr_warningVeaceslav Falico
2014-01-12bonding: clean up style for bond_3ad.cVeaceslav Falico
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-01bonding: remove the return value for bond_3ad_bind_slave()dingtianhong
2014-01-01bonding: slight optimization for bond_3ad_xmit_xor()dingtianhong
2014-01-01bonding: use ether_addr_equal_unaligned for bond addr comparedingtianhong
2013-12-18bonding: protect port for bond_3ad_handle_link_change()dingtianhong
2013-12-18bonding: protect port for bond_3ad_adapter_duplex_changed()dingtianhong
2013-12-18bonding: protect port for bond_3ad_adapter_speed_changed()dingtianhong
2013-12-14bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong
2013-10-28Revert "Merge branch 'bonding_monitor_locking'"David S. Miller
2013-10-27bonding: remove bond read lock for bond_3ad_state_machine_handler()dingtianhong
2013-10-17bonding: use RCU protection for 3ad xmit pathdingtianhong
2013-10-03bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov
2013-09-28bonding: remove unused __get_next_agg()Veaceslav Falico
2013-09-28bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: make ad_agg_selection_logic() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: make __get_active_agg() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: make ad_port_selection_logic() use bond_for_each_slave()Veaceslav Falico
2013-09-28bonding: remove __get_first_port()Veaceslav Falico
2013-09-28bonding: remove __get_next_port()Veaceslav Falico
2013-09-28bonding: verify if we still have slaves in bond_3ad_unbind_slave()Veaceslav Falico
2013-09-26bonding: add bond_has_slaves() and use itVeaceslav Falico
2013-09-26bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() onlyVeaceslav Falico
2013-09-26bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico
2013-09-04bonding: simplify bond_3ad_update_lacp_rate and use RTNL for syncnikolay@redhat.com
2013-08-01bonding: initial RCU conversionnikolay@redhat.com
2013-08-01bonding: convert to list API and replace bond's custom listnikolay@redhat.com
2013-05-19bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com
2013-02-19bonding: Fix initialize after use for 3ad machine state spinlocknikolay@redhat.com
2013-02-19bonding: Fix race condition between bond_enslave() and bond_3ad_update_lacp_r...nikolay@redhat.com
2013-01-04bonding: remove usage of dev->masterJiri Pirko