summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_3ad.c
Commit message (Expand)AuthorAgeFilesLines
...
* bonding: replace SLAVE_IS_OK() with bond_slave_can_tx()Veaceslav Falico2014-05-161-2/+2
* bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico2014-05-161-1/+1
* bonding: alloc the structure ad_info dynamically in per slavedingtianhong2014-05-141-27/+27
* bonding: Changed hashing function to just provide hashMahesh Bandewar2014-04-241-1/+1
* bonding: ratelimit pr_warn()s in 802.3ad modeVeaceslav Falico2014-03-181-17/+17
* bonding: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman2014-03-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-2/+14
|\
| * bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitordingtianhong2014-02-261-7/+1Star
| * bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad modedingtianhong2014-02-261-2/+20
* | bonding: Invert testJoe Perches2014-02-191-11/+10Star
* | bonding: More use of ether_addr_copyJoe Perches2014-02-191-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-4/+2Star
|\|
| * bonding: 802.3ad: make aggregator_identifier bond-privateJiri Bohac2014-02-171-4/+2Star
* | bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)Joe Perches2014-02-171-4/+4
* | bonding: Neaten pr_<level>Joe Perches2014-02-171-5/+6
|/
* bonding: fix __get_active_agg() RCU logicVeaceslav Falico2014-01-141-6/+4Star
* bonding: fix __get_first_agg RCU usageVeaceslav Falico2014-01-141-1/+4
* bonding: fix bond_3ad_set_carrier() RCU usageVeaceslav Falico2014-01-141-11/+11
* bonding: remove dead code from 3adVeaceslav Falico2014-01-121-78/+0Star
* bonding: convert 3ad to use pr_warn instead of pr_warningVeaceslav Falico2014-01-121-25/+25
* bonding: clean up style for bond_3ad.cVeaceslav Falico2014-01-121-270/+349
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-12/+33
|\
| * bonding: protect port for bond_3ad_handle_link_change()dingtianhong2013-12-181-6/+17
| * bonding: protect port for bond_3ad_adapter_duplex_changed()dingtianhong2013-12-181-3/+8
| * bonding: protect port for bond_3ad_adapter_speed_changed()dingtianhong2013-12-181-3/+8
* | bonding: remove the return value for bond_3ad_bind_slave()dingtianhong2014-01-021-21/+15Star
* | bonding: slight optimization for bond_3ad_xmit_xor()dingtianhong2014-01-021-11/+11
* | bonding: use ether_addr_equal_unaligned for bond addr comparedingtianhong2014-01-021-29/+33
* | bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong2013-12-141-21/+33
|/
* Revert "Merge branch 'bonding_monitor_locking'"David S. Miller2013-10-281-5/+4Star
* bonding: remove bond read lock for bond_3ad_state_machine_handler()dingtianhong2013-10-271-4/+5
* bonding: use RCU protection for 3ad xmit pathdingtianhong2013-10-171-6/+4Star
* bonding: modify the old and add new xmit hash policiesNikolay Aleksandrov2013-10-031-1/+1
* bonding: remove unused __get_next_agg()Veaceslav Falico2013-09-291-22/+0Star
* bonding: make bond_3ad_unbind_slave() use bond_for_each_slave()Veaceslav Falico2013-09-291-4/+9
* bonding: make ad_agg_selection_logic() use bond_for_each_slave()Veaceslav Falico2013-09-291-12/+10Star
* bonding: make __get_active_agg() use bond_for_each_slave()Veaceslav Falico2013-09-291-8/+7Star
* bonding: make ad_port_selection_logic() use bond_for_each_slave()Veaceslav Falico2013-09-291-2/+7
* bonding: remove __get_first_port()Veaceslav Falico2013-09-291-14/+4Star
* bonding: remove __get_next_port()Veaceslav Falico2013-09-291-25/+9Star
* bonding: verify if we still have slaves in bond_3ad_unbind_slave()Veaceslav Falico2013-09-291-1/+3
* bonding: add bond_has_slaves() and use itVeaceslav Falico2013-09-261-1/+1
* bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() onlyVeaceslav Falico2013-09-261-24/+22Star
* bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico2013-09-261-2/+4
* bonding: simplify bond_3ad_update_lacp_rate and use RTNL for syncnikolay@redhat.com2013-09-041-7/+1Star
* bonding: initial RCU conversionnikolay@redhat.com2013-08-021-0/+2
* bonding: convert to list API and replace bond's custom listnikolay@redhat.com2013-08-021-16/+26
* bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com2013-05-201-4/+17
* bonding: Fix initialize after use for 3ad machine state spinlocknikolay@redhat.com2013-02-191-5/+4Star
* bonding: Fix race condition between bond_enslave() and bond_3ad_update_lacp_r...nikolay@redhat.com2013-02-191-2/+4