1. 4d1ae5f bonding: add rtnl lock and remove read lock for bond sysfs by dingtianhong · 11 years ago
  2. 32819dc bonding: modify the old and add new xmit hash policies by Nikolay Aleksandrov · 11 years ago
  3. 5831d66e net: create sysfs symlinks for neighbour devices by Veaceslav Falico · 11 years ago
  4. 842d67a net: expose the master link to sysfs, and remove it from bond by Veaceslav Falico · 11 years ago
  5. 0965a1f bonding: add bond_has_slaves() and use it by Veaceslav Falico · 11 years ago
  6. 9caff1e bonding: make bond_for_each_slave() use lower neighbour's private by Veaceslav Falico · 11 years ago
  7. 7eacd03 bonding: Make alb learning packet interval configurable by Neil Horman · 11 years ago
  8. 5bb9e0b bonding: fix bond_arp_rcv setting and arp validate desync state by nikolay@redhat.com · 11 years ago
  9. 5c5038d bonding: fix store_arp_validate race with mode change by nikolay@redhat.com · 11 years ago
  10. c509316 bonding: simplify bond_3ad_update_lacp_rate and use RTNL for sync by nikolay@redhat.com · 11 years ago
  11. 278b208 bonding: initial RCU conversion by nikolay@redhat.com · 11 years ago
  12. dec1e90 bonding: convert to list API and replace bond's custom list by nikolay@redhat.com · 11 years ago
  13. 9402b74 bonding: add rtnl protection for bonding_store_fail_over_mac by dingtianhong · 11 years ago
  14. 38c4916 bonding: bond_sysfs.c checkpatch cleanup by dingtianhong · 11 years ago
  15. 8599b52 bonding: add an option to fail when any of arp_ip_target is inaccessible by Veaceslav Falico · 11 years ago
  16. 87a7b84 bonding: add helper function bond_get_targets_ip(targets, ip) by Veaceslav Falico · 11 years ago
  17. d6641cc bonding: trivial: update the comments to reflect the reality by Veaceslav Falico · 11 years ago
  18. 53edee2 bonding: allow xmit hash policy change while bond dev is up by Nikolay Aleksandrov · 11 years ago
  19. 318debd bonding: fix multiple 3ad mode sysfs race conditions by nikolay@redhat.com · 11 years ago
  20. ea6836d bonding: fix set mode race conditions by nikolay@redhat.com · 11 years ago
  21. 1bc7db1 bonding: fix disabling of arp_interval and miimon by nikolay@redhat.com · 11 years ago
  22. 9fe16b7 bonding: remove already created master sysfs link on failure by Veaceslav Falico · 11 years ago
  23. eb492f7 bonding: unset primary slave via sysfs by Milos Vyletel · 11 years ago
  24. e196c0e bonding: fix race condition in bonding_store_slaves_active by nikolay@redhat.com · 12 years ago
  25. fbb0c41 bonding: fix miimon and arp_interval delayed work race conditions by nikolay@redhat.com · 12 years ago
  26. c84e159 bonding: fix second off-by-one error by nikolay@redhat.com · 12 years ago
  27. eb6e98a bonding: fix off-by-one error by nikolay@redhat.com · 12 years ago
  28. 8a540ff bond_sysfs: use real_num_tx_queues rather than params.tx_queue by Jiri Pirko · 12 years ago
  29. 8a93664 bonding:record primary when modify it via sysfs by Weiping Pan · 12 years ago
  30. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  31. edbaa60 driver-core: remove sysdev.h usage. by Kay Sievers · 13 years ago
  32. 4a8bb7e bonding: Don't allow mode change via sysfs with slaves present by Veaceslav Falico · 13 years ago
  33. 01718e3 bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_masters by Eric W. Biederman · 13 years ago
  34. 4c22400 bonding: Use a per netns implementation of /sys/class/net/bonding_masters. by Eric W. Biederman · 13 years ago
  35. f4bb2e9 bonding: fix string comparison errors by Andy Gospodarek · 13 years ago
  36. 655f891 bonding: add min links parameter to 802.3ad by stephen hemminger · 13 years ago
  37. ba824a8 bonding: make 802.3ad use latest lacp_rate by Peter Pan(潘卫平) · 13 years ago
  38. 94265cf bonding: documentation and code cleanup for resend_igmp by Flavio Leitner · 13 years ago
  39. 9fe0617 bonding: prevent deadlock on slave store with alb mode (v3) by Neil Horman · 13 years ago
  40. ad246c9 ipv4, ipv6, bonding: Restore control over number of peer notifications by Ben Hutchings · 13 years ago
  41. 3aba891 bonding: move processing of recv handlers into handle_frame() by Jiri Pirko · 13 years ago
  42. 7c89943 bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS by Ben Hutchings · 13 years ago
  43. 2d7011c bonding: get rid of IFF_SLAVE_INACTIVE netdev->priv_flag by Jiri Pirko · 13 years ago
  44. e30bc06 bonding: wrap slave state work by Jiri Pirko · 13 years ago
  45. 0bd80da net: get rid of multiple bond-related netdevice->priv_flags by Jiri Pirko · 13 years ago
  46. 5f86cad1 bonding: Improve syslog message at device creation time by Phil Oester · 13 years ago
  47. 672bda3 bonding: fix return value of couple of store functions by Jiri Pirko · 13 years ago
  48. e843fa5 bonding: Fix deadlock in bonding driver resulting from internal locking when using netpoll by Neil Horman · 14 years ago
  49. c2952c3 bonding: add retransmit membership reports tunable by Flavio Leitner · 14 years ago
  50. c5cb002 bonding: prevent sysfs from allowing arp monitoring with alb/tlb by Andy Gospodarek · 14 years ago
  51. 7923668 bonding: fix a buffer overflow in bonding_show_queue_id. by Nicolas de Pesloüan · 14 years ago
  52. bb1d912 bonding: allow user-controlled output slave selection by Andy Gospodarek · 14 years ago
  53. ebd8e49 bonding: add all_slaves_active parameter by Andy Gospodarek · 14 years ago
  54. c20811a bonding: move dev_addr cpy to bond_enslave by Jiri Pirko · 14 years ago
  55. f9f3545 bonding: make bonding_store_slaves simpler by Jiri Pirko · 14 years ago
  56. 3dd9090 bonding: remove redundant checks from bonding_store_slaves V2 by Jiri Pirko · 14 years ago
  57. b15ba0f bonding: move slave MTU handling from sysfs V2 by Jiri Pirko · 14 years ago
  58. 6458590 bonding: remove unused variable "found" by Jiri Pirko · 14 years ago
  59. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  60. a4aee5c drivers/net/bonding/: : use pr_fmt by Joe Perches · 15 years ago
  61. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  62. ec87fd3 bond: Add support for multiple network namespaces by Eric W. Biederman · 15 years ago
  63. 6151b3d bond: Simply bond sysfs group creation by Eric W. Biederman · 15 years ago
  64. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  65. a549952 bonding: introduce primary_reselect option by Jiri Pirko · 15 years ago
  66. ce501ca bonding: set primary param via sysfs by Jiri Pirko · 15 years ago
  67. e5e2a8f bonding: wipe out printk's by Jiri Pirko · 15 years ago
  68. 5c5129b bonding: use is_zero_ether_addr by Stephen Hemminger · 15 years ago
  69. 373500d bonding: network device names are case sensative by Stephen Hemminger · 15 years ago
  70. 6d7ab43c bonding: elminate bad refcount code by Stephen Hemminger · 15 years ago
  71. 3d632c3 bonding: fix style issues by Stephen Hemminger · 15 years ago
  72. 9e71626 bonding: fix destructor by Stephen Hemminger · 15 years ago
  73. 7e08384 bonding: remove bonding read/write semaphore by Stephen Hemminger · 15 years ago
  74. d2991f7 bonding: bond_create always called with default parameters by Stephen Hemminger · 15 years ago
  75. 130aa61 bonding: fix multiple module load problem by Stephen Hemminger · 15 years ago
  76. 496a60c net: FIX bonding sysfs rtnl_lock deadlock by Eric W. Biederman · 15 years ago
  77. 5a31bec Bonding: fix zero address hole bug in arp_ip_target list by Brian Haley · 15 years ago
  78. b06715b drivers/net/bonding: fix sparse warnings: move decls to header file by Hannes Eder · 16 years ago
  79. d787552 bonding: remove duplicate declarations by Holger Eitzenberger · 16 years ago
  80. 5a03cdb bonding: use pr_debug instead of own macros by Holger Eitzenberger · 16 years ago
  81. eb7cc59 bonding: convert to net_device_ops by Stephen Hemminger · 16 years ago
  82. 454d7c9 netdevice: safe convert to netdev_priv() #part-1 by Wang Chen · 16 years ago
  83. fd989c8 bonding: alternate agg selection policies for 802.3ad by Jay Vosburgh · 16 years ago
  84. 305d552 bonding: send IPv6 neighbor advertisement on failover by Brian Haley · 16 years ago
  85. 6cf3f41 bonding, net: Move last_rx update into bonding recv logic by Jay Vosburgh · 16 years ago
  86. 6377943 drivers: replace NIPQUAD() by Harvey Harrison · 16 years ago
  87. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  88. db018a5 bonding: Don't destroy bonding master when removing slave via sysfs by Moni Shoua · 16 years ago
  89. b8a9787 bonding: Allow setting max_bonds to zero by Jay Vosburgh · 16 years ago
  90. 3915c1e8 bonding: Add "follow" option to fail_over_mac by Jay Vosburgh · 16 years ago
  91. 7893b24 bonding: Send more than one gratuitous ARP when slave takes over by Moni Shoua · 16 years ago
  92. 0883bec bonding: Relax unneeded _safe lists iterations. by Pavel Emelyanov · 16 years ago
  93. 0dd646f bonding: Remove redundant argument from bond_create. by Pavel Emelyanov · 16 years ago
  94. 38d2f38 bonding: handle case of device named bonding_master by Stephen Hemminger · 16 years ago
  95. c4ebc66 bonding: fix error unwind in bonding_store_bonds by Jay Vosburgh · 16 years ago
  96. 6952d892 [BOND]: Fix warning in bond_sysfs.c by David S. Miller · 16 years ago
  97. 027ea04 bonding: fix lock ordering for rtnl and bonding_rwsem by Jay Vosburgh · 17 years ago
  98. ece95f7 bonding: Fix up parameter parsing by Jay Vosburgh · 17 years ago
  99. e934dd7 bonding: fix locking in sysfs primary/active selection by Jay Vosburgh · 17 years ago
  100. 8e4b932 bonding: Allow setting and querying xmit policy regardless of mode by Wagner Ferenc · 17 years ago