1. 2557164 ata: increase allowed config flags by Kristen Carlson Accardi · 17 years ago
  2. a1e10f7 libata: move EH repeat reporting into ata_eh_report() by Tejun Heo · 17 years ago
  3. cbcdd87 libata: implement and use ata_port_desc() to report port configuration by Tejun Heo · 17 years ago
  4. c729387 libata: Strict checking for identify reporting by Alan Cox · 17 years ago
  5. ac8869d [libata] Remove ->port_disable() hook by Jeff Garzik · 17 years ago
  6. e1ddb4b [libata] add ACPI cable detect API by Alan Cox · 17 years ago
  7. 6d32d30 [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on() by Jeff Garzik · 17 years ago
  8. cb94c1c libata: add printf format attribute to ehi desc functions by Tejun Heo · 17 years ago
  9. 1552945 libata: use ata_port_printk() in ata_wait_idle() by Tejun Heo · 17 years ago
  10. 2f29496 [libata] ahci: send event when AN received by Kristen Carlson Accardi · 17 years ago
  11. 9f45cbd [libata] check for SATA async notify support by Kristen Carlson Accardi · 17 years ago
  12. 0bc2a79 libata: Correct IORDY handling by Alan Cox · 17 years ago
  13. 8989805 libata-link: add PMP links by Tejun Heo · 17 years ago
  14. dbd8261 libata-link: implement ata_link_abort() by Tejun Heo · 17 years ago
  15. 0c88758 libata-link: make two port flags HRST_TO_RESUME and SKIP_D2H_BSY link flags by Tejun Heo · 17 years ago
  16. 0260731 libata-link: linkify config/EH related functions by Tejun Heo · 17 years ago
  17. cc0680a libata-link: linkify reset by Tejun Heo · 17 years ago
  18. 936fd73 libata-link: linkify PHY-related functions by Tejun Heo · 17 years ago
  19. f58229f libata-link: implement and use link/device iterators by Tejun Heo · 17 years ago
  20. 9af5c9c libata-link: introduce ata_link by Tejun Heo · 17 years ago
  21. e869086 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  22. 287e5d6 [POWERPC] XilinxFB: Allow fixed framebuffer base address by Grant Likely · 17 years ago
  23. b4d6a72 [POWERPC] XilinxFB: Add support for custom screen resolution by Grant Likely · 17 years ago
  24. ce9d3c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  25. 038a500 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  26. 19f7115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  27. 6f35308 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 17 years ago
  28. 19ad7ae Merge branch 'dmi-const' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
  29. 1ce4890 Merge branch 'block-2.6.24' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  30. c634920 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 17 years ago
  31. 6abd2c8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 17 years ago
  32. b08d6cb [TCP]: Limit processing lost_retrans loop to work-to-do cases by Ilpo Järvinen · 17 years ago
  33. 26bcb87 ide: add ide_set{_max}_pio() (take 4) by Bartlomiej Zolnierkiewicz · 17 years ago
  34. f212ff2 ide: move ide_rate_filter() calls to the upper layer (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  35. 7670df7 ide: mode limiting fixes for user requested speed changes by Bartlomiej Zolnierkiewicz · 17 years ago
  36. 5e32132 ide: hook ACPI _PSx method to IDE power on/off by Shaohua Li · 17 years ago
  37. b4e4436 hpt366: MWDMA filter for SATA cards (take 2) by Sergei Shtylyov · 17 years ago
  38. c3f8f65 backlight: Convert corgi backlight driver into a more generic driver by Richard Purdie · 17 years ago
  39. 780513e [BLOCK] Fix failing compile with BLK_DEV_IO_TRACE=n by Boaz Harrosh · 17 years ago
  40. 3191057 [IPv6]: Export userland ND options through netlink (RDNSS support) by Pierre Ynard · 17 years ago
  41. 9ef4429 [NET]: Fix dev_put() and dev_hold() comments by Benjamin Thery · 17 years ago
  42. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  43. 7ee015e [NET]: cleanup 3rd argument in netlink_sendskb by Denis V. Lunev · 17 years ago
  44. 9936bcf [TG3]: Add 5761 support by Matt Carlson · 17 years ago
  45. 87bdc48 [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr by Herbert Xu · 17 years ago
  46. b16c3a2 [CRYPTO] api: Fixed crypto_*_reqsize return type by Herbert Xu · 17 years ago
  47. 2de98e7 [CRYPTO] ablkcipher: Remove queue pointer from common alg object by Herbert Xu · 17 years ago
  48. 39e1ee01 [CRYPTO] api: Add support for multiple template parameters by Herbert Xu · 17 years ago
  49. 1ae9782 [CRYPTO] api: Add aead crypto type by Herbert Xu · 17 years ago
  50. 3969903 [FS] seq_file: Introduce the seq_open_private() by Pavel Emelyanov · 17 years ago
  51. bfe13f5 ibm_emac: Convert to use napi_struct independent of struct net_device by Roland Dreier · 17 years ago
  52. 4665079 [NETNS]: Move some code into __init section when CONFIG_NET_NS=n by Pavel Emelyanov · 17 years ago
  53. d62a38d [ISDN]: Change I4L to use alloc_netdev(). by Karsten Keil · 17 years ago
  54. c79e335 [TCP]: Comment fastpath_cnt_hint off-by-one trap by Ilpo Järvinen · 17 years ago
  55. d30cdd2 [TG3]: Add 5784 and 5764 support. by Matt Carlson · 17 years ago
  56. 9974a35 [TG3]: Walk PCI capability lists. by Matt Carlson · 17 years ago
  57. 451bc04 [DCCP]: Tidy-up -- minisock initialisation by Gerrit Renker · 17 years ago
  58. 7c559a9 [DCCP]: Add socket option to query the current MPS by Gerrit Renker · 17 years ago
  59. 20405c0 [RFKILL]: Add support for hardware-only rfkill buttons by Michael Buesch · 17 years ago
  60. 135900c [RFKILL]: Add support for an rfkill LED. by Michael Buesch · 17 years ago
  61. e2ec458 Generic bitbanged MDIO library by Scott Wood · 17 years ago
  62. 976de6a fs_enet: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING is set. by Scott Wood · 17 years ago
  63. b7336d3 fs_enet: Include linux/string.h from linux/fs_enet_pd.h by Scott Wood · 17 years ago
  64. 8336793 [ZLIB]: Move bnx2 driver gzip unpacker into zlib. by Denys Vlasenko · 17 years ago
  65. 89e536a ax88796: add 93cx6 eeprom support by Magnus Damm · 17 years ago
  66. 0ac4952 PHYLIB: IRQ event workqueue handling fixes by Maciej W. Rozycki · 17 years ago
  67. 7c32f47 PHY fixed driver: rework release path and update phy_id notation by Vitaly Bordug · 17 years ago
  68. ee4411a [NETFILTER]: x_tables: add xt_time match by Jan Engelhardt · 17 years ago
  69. 5faa1f4 [NETFILTER]: nf_conntrack_netlink: add support to related connections by Pablo Neira Ayuso · 17 years ago
  70. 2b5c841 [NETFILTER]: nfnetlink: kill nlattr_bad_size by Patrick McHardy · 17 years ago
  71. e373057 [NETFILTER]: nfnetlink: support attribute policies by Patrick McHardy · 17 years ago
  72. fdf7083 [NETFILTER]: nfnetlink: rename functions containing 'nfattr' by Patrick McHardy · 17 years ago
  73. df6fb86 [NETFILTER]: nfnetlink: convert to generic netlink attribute functions by Patrick McHardy · 17 years ago
  74. 7c8d4cb [NETFILTER]: nfnetlink: make subsystem and callbacks const by Patrick McHardy · 17 years ago
  75. 169e367 [NETNS]: CLONE_NEWNET don't use the same clone flag as the pid namespace. by Eric W. Biederman · 17 years ago
  76. fe242cf [RFKILL]: Move rfkill_switch_all out of global header by Ivo van Doorn · 17 years ago
  77. 279632b [PATCH] rfkill: Fix documentation typos by Michael Buesch · 17 years ago
  78. b421995 [PKT_SCHED]: Add stateless NAT by Herbert Xu · 17 years ago
  79. f97df02 [PATCH] wireless networking: move frame inline functions to generic header by Johannes Berg · 17 years ago
  80. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  81. b95cce3 [NET]: Wrap hard_header_parse by Stephen Hemminger · 17 years ago
  82. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  83. 2774c7a [NET]: Make the loopback device per network namespace. by Eric W. Biederman · 17 years ago
  84. 9dd776b [NET]: Add network namespace clone & unshare support. by Eric W. Biederman · 17 years ago
  85. a94f0f9 [DCCP]: Rate-limit DCCP-Syncs by Gerrit Renker · 17 years ago
  86. 0430ee3 [DCCP]: Add Support for Data 1 .. 3 fields of Reset packets by Gerrit Renker · 17 years ago
  87. 912d8f0 [TCP] MIB: Count FRTO's successfully detected spurious RTOs by Ilpo Järvinen · 17 years ago
  88. e24eb52 [NET]: note that NETIF_F_LLTX is deprecated by Christian Borntraeger · 17 years ago
  89. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
  90. 5568296 [NL80211]: add netlink interface to cfg80211 by Johannes Berg · 17 years ago
  91. b963dc1 pppoe: endianness by Al Viro · 17 years ago
  92. 701181a arcnet endianness annotations by Al Viro · 17 years ago
  93. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  94. 61e115a [SSB]: add Sonics Silicon Backplane bus support by Michael Buesch · 17 years ago
  95. 768f3591 [NETNS]: Cleanup list walking in setup_net and cleanup_net by Pavel Emelyanov · 17 years ago
  96. 1a348cc [NET]: Add Tehuti network driver. by Andy Gospodarek · 17 years ago
  97. 1202d6f [IPG]: add IP1000A driver to kernel tree by Francois Romieu · 17 years ago
  98. f7b0e93 [SCTP]: protocol definitions for SCTP-AUTH implementation by Vlad Yasevich · 17 years ago
  99. 96793b4 [IPV4]: Add ICMPMsgStats MIB (RFC 4293) by David L Stevens · 17 years ago
  100. 14878f7 [IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2] by David L Stevens · 17 years ago