1. e9f0fb8 bonding: Add tlb_dynamic_lb parameter for tlb mode by Mahesh Bandewar · 10 years ago
  2. f05b42e bonding: Added bond_tlb_xmit() for tlb mode. by Mahesh Bandewar · 10 years ago
  3. 9a49aba bonding: Reorg bond_alb_xmit code by Mahesh Bandewar · 10 years ago
  4. ee62e86 bonding: Changed hashing function to just provide hash by Mahesh Bandewar · 10 years ago
  5. db29868 bonding: Remove debug_fs files when module init fails by Thomas Richter · 10 years ago
  6. 7db8df02 bonding: Inactive slaves should keep inactive flag's value by zheng.li · 10 years ago
  7. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 10 years ago
  8. 8800a24 drivers/net: Use RCU_INIT_POINTER(x, NULL) in bonding/bond_options.c by Monam Agarwal · 10 years ago
  9. 4873ac3 bonding: add net_ratelimt to avoid spam in arp interval by dingtianhong · 10 years ago
  10. fbd929f bonding: support QinQ for bond arp interval by dingtianhong · 10 years ago
  11. 9152e26 bonding: ratelimit pr_err() for bond xmit broadcast by dingtianhong · 10 years ago
  12. 054bb88 bonding: slight optimization for bond xmit path by dingtianhong · 10 years ago
  13. 86a2b9c bonding: ratelimit pr_warn()s in 802.3ad mode by Veaceslav Falico · 10 years ago
  14. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  15. 96a0922 bonding: use the correct ether type for alb by Veaceslav Falico · 10 years ago
  16. fb00bc2 bonding: set correct vlan id for alb xmit path by dingtianhong · 10 years ago
  17. 2bb77ab bonding: Call dev_kfree_skby_any instead of kfree_skb. by Eric W. Biederman · 10 years ago
  18. a19a7ec bonding: force cast of IP address in options by stephen hemminger · 10 years ago
  19. 28f084c bonding: fix const in options processing by stephen hemminger · 10 years ago
  20. 5bd4e4c bonding: correctly handle out of range parameters for lp_interval by Sasha Levin · 10 years ago
  21. f325333 bonding: options handling cleanup by stephen hemminger · 10 years ago
  22. fca2809 bonding: remove dead code by stephen hemminger · 10 years ago
  23. 072256d bonding: make slave status notifications GFP_ATOMIC by Veaceslav Falico · 10 years ago
  24. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  25. 2857276 bonding: send arp requests even if there's no route to them by Veaceslav Falico · 10 years ago
  26. 09a89c2 bonding: disallow enslaving a bond to itself by Jiri Bohac · 10 years ago
  27. ee6154e bonding: fix a div error caused by the slave release path by Nikolay Aleksandrov · 10 years ago
  28. b092991 bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitor by dingtianhong · 10 years ago
  29. 5e5b066 bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad mode by dingtianhong · 10 years ago
  30. 7a4ddcd bonding: remove no longer needed lock for bond_xxx_info_query() by dingtianhong · 10 years ago
  31. 4335d60 bonding: use rcu_dereference() to access curr_active_slave by dingtianhong · 10 years ago
  32. 8274180 bonding: netpoll: remove unwanted slave_dev_support_netpoll() by dingtianhong · 10 years ago
  33. 010d3c3 bonding: fix bond_arp_rcv() race of curr_active_slave by Veaceslav Falico · 10 years ago
  34. 21f374c bonding: Invert test by Joe Perches · 10 years ago
  35. 157550fb bonding: Remove unnecessary else by Joe Perches · 10 years ago
  36. 2a7c183 bonding: More use of ether_addr_copy by Joe Perches · 10 years ago
  37. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  38. 49f17de bonding: rename last_arp_rx to last_rx by Veaceslav Falico · 10 years ago
  39. 8e60346 bonding: trivial: rename slave->jiffies to ->last_link_up by Veaceslav Falico · 10 years ago
  40. f8ff080 bonding: remove useless updating of slave->dev->last_rx by Veaceslav Falico · 10 years ago
  41. ff71529 bonding: use last_arp_rx in bond_loadbalance_arp_mon() by Veaceslav Falico · 10 years ago
  42. 9f24273 bonding: use last_arp_rx in slave_last_rx() by Veaceslav Falico · 10 years ago
  43. f2cb691 bonding: use the new options to correctly set last_arp_rx by Veaceslav Falico · 10 years ago
  44. 896149f bonding: extend arp_validate to be able to receive unvalidated arp-only traffic by Veaceslav Falico · 10 years ago
  45. 3fe68df bonding: always set recv_probe to bond_arp_rcv in arp monitor by Veaceslav Falico · 10 years ago
  46. 6db4a54 bonding: always update last_arp_rx on packet recieve by Veaceslav Falico · 10 years ago
  47. 13ac34a bonding: permit using arp_validate with non-ab modes by Veaceslav Falico · 10 years ago
  48. 3b7d636 bonding: remove bond->lock from bond_arp_rcv by Veaceslav Falico · 10 years ago
  49. 163c8ff bonding: 802.3ad: make aggregator_identifier bond-private by Jiri Bohac · 10 years ago
  50. 99932d4 netdevice: add queue selection fallback handler for ndo_select_queue by Daniel Borkmann · 10 years ago
  51. ada0f86 bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar) by Joe Perches · 10 years ago
  52. 2ea24f2 bonding: Convert c99 comments by Joe Perches · 10 years ago
  53. 9019426 bonding: Neaten pr_<level> by Joe Perches · 10 years ago
  54. 91565eb bonding: Convert pr_warning to pr_warn, neatening by Joe Perches · 10 years ago
  55. 73ac0cd bonding:fix checkpatch warnings braces {} by Wang Yufen · 10 years ago
  56. dda0fd5 bonding:fix checkpatch warnings braces {} by Wang Yufen · 10 years ago
  57. 35d75ee bonding:fix checkpatch warnings braces {} by Wang Yufen · 10 years ago
  58. fdb89d7 bonding:fix checkpatch warnings braces {} by Wang Yufen · 10 years ago
  59. 4708a1b bonding:fix checkpatch errors comments and space by Wang Yufen · 10 years ago
  60. b85b6fb bonding:fix checkpatch errors with foo* bar|foo * bar by Wang Yufen · 10 years ago
  61. eb2d4c6 net,bonding: fix bond_options.c direct rwlock.h include by Mike Galbraith · 10 years ago
  62. c313c89 bonding: remove the redundant judgements for bond_option_queue_id_set() by dingtianhong · 10 years ago
  63. 805d157 bonding: remove the redundant judgements for bond_set_mac_address() by dingtianhong · 10 years ago
  64. f80889a bonding: Fix deadlock in bonding driver when using netpoll by dingtianhong · 10 years ago
  65. 6b8790b bonding: remove unwanted bond lock for enslave processing by dingtianhong · 10 years ago
  66. cc689aa bonding: fail_over_mac should only affect AB mode in bond_set_mac_address() by dingtianhong · 11 years ago
  67. 00503b6 bonding: fail_over_mac should only affect AB mode at enslave and removal processing by dingtianhong · 11 years ago
  68. 6fde8f0 bonding: fix locking in bond_loadbalance_arp_mon() by Ding Tianhong · 11 years ago
  69. f2ebd47 bonding: restructure locking of bond_ab_arp_probe() by Veaceslav Falico · 11 years ago
  70. 98b90f2 bonding: RCUify bond_ab_arp_probe by Veaceslav Falico · 11 years ago
  71. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  72. 0681a28 bonding: fix u64 division by Nikolay Aleksandrov · 11 years ago
  73. f939981 bonding: Don't allow bond devices to change network namespaces. by Weilong Chen · 11 years ago
  74. 3bad540 bonding: convert netlink to use slave data info api by Jiri Pirko · 11 years ago
  75. df7dbcb rtnetlink: put "BOND" into nl attribute names which are related to bonding by Jiri Pirko · 11 years ago
  76. 0a9099f bonding: change name of sysfs dir for bonding slaves by Jiri Pirko · 11 years ago
  77. c59ab67 bonding: clean the primary slave if there is no slave matching new primary by dingtianhong · 11 years ago
  78. 0e2e5b6 bonding: convert slaves to use the new option API by Nikolay Aleksandrov · 11 years ago
  79. 4325b37 bonding: convert lp_interval to use the new option API by Nikolay Aleksandrov · 11 years ago
  80. 105c8fb bonding: convert resend_igmp to use the new option API by Nikolay Aleksandrov · 11 years ago
  81. 3df0116 bonding: convert all_slaves_active to use the new option API by Nikolay Aleksandrov · 11 years ago
  82. 24089ba bonding: convert queue_id to use the new option API by Nikolay Aleksandrov · 11 years ago
  83. d1fbd3e bonding: convert active_slave to use the new option API by Nikolay Aleksandrov · 11 years ago
  84. 0fff060 bonding: convert use_carrier to use the new option API by Nikolay Aleksandrov · 11 years ago
  85. 388d3a6 bonding: convert primary_reselect to use the new option API by Nikolay Aleksandrov · 11 years ago
  86. 180222f bonding: convert primary to use the new option API by Nikolay Aleksandrov · 11 years ago
  87. b98d9c6 bonding: convert miimon to use the new option API by Nikolay Aleksandrov · 11 years ago
  88. ef56bec bonding: convert num_peer_notif to use the new option API by Nikolay Aleksandrov · 11 years ago
  89. 9e5f5ee bonding: convert ad_select to use the new option API by Nikolay Aleksandrov · 11 years ago
  90. 633ddc9 bonding: convert min_links to use the new option API by Nikolay Aleksandrov · 11 years ago
  91. d3131de bonding: convert lacp_rate to use the new option API by Nikolay Aleksandrov · 11 years ago
  92. e499461 bonding: convert updelay to use the new option API by Nikolay Aleksandrov · 11 years ago
  93. 25a9b54 bonding: convert downdelay to use the new option API by Nikolay Aleksandrov · 11 years ago
  94. 4fb0ef5 bonding: convert arp_ip_target to use the new option API by Nikolay Aleksandrov · 11 years ago
  95. 7bdb04e bonding: convert arp_interval to use the new option API by Nikolay Aleksandrov · 11 years ago
  96. 1df6b6a bonding: convert fail_over_mac to use the new option API by Nikolay Aleksandrov · 11 years ago
  97. edf36b2 bonding: convert arp_all_targets to use the new option API by Nikolay Aleksandrov · 11 years ago
  98. 1622888 bonding: convert arp_validate to use the new option API by Nikolay Aleksandrov · 11 years ago
  99. a4b32ce bonding: convert xmit_hash_policy to use the new option API by Nikolay Aleksandrov · 11 years ago
  100. aa59d85 bonding: convert packets_per_slave to use the new option API by Nikolay Aleksandrov · 11 years ago