summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
Commit message (Expand)AuthorAgeFilesLines
* bonding: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue2014-01-151-26/+23Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+2
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-1/+2
* | bonding: fix __get_active_agg() RCU logicVeaceslav Falico2014-01-141-6/+4Star
* | bonding: fix __get_first_agg RCU usageVeaceslav Falico2014-01-141-1/+4
* | bonding: fix bond_3ad_set_carrier() RCU usageVeaceslav Falico2014-01-141-11/+11
* | bonding: remove dead code from 3adVeaceslav Falico2014-01-121-78/+0Star
* | bonding: convert 3ad to use pr_warn instead of pr_warningVeaceslav Falico2014-01-121-25/+25
* | bonding: clean up style for bond_3ad.cVeaceslav Falico2014-01-121-270/+349
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-12/+33
|\|
| * bonding: protect port for bond_3ad_handle_link_change()dingtianhong2013-12-181-6/+17
| * bonding: protect port for bond_3ad_adapter_duplex_changed()dingtianhong2013-12-181-3/+8
| * bonding: protect port for bond_3ad_adapter_speed_changed()dingtianhong2013-12-181-3/+8
* | 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/+3Star
* | 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/+16Star
* | bonding: remove unwanted return value for bond_dev_queue_xmit()dingtianhong2014-01-022-4/+2Star
* | bonding: slight optimizztion for bond_slave_override()dingtianhong2014-01-021-12/+8Star
* | bonding: slight optimization for bond_alb_xmit()dingtianhong2014-01-021-7/+5Star
* | 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/+2Star
* | bonding: add option lp_interval for loading moduledingtianhong2013-12-311-1/+12
* | bonding: make local function staticstephen hemminger2013-12-292-2/+1Star
* | 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/+5Star
* | bonding: remove unwanted lock for bond_store_primaryxxx()dingtianhong2013-12-141-4/+0Star
* | bonding: remove unwanted lock for bond_option_active_slave_set()dingtianhong2013-12-141-2/+0Star
* | 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/+6Star
* | bonding: rebuild the lock use for bond_activebackup_arp_mon()dingtianhong2013-12-141-25/+20Star
* | 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/+9Star