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. 225794f usbnet: Set device type for wlan and wwan devices by Marcel Holtmann · 15 years ago
  49. e1e499e usbnet: Use wwan%d interface name for mobile broadband devices by Marcel Holtmann · 15 years ago
  50. 69ef969 TI DaVinci EMAC: Minor macro related updates by chaithrika@ti.com · 15 years ago
  51. 15f0a39 net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count() by Ben Hutchings · 15 years ago
  52. 1ddee09 tehuti: Convert ethtool get_stats_count() ops to get_sset_count() by Ben Hutchings · 15 years ago
  53. df8b4ec qeth: Convert ethtool get_stats_count() ops to get_sset_count() by Ben Hutchings · 15 years ago
  54. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  55. 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
  56. 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
  57. 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
  58. 663cc81 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  59. 6f6b35e macintosh: Don't assume i2c device probing always succeeds by Jean Delvare · 15 years ago
  60. 18669ea i2c: Hide probe errors caused by ACPI resource conflicts by Jean Delvare · 15 years ago
  61. dcffa12 mfd: AB3100 drop unused module parameters by Jean Delvare · 15 years ago
  62. 0d83f18 Staging: IIO: tsl2561: Drop unused module parameters by Jean Delvare · 15 years ago
  63. 7727986 leds: leds-pca9532 - Drop unused module parameters by Jean Delvare · 15 years ago
  64. 2d2a7cf ltc4215/ltc4245: Discard obsolete detect methods by Jean Delvare · 15 years ago
  65. 0314b02 ds2482: Discard obsolete detect method by Jean Delvare · 15 years ago
  66. b835d7f max6875: Discard obsolete detect method by Jean Delvare · 15 years ago
  67. 58e57fb Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  68. 0f78ab9 Revert "Seperate read and write statistics of in_flight requests" by Jens Axboe · 15 years ago
  69. 0b5759c tty: Avoid dropping ldisc_mutex over hangup tty re-initialization by Linus Torvalds · 15 years ago
  70. c7db7ba Merge branch 'misc' into release by Len Brown · 15 years ago
  71. 3934092 Merge branch 'bugzilla-14081' into release by Len Brown · 15 years ago
  72. 478fa03 ACPI: EC: Don't parse DSDT for EC early init on Compal by Alexey Starikovskiy · 15 years ago
  73. 0adf3c7 ACPI: EC: Rewrite DMI checks by Alexey Starikovskiy · 15 years ago
  74. 011a606 SFI: remove __init from sfi_verify_table by Arjan van de Ven · 15 years ago
  75. 50d716e ACPI: dock: fix "sibiling" typo by Alex Chiang · 15 years ago
  76. 53412c5 ACPI: kill overly verbose "throttling states" log messages by Roland Dreier · 15 years ago
  77. 01674da SFI: fix section mismatch warnings in sfi_core.c by Rakib Mullick · 15 years ago
  78. d9f6501 ACPI: Fix bound checks for copy_from_user in the acpi /proc code by Arjan van de Ven · 15 years ago
  79. a037a79 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  80. 90d5ffc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  81. 6053bbf cnic: Fix NETDEV_UP event processing. by Michael Chan · 15 years ago
  82. cc44578 uvesafb/connector: Disallow unpliviged users to send netlink packets by Philipp Reisner · 15 years ago
  83. 98a5783 pohmelfs/connector: Disallow unpliviged users to configure pohmelfs by Philipp Reisner · 15 years ago
  84. 5788c56 dst/connector: Disallow unpliviged users to configure dst by Philipp Reisner · 15 years ago
  85. 2483647 dm/connector: Only process connector packages from privileged processes by Philipp Reisner · 15 years ago
  86. f1489cf connector: Removed the destruct_data callback since it is always kfree_skb() by Philipp Reisner · 15 years ago
  87. 18366b0 connector/dm: Fixed a compilation warning by Philipp Reisner · 15 years ago
  88. 7069331 connector: Provide the sender's credentials to the callback by Philipp Reisner · 15 years ago
  89. 293500a connector: Keep the skb in cn_callback_data by Philipp Reisner · 15 years ago
  90. 19d5afd e1000e/igb/ixgbe: Don't report an error if devices don't support AER by Frans Pop · 15 years ago
  91. b607bd9 net: Fix wrong sizeof by Jean Delvare · 15 years ago
  92. 6effe5f Merge branches 'sony-laptop', 'bugzilla-14247' and 'bugzilla-14271' into release by Len Brown · 15 years ago
  93. a83893ae ACPI: fix bus scanning memory leaks by Bjorn Helgaas · 15 years ago
  94. e12ac3d ACPI: EC: Restart command even if no interrupts from EC by Alexey Starikovskiy · 15 years ago
  95. e6a0a8b spi-imx: strip down chipselect function to only drive the chipselect by Uwe Kleine-König · 15 years ago
  96. d1c627b spi-imx: initialize complete config struct by Uwe Kleine-König · 15 years ago
  97. 4388eb1 spi-imx: no need to assert bits_per_word being initialized by Uwe Kleine-König · 15 years ago
  98. 3910f2c spi-imx: setup mode_bits we can handle by Sascha Hauer · 15 years ago
  99. 6c23e5d spi-imx: fix initial chipselect settings by Sascha Hauer · 15 years ago
  100. 462d26b spi-imx: update state correctly by Sascha Hauer · 15 years ago