summaryrefslogtreecommitdiff
path: root/drivers/net/bonding
AgeCommit message (Expand)Author
2014-01-16Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2014-01-14bonding: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-14Merge branch 'core/rcu'Ingo Molnar
2014-01-13bonding: fix __get_active_agg() RCU logicVeaceslav Falico
2014-01-13bonding: fix __get_first_agg RCU usageVeaceslav Falico
2014-01-13bonding: fix bond_3ad_set_carrier() RCU usageVeaceslav Falico
2014-01-12bonding: remove dead code from 3adVeaceslav Falico
2014-01-12bonding: convert 3ad to use pr_warn instead of pr_warningVeaceslav Falico
2014-01-12bonding: clean up style for bond_3ad.cVeaceslav Falico
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-06bonding: fix kstrtou8() return value verification in num_peer_notifVeaceslav Falico
2014-01-03bonding: add bounds checking for tbl paramssfeldma@cumulusnetworks.com
2014-01-03bonding: fix netlink msg sizesfeldma@cumulusnetworks.com
2014-01-03bonding: add ad_info attribute netlink supportsfeldma@cumulusnetworks.com
2014-01-03bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com
2014-01-03bonding: add lacp_rate attribute netlink supportsfeldma@cumulusnetworks.com
2014-01-01bonding: make more functions staticstephen hemminger
2014-01-01bonding: use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong
2014-01-01bonding: remove the return value for bond_3ad_bind_slave()dingtianhong
2014-01-01bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong
2014-01-01bonding: slight optimizztion for bond_slave_override()dingtianhong
2014-01-01bonding: slight optimization for bond_alb_xmit()dingtianhong
2014-01-01bonding: slight optimization for bond_3ad_xmit_xor()dingtianhong
2014-01-01bonding: use ether_addr_equal_unaligned for bond addr comparedingtianhong
2013-12-31bonding: ust micro BOND_NO_USE_ARP to simplify the mode checkdingtianhong
2013-12-31bonding: add option lp_interval for loading moduledingtianhong
2013-12-29bonding: make local function staticstephen hemminger
2013-12-19bonding: add packets_per_slave attribute netlink supportsfeldma@cumulusnetworks.com
2013-12-19bonding: add lp_interval attribute netlink supportsfeldma@cumulusnetworks.com
2013-12-19bonding: add min_links attribute netlink supportsfeldma@cumulusnetworks.com
2013-12-19bonding: add all_slaves_active attribute netlink supportsfeldma@cumulusnetworks.com
2013-12-19bonding: add num_grat_arp attribute netlink supportsfeldma@cumulusnetworks.com
2013-12-18bonding: protect port for bond_3ad_handle_link_change()dingtianhong
2013-12-18bonding: protect port for bond_3ad_adapter_duplex_changed()dingtianhong
2013-12-18bonding: protect port for bond_3ad_adapter_speed_changed()dingtianhong
2013-12-17bonding: add resend_igmp attribute netlink supportsfeldma@cumulusnetworks.com
2013-12-17bonding: add xmit_hash_policy attribute netlink supportsfeldma@cumulusnetworks.com
2013-12-17bonding: add fail_over_mac attribute netlink supportsfeldma@cumulusnetworks.com
2013-12-17bonding: add primary_select attribute netlink supportsfeldma@cumulusnetworks.com
2013-12-17bonding: add primary attribute netlink supportsfeldma@cumulusnetworks.com
2013-12-17bondnl: use be32 nla put/get for be32 valuesJiri Pirko
2013-12-16Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-12-14bonding: rebuild the bond_resend_igmp_join_requests_delayed()dingtianhong
2013-12-14bonding: remove unwanted lock for bond_store_primaryxxx()dingtianhong
2013-12-14bonding: remove unwanted lock for bond_option_active_slave_set()dingtianhong
2013-12-14bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong
2013-12-14bonding: remove unwanted lock for bond enslave and releasedingtianhong
2013-12-14bonding: rebuild the lock use for bond_activebackup_arp_mon()dingtianhong