1. 8c0bc55 bonding: adjust locking comments by Nikolay Aleksandrov · 11 years ago
  2. 4bab16d bonding: alb: convert to bond->mode_lock by Nikolay Aleksandrov · 11 years ago
  3. 1c72cfdc9 bonding: clean curr_slave_lock use by Nikolay Aleksandrov · 11 years ago
  4. 62c5f51 bonding: alb: remove curr_slave_lock by Nikolay Aleksandrov · 11 years ago
  5. ecfede4 bonding: alb: clean bond->lock by Nikolay Aleksandrov · 11 years ago
  6. b5091b5 bonding: Replace rcu_dereference() with rcu_access_pointer() by Andreea-Cristina Bernat · 11 years ago
  7. 3e403a7 bonding: make it possible to have unlimited nested upper vlans by Veaceslav Falico · 11 years ago
  8. 6b794c1 bonding: Do not try to send packets over dead link in TLB mode. by Mahesh Bandewar · 11 years ago
  9. abaf98e bonding: remove pr_fmt from bond_alb.c by Veaceslav Falico · 11 years ago
  10. 0a111a0 bonding: convert bond_alb.c to use netdev_printk instead of pr_ by Veaceslav Falico · 11 years ago
  11. 4740d63 bonding: add proper __rcu annotation for curr_active_slave by Eric Dumazet · 11 years ago
  12. 14af996 bonding: Support macvlans on top of tlb/rlb mode bonds by Vlad Yasevich · 11 years ago
  13. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  14. d0c21d4 bonding: Send ALB learning packets using the right source by Vlad Yasevich · 11 years ago
  15. d6b694c bonding: Don't assume 802.1Q when sending alb learning packets. by Vlad Yasevich · 11 years ago
  16. f60c370 bonding: Fix alb mode to only use first level vlans. by Vlad Yasevich · 11 years ago
  17. 8557cd7 bonding: replace SLAVE_IS_OK() with bond_slave_can_tx() by Veaceslav Falico · 11 years ago
  18. 0184409 bonding: create a macro for bond mode and use it by Veaceslav Falico · 11 years ago
  19. e9f0fb8 bonding: Add tlb_dynamic_lb parameter for tlb mode by Mahesh Bandewar · 11 years ago
  20. f05b42e bonding: Added bond_tlb_xmit() for tlb mode. by Mahesh Bandewar · 11 years ago
  21. 9a49aba bonding: Reorg bond_alb_xmit code by Mahesh Bandewar · 11 years ago
  22. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  23. 96a0922 bonding: use the correct ether type for alb by Veaceslav Falico · 11 years ago
  24. fb00bc2 bonding: set correct vlan id for alb xmit path by dingtianhong · 11 years ago
  25. 2bb77ab bonding: Call dev_kfree_skby_any instead of kfree_skb. by Eric W. Biederman · 11 years ago
  26. 157550fb bonding: Remove unnecessary else by Joe Perches · 11 years ago
  27. 2a7c183 bonding: More use of ether_addr_copy by Joe Perches · 11 years ago
  28. ada0f86 bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar) by Joe Perches · 11 years ago
  29. 91565eb bonding: Convert pr_warning to pr_warn, neatening by Joe Perches · 11 years ago
  30. 73ac0cd bonding:fix checkpatch warnings braces {} by Wang Yufen · 11 years ago
  31. dda0fd5 bonding:fix checkpatch warnings braces {} by Wang Yufen · 11 years ago
  32. 35d75ee bonding:fix checkpatch warnings braces {} by Wang Yufen · 11 years ago
  33. fdb89d7 bonding:fix checkpatch warnings braces {} by Wang Yufen · 11 years ago
  34. 4708a1b bonding:fix checkpatch errors comments and space by Wang Yufen · 11 years ago
  35. b85b6fb bonding:fix checkpatch errors with foo* bar|foo * bar by Wang Yufen · 11 years ago
  36. 4d4ac1b bonding: slight optimization for bond_alb_xmit() by dingtianhong · 12 years ago
  37. 733ab63 bonding: rebuild the lock use for bond_alb_monitor() by dingtianhong · 12 years ago
  38. b2e7ace bonding: remove the no effect lock for bond_select_active_slave() by dingtianhong · 12 years ago
  39. adf8d3f drivers/net/*: Fix FSF address in file headers by Jeff Kirsher · 12 years ago
  40. 1f2cd84 Revert "Merge branch 'bonding_monitor_locking'" by David S. Miller · 12 years ago
  41. 2d0dafb bonding: remove bond read lock for bond_alb_monitor() by dingtianhong · 12 years ago
  42. 28c7192 bonding: use RCU protection for alb xmit path by dingtianhong · 12 years ago
  43. 4996b90 bonding: ensure that TLB mode's active slave has correct mac filter by Veaceslav Falico · 12 years ago
  44. 0965a1f bonding: add bond_has_slaves() and use it by Veaceslav Falico · 12 years ago
  45. 6475ae4 bonding: rework rlb_next_rx_slave() to use bond_for_each_slave() by Veaceslav Falico · 12 years ago
  46. 9caff1e bonding: make bond_for_each_slave() use lower neighbour's private by Veaceslav Falico · 12 years ago
  47. 81f23b1 bonding: remove bond_for_each_slave_continue_reverse() by Veaceslav Falico · 12 years ago
  48. 2f268f1 net: add adj_list to save only neighbours by Veaceslav Falico · 12 years ago
  49. 7eacd03 bonding: Make alb learning packet interval configurable by Neil Horman · 12 years ago
  50. d3ab3ff bonding: use rlb_client_info->vlan_id instead of ->tag by Veaceslav Falico · 12 years ago
  51. 6f477d4 bonding: remove bond_vlan_used() by Veaceslav Falico · 12 years ago
  52. e868b0c bonding: remove vlan_list/current_alb_vlan by Veaceslav Falico · 12 years ago
  53. 5bf94b8 bonding: make alb_send_learning_packets() use upper dev list by Veaceslav Falico · 12 years ago
  54. 7aa6498 bonding: split alb_send_learning_packets() by Veaceslav Falico · 12 years ago
  55. 278b208 bonding: initial RCU conversion by nikolay@redhat.com · 12 years ago
  56. dec1e90 bonding: convert to list API and replace bond's custom list by nikolay@redhat.com · 12 years ago
  57. b88ec38 bonding: trivial: make alb use bond_slave_has_mac() by Veaceslav Falico · 12 years ago
  58. cedb743 bonding: don't call alb_set_slave_mac_addr() while atomic by Veaceslav Falico · 12 years ago
  59. 43547ea bonding: trivial: remove unused parameter from alb_swap_mac_addr() by Veaceslav Falico · 12 years ago
  60. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  61. 471cb5a bonding: remove usage of dev->master by Jiri Pirko · 13 years ago
  62. e53665c bonding: delete migrated IP addresses from the rlb hash table by Jiri Bohac · 13 years ago
  63. 567b871 bonding: rlb mode of bond should not alter ARP originating via bridge by zheng.li · 13 years ago
  64. 0450243 bonding: drop_monitor aware by Eric Dumazet · 13 years ago
  65. de063b7 bonding: remove packet cloning in recv_probe() by Eric Dumazet · 13 years ago
  66. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  67. b99215c bonding: Fix LACPDU rx_dropped commit. by David S. Miller · 13 years ago
  68. a6700db net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits by Joe Perches · 13 years ago
  69. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 14 years ago
  70. b924551 bonding: fix enslaving in alb mode when link down by Jiri Bohac · 14 years ago
  71. f515e6b bond_alb: don't disable softirq under bond_alb_xmit by Maxim Uvarov · 14 years ago
  72. e6d265e bonding: eliminate bond_close race conditions by Jay Vosburgh · 14 years ago
  73. a0db2da bonding: properly stop queuing work when requested by Andy Gospodarek · 14 years ago
  74. cc0e407 bonding: do vlan cleanup by Jiri Pirko · 14 years ago
  75. 9fe0617 bonding: prevent deadlock on slave store with alb mode (v3) by Neil Horman · 14 years ago
  76. 0693e88 net: bonding: factor out rlock(bond->lock) in xmit path by Michał Mirosław · 14 years ago
  77. 3aba891 bonding: move processing of recv handlers into handle_frame() by Jiri Pirko · 14 years ago
  78. 77c8e2c bonding:fix two typos by Peter Pan(潘卫平) · 14 years ago
  79. 38dbaf0 bonding:set save_load to 0 when initializing by Peter Pan(潘卫平) · 14 years ago
  80. e364a34 bonding: use the correct size for _simple_hash() by Amerigo Wang · 14 years ago
  81. b305325 bonding: Ensure that we unshare skbs prior to calling pskb_may_pull by Neil Horman · 15 years ago
  82. 411204a bonding: migrate some macros from bond_alb.c to bond_alb.h by Taku Izumi · 15 years ago
  83. ab12811 bonding: correctly process non-linear skbs by Andy Gospodarek · 15 years ago
  84. bb7e95c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  85. d8190df bonding: set device in RLB ARP packet handler by Greg Edwards · 15 years ago
  86. f35188f bonding: change test for presence of VLANs by Jay Vosburgh · 15 years ago
  87. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  88. 42d782a bonding: check if clients MAC addr has changed by Flavio Leitner · 15 years ago
  89. 097811b bonding: optimize tlb_get_least_loaded_slave by Jiri Pirko · 15 years ago
  90. a4aee5c drivers/net/bonding/: : use pr_fmt by Joe Perches · 16 years ago
  91. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  92. 94e2bd6 tree-wide: fix some typos and punctuation in comments by Thadeu Lima de Souza Cascardo · 16 years ago
  93. ec87fd3 bond: Add support for multiple network namespaces by Eric W. Biederman · 16 years ago
  94. 885a136 bonding: use compare_ether_addr_64bits() in ALB by Eric Dumazet · 16 years ago
  95. e5e2a8f bonding: wipe out printk's by Jiri Pirko · 16 years ago
  96. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 16 years ago
  97. 815bcc2 bonding: fix alb mode locking regression by Jay Vosburgh · 16 years ago
  98. 2690f8d bonding: Remove debug printk by Jay Vosburgh · 16 years ago
  99. 1f78d9f drivers/net/bonding: fix sparse warnings: context imbalance by Hannes Eder · 16 years ago
  100. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 17 years ago