summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: fix locking in bond_loadbalance_arp_mon()Ding Tianhong2014-01-292-12/+30
* bonding: restructure locking of bond_ab_arp_probe()Veaceslav Falico2014-01-271-21/+36
* bonding: RCUify bond_ab_arp_probeVeaceslav Falico2014-01-271-10/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-2513-1597/+2868
|\
| * bonding: fix u64 divisionNikolay Aleksandrov2014-01-241-10/+14
| * bonding: Don't allow bond devices to change network namespaces.Weilong Chen2014-01-231-0/+3
| * bonding: convert netlink to use slave data info apiJiri Pirko2014-01-233-4/+19
| * rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko2014-01-231-6/+6
| * bonding: change name of sysfs dir for bonding slavesJiri Pirko2014-01-231-1/+1
| * bonding: clean the primary slave if there is no slave matching new primarydingtianhong2014-01-231-0/+6
| * bonding: convert slaves to use the new option APINikolay Aleksandrov2014-01-233-47/+59
| * bonding: convert lp_interval to use the new option APINikolay Aleksandrov2014-01-235-22/+22
| * bonding: convert resend_igmp to use the new option APINikolay Aleksandrov2014-01-235-24/+26
| * bonding: convert all_slaves_active to use the new option APINikolay Aleksandrov2014-01-235-28/+25Star
| * bonding: convert queue_id to use the new option APINikolay Aleksandrov2014-01-233-61/+77
| * bonding: convert active_slave to use the new option APINikolay Aleksandrov2014-01-236-35/+36
| * bonding: convert use_carrier to use the new option APINikolay Aleksandrov2014-01-235-23/+25
| * bonding: convert primary_reselect to use the new option APINikolay Aleksandrov2014-01-237-44/+43Star
| * bonding: convert primary to use the new option APINikolay Aleksandrov2014-01-235-22/+22
| * bonding: convert miimon to use the new option APINikolay Aleksandrov2014-01-236-30/+24Star
| * bonding: convert num_peer_notif to use the new option APINikolay Aleksandrov2014-01-235-17/+24
| * bonding: convert ad_select to use the new option APINikolay Aleksandrov2014-01-237-50/+41Star
| * bonding: convert min_links to use the new option APINikolay Aleksandrov2014-01-235-19/+18Star
| * bonding: convert lacp_rate to use the new option APINikolay Aleksandrov2014-01-236-51/+37Star
| * bonding: convert updelay to use the new option APINikolay Aleksandrov2014-01-235-33/+27Star
| * bonding: convert downdelay to use the new option APINikolay Aleksandrov2014-01-235-32/+27Star
| * bonding: convert arp_ip_target to use the new option APINikolay Aleksandrov2014-01-235-41/+53
| * bonding: convert arp_interval to use the new option APINikolay Aleksandrov2014-01-236-35/+32Star
| * bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov2014-01-237-50/+43Star
| * bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov2014-01-236-41/+36Star
| * bonding: convert arp_validate to use the new option APINikolay Aleksandrov2014-01-236-52/+45Star
| * bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov2014-01-237-46/+41Star
| * bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov2014-01-236-32/+27Star
| * bonding: convert mode setting to use the new option APINikolay Aleksandrov2014-01-236-62/+48Star
| * bonding: add infrastructure for an option APINikolay Aleksandrov2014-01-233-0/+373
| * reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-225-21/+30
| * bond: make slave_sysfs_ops staticstephen hemminger2014-01-221-1/+1
| * bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com2014-01-183-2/+46
| * bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com2014-01-185-13/+176
| * bonding: handle slave's name change with primary_slave logicVeaceslav Falico2014-01-171-3/+21
| * bonding: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue2014-01-151-26/+23Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+2
| |\
| * | 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: fix kstrtou8() return value verification in num_peer_notifVeaceslav Falico2014-01-061-1/+1