summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2013-09-27bonding: convert first/last slave logic to use neighboursVeaceslav Falico1-6/+11
2013-09-27bonding: convert bond_has_slaves() to use the neighbour listVeaceslav Falico1-1/+1
2013-09-27bonding: add bond_has_slaves() and use itVeaceslav Falico5-23/+25
2013-09-27bonding: remove unused bond_for_each_slave_from()Veaceslav Falico1-13/+0
2013-09-27bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()Veaceslav Falico1-14/+24
2013-09-27bonding: rework bond_find_best_slave() to use bond_for_each_slave()Veaceslav Falico1-31/+12
2013-09-27bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()Veaceslav Falico2-23/+22
2013-09-27bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() onlyVeaceslav Falico1-24/+22
2013-09-27bonding: use bond_for_each_slave() in bond_uninit()Veaceslav Falico1-2/+3
2013-09-27bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico6-54/+96
2013-09-27bonding: remove bond_for_each_slave_continue_reverse()Veaceslav Falico3-28/+30
2013-09-27bonding: modify bond_get_slave_by_dev() to use neighboursVeaceslav Falico1-7/+1
2013-09-27bonding: populate neighbour's private on enslaveVeaceslav Falico1-14/+16
2013-09-27net: add adj_list to save only neighboursVeaceslav Falico2-5/+7
2013-09-16bonding: Make alb learning packet interval configurableNeil Horman5-5/+47
2013-09-11bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com3-5/+19
2013-09-11bonding: fix store_arp_validate race with mode changenikolay@redhat.com1-4/+10
2013-09-04bonding: drop read_lock in bond_compute_featuresnikolay@redhat.com1-7/+3
2013-09-04bonding: drop read_lock in bond_fix_featuresnikolay@redhat.com1-7/+3
2013-09-04bonding: simplify bond_3ad_update_lacp_rate and use RTNL for syncnikolay@redhat.com2-8/+7
2013-09-04bonding: trivial: remove outdated comment and bracesnikolay@redhat.com1-5/+1
2013-09-04bonding: simplify and fix peer notificationnikolay@redhat.com1-15/+7
2013-09-04bonding: use rlb_client_info->vlan_id instead of ->tagVeaceslav Falico2-5/+4
2013-09-04bonding: remove bond_vlan_used()Veaceslav Falico2-22/+2
2013-08-30bonding: pr_debug instead of pr_warn in bond_arp_send_allVeaceslav Falico1-8/+6
2013-08-30bonding: remove vlan_list/current_alb_vlanVeaceslav Falico4-143/+2
2013-08-30bonding: make alb_send_learning_packets() use upper dev listVeaceslav Falico2-19/+11
2013-08-30bonding: split alb_send_learning_packets()Veaceslav Falico1-24/+35
2013-08-30bonding: use vlan_uses_dev() in __bond_release_one()Veaceslav Falico1-1/+1
2013-08-30bonding: convert bond_has_this_ip() to use upper devicesVeaceslav Falico1-12/+13
2013-08-30bonding: make bond_arp_send_all use upper device listVeaceslav Falico1-51/+51
2013-08-30bonding: use netdev_upper list in bond_vlan_usedVeaceslav Falico1-1/+14
2013-08-26bonding: fix error return code in bond_enslave()Wei Yongjun1-1/+2
2013-08-09bonding: unwind on bond_add_vlan failurenikolay@redhat.com1-2/+2
2013-08-09bonding: change the bond's vlan syncing functions with the standard onesnikolay@redhat.com1-30/+7
2013-08-05bonding: remove locking from bond_set_rx_mode()Veaceslav Falico1-6/+4
2013-08-05bonding: add bond_time_in_interval() and use it for time comparisonVeaceslav Falico1-53/+32
2013-08-05bonding: call slave_last_rx() only once per slaveVeaceslav Falico1-7/+8
2013-08-03bonding: modify only neigh_parms owned by usVeaceslav Falico1-1/+7
2013-08-02bonding: initial RCU conversionnikolay@redhat.com5-29/+32
2013-08-02bonding: factor out slave id tx code and simplify xmit pathsNikolay Aleksandrov2-67/+61
2013-08-02bonding: simplify broadcast_xmit functionNikolay Aleksandrov1-36/+16
2013-08-02bonding: remove unnecessary read_locks of curr_slave_locknikolay@redhat.com1-25/+8
2013-08-02bonding: convert to list API and replace bond's custom listnikolay@redhat.com6-236/+203
2013-08-02bonding: fix system hang due to fast igmp timer reschedulingNikolay Aleksandrov1-2/+2
2013-07-28bonding: remove bond_resend_igmp_join_requests read_unlock leftovernikolay@redhat.com1-1/+0
2013-07-27bond: cleanup netpoll codestephen hemminger1-7/+1
2013-07-27bonding: use pre-defined macro in bond_mode_name instead of magic number 0Wang Sheng-Hui1-1/+1
2013-07-25bonding: Fixed up a error "do not initialise statics to 0 or NULL" in bond_ma...dingtianhong1-1/+1
2013-07-25bonding: add rtnl protection for bonding_store_fail_over_macdingtianhong1-4/+11