summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_options.c
Commit message (Expand)AuthorAgeFilesLines
* net: change addr_list_lock back to static keyCong Wang2020-06-091-2/+0
* bonding: add missing netdev_update_lockdep_key()Taehee Yoo2020-02-161-0/+2
* bonding: add an option to specify a delay between peer notificationsVincent Bernat2019-07-041-26/+45
* bonding/options: convert to using slave printk macrosJarod Wilson2019-06-091-18/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* bonding: fix arp_validate toggling in active-backup modeJarod Wilson2019-05-131-7/+0
* bonding: check slave set command firstlyTonghao Zhang2019-02-141-0/+2
* bonding: set default miimon value for non-arp modes if not setJarod Wilson2018-07-211-9/+14
* bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu2018-06-071-0/+1
* Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee2018-05-161-4/+3
* bonding: allow carrier and link status to determine link stateDebabrata Banerjee2018-05-161-3/+4
* bonding: allow use of tx hashing in balance-albDebabrata Banerjee2018-05-161-1/+1
* net: bonding: Replace mac address parsingAndy Shevchenko2017-12-201-5/+1
* net: Add extack to ndo_add_slaveDavid Ahern2017-10-041-1/+1
* net: bonding: Fix transmit load balancing in balance-alb mode if specified by...Kosuke Tatsukawa2017-09-111-0/+3
* Bonding: Convert multiple netdev_info messages to netdev_dbgMichael Dilmore2017-06-291-65/+67
* bonding: Prevent duplicate userspace notificationVlad Yasevich2017-05-271-2/+25
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* bonding: 3ad: allow to set ad_actor settings while the bond is upNikolay Aleksandrov2016-02-111-2/+1
* bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov2016-02-091-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-091-13/+0
|\
| * net/bonding: Export bond_option_active_slave_get_rcuMatan Barak2015-08-301-13/+0
* | bonding: convert num_grat_arp to the new bonding option APINikolay Aleksandrov2015-07-271-0/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-1/+1
|\
| * rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel2015-05-171-1/+1
* | bonding: add netlink support for sys prio, actor sys mac, and port keyAndy Gospodarek2015-05-111-9/+21
* | bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar2015-05-111-0/+26
* | bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar2015-05-111-0/+27
* | bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar2015-05-111-1/+27
|/
* bonding: update bond carrier state when min_links option changesJonathan Toppins2015-01-271-0/+1
* bonding: cleanup bond_opts arrayJonathan Toppins2015-01-121-3/+2
* net: Move bonding headers under include/netDavid S. Miller2014-11-101-1/+1
* bonding: clean curr_slave_lock useNikolay Aleksandrov2014-09-131-9/+1
* bonding: options: remove bond->lock usageNikolay Aleksandrov2014-09-091-18/+1
* bonding: convert primary_slave to use RCUNikolay Aleksandrov2014-09-091-4/+4
* bonding: create netlink event when bonding option is changedJiri Pirko2014-08-221-0/+2
* bonding: remove pr_fmt from bond_options.cVeaceslav Falico2014-07-151-2/+0
* bonding: convert bond_options.c to use netdev_printk instead of pr_Veaceslav Falico2014-07-151-115/+101
* bonding: fix bond_option_mode_set warningNikolay Aleksandrov2014-07-151-1/+2
* bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet2014-07-151-1/+1
* bonding: get rid of bond_option_active_slave_get()Eric Dumazet2014-07-151-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-0/+1
|\
| * bonding: fix out of range parameters for bond_intmax_tblNikolay Aleksandrov2014-05-151-0/+1
* | bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico2014-05-161-1/+1
* | bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico2014-05-161-2/+2
* | bonding: make USES_PRIMARY inline functionsVeaceslav Falico2014-05-161-1/+1
* | bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico2014-05-161-1/+1
* | bonding: make a generic sysfs option store and fix commentsNikolay Aleksandrov2014-05-091-1/+28
* | bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar2014-04-241-0/+27
* | bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar2014-04-241-1/+1
|/