1. b29072c ath6kl: prioritize Tx bundling based on AC priorities by Chilam Ng · 13 years ago
  2. 1b2df40 ath6kl: Update license header by Vasanthakumar Thiagarajan · 13 years ago
  3. c807b30 ath6kl: add blocking debugfs file for retrieving firmware logs by Kalle Valo · 13 years ago
  4. 9b9a4f2 ath6kl: store firmware logs in skbuffs by Kalle Valo · 13 years ago
  5. 5fbea5d ath6kl: initialize the 'nominal_phy' field in the 'wmi_create_pstream_cmd' struct for create_qos command by Chilam Ng · 13 years ago
  6. 1b46dc04 ath6kl: fix compiler warning in ath6kl_init_hw_params() by Kalle Valo · 13 years ago
  7. 3c325fb ath6kl: Fix typo in cfg80211.c by Masanari Iida · 13 years ago
  8. cca4d5a ath6kl: Workaround to support Deep Sleep with MSM. by Santosh Sajjan · 13 years ago
  9. 3c411a4 ath6kl: Return a proper error code when not in connected state by Raja Mani · 13 years ago
  10. 081c7a8 ath6kl: Wait for host sleep mode cmd processed event during WOW suspend by Raja Mani · 13 years ago
  11. d91e8ee ath6kl: Configure WOW patterns while going to wow_suspend by Raja Mani · 13 years ago
  12. e390af7 ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspend by Raja Mani · 13 years ago
  13. c865154 ath6kl: Fix kernel panic during rx aggregation by Vasanthakumar Thiagarajan · 13 years ago
  14. 5f1127f ath6kl: fix testmode when fw-2.bin or fw-3.bin is used by Kalle Valo · 13 years ago
  15. 1d2a445 ath6kl: Fix bug in maintaining aggregation state in AP mode by Vasanthakumar Thiagarajan · 13 years ago
  16. 3fdc099 ath6kl: Fix bug in using tid given by addba/delba req events by Vasanthakumar Thiagarajan · 13 years ago
  17. 17741c8 ath6kl: Pass vif instead of ar to ath6kl_add_new_sta() by Vasanthakumar Thiagarajan · 13 years ago
  18. 7baef81 ath6kl: Define a structure for connection specific aggregation information by Vasanthakumar Thiagarajan · 13 years ago
  19. 0e7de66 ath6kl: Fix memory leak when unloading ath6kl_sdio by Vasanthakumar Thiagarajan · 13 years ago
  20. 7a950ea ath6kl: Make sure to delete rx aggregation timer in aggr_reset_state() by Vasanthakumar Thiagarajan · 13 years ago
  21. 241b128 ath6kl: add back beginnings of USB support by Kalle Valo · 13 years ago
  22. d6a434d ath6kl: create ath6kl_core.ko by Kalle Valo · 13 years ago
  23. 3b1b7d0 ath6kl: convert ath6kl_dbg() and ath6kl_dbg_dump() into functions by Kalle Valo · 13 years ago
  24. 5afa5aa ath6kl: get rid of AR_DBG_LVL_CHECK() by Kalle Valo · 13 years ago
  25. 45eaa78 ath6kl: create core.c by Kalle Valo · 13 years ago
  26. f29af97 ath6kl: add ATH6KL_CONF_UART_DEBUG by Kalle Valo · 13 years ago
  27. 46d33a2 ath6kl: unify cfg80211 init/cleanup functions by Kalle Valo · 13 years ago
  28. c25889e ath6kl: rename vif init and cleanup functions by Kalle Valo · 13 years ago
  29. cd23c1c ath6kl: add testmode 2 for 6003 ART by Alex Yang · 13 years ago
  30. e572602 ath6kl: fix uninitialized warning in ath6kl_process_uapsdq() by Kalle Valo · 13 years ago
  31. 3462735 ath6kl: remove -D__CHECK_ENDIAN__ from Makefile by Kalle Valo · 13 years ago
  32. d6f8026 ath6kl: use netdev_features_t by Kalle Valo · 13 years ago
  33. a0afd4f Merge remote branch 'wireless-next/master' into ath6kl-next by Kalle Valo · 13 years ago
  34. e80ec84 ath6kl: Remove useless initialization in ath6kl_read_fwlogs() by Raja Mani · 13 years ago
  35. c1762a3 ath6kl: Add support for uAPSD by Thirumalai Pachamuthu · 13 years ago
  36. 8232736 ath6kl: Fix listen interval handling by Sujith Manoharan · 13 years ago
  37. cbec267 ath6kl: Initialize a variable properly by Sujith Manoharan · 13 years ago
  38. 4a8ce2f ath6kl: Remove redundant pointer check by Sujith Manoharan · 13 years ago
  39. 866dc88 ath6kl: Fix SDIO error path by Sujith Manoharan · 13 years ago
  40. e5686ad netdev: make net_device_ops const by stephen hemminger · 13 years ago
  41. 1aff0cb bcm63xx: make ethtool_ops const by stephen hemminger · 13 years ago
  42. bc689c9 usbnet: make ethtool_ops const by stephen hemminger · 13 years ago
  43. 4269a93 ath6kl: make net_device_ops const by Stephen Hemminger · 13 years ago
  44. 9d82682 ath6kl: Use a mutex_lock to avoid race in diabling and handling irq by Vasanthakumar Thiagarajan · 13 years ago
  45. 982767b ath6kl: Change ielen in ath6kl_add_new_sta() from u8 to size_t by Vasanthakumar Thiagarajan · 13 years ago
  46. 3d6aba2 ath6kl: Remove deadcode in main.c by Vasanthakumar Thiagarajan · 13 years ago
  47. 80abaf9 ath6kl: Implement ndo_set_rx_mode() by Vasanthakumar Thiagarajan · 13 years ago
  48. f914edd ath6kl: Add a function in wmi.c to add/delete a multicast filter by Vasanthakumar Thiagarajan · 13 years ago
  49. 3f3c4ee ath6kl: Add a function in wmi to send WMI_MCAST_FILTER_CMDID by Vasanthakumar Thiagarajan · 13 years ago
  50. b189e81 8139cp: fix missing napi_gro_flush. by françois romieu · 13 years ago
  51. 96dab45 smsc911x: Unconditionally include linux/smscphy.h in smsc911x.h by David S. Miller · 13 years ago
  52. 6c15d74 asix: fix infinite loop in rx_fixup() by Aurelien Jacobs · 13 years ago
  53. 77e1e43 r6040: fix typo in use of MCR0 register bits by Cesar Eduardo Barros · 13 years ago
  54. 356b954 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 13 years ago
  55. 770e1b0 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  56. d3d0b02 Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  57. 6ed23fd Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  58. e4e88f3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  59. 9753dfe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  60. edf7c81 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  61. 7a22215 Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  62. 69734b6 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  63. 67b0243 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  64. 376613e Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  65. 0db49b7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  66. 35b740e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  67. 423d091 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  68. 4a2164a Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  69. 23021c2 cnic: Improve error recovery on bnx2x devices by Michael Chan · 13 years ago
  70. a9e0a4f cnic: Re-init dev->stats_addr after chip reset by Michael Chan · 13 years ago
  71. e1e0918 bna: fix sparse warnings/errors by stephen hemminger · 13 years ago
  72. 975419c bna: make ethtool_ops and strings const by stephen hemminger · 13 years ago
  73. bd601cc xgmac: cleanups by stephen hemminger · 13 years ago
  74. 9b07be4 net: make ethtool_ops const by stephen hemminger · 13 years ago
  75. c8b88ef vmxnet3" make ethtool ops const by stephen hemminger · 13 years ago
  76. 813abbb xen-netback: make ops structs const by stephen hemminger · 13 years ago
  77. 3464645 virtio_net: Pass gfp flags when allocating rx buffers. by Mike Waychison · 13 years ago
  78. ea81875 ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() call by Neerav Parikh · 13 years ago
  79. a95a074 igb: reset PHY after recovering from PHY power down by Koki Sanagi · 13 years ago
  80. 749ab2c igb: add basic runtime PM support by Yan, Zheng · 13 years ago
  81. bdbc063 igb: Add support for byte queue limits. by Eric Dumazet · 13 years ago
  82. 13acde8 e1000: cleanup CE4100 MDIO registers access by Florian Fainelli · 13 years ago
  83. 1c26750 e1000: unmap ce4100_gbe_mdio_base_virt in e1000_remove by Florian Fainelli · 13 years ago
  84. 3a3847e e1000: fix lockdep splat in shutdown handler by Jesse Brandeburg · 13 years ago
  85. 1032c73 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  86. cb00ec3 ath6kl: revert USB support by John W. Linville · 13 years ago
  87. 2e0e943 Merge branch 'devel-stable' into for-linus by Russell King · 13 years ago
  88. 117ff42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  89. 00e8e69 mwl8k: Changing the driver version to 0.13 by Yogesh Ashok Powar · 13 years ago
  90. 8696823 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  91. 4852968 r6040: place comments before code by Florian Fainelli · 13 years ago
  92. 853d5dc r6040: use __aligned(size) by Florian Fainelli · 13 years ago
  93. e147763 r6040: use definitions for MAC_SM register read/writes by Florian Fainelli · 13 years ago
  94. 58dbc69 r6040: use MAC_RST bit definition with MCR1 read/writes by Florian Fainelli · 13 years ago
  95. 4e16d6e r6040: define more MCR0 register bits by Florian Fainelli · 13 years ago
  96. 49f2672 r6040: remove unused variables and definitions by Florian Fainelli · 13 years ago
  97. 817380e r6040: use an unique MDIO bus name by Florian Fainelli · 13 years ago
  98. 6b6accc mwl8k: Recover from firmware crash by Yogesh Ashok Powar · 13 years ago
  99. 98f0a5e ath9k: tx queue enable is read only for EDMA chipsets by Mohammed Shafi Shajakhan · 13 years ago
  100. 7fbaf3e rt2x00: Change RF3853 to RF3053. by Gertjan van Wingerde · 13 years ago