aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
AgeCommit message (Expand)AuthorFilesLines
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 paramssfeldma@cumulusnetworks.com1-28/+51
2014-01-03bonding: fix netlink msg sizesfeldma@cumulusnetworks.com1-0/+1
2014-01-03bonding: add ad_info attribute netlink supportsfeldma@cumulusnetworks.com1-0/+38
2014-01-03bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com5-33/+79
2014-01-03bonding: add lacp_rate attribute netlink supportsfeldma@cumulusnetworks.com4-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 supportsfeldma@cumulusnetworks.com4-17/+57
2013-12-19bonding: add lp_interval attribute netlink supportsfeldma@cumulusnetworks.com4-11/+37
2013-12-19bonding: add min_links attribute netlink supportsfeldma@cumulusnetworks.com4-4/+33
2013-12-19bonding: add all_slaves_active attribute netlink supportsfeldma@cumulusnetworks.com4-27/+53
2013-12-19bonding: add num_grat_arp attribute netlink supportsfeldma@cumulusnetworks.com4-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 supportsfeldma@cumulusnetworks.com4-12/+38
2013-12-17bonding: add xmit_hash_policy attribute netlink supportsfeldma@cumulusnetworks.com4-7/+36
2013-12-17bonding: add fail_over_mac attribute netlink supportsfeldma@cumulusnetworks.com4-18/+39
2013-12-17bonding: add primary_select attribute netlink supportsfeldma@cumulusnetworks.com4-16/+40
2013-12-17bonding: add primary attribute netlink supportsfeldma@cumulusnetworks.com4-43/+82
2013-12-17bondnl: use be32 nla put/get for be32 valuesJiri Pirko1-2/+2
2013-12-16Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2013-12-14bonding: rebuild the bond_resend_igmp_join_requests_delayed()dingtianhong1-16/+5
2013-12-14bonding: remove unwanted lock for bond_store_primaryxxx()dingtianhong1-4/+0
2013-12-14bonding: remove unwanted lock for bond_option_active_slave_set()dingtianhong1-2/+0
2013-12-14bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong2-26/+35
2013-12-14bonding: remove unwanted lock for bond enslave and releasedingtianhong1-21/+6
2013-12-14bonding: rebuild the lock use for bond_activebackup_arp_mon()dingtianhong1-25/+20
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong1-0/+4
2013-12-14bonding: rebuild the lock use for bond_loadbalance_arp_mon()dingtianhong1-6/+12
2013-12-14bonding: rebuild the lock use for bond_alb_monitor()dingtianhong1-13/+9
2013-12-14bonding: rebuild the lock use for bond_mii_monitor()dingtianhong1-13/+11
2013-12-14bonding: remove the no effect lock for bond_select_active_slave()dingtianhong2-21/+6
2013-12-14bonding: add arp_all_targets netlink supportsfeldma@cumulusnetworks.com4-6/+36
2013-12-14bonding: add arp_validate netlink supportsfeldma@cumulusnetworks.com4-22/+49
2013-12-14bonding: add arp_ip_target netlink supportsfeldma@cumulusnetworks.com4-68/+186
2013-12-14bonding: add arp_interval netlink supportsfeldma@cumulusnetworks.com4-51/+79
2013-12-14bonding: add use_carrier netlink supportsfeldma@cumulusnetworks.com4-13/+38
2013-12-14bonding: add downdelay netlink supportsfeldma@cumulusnetworks.com4-31/+51