aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
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/kerne...Linus Torvalds1-1/+1
2014-01-17bonding: add netlink attributes to slave link dev[email protected]3-2/+46
2014-01-17bonding: add sysfs /slave dir for bond slave devices.[email protected]5-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
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+33
2014-01-06bonding: fix kstrtou8() return value verification in num_peer_notifVeaceslav Falico1-1/+1
2014-01-03bonding: add bounds checking for tbl params[email protected]1-28/+51
2014-01-03bonding: fix netlink msg size[email protected]1-0/+1
2014-01-03bonding: add ad_info attribute netlink support[email protected]1-0/+38
2014-01-03bonding: add ad_select attribute netlink support[email protected]5-33/+79
2014-01-03bonding: add lacp_rate attribute netlink support[email protected]4-29/+55
2014-01-01bonding: make more functions staticstephen hemminger2-6/+3
2014-01-01bonding: use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong1-2/+2
2014-01-01bonding: remove the return value for bond_3ad_bind_slave()dingtianhong2-22/+16
2014-01-01bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong2-4/+2
2014-01-01bonding: slight optimizztion for bond_slave_override()dingtianhong1-12/+8
2014-01-01bonding: slight optimization for bond_alb_xmit()dingtianhong1-7/+5
2014-01-01bonding: slight optimization for bond_3ad_xmit_xor()dingtianhong1-11/+11
2014-01-01bonding: 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-29bonding: make local function staticstephen hemminger2-2/+1
2013-12-19bonding: add packets_per_slave attribute netlink support[email protected]4-17/+57
2013-12-19bonding: add lp_interval attribute netlink support[email protected]4-11/+37
2013-12-19bonding: add min_links attribute netlink support[email protected]4-4/+33
2013-12-19bonding: add all_slaves_active attribute netlink support[email protected]4-27/+53
2013-12-19bonding: add num_grat_arp attribute netlink support[email protected]4-2/+40
2013-12-18bonding: protect port for bond_3ad_handle_link_change()dingtianhong1-6/+17
2013-12-18bonding: protect port for bond_3ad_adapter_duplex_changed()dingtianhong1-3/+8
2013-12-18bonding: protect port for bond_3ad_adapter_speed_changed()dingtianhong1-3/+8
2013-12-17bonding: add resend_igmp attribute netlink support[email protected]4-12/+38
2013-12-17bonding: add xmit_hash_policy attribute netlink support[email protected]4-7/+36
2013-12-17bonding: add fail_over_mac attribute netlink support[email protected]4-18/+39
2013-12-17bonding: add primary_select attribute netlink support[email protected]4-16/+40