1. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 14 years ago
  2. a4aee5c drivers/net/bonding/: : use pr_fmt by Joe Perches · 15 years ago
  3. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  4. ec87fd3 bond: Add support for multiple network namespaces by Eric W. Biederman · 15 years ago
  5. 6151b3d bond: Simply bond sysfs group creation by Eric W. Biederman · 15 years ago
  6. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  7. a549952 bonding: introduce primary_reselect option by Jiri Pirko · 15 years ago
  8. ce501ca bonding: set primary param via sysfs by Jiri Pirko · 15 years ago
  9. e5e2a8f bonding: wipe out printk's by Jiri Pirko · 15 years ago
  10. 5c5129b bonding: use is_zero_ether_addr by Stephen Hemminger · 15 years ago
  11. 373500d bonding: network device names are case sensative by Stephen Hemminger · 15 years ago
  12. 6d7ab43c bonding: elminate bad refcount code by Stephen Hemminger · 15 years ago
  13. 3d632c3 bonding: fix style issues by Stephen Hemminger · 15 years ago
  14. 9e71626 bonding: fix destructor by Stephen Hemminger · 15 years ago
  15. 7e08384 bonding: remove bonding read/write semaphore by Stephen Hemminger · 15 years ago
  16. d2991f7 bonding: bond_create always called with default parameters by Stephen Hemminger · 15 years ago
  17. 130aa61 bonding: fix multiple module load problem by Stephen Hemminger · 15 years ago
  18. 496a60c net: FIX bonding sysfs rtnl_lock deadlock by Eric W. Biederman · 15 years ago
  19. 5a31bec Bonding: fix zero address hole bug in arp_ip_target list by Brian Haley · 15 years ago
  20. b06715b drivers/net/bonding: fix sparse warnings: move decls to header file by Hannes Eder · 16 years ago
  21. d787552 bonding: remove duplicate declarations by Holger Eitzenberger · 16 years ago
  22. 5a03cdb bonding: use pr_debug instead of own macros by Holger Eitzenberger · 16 years ago
  23. eb7cc59 bonding: convert to net_device_ops by Stephen Hemminger · 16 years ago
  24. 454d7c9 netdevice: safe convert to netdev_priv() #part-1 by Wang Chen · 16 years ago
  25. fd989c8 bonding: alternate agg selection policies for 802.3ad by Jay Vosburgh · 16 years ago
  26. 305d552 bonding: send IPv6 neighbor advertisement on failover by Brian Haley · 16 years ago
  27. 6cf3f41 bonding, net: Move last_rx update into bonding recv logic by Jay Vosburgh · 16 years ago
  28. 6377943 drivers: replace NIPQUAD() by Harvey Harrison · 16 years ago
  29. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  30. db018a5 bonding: Don't destroy bonding master when removing slave via sysfs by Moni Shoua · 16 years ago
  31. b8a9787 bonding: Allow setting max_bonds to zero by Jay Vosburgh · 16 years ago
  32. 3915c1e8 bonding: Add "follow" option to fail_over_mac by Jay Vosburgh · 16 years ago
  33. 7893b24 bonding: Send more than one gratuitous ARP when slave takes over by Moni Shoua · 16 years ago
  34. 0883bec bonding: Relax unneeded _safe lists iterations. by Pavel Emelyanov · 16 years ago
  35. 0dd646f bonding: Remove redundant argument from bond_create. by Pavel Emelyanov · 16 years ago
  36. 38d2f38 bonding: handle case of device named bonding_master by Stephen Hemminger · 16 years ago
  37. c4ebc66 bonding: fix error unwind in bonding_store_bonds by Jay Vosburgh · 16 years ago
  38. 6952d892 [BOND]: Fix warning in bond_sysfs.c by David S. Miller · 16 years ago
  39. 027ea04 bonding: fix lock ordering for rtnl and bonding_rwsem by Jay Vosburgh · 16 years ago
  40. ece95f7 bonding: Fix up parameter parsing by Jay Vosburgh · 16 years ago
  41. e934dd7 bonding: fix locking in sysfs primary/active selection by Jay Vosburgh · 16 years ago
  42. 8e4b932 bonding: Allow setting and querying xmit policy regardless of mode by Wagner Ferenc · 17 years ago
  43. 1dcdcd6 bonding: Coding style: break line after the if condition by Wagner Ferenc · 17 years ago
  44. b884366 bonding: Purely cosmetic: rename a local variable by Wagner Ferenc · 17 years ago
  45. 16cd016 bonding: Return nothing for not applicable values by Wagner Ferenc · 17 years ago
  46. 7bd4650 bonding: Remove trailing NULs from sysfs interface. by Wagner Ferenc · 17 years ago
  47. 1466a21 bonding: fix rtnl locking merge error by Jay Vosburgh · 17 years ago
  48. 6603a6f bonding: Convert more locks to _bh, acquire rtnl, for new locking by Jay Vosburgh · 17 years ago
  49. 1b76b31 Convert bonding timers to workqueues by Jay Vosburgh · 17 years ago
  50. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  51. dd957c5 net/bonding: Optionally allow ethernet slaves to keep own MAC by Jay Vosburgh · 17 years ago
  52. d90a162 net/bonding: Destroy bonding master when last slave is gone by Moni Shoua · 17 years ago
  53. 3158bf7 net/bonding: Handlle wrong assumptions that slave is always an Ethernet device by Moni Shoua · 17 years ago
  54. 6b1bf09 net/bonding: Enable IP multicast for bonding IPoIB devices by Moni Shoua · 17 years ago
  55. d3bb52b endianness annotations drivers/net/bonding/ by Al Viro · 17 years ago
  56. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  57. bf1e9a0 Clean up duplicate includes in drivers/net/ by Jesper Juhl · 17 years ago
  58. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  59. 3201e65 bonding: Fix use after free in unregister path by Jay Vosburgh · 17 years ago
  60. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  61. f2aca47 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  62. 43cb76d Network: convert network devices to use struct device instead of class_device by Greg Kroah-Hartman · 22 years ago
  63. 877cbd3 bonding: modify sysfs support to permit multiple loads by Jay Vosburgh · 17 years ago
  64. f5b2b96 [PATCH] bonding: Validate probe replies in ARP monitor by Jay Vosburgh · 18 years ago
  65. a50d8de [PATCH] bonding: Remove unneeded NULL test by Jay Vosburgh · 18 years ago
  66. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  67. 8f903c7 [PATCH] bonding: suppress duplicate packets by Jay Vosburgh · 18 years ago
  68. 3418db7 [PATCH] bonding: Sparse warnings fix by Luiz Fernando Capitulino · 18 years ago
  69. 2e06cb5 [bonding] Remove superfluous changelog. by Jeff Garzik · 19 years ago
  70. b76cdba [PATCH] bonding: add sysfs functionality to bonding (large) by Mitch Williams · 19 years ago