1. 163c8ff bonding: 802.3ad: make aggregator_identifier bond-private by Jiri Bohac · 10 years ago
  2. 99932d4 netdevice: add queue selection fallback handler for ndo_select_queue by Daniel Borkmann · 10 years ago
  3. eb2d4c6 net,bonding: fix bond_options.c direct rwlock.h include by Mike Galbraith · 10 years ago
  4. f80889a bonding: Fix deadlock in bonding driver when using netpoll by dingtianhong · 10 years ago
  5. 6b8790b bonding: remove unwanted bond lock for enslave processing by dingtianhong · 10 years ago
  6. cc689aa bonding: fail_over_mac should only affect AB mode in bond_set_mac_address() by dingtianhong · 11 years ago
  7. 00503b6 bonding: fail_over_mac should only affect AB mode at enslave and removal processing by dingtianhong · 11 years ago
  8. 6fde8f0 bonding: fix locking in bond_loadbalance_arp_mon() by Ding Tianhong · 11 years ago
  9. f2ebd47 bonding: restructure locking of bond_ab_arp_probe() by Veaceslav Falico · 11 years ago
  10. 98b90f2 bonding: RCUify bond_ab_arp_probe by Veaceslav Falico · 11 years ago
  11. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  12. 0681a28 bonding: fix u64 division by Nikolay Aleksandrov · 11 years ago
  13. f939981 bonding: Don't allow bond devices to change network namespaces. by Weilong Chen · 11 years ago
  14. 3bad540 bonding: convert netlink to use slave data info api by Jiri Pirko · 11 years ago
  15. df7dbcb rtnetlink: put "BOND" into nl attribute names which are related to bonding by Jiri Pirko · 11 years ago
  16. 0a9099f bonding: change name of sysfs dir for bonding slaves by Jiri Pirko · 11 years ago
  17. c59ab67 bonding: clean the primary slave if there is no slave matching new primary by dingtianhong · 11 years ago
  18. 0e2e5b6 bonding: convert slaves to use the new option API by Nikolay Aleksandrov · 11 years ago
  19. 4325b37 bonding: convert lp_interval to use the new option API by Nikolay Aleksandrov · 11 years ago
  20. 105c8fb bonding: convert resend_igmp to use the new option API by Nikolay Aleksandrov · 11 years ago
  21. 3df0116 bonding: convert all_slaves_active to use the new option API by Nikolay Aleksandrov · 11 years ago
  22. 24089ba bonding: convert queue_id to use the new option API by Nikolay Aleksandrov · 11 years ago
  23. d1fbd3e bonding: convert active_slave to use the new option API by Nikolay Aleksandrov · 11 years ago
  24. 0fff060 bonding: convert use_carrier to use the new option API by Nikolay Aleksandrov · 11 years ago
  25. 388d3a6 bonding: convert primary_reselect to use the new option API by Nikolay Aleksandrov · 11 years ago
  26. 180222f bonding: convert primary to use the new option API by Nikolay Aleksandrov · 11 years ago
  27. b98d9c6 bonding: convert miimon to use the new option API by Nikolay Aleksandrov · 11 years ago
  28. ef56bec bonding: convert num_peer_notif to use the new option API by Nikolay Aleksandrov · 11 years ago
  29. 9e5f5ee bonding: convert ad_select to use the new option API by Nikolay Aleksandrov · 11 years ago
  30. 633ddc9 bonding: convert min_links to use the new option API by Nikolay Aleksandrov · 11 years ago
  31. d3131de bonding: convert lacp_rate to use the new option API by Nikolay Aleksandrov · 11 years ago
  32. e499461 bonding: convert updelay to use the new option API by Nikolay Aleksandrov · 11 years ago
  33. 25a9b54 bonding: convert downdelay to use the new option API by Nikolay Aleksandrov · 11 years ago
  34. 4fb0ef5 bonding: convert arp_ip_target to use the new option API by Nikolay Aleksandrov · 11 years ago
  35. 7bdb04e bonding: convert arp_interval to use the new option API by Nikolay Aleksandrov · 11 years ago
  36. 1df6b6a bonding: convert fail_over_mac to use the new option API by Nikolay Aleksandrov · 11 years ago
  37. edf36b2 bonding: convert arp_all_targets to use the new option API by Nikolay Aleksandrov · 11 years ago
  38. 1622888 bonding: convert arp_validate to use the new option API by Nikolay Aleksandrov · 11 years ago
  39. a4b32ce bonding: convert xmit_hash_policy to use the new option API by Nikolay Aleksandrov · 11 years ago
  40. aa59d85 bonding: convert packets_per_slave to use the new option API by Nikolay Aleksandrov · 11 years ago
  41. 2b3798d bonding: convert mode setting to use the new option API by Nikolay Aleksandrov · 11 years ago
  42. 0911736 bonding: add infrastructure for an option API by Nikolay Aleksandrov · 11 years ago
  43. 809fa97 reciprocal_divide: update/correction of the algorithm by Hannes Frederic Sowa · 11 years ago
  44. 8d78316 bond: make slave_sysfs_ops static by stephen hemminger · 11 years ago
  45. a693c46 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  46. 1d3ee88 bonding: add netlink attributes to slave link dev by sfeldma@cumulusnetworks.com · 11 years ago
  47. 07699f9 bonding: add sysfs /slave dir for bond slave devices. by sfeldma@cumulusnetworks.com · 11 years ago
  48. 3ec775b bonding: handle slave's name change with primary_slave logic by Veaceslav Falico · 11 years ago
  49. 0917b93 bonding: use __dev_get_by_name instead of dev_get_by_name to find interface by Ying Xue · 11 years ago
  50. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  51. 49b7624 bonding: fix __get_active_agg() RCU logic by Veaceslav Falico · 11 years ago
  52. 768b954 bonding: fix __get_first_agg RCU usage by Veaceslav Falico · 11 years ago
  53. c1bc964 bonding: fix bond_3ad_set_carrier() RCU usage by Veaceslav Falico · 11 years ago
  54. 32e25cb bonding: remove dead code from 3ad by Veaceslav Falico · 11 years ago
  55. ed3587f bonding: convert 3ad to use pr_warn instead of pr_warning by Veaceslav Falico · 11 years ago
  56. 3bf2d28 bonding: clean up style for bond_3ad.c by Veaceslav Falico · 11 years ago
  57. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 11 years ago
  58. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  59. 0b23810 bonding: fix kstrtou8() return value verification in num_peer_notif by Veaceslav Falico · 11 years ago
  60. 3243c47 bonding: add bounds checking for tbl params by sfeldma@cumulusnetworks.com · 11 years ago
  61. 288db0a bonding: fix netlink msg size by sfeldma@cumulusnetworks.com · 11 years ago
  62. 4ee7ac7 bonding: add ad_info attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  63. ec029fa bonding: add ad_select attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  64. 998e40bb bonding: add lacp_rate attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  65. 6da67d2 bonding: make more functions static by stephen hemminger · 11 years ago
  66. 844223a bonding: use ether_addr_equal_64bits to instead of ether_addr_equal by dingtianhong · 11 years ago
  67. 359632e bonding: remove the return value for bond_3ad_bind_slave() by dingtianhong · 11 years ago
  68. d316ded bonding: remove unwanted return value for bond_dev_queue_xmit() by dingtianhong · 11 years ago
  69. 3900f29 bonding: slight optimizztion for bond_slave_override() by dingtianhong · 11 years ago
  70. 4d4ac1b bonding: slight optimization for bond_alb_xmit() by dingtianhong · 11 years ago
  71. a742e1f bonding: slight optimization for bond_3ad_xmit_xor() by dingtianhong · 11 years ago
  72. 815117a bonding: use ether_addr_equal_unaligned for bond addr compare by dingtianhong · 11 years ago
  73. 834db4b bonding: ust micro BOND_NO_USE_ARP to simplify the mode check by dingtianhong · 11 years ago
  74. 3a7129e bonding: add option lp_interval for loading module by dingtianhong · 11 years ago
  75. da131dd bonding: make local function static by stephen hemminger · 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. 108db73 bonding: protect port for bond_3ad_handle_link_change() by dingtianhong · 11 years ago
  82. bca44a7 bonding: protect port for bond_3ad_adapter_duplex_changed() by dingtianhong · 11 years ago
  83. 71a06c5 bonding: protect port for bond_3ad_adapter_speed_changed() by dingtianhong · 11 years ago
  84. d8838de7 bonding: add resend_igmp attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  85. f70161c bonding: add xmit_hash_policy attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  86. 8990197 bonding: add fail_over_mac attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  87. 8a41ae4 bonding: add primary_select attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  88. 0a98a0d bonding: add primary attribute netlink support by sfeldma@cumulusnetworks.com · 11 years ago
  89. e7ef941 bondnl: use be32 nla put/get for be32 values by Jiri Pirko · 11 years ago
  90. 73a7ac2 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 11 years ago
  91. f236910 bonding: rebuild the bond_resend_igmp_join_requests_delayed() by dingtianhong · 11 years ago
  92. 75ad932 bonding: remove unwanted lock for bond_store_primaryxxx() by dingtianhong · 11 years ago
  93. 4e789fc bonding: remove unwanted lock for bond_option_active_slave_set() by dingtianhong · 11 years ago
  94. be79bd0 bonding: add RCU for bond_3ad_state_machine_handler() by dingtianhong · 11 years ago
  95. c851703 bonding: remove unwanted lock for bond enslave and release by dingtianhong · 11 years ago
  96. eb9fa4b bonding: rebuild the lock use for bond_activebackup_arp_mon() by dingtianhong · 11 years ago
  97. e001bfa bonding: create bond_first_slave_rcu() by dingtianhong · 11 years ago
  98. 2e52f4f bonding: rebuild the lock use for bond_loadbalance_arp_mon() by dingtianhong · 11 years ago
  99. 733ab63 bonding: rebuild the lock use for bond_alb_monitor() by dingtianhong · 11 years ago
  100. 4cb4f97 bonding: rebuild the lock use for bond_mii_monitor() by dingtianhong · 11 years ago