aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_options.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-24Bonding: add per-port priority for failover re-selectionHangbin Liu1-0/+33
2022-06-09bonding: netlink error message support for optionsJonathan Toppins1-7/+25
2022-06-01bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu1-4/+6
2022-02-21bonding: add new option ns_ip6_targetHangbin Liu1-0/+72
2022-02-21bonding: add new parameter ns_targetsHangbin Liu1-1/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-21bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera1-1/+1
2021-11-30Bonding: add arp_missed_max optionHangbin Liu1-0/+28
2021-08-03bonding: add new option lacp_activeHangbin Liu1-0/+27
2021-06-03bonding: remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-03net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()Kees Cook1-2/+1
2021-03-15bonding: Added -ENODEV interpret for slaves optionJianlin Lv1-0/+9
2021-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson1-6/+7
2021-01-18net/bonding: Implement TLS TX device offloadTariq Toukan1-2/+25
2021-01-18net/bonding: Take update_features call out of XFRM funcitonTariq Toukan1-9/+10
2020-12-08bonding: fix feature flag setting at init timeJarod Wilson1-7/+15
2020-07-01bonding: allow xfrm offload setup post-module-loadJarod Wilson1-0/+8
2020-06-09net: change addr_list_lock back to static keyCong Wang1-2/+0
2020-02-16bonding: add missing netdev_update_lockdep_key()Taehee Yoo1-0/+2
2019-07-04bonding: add an option to specify a delay between peer notificationsVincent Bernat1-26/+45
2019-06-09bonding/options: convert to using slave printk macrosJarod Wilson1-18/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-13bonding: fix arp_validate toggling in active-backup modeJarod Wilson1-7/+0
2019-02-14bonding: check slave set command firstlyTonghao Zhang1-0/+2
2018-07-21bonding: set default miimon value for non-arp modes if not setJarod Wilson1-9/+14
2018-06-07bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu1-0/+1
2018-05-16Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee1-4/+3
2018-05-16bonding: allow carrier and link status to determine link stateDebabrata Banerjee1-3/+4
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee1-1/+1
2017-12-20net: bonding: Replace mac address parsingAndy Shevchenko1-5/+1
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern1-1/+1
2017-09-11net: bonding: Fix transmit load balancing in balance-alb mode if specified by sysfsKosuke Tatsukawa1-0/+3
2017-06-29Bonding: Convert multiple netdev_info messages to netdev_dbgMichael Dilmore1-65/+67
2017-05-27bonding: Prevent duplicate userspace notificationVlad Yasevich1-2/+25
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2016-02-11bonding: 3ad: allow to set ad_actor settings while the bond is upNikolay Aleksandrov1-2/+1
2016-02-09bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov1-0/+4
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-13/+0
2015-08-30net/bonding: Export bond_option_active_slave_get_rcuMatan Barak1-13/+0
2015-07-27bonding: convert num_grat_arp to the new bonding option APINikolay Aleksandrov1-0/+7
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-17rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel1-1/+1
2015-05-11bonding: add netlink support for sys prio, actor sys mac, and port keyAndy Gospodarek1-9/+21
2015-05-11bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar1-0/+26
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar1-0/+27
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar1-1/+27
2015-01-27bonding: update bond carrier state when min_links option changesJonathan Toppins1-0/+1
2015-01-12bonding: cleanup bond_opts arrayJonathan Toppins1-3/+2
2014-11-10net: Move bonding headers under include/netDavid S. Miller1-1/+1
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov1-9/+1