1. 5bb1279 atheros: move bus ops to ath_common by Luis R. Rodriguez · 15 years ago
  2. 990b70a ath9k: move ATH9K_RSSI_BAD to hw.h by Luis R. Rodriguez · 15 years ago
  3. cfe8cba ath9k: clarify what hw code is and remove ath9k.h from a few files by Luis R. Rodriguez · 15 years ago
  4. 9680e8a ath9k: remove driver ASSERT, just use BUG_ON() by Luis R. Rodriguez · 15 years ago
  5. e3d01bf ath9k: move ATH_AMPDU_LIMIT_MAX to hw.h by Luis R. Rodriguez · 15 years ago
  6. 25c56ee ath9k: remove ath9k_ht_macmode by Luis R. Rodriguez · 15 years ago
  7. 6420014 ath9k: remove ath9k 25 MHz HT40 spacing stuff by Luis R. Rodriguez · 15 years ago
  8. 43c2761 atheros: move tx/rx chainmask to ath_common by Luis R. Rodriguez · 15 years ago
  9. c46917b atheros: add common debug printing by Luis R. Rodriguez · 15 years ago
  10. cd9bf68 ath9k: separate core driver and hw timer code by Luis R. Rodriguez · 15 years ago
  11. b002a4a atheros: add ieee80211_hw to ath_common by Luis R. Rodriguez · 15 years ago
  12. 13b8155 atheros: define shared bssidmask setting by Luis R. Rodriguez · 15 years ago
  13. e5aa847 ath5k: define ath_common ops by Luis R. Rodriguez · 15 years ago
  14. 9adca12 ath5k: allocate ath5k_hw prior to initializing hw by Luis R. Rodriguez · 15 years ago
  15. 9e4bffd atheros/ath9k: add common read/write ops and port ath9k to use it by Luis R. Rodriguez · 15 years ago
  16. 867633f ath9k: Define bus agnostic bluetooth coex prep helper by Luis R. Rodriguez · 15 years ago
  17. db71971 ath5k: move ath_common to ath5k_hw by Luis R. Rodriguez · 15 years ago
  18. 27c51f1 ath9k: move ath_common to ath_hw by Luis R. Rodriguez · 15 years ago
  19. 394317f ath5k: initialize eeprom struct early on attach by Luis R. Rodriguez · 15 years ago
  20. 954fece ath5k: use common curbssid, bssidmask and macaddr by Luis R. Rodriguez · 15 years ago
  21. 8c727e7 ar9170: make use of common macaddr and curbssid by Luis R. Rodriguez · 15 years ago
  22. 1510718 atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common by Luis R. Rodriguez · 15 years ago
  23. 3453ad8 ath9k: use ath9k_hw_write_associd() on reset by Luis R. Rodriguez · 15 years ago
  24. 7664072 ath9k: Use ath9k_hw_setbssidmask() on reset by Luis R. Rodriguez · 15 years ago
  25. f2b2143 ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hw by Luis R. Rodriguez · 15 years ago
  26. bcd8f54 atheros: use get_unaligned_le*() for bssid mask setting by Luis R. Rodriguez · 15 years ago
  27. 1775374 ath: move ath_bcast_mac to common header by Luis R. Rodriguez · 15 years ago
  28. 9ecdef4 ath9k: rename driver core and hw power save helpers by Luis R. Rodriguez · 15 years ago
  29. 8c77a56 ath9k: move ath9k_hw_setpower() to main.c by Luis R. Rodriguez · 15 years ago
  30. 1adc93c ath9k: avoid usage of ath9k_hw_setpower() on hw.c by Luis R. Rodriguez · 15 years ago
  31. a91d75a ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.c by Luis R. Rodriguez · 15 years ago
  32. 21526d5 ath9k: move ps helpers onto core driver when reseting tsf by Luis R. Rodriguez · 15 years ago
  33. a36cfbc ath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex_supported() by Luis R. Rodriguez · 15 years ago
  34. 8b4fc5b ath9k: move ath_btcoex_config and ath_bt_mode to btcoex.c by Luis R. Rodriguez · 15 years ago
  35. 5e19729 ath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.c by Luis R. Rodriguez · 15 years ago
  36. 269ad81 ath9k: simplify ath_btcoex_bt_stomp() by Luis R. Rodriguez · 15 years ago
  37. 766ec4a ath9k: rename ath_btcoex_info to ath_btcoex_hw by Luis R. Rodriguez · 15 years ago
  38. 46289e1 ath9k: rename btcoex_scheme to just scheme by Luis R. Rodriguez · 15 years ago
  39. 05a0b3c ath9k: remove unused bt_duty_cycle by Luis R. Rodriguez · 15 years ago
  40. e08a6ac ath9k: move bt_stomp_type to driver core by Luis R. Rodriguez · 15 years ago
  41. 8c1b39547 ath9k: replaces SC_OP_BTCOEX_ENABLED with a bool by Luis R. Rodriguez · 15 years ago
  42. bc74bf8 ath9k: split ath9k_hw_btcoex_enable() into two helpers by Luis R. Rodriguez · 15 years ago
  43. 75d7839 ath9k: move driver core helpers to main.c by Luis R. Rodriguez · 15 years ago
  44. 7a2f0f5 ath9k: split bluetooth hardware coex init into two helpers by Luis R. Rodriguez · 15 years ago
  45. af03abe ath9k: move hw specific btcoex info to ath_hw by Luis R. Rodriguez · 15 years ago
  46. 2e20250 ath9k: move btcoex core driver info to its own struct by Luis R. Rodriguez · 15 years ago
  47. 4d6b228 ath9k: use ath_hw for DPRINTF() and debug init/exit by Luis R. Rodriguez · 15 years ago
  48. d519e17 net: export device speed and duplex via sysfs by Andy Gospodarek · 15 years ago
  49. 053a93d cfg80211: assign device type in netdev notifier callback by Marcel Holtmann · 15 years ago
  50. 7ffbe3f net: introduce NETDEV_POST_INIT notifier by Johannes Berg · 15 years ago
  51. 225794f usbnet: Set device type for wlan and wwan devices by Marcel Holtmann · 15 years ago
  52. e1e499e usbnet: Use wwan%d interface name for mobile broadband devices by Marcel Holtmann · 15 years ago
  53. 0bfbedb tunnels: Optimize tx path by Eric Dumazet · 15 years ago
  54. 16c6cf8 ipv4: fib table algorithm performance improvement by Stephen Hemminger · 15 years ago
  55. 9777500 af_packet: add interframe drop cmsg (v6) by Neil Horman · 15 years ago
  56. 69ef969 TI DaVinci EMAC: Minor macro related updates by chaithrika@ti.com · 15 years ago
  57. 0835acf pktgen: Avoid dirtying skb->users when txq is full by Eric Dumazet · 15 years ago
  58. b3a5b6c icmp: No need to call sk_write_space() by Eric Dumazet · 15 years ago
  59. a9828ec ethtool: Remove support for obsolete string query operations by Ben Hutchings · 15 years ago
  60. 15f0a39 net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count() by Ben Hutchings · 15 years ago
  61. 1ddee09 tehuti: Convert ethtool get_stats_count() ops to get_sset_count() by Ben Hutchings · 15 years ago
  62. df8b4ec qeth: Convert ethtool get_stats_count() ops to get_sset_count() by Ben Hutchings · 15 years ago
  63. 374576a Linux 2.6.32-rc3 by Linus Torvalds · 15 years ago
  64. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  65. 5e5027b Merge branch 'acpi-pad' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  66. 6d5ee26 Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6 by Linus Torvalds · 15 years ago
  67. 5001f86 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  68. 663cc81 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  69. 6f6b35e macintosh: Don't assume i2c device probing always succeeds by Jean Delvare · 15 years ago
  70. 18669ea i2c: Hide probe errors caused by ACPI resource conflicts by Jean Delvare · 15 years ago
  71. 03f1805 i2c: Minor documentation update by Jean Delvare · 15 years ago
  72. dcffa12 mfd: AB3100 drop unused module parameters by Jean Delvare · 15 years ago
  73. 0d83f18 Staging: IIO: tsl2561: Drop unused module parameters by Jean Delvare · 15 years ago
  74. 7727986 leds: leds-pca9532 - Drop unused module parameters by Jean Delvare · 15 years ago
  75. 2d2a7cf ltc4215/ltc4245: Discard obsolete detect methods by Jean Delvare · 15 years ago
  76. 0314b02 ds2482: Discard obsolete detect method by Jean Delvare · 15 years ago
  77. b835d7f max6875: Discard obsolete detect method by Jean Delvare · 15 years ago
  78. f546c65 i2c: Move misc devices documentation by Jean Delvare · 15 years ago
  79. 58e57fb Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  80. 0f78ab9 Revert "Seperate read and write statistics of in_flight requests" by Jens Axboe · 15 years ago
  81. e00c54c cfq-iosched: don't delay async queue if it hasn't dispatched at all by Jens Axboe · 15 years ago
  82. 8a0382f Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev by Linus Torvalds · 15 years ago
  83. 0b5759c tty: Avoid dropping ldisc_mutex over hangup tty re-initialization by Linus Torvalds · 15 years ago
  84. 0a3d31b m32r: Fix IPI function calls for SMP by Toshihiro HANAWA · 15 years ago
  85. 6b6fabc m32r: Fix set_memory() for DISCONTIGMEM by Hirokazu Takata · 15 years ago
  86. bac33bd m32r: add rtc_lock variable by Hirokazu Takata · 15 years ago
  87. d2c5821 m32r: define ioread* and iowrite* macros by Hirokazu Takata · 15 years ago
  88. ced0f00 m32r: export delay loop symbols by Hirokazu Takata · 15 years ago
  89. 2cff5e1 m32r: fix tme_handler by Hirokazu Takata · 15 years ago
  90. ac481c2 block: Topology ioctls by Martin K. Petersen · 15 years ago
  91. f0a221e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  92. 9117703 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 15 years ago
  93. 61f0c1d cfq-iosched: use assigned slice sync value, not default by Jens Axboe · 15 years ago
  94. 963b72f cfq-iosched: rename 'desktop' sysfs entry to 'low_latency' by Jens Axboe · 15 years ago
  95. 7fa9742 Merge branch 'fix/hda' into for-linus by Takashi Iwai · 15 years ago
  96. a1cb9cd Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 15 years ago
  97. 8e29675 cfq-iosched: implement slower async initiate and queue ramp up by Jens Axboe · 15 years ago
  98. 365722b cfq-iosched: delay async IO dispatch, if sync IO was just done by Vivek Goyal · 15 years ago
  99. c7db7ba Merge branch 'misc' into release by Len Brown · 15 years ago
  100. 3934092 Merge branch 'bugzilla-14081' into release by Len Brown · 15 years ago