summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding (follow)
Commit message (Expand)AuthorAgeFilesLines
* bonding: fix kstrtou8() return value verification in num_peer_notifVeaceslav Falico2014-01-061-1/+1
* bonding: add bounds checking for tbl paramssfeldma@cumulusnetworks.com2014-01-041-28/+51
* bonding: fix netlink msg sizesfeldma@cumulusnetworks.com2014-01-041-0/+1
* bonding: add ad_info attribute netlink supportsfeldma@cumulusnetworks.com2014-01-041-0/+38
* bonding: add ad_select attribute netlink supportsfeldma@cumulusnetworks.com2014-01-045-33/+79
* bonding: add lacp_rate attribute netlink supportsfeldma@cumulusnetworks.com2014-01-044-29/+55
* bonding: make more functions staticstephen hemminger2014-01-022-6/+3
* bonding: use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong2014-01-021-2/+2
* bonding: remove the return value for bond_3ad_bind_slave()dingtianhong2014-01-022-22/+16
* bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong2014-01-022-4/+2
* bonding: slight optimizztion for bond_slave_override()dingtianhong2014-01-021-12/+8
* bonding: slight optimization for bond_alb_xmit()dingtianhong2014-01-021-7/+5
* bonding: slight optimization for bond_3ad_xmit_xor()dingtianhong2014-01-021-11/+11
* bonding: use ether_addr_equal_unaligned for bond addr comparedingtianhong2014-01-021-29/+33
* bonding: ust micro BOND_NO_USE_ARP to simplify the mode checkdingtianhong2013-12-311-12/+2
* bonding: add option lp_interval for loading moduledingtianhong2013-12-311-1/+12
* bonding: make local function staticstephen hemminger2013-12-292-2/+1
* bonding: add packets_per_slave attribute netlink supportsfeldma@cumulusnetworks.com2013-12-204-17/+57
* bonding: add lp_interval attribute netlink supportsfeldma@cumulusnetworks.com2013-12-204-11/+37
* bonding: add min_links attribute netlink supportsfeldma@cumulusnetworks.com2013-12-204-4/+33
* bonding: add all_slaves_active attribute netlink supportsfeldma@cumulusnetworks.com2013-12-204-27/+53
* bonding: add num_grat_arp attribute netlink supportsfeldma@cumulusnetworks.com2013-12-204-2/+40
* bonding: add resend_igmp attribute netlink supportsfeldma@cumulusnetworks.com2013-12-174-12/+38
* bonding: add xmit_hash_policy attribute netlink supportsfeldma@cumulusnetworks.com2013-12-174-7/+36
* bonding: add fail_over_mac attribute netlink supportsfeldma@cumulusnetworks.com2013-12-174-18/+39
* bonding: add primary_select attribute netlink supportsfeldma@cumulusnetworks.com2013-12-174-16/+40
* bonding: add primary attribute netlink supportsfeldma@cumulusnetworks.com2013-12-174-43/+82
* bondnl: use be32 nla put/get for be32 valuesJiri Pirko2013-12-171-2/+2
* bonding: rebuild the bond_resend_igmp_join_requests_delayed()dingtianhong2013-12-141-16/+5
* bonding: remove unwanted lock for bond_store_primaryxxx()dingtianhong2013-12-141-4/+0
* bonding: remove unwanted lock for bond_option_active_slave_set()dingtianhong2013-12-141-2/+0
* bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong2013-12-142-26/+35
* bonding: remove unwanted lock for bond enslave and releasedingtianhong2013-12-141-21/+6
* bonding: rebuild the lock use for bond_activebackup_arp_mon()dingtianhong2013-12-141-25/+20
* bonding: create bond_first_slave_rcu()dingtianhong2013-12-141-0/+4
* bonding: rebuild the lock use for bond_loadbalance_arp_mon()dingtianhong2013-12-141-6/+12
* bonding: rebuild the lock use for bond_alb_monitor()dingtianhong2013-12-141-13/+9
* bonding: rebuild the lock use for bond_mii_monitor()dingtianhong2013-12-141-13/+11
* bonding: remove the no effect lock for bond_select_active_slave()dingtianhong2013-12-142-21/+6
* bonding: add arp_all_targets netlink supportsfeldma@cumulusnetworks.com2013-12-144-6/+36
* bonding: add arp_validate netlink supportsfeldma@cumulusnetworks.com2013-12-144-22/+49
* bonding: add arp_ip_target netlink supportsfeldma@cumulusnetworks.com2013-12-144-68/+186
* bonding: add arp_interval netlink supportsfeldma@cumulusnetworks.com2013-12-144-51/+79
* bonding: add use_carrier netlink supportsfeldma@cumulusnetworks.com2013-12-144-13/+38
* bonding: add downdelay netlink supportsfeldma@cumulusnetworks.com2013-12-144-31/+51
* bonding: add updelay netlink supportsfeldma@cumulusnetworks.com2013-12-144-32/+53
* bonding: add miimon netlink supportsfeldma@cumulusnetworks.com2013-12-144-49/+79
* ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2013-12-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-102-5/+5
|\
| * bonding: fix packets_per_slave showingNikolay Aleksandrov2013-12-061-2/+2