summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | bonding: remove unused bond_for_each_slave_from()Veaceslav Falico2013-09-261-13/+0
| * | bonding: rework bond_ab_arp_probe() to use bond_for_each_slave()Veaceslav Falico2013-09-261-14/+24
| * | bonding: rework bond_find_best_slave() to use bond_for_each_slave()Veaceslav Falico2013-09-261-31/+12
| * | bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()Veaceslav Falico2013-09-262-23/+22
| * | bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() onlyVeaceslav Falico2013-09-261-24/+22
| * | bonding: use bond_for_each_slave() in bond_uninit()Veaceslav Falico2013-09-261-2/+3
| * | bonding: make bond_for_each_slave() use lower neighbour's privateVeaceslav Falico2013-09-266-54/+96
| * | bonding: remove bond_for_each_slave_continue_reverse()Veaceslav Falico2013-09-263-28/+30
| * | bonding: modify bond_get_slave_by_dev() to use neighboursVeaceslav Falico2013-09-261-7/+1
| * | bonding: populate neighbour's private on enslaveVeaceslav Falico2013-09-261-14/+16
| * | net: add adj_list to save only neighboursVeaceslav Falico2013-09-262-5/+7
* | | Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2013-10-191-3/+10
|\ \ \ | | |/ | |/|
| * | bonding: Fix broken promiscuity reference counting issueNeil Horman2013-10-011-3/+10
| |/
* / sysfs: make attr namespace interface less convolutedTejun Heo2013-09-261-11/+3
|/
* bonding: Make alb learning packet interval configurableNeil Horman2013-09-165-5/+47
* bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com2013-09-113-5/+19
* bonding: fix store_arp_validate race with mode changenikolay@redhat.com2013-09-111-4/+10
* bonding: drop read_lock in bond_compute_featuresnikolay@redhat.com2013-09-041-7/+3
* bonding: drop read_lock in bond_fix_featuresnikolay@redhat.com2013-09-041-7/+3
* bonding: simplify bond_3ad_update_lacp_rate and use RTNL for syncnikolay@redhat.com2013-09-042-8/+7
* bonding: trivial: remove outdated comment and bracesnikolay@redhat.com2013-09-041-5/+1
* bonding: simplify and fix peer notificationnikolay@redhat.com2013-09-041-15/+7
* bonding: use rlb_client_info->vlan_id instead of ->tagVeaceslav Falico2013-09-042-5/+4
* bonding: remove bond_vlan_used()Veaceslav Falico2013-09-042-22/+2
* bonding: pr_debug instead of pr_warn in bond_arp_send_allVeaceslav Falico2013-08-291-8/+6
* bonding: remove vlan_list/current_alb_vlanVeaceslav Falico2013-08-294-143/+2
* bonding: make alb_send_learning_packets() use upper dev listVeaceslav Falico2013-08-292-19/+11
* bonding: split alb_send_learning_packets()Veaceslav Falico2013-08-291-24/+35
* bonding: use vlan_uses_dev() in __bond_release_one()Veaceslav Falico2013-08-291-1/+1
* bonding: convert bond_has_this_ip() to use upper devicesVeaceslav Falico2013-08-291-12/+13
* bonding: make bond_arp_send_all use upper device listVeaceslav Falico2013-08-291-51/+51
* bonding: use netdev_upper list in bond_vlan_usedVeaceslav Falico2013-08-291-1/+14
* bonding: fix error return code in bond_enslave()Wei Yongjun2013-08-261-1/+2
* bonding: unwind on bond_add_vlan failurenikolay@redhat.com2013-08-091-2/+2
* bonding: change the bond's vlan syncing functions with the standard onesnikolay@redhat.com2013-08-091-30/+7
* bonding: remove locking from bond_set_rx_mode()Veaceslav Falico2013-08-051-6/+4
* bonding: add bond_time_in_interval() and use it for time comparisonVeaceslav Falico2013-08-051-53/+32
* bonding: call slave_last_rx() only once per slaveVeaceslav Falico2013-08-051-7/+8
* bonding: modify only neigh_parms owned by usVeaceslav Falico2013-08-031-1/+7
* bonding: initial RCU conversionnikolay@redhat.com2013-08-025-29/+32
* bonding: factor out slave id tx code and simplify xmit pathsNikolay Aleksandrov2013-08-022-67/+61
* bonding: simplify broadcast_xmit functionNikolay Aleksandrov2013-08-021-36/+16
* bonding: remove unnecessary read_locks of curr_slave_locknikolay@redhat.com2013-08-021-25/+8
* bonding: convert to list API and replace bond's custom listnikolay@redhat.com2013-08-026-236/+203
* bonding: fix system hang due to fast igmp timer reschedulingNikolay Aleksandrov2013-08-021-2/+2
* bonding: remove bond_resend_igmp_join_requests read_unlock leftovernikolay@redhat.com2013-07-281-1/+0
* bond: cleanup netpoll codestephen hemminger2013-07-271-7/+1
* bonding: use pre-defined macro in bond_mode_name instead of magic number 0Wang Sheng-Hui2013-07-261-1/+1
* bonding: Fixed up a error "do not initialise statics to 0 or NULL" in bond_ma...dingtianhong2013-07-251-1/+1
* bonding: add rtnl protection for bonding_store_fail_over_macdingtianhong2013-07-251-4/+11