summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2014-01-23bonding: convert miimon to use the new option APINikolay Aleksandrov6-30/+24
2014-01-23bonding: convert num_peer_notif to use the new option APINikolay Aleksandrov5-17/+24
2014-01-23bonding: convert ad_select to use the new option APINikolay Aleksandrov7-50/+41
2014-01-23bonding: convert min_links to use the new option APINikolay Aleksandrov5-19/+18
2014-01-23bonding: convert lacp_rate to use the new option APINikolay Aleksandrov6-51/+37
2014-01-23bonding: convert updelay to use the new option APINikolay Aleksandrov5-33/+27
2014-01-23bonding: convert downdelay to use the new option APINikolay Aleksandrov5-32/+27
2014-01-23bonding: convert arp_ip_target to use the new option APINikolay Aleksandrov5-41/+53
2014-01-23bonding: convert arp_interval to use the new option APINikolay Aleksandrov6-35/+32
2014-01-23bonding: convert fail_over_mac to use the new option APINikolay Aleksandrov7-50/+43
2014-01-23bonding: convert arp_all_targets to use the new option APINikolay Aleksandrov6-41/+36
2014-01-23bonding: convert arp_validate to use the new option APINikolay Aleksandrov6-52/+45
2014-01-23bonding: convert xmit_hash_policy to use the new option APINikolay Aleksandrov7-46/+41
2014-01-23bonding: convert packets_per_slave to use the new option APINikolay Aleksandrov6-32/+27
2014-01-23bonding: convert mode setting to use the new option APINikolay Aleksandrov6-62/+48
2014-01-23bonding: add infrastructure for an option APINikolay Aleksandrov3-0/+373
2014-01-22reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa5-21/+30
2014-01-22bond: make slave_sysfs_ops staticstephen hemminger1-1/+1
2014-01-18bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com3-2/+46
2014-01-18bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com5-13/+176
2014-01-17bonding: handle slave's name change with primary_slave logicVeaceslav Falico1-3/+21
2014-01-15bonding: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue1-26/+23
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-14bonding: fix __get_active_agg() RCU logicVeaceslav Falico1-6/+4
2014-01-14bonding: fix __get_first_agg RCU usageVeaceslav Falico1-1/+4
2014-01-14bonding: fix bond_3ad_set_carrier() RCU usageVeaceslav Falico1-11/+11
2014-01-13bonding: remove dead code from 3adVeaceslav Falico1-78/+0
2014-01-13bonding: convert 3ad to use pr_warn instead of pr_warningVeaceslav Falico1-25/+25
2014-01-13bonding: 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
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+33
2014-01-07bonding: fix kstrtou8() return value verification in num_peer_notifVeaceslav Falico1-1/+1
2014-01-04bonding: add bounds checking for tbl paramssfeldma@cumulusnetworks.com1-28/+51
2014-01-04bonding: fix netlink msg sizesfeldma@cumulusnetworks.com1-0/+1
2014-01-04bonding: add ad_info attribute netlink supportsfeldma@cumulusnetworks.com1-0/+38
2014-01-04bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com5-33/+79
2014-01-04bonding: add lacp_rate attribute netlink supportsfeldma@cumulusnetworks.com4-29/+55
2014-01-02bonding: make more functions staticstephen hemminger2-6/+3
2014-01-02bonding: use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong1-2/+2
2014-01-02bonding: remove the return value for bond_3ad_bind_slave()dingtianhong2-22/+16
2014-01-02bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong2-4/+2
2014-01-02bonding: slight optimizztion for bond_slave_override()dingtianhong1-12/+8
2014-01-02bonding: slight optimization for bond_alb_xmit()dingtianhong1-7/+5
2014-01-02bonding: slight optimization for bond_3ad_xmit_xor()dingtianhong1-11/+11
2014-01-02bonding: use ether_addr_equal_unaligned for bond addr comparedingtianhong1-29/+33
2013-12-31bonding: ust micro BOND_NO_USE_ARP to simplify the mode checkdingtianhong1-12/+2
2013-12-31bonding: add option lp_interval for loading moduledingtianhong1-1/+12
2013-12-30bonding: make local function staticstephen hemminger2-2/+1
2013-12-20bonding: add packets_per_slave attribute netlink supportsfeldma@cumulusnetworks.com4-17/+57
2013-12-20bonding: add lp_interval attribute netlink supportsfeldma@cumulusnetworks.com4-11/+37