index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-21
cfg80211: Extend channel to frequency mapping for 802.11j
Bruno Randolf
10
-15
/
+30
2011-01-21
ath9k: Restart xmit logic in xmit watchdog.
Ben Greear
4
-29
/
+68
2011-01-21
ath9k: More xmit queue debugfs information.
Ben Greear
1
-0
/
+26
2011-01-21
ath9k: Keep track of stations for debugfs.
Ben Greear
4
-3
/
+115
2011-01-21
ath9k: Add counters to distinquish AMPDU enqueues.
Ben Greear
3
-4
/
+8
2011-01-21
ath9k: Ensure xmit makes progress.
Ben Greear
1
-0
/
+2
2011-01-21
ath9k: Remove un-used member from ath_node.
Ben Greear
1
-1
/
+0
2011-01-21
ath9k: Add more information to debugfs xmit file.
Ben Greear
4
-2
/
+42
2011-01-21
ath9k: Initialize ah->hw
Ben Greear
1
-0
/
+1
2011-01-21
ath9k: Show some live tx-queue values in debugfs.
Ben Greear
1
-0
/
+16
2011-01-21
iwlwifi: fix 4965 notification wait setup
Johannes Berg
1
-0
/
+5
2011-01-21
iwlagn: return error if PAN disable timeout
Johannes Berg
1
-1
/
+3
2011-01-21
iwlagn: properly wait for PAN disable
Johannes Berg
3
-3
/
+14
2011-01-21
iwlagn: add support for waiting for notifications
Johannes Berg
4
-0
/
+115
2011-01-21
iwlagn: make iwl_rx_handle static
Johannes Berg
2
-2
/
+1
2011-01-19
mac80211: track receiver's aggregation reorder buffer size
Johannes Berg
11
-11
/
+19
2011-01-19
ath9k: Fix up hardware mode and beacons with multiple vifs.
Ben Greear
5
-146
/
+263
2011-01-19
ath9k: fix excessive BAR sending when a frame exceeds its retry limit
Felix Fietkau
1
-1
/
+1
2011-01-19
ath9k: try more than one tid when scheduling a new aggregate
Felix Fietkau
1
-3
/
+6
2011-01-19
ath9k_hw: fix carrier leakage calibration for AR9271
Rajkumar Manoharan
1
-1
/
+4
2011-01-19
ath9k_htc: keep calibrated noise floor value for oper channel
Rajkumar Manoharan
2
-4
/
+5
2011-01-19
ath9k: preserve caldata history buffer across scanning
Rajkumar Manoharan
1
-3
/
+2
2011-01-19
ath9k_hw: partially revert "fix dma descriptor rx error bit parsing"
Felix Fietkau
2
-8
/
+14
2011-01-19
ath5k: Fix return codes for eeprom read functions.
Wojciech Dubowik
4
-26
/
+19
2011-01-19
ath9k: reduce the likelihood of baseband hang check false positives
Felix Fietkau
1
-1
/
+12
2011-01-19
ath9k: reinitialize block ack window data when starting aggregation
Felix Fietkau
1
-0
/
+3
2011-01-19
ath9k: fix initial sequence number after starting an ampdu session
Felix Fietkau
1
-1
/
+1
2011-01-19
ath9k: fix bogus sequence number increases on aggregation tid flush
Felix Fietkau
1
-1
/
+1
2011-01-19
rt2x00: Fix and fine-tune rf registers for RT3070/RT3071/RT3090
RA-Jay Hung
2
-8
/
+23
2011-01-19
rt2x00: Fix radio off hang issue for PCIE interface
RA-Jay Hung
2
-32
/
+10
2011-01-19
ath9k_hw: Offload USB eeprom reading to target
Sujith Manoharan
5
-29
/
+123
2011-01-19
ath9k_htc: Add multiple register read API
Sujith Manoharan
3
-0
/
+34
2011-01-19
mwl8k: Enable HW encryption for AP mode
Nishant Sarmukadam
1
-3
/
+277
2011-01-19
mwl8k: Set mac80211 rx status flags appropriately when hw crypto is enabled
Nishant Sarmukadam
1
-3
/
+98
2011-01-19
mwl8k: Add encapsulation of data packet for crypto
Nishant Sarmukadam
1
-1
/
+53
2011-01-19
mwl8k: Modify add_dma_header to include pad parameters
Nishant Sarmukadam
1
-6
/
+10
2011-01-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
4
-15
/
+19
2011-01-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/nab...
Linus Torvalds
1
-2
/
+1
2011-01-17
net: Make NETCONSOLE_DYNAMIC depend on CONFIGFS_FS
Nicholas Bellinger
1
-2
/
+1
2011-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
38
-505
/
+512
2011-01-14
GRETH: resolve SMP issues and other problems
Daniel Hellstrom
1
-67
/
+92
2011-01-14
GRETH: handle frame error interrupts
Daniel Hellstrom
2
-4
/
+7
2011-01-14
GRETH: avoid writing bad speed/duplex when setting transfer mode
Daniel Hellstrom
1
-11
/
+8
2011-01-14
GRETH: fixed skb buffer memory leak on frame errors
Daniel Hellstrom
1
-4
/
+14
2011-01-14
GRETH: GBit transmit descriptor handling optimization
Daniel Hellstrom
1
-9
/
+10
2011-01-14
GRETH: fix opening/closing
Daniel Hellstrom
1
-0
/
+4
2011-01-14
GRETH: added raw AMBA vendor/device number to match against.
Daniel Hellstrom
1
-0
/
+3
2011-01-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
13
-136
/
+147
2011-01-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sf...
David S. Miller
2
-14
/
+14
2011-01-14
cassini: Fix build bustage on x86.
David S. Miller
1
-3
/
+3
[next]