1. 7f20cd2 bonding: 3ad: allow to set ad_actor settings while the bond is up by Nikolay Aleksandrov · 8 years ago
  2. 5ee14e6 bonding: 3ad: apply ad_actor settings changes immediately by Nikolay Aleksandrov · 8 years ago
  3. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  4. e999869 net/bonding: Export bond_option_active_slave_get_rcu by Matan Barak · 9 years ago
  5. 205845a bonding: convert num_grat_arp to the new bonding option API by Nikolay Aleksandrov · 9 years ago
  6. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  7. ed2a80a rtnl/bond: don't send rtnl msg for unregistered iface by Nicolas Dichtel · 9 years ago
  8. 171a42c bonding: add netlink support for sys prio, actor sys mac, and port key by Andy Gospodarek · 9 years ago
  9. d22a5fc bonding: Implement user key part of port_key in an AD system. by Mahesh Bandewar · 9 years ago
  10. 7451495 bonding: Allow userspace to set actors' macaddr in an AD-system. by Mahesh Bandewar · 9 years ago
  11. 6791e46 bonding: Allow userspace to set actors' system_priority in AD system by Mahesh Bandewar · 9 years ago
  12. 2477bc9 bonding: update bond carrier state when min_links option changes by Jonathan Toppins · 10 years ago
  13. 7bfa014 bonding: cleanup bond_opts array by Jonathan Toppins · 10 years ago
  14. 1ef8019 net: Move bonding headers under include/net by David S. Miller · 10 years ago
  15. 1c72cfdc9 bonding: clean curr_slave_lock use by Nikolay Aleksandrov · 10 years ago
  16. 246df7b bonding: options: remove bond->lock usage by Nikolay Aleksandrov · 10 years ago
  17. 059b47e bonding: convert primary_slave to use RCU by Nikolay Aleksandrov · 10 years ago
  18. d4261e5 bonding: create netlink event when bonding option is changed by Jiri Pirko · 10 years ago
  19. cb25235 bonding: remove pr_fmt from bond_options.c by Veaceslav Falico · 10 years ago
  20. 2de390b bonding: convert bond_options.c to use netdev_printk instead of pr_ by Veaceslav Falico · 10 years ago
  21. ff11d8b bonding: fix bond_option_mode_set warning by Nikolay Aleksandrov · 10 years ago
  22. 4740d63 bonding: add proper __rcu annotation for curr_active_slave by Eric Dumazet · 10 years ago
  23. e965f80 bonding: get rid of bond_option_active_slave_get() by Eric Dumazet · 10 years ago
  24. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  25. b6adc61 bonding: convert IS_UP(slave->dev) to inline function by Veaceslav Falico · 10 years ago
  26. 2807a9f bonding: make IS_IP_TARGET_UNUSABLE_ADDRESS an inline function by Veaceslav Falico · 10 years ago
  27. ec0865a bonding: make USES_PRIMARY inline functions by Veaceslav Falico · 10 years ago
  28. 267bed7 bonding: make BOND_NO_USES_ARP an inline function by Veaceslav Falico · 10 years ago
  29. 81c7080 bonding: fix out of range parameters for bond_intmax_tbl by Nikolay Aleksandrov · 10 years ago
  30. dc3e5d1 bonding: make a generic sysfs option store and fix comments by Nikolay Aleksandrov · 10 years ago
  31. e9f0fb8 bonding: Add tlb_dynamic_lb parameter for tlb mode by Mahesh Bandewar · 10 years ago
  32. f05b42e bonding: Added bond_tlb_xmit() for tlb mode. by Mahesh Bandewar · 10 years ago
  33. 8800a24 drivers/net: Use RCU_INIT_POINTER(x, NULL) in bonding/bond_options.c by Monam Agarwal · 10 years ago
  34. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  35. 28f084c bonding: fix const in options processing by stephen hemminger · 10 years ago
  36. 5bd4e4c bonding: correctly handle out of range parameters for lp_interval by Sasha Levin · 10 years ago
  37. f325333 bonding: options handling cleanup by stephen hemminger · 10 years ago
  38. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  39. 896149f bonding: extend arp_validate to be able to receive unvalidated arp-only traffic by Veaceslav Falico · 10 years ago
  40. 3fe68df bonding: always set recv_probe to bond_arp_rcv in arp monitor by Veaceslav Falico · 10 years ago
  41. 13ac34a bonding: permit using arp_validate with non-ab modes by Veaceslav Falico · 10 years ago
  42. 9019426 bonding: Neaten pr_<level> by Joe Perches · 10 years ago
  43. eb2d4c6 net,bonding: fix bond_options.c direct rwlock.h include by Mike Galbraith · 10 years ago
  44. c313c89 bonding: remove the redundant judgements for bond_option_queue_id_set() by dingtianhong · 10 years ago
  45. 0681a28 bonding: fix u64 division by Nikolay Aleksandrov · 11 years ago
  46. c59ab67 bonding: clean the primary slave if there is no slave matching new primary by dingtianhong · 11 years ago
  47. 0e2e5b6 bonding: convert slaves to use the new option API by Nikolay Aleksandrov · 11 years ago
  48. 4325b37 bonding: convert lp_interval to use the new option API by Nikolay Aleksandrov · 11 years ago
  49. 105c8fb bonding: convert resend_igmp to use the new option API by Nikolay Aleksandrov · 11 years ago
  50. 3df0116 bonding: convert all_slaves_active to use the new option API by Nikolay Aleksandrov · 11 years ago
  51. 24089ba bonding: convert queue_id to use the new option API by Nikolay Aleksandrov · 11 years ago
  52. d1fbd3e bonding: convert active_slave to use the new option API by Nikolay Aleksandrov · 11 years ago
  53. 0fff060 bonding: convert use_carrier to use the new option API by Nikolay Aleksandrov · 11 years ago
  54. 388d3a6 bonding: convert primary_reselect to use the new option API by Nikolay Aleksandrov · 11 years ago
  55. 180222f bonding: convert primary to use the new option API by Nikolay Aleksandrov · 11 years ago
  56. b98d9c6 bonding: convert miimon to use the new option API by Nikolay Aleksandrov · 11 years ago
  57. ef56bec bonding: convert num_peer_notif to use the new option API by Nikolay Aleksandrov · 11 years ago
  58. 9e5f5ee bonding: convert ad_select to use the new option API by Nikolay Aleksandrov · 11 years ago
  59. 633ddc9 bonding: convert min_links to use the new option API by Nikolay Aleksandrov · 11 years ago
  60. d3131de bonding: convert lacp_rate to use the new option API by Nikolay Aleksandrov · 11 years ago
  61. e499461 bonding: convert updelay to use the new option API by Nikolay Aleksandrov · 11 years ago
  62. 25a9b54 bonding: convert downdelay to use the new option API by Nikolay Aleksandrov · 11 years ago
  63. 4fb0ef5 bonding: convert arp_ip_target to use the new option API by Nikolay Aleksandrov · 11 years ago
  64. 7bdb04e bonding: convert arp_interval to use the new option API by Nikolay Aleksandrov · 11 years ago
  65. 1df6b6a bonding: convert fail_over_mac to use the new option API by Nikolay Aleksandrov · 11 years ago
  66. edf36b2 bonding: convert arp_all_targets to use the new option API by Nikolay Aleksandrov · 11 years ago
  67. 1622888 bonding: convert arp_validate to use the new option API by Nikolay Aleksandrov · 11 years ago
  68. a4b32ce bonding: convert xmit_hash_policy to use the new option API by Nikolay Aleksandrov · 11 years ago
  69. aa59d85 bonding: convert packets_per_slave to use the new option API by Nikolay Aleksandrov · 11 years ago
  70. 2b3798d bonding: convert mode setting to use the new option API by Nikolay Aleksandrov · 11 years ago
  71. 0911736 bonding: add infrastructure for an option API by Nikolay Aleksandrov · 11 years ago
  72. 809fa97 reciprocal_divide: update/correction of the algorithm by Hannes Frederic Sowa · 11 years ago
  73. 3243c47 bonding: add bounds checking for tbl params by sfeldma@cumulusnetworks.com · 11 years ago
  74. ec029fa bonding: add ad_select attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  75. 998e40bb bonding: add lacp_rate attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  76. c13ab3f bonding: add packets_per_slave attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  77. 8d836d0 bonding: add lp_interval attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  78. 7d10100 bonding: add min_links attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  79. 1cc0b1e bonding: add all_slaves_active attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  80. 2c9839c bonding: add num_grat_arp attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  81. d8838de7 bonding: add resend_igmp attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  82. f70161c bonding: add xmit_hash_policy attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  83. 8990197 bonding: add fail_over_mac attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  84. 8a41ae4 bonding: add primary_select attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  85. 0a98a0d bonding: add primary attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  86. 4e789fc bonding: remove unwanted lock for bond_option_active_slave_set() by dingtianhong · 11 years ago
  87. d5c8425 bonding: add arp_all_targets netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  88. 29c4948 bonding: add arp_validate netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  89. 7f28fa1 bonding: add arp_ip_target netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  90. 06151db bonding: add arp_interval netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  91. 9f53e14 bonding: add use_carrier netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  92. c7461f9 bonding: add downdelay netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  93. 25852e2 bonding: add updelay netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  94. eecdaa6 bonding: add miimon netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  95. fe9d04a bonding: disable arp and enable mii monitoring when bond change to no uses arp mode by dingtianhong · 11 years ago
  96. 752d48b bonding: move active_slave getting into separate function by Jiri Pirko · 11 years ago
  97. d9e32b2 bonding: move active_slave setting into separate function by Jiri Pirko · 11 years ago
  98. 72be35f bonding: move mode setting into separate function by Jiri Pirko · 11 years ago