aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_options.c
AgeCommit message (Expand)Author
2021-12-29bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera
2019-05-16bonding: fix arp_validate toggling in active-backup modeJarod Wilson
2018-07-21bonding: set default miimon value for non-arp modes if not setJarod Wilson
2018-06-07bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu
2018-05-16Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee
2018-05-16bonding: allow carrier and link status to determine link stateDebabrata Banerjee
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee
2017-12-20net: bonding: Replace mac address parsingAndy Shevchenko
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern
2017-09-11net: bonding: Fix transmit load balancing in balance-alb mode if specified by...Kosuke Tatsukawa
2017-06-29Bonding: Convert multiple netdev_info messages to netdev_dbgMichael Dilmore
2017-05-27bonding: Prevent duplicate userspace notificationVlad Yasevich
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-02-11bonding: 3ad: allow to set ad_actor settings while the bond is upNikolay Aleksandrov
2016-02-09bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-08-30net/bonding: Export bond_option_active_slave_get_rcuMatan Barak
2015-07-27bonding: convert num_grat_arp to the new bonding option APINikolay Aleksandrov
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-17rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel
2015-05-11bonding: add netlink support for sys prio, actor sys mac, and port keyAndy Gospodarek
2015-05-11bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar
2015-01-27bonding: update bond carrier state when min_links option changesJonathan Toppins
2015-01-12bonding: cleanup bond_opts arrayJonathan Toppins
2014-11-10net: Move bonding headers under include/netDavid S. Miller
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov
2014-09-09bonding: options: remove bond->lock usageNikolay Aleksandrov
2014-09-09bonding: convert primary_slave to use RCUNikolay Aleksandrov
2014-08-22bonding: create netlink event when bonding option is changedJiri Pirko
2014-07-15bonding: remove pr_fmt from bond_options.cVeaceslav Falico
2014-07-15bonding: convert bond_options.c to use netdev_printk instead of pr_Veaceslav Falico
2014-07-15bonding: fix bond_option_mode_set warningNikolay Aleksandrov
2014-07-15bonding: add proper __rcu annotation for curr_active_slaveEric Dumazet
2014-07-15bonding: get rid of bond_option_active_slave_get()Eric Dumazet
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-16bonding: convert IS_UP(slave->dev) to inline functionVeaceslav Falico
2014-05-16bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline functionVeaceslav Falico
2014-05-16bonding: make USES_PRIMARY inline functionsVeaceslav Falico
2014-05-16bonding: make BOND_NO_USES_ARP an inline functionVeaceslav Falico
2014-05-15bonding: fix out of range parameters for bond_intmax_tblNikolay Aleksandrov
2014-05-09bonding: make a generic sysfs option store and fix commentsNikolay Aleksandrov
2014-04-24bonding: Add tlb_dynamic_lb parameter for tlb modeMahesh Bandewar
2014-04-24bonding: Added bond_tlb_xmit() for tlb mode.Mahesh Bandewar
2014-03-27drivers/net: Use RCU_INIT_POINTER(x, NULL) in bonding/bond_options.cMonam Agarwal
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-06bonding: fix const in options processingstephen hemminger
2014-03-06bonding: correctly handle out of range parameters for lp_intervalSasha Levin
2014-03-06bonding: options handling cleanupstephen hemminger