aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-28bonding: fix locking in bond_loadbalance_arp_mon()Ding Tianhong2-12/+30
2014-01-27bonding: restructure locking of bond_ab_arp_probe()Veaceslav Falico1-21/+36
2014-01-27bonding: RCUify bond_ab_arp_probeVeaceslav Falico1-10/+6
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-1597/+2868
2014-01-23bonding: fix u64 divisionNikolay Aleksandrov1-10/+14
2014-01-22bonding: Don't allow bond devices to change network namespaces.Weilong Chen1-0/+3
2014-01-22bonding: convert netlink to use slave data info apiJiri Pirko3-4/+19
2014-01-22rtnetlink: put "BOND" into nl attribute names which are related to bondingJiri Pirko1-6/+6
2014-01-22bonding: change name of sysfs dir for bonding slavesJiri Pirko1-1/+1
2014-01-22bonding: clean the primary slave if there is no slave matching new primarydingtianhong1-0/+6
2014-01-22bonding: convert slaves to use the new option APINikolay Aleksandrov3-47/+59
2014-01-22bonding: convert lp_interval to use the new option APINikolay Aleksandrov5-22/+22
2014-01-22bonding: convert resend_igmp to use the new option APINikolay Aleksandrov5-24/+26
2014-01-22bonding: convert all_slaves_active to use the new option APINikolay Aleksandrov5-28/+25
2014-01-22bonding: convert queue_id to use the new option APINikolay Aleksandrov3-61/+77
2014-01-22bonding: convert active_slave to use the new option APINikolay Aleksandrov6-35/+36
2014-01-22bonding: convert use_carrier to use the new option APINikolay Aleksandrov5-23/+25
2014-01-22bonding: convert primary_reselect to use the new option APINikolay Aleksandrov7-44/+43
2014-01-22bonding: convert primary to use the new option APINikolay Aleksandrov5-22/+22
2014-01-22bonding: convert miimon to use the new option APINikolay Aleksandrov6-30/+24
2014-01-22bonding: convert num_peer_notif to use the new option APINikolay Aleksandrov5-17/+24
2014-01-22bonding: convert ad_select to use the new option APINikolay Aleksandrov7-50/+41
2014-01-22bonding: convert min_links to use the new option APINikolay Aleksandrov5-19/+18
2014-01-22bonding: convert lacp_rate to use the new option APINikolay Aleksandrov6-51/+37
2014-01-22bonding: convert updelay to use the new option APINikolay Aleksandrov5-33/+27
2014-01-22bonding: convert downdelay to use the new option APINikolay Aleksandrov5-32/+27
2014-01-22bonding: convert arp_ip_target to use the new option APINikolay Aleksandrov5-41/+53
2014-01-22bonding: convert arp_interval to use the new option APINikolay Aleksandrov6-35/+32
2014-01-22bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov7-50/+43
2014-01-22bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov6-41/+36
2014-01-22bonding: convert arp_validate to use the new option APINikolay Aleksandrov6-52/+45
2014-01-22bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov7-46/+41
2014-01-22bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov6-32/+27
2014-01-22bonding: convert mode setting to use the new option APINikolay Aleksandrov6-62/+48
2014-01-22bonding: add infrastructure for an option APINikolay Aleksandrov3-0/+373
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa5-21/+30
2014-01-21bond: make slave_sysfs_ops staticstephen hemminger1-1/+1
2014-01-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com3-2/+46
2014-01-17bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com5-13/+176
2014-01-16bonding: handle slave's name change with primary_slave logicVeaceslav Falico1-3/+21
2014-01-14bonding: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue1-26/+23
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-13bonding: fix __get_active_agg() RCU logicVeaceslav Falico1-6/+4
2014-01-13bonding: fix __get_first_agg RCU usageVeaceslav Falico1-1/+4
2014-01-13bonding: fix bond_3ad_set_carrier() RCU usageVeaceslav Falico1-11/+11
2014-01-12bonding: remove dead code from 3adVeaceslav Falico1-78/+0
2014-01-12bonding: convert 3ad to use pr_warn instead of pr_warningVeaceslav Falico1-25/+25
2014-01-12bonding: clean up style for bond_3ad.cVeaceslav Falico1-270/+349
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2