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.13.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
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-09
ath6kl: Use a mutex_lock to avoid race in diabling and handling irq
Vasanthakumar Thiagarajan
1
-10
/
+9
2012-01-09
ath6kl: Change ielen in ath6kl_add_new_sta() from u8 to size_t
Vasanthakumar Thiagarajan
1
-1
/
+1
2012-01-09
ath6kl: Remove deadcode in main.c
Vasanthakumar Thiagarajan
1
-3
/
+0
2012-01-09
ath6kl: Implement ndo_set_rx_mode()
Vasanthakumar Thiagarajan
3
-0
/
+127
2012-01-09
ath6kl: Add a function in wmi.c to add/delete a multicast filter
Vasanthakumar Thiagarajan
2
-0
/
+35
2012-01-09
ath6kl: Add a function in wmi to send WMI_MCAST_FILTER_CMDID
Vasanthakumar Thiagarajan
2
-0
/
+22
2012-01-02
ath6kl: send TCMD response through testmode events
Thomas Pedersen
3
-91
/
+23
2012-01-02
ath6kl: Remove redundant key_index check.
Vivek Natarajan
3
-8
/
+6
2012-01-02
ath6kl: Add a module parameter to enable uart debug
Vasanthakumar Thiagarajan
1
-0
/
+9
2012-01-02
ath6kl: Remove few unnecessary spin_locks around set_bit()
Vasanthakumar Thiagarajan
1
-4
/
+0
2012-01-02
ath6kl: Support for TCP checksum offload to firmware
Rishi Panjwani
4
-4
/
+72
2012-01-02
ath6kl: Advertise TX/RX support for frames in AP mode
Jouni Malinen
1
-0
/
+6
2012-01-02
ath6kl: Add del_station cfg80211_ops
Jouni Malinen
1
-0
/
+14
2011-12-23
ath6kl: Fix panic when setting a channel
Sujith Manoharan
1
-1
/
+12
2011-12-23
ath6kl: add support for FW API 3
Kalle Valo
2
-16
/
+19
2011-12-23
ath6kl: handle firmware names more dynamically
Kalle Valo
4
-74
/
+87
2011-12-23
ath6kl: Send own IP addr to the firmware during WOW suspend
Raja Mani
1
-1
/
+32
2011-12-23
ath6kl: Avoid taking struct as argument in ath6kl_wmi_set_ip_cmd
Raja Mani
2
-7
/
+10
2011-12-23
ath6kl: Fix connect command to clear previously used IEs
Jouni Malinen
1
-7
/
+7
2011-12-23
ath6kl: Use cfg80211_roamed_bss() to report roaming event
Vasanthakumar Thiagarajan
1
-19
/
+18
2011-12-16
Merge remote branch 'wireless-next/master' into ath6kl-next
Kalle Valo
350
-44845
/
+47362
2011-12-16
ath9k: Support RSN Mesh
Chun-Yeow Yeoh
1
-1
/
+2
2011-12-16
mac80211_hwsim: fix wmediumd_pid
Johannes Berg
1
-11
/
+10
2011-12-16
ath9k_hw: remove ATH9K_HW_CAP_CST
Mohammed Shafi Shajakhan
2
-20
/
+17
2011-12-16
ath9k: validate for non-zero BSSID
Mohammed Shafi Shajakhan
1
-0
/
+1
2011-12-15
b43: N-PHY: check for bustype before touching BCMA CC PLLs
Rafał Miłecki
1
-50
/
+61
2011-12-15
brcm80211: smac: precendence bug in wlc_phy_attach()
Dan Carpenter
1
-2
/
+2
2011-12-15
ath9k: add DFS radar pulse processing
Zefir Kurtisi
8
-0
/
+425
2011-12-15
ath9k_hw: add DFS testing check
Zefir Kurtisi
3
-0
/
+37
2011-12-15
ath: add a debug level for DFS
Zefir Kurtisi
1
-0
/
+2
2011-12-15
brcmsmac: Replace kmalloc/memset with kzalloc
Larry Finger
1
-3
/
+1
2011-12-15
ath: document ATH_DBG_MCI
Luis R. Rodriguez
1
-0
/
+3
2011-12-15
ath9k: avoid retransmitting aggregation frames that a BAR was sent for
Felix Fietkau
2
-3
/
+25
2011-12-15
ath9k: simplify tx locking
Felix Fietkau
1
-34
/
+5
2011-12-15
ath9k: remove bogus sequence number increment
Felix Fietkau
1
-4
/
+0
2011-12-15
ath9k: reduce indentation level in a few places
Felix Fietkau
1
-65
/
+60
2011-12-15
ath9k: reduce the number of unnecessary BAR tx packets
Felix Fietkau
4
-23
/
+37
2011-12-15
ath9k: change maximum software retransmission handling
Felix Fietkau
2
-4
/
+13
2011-12-15
wl12xx: alloc buffer in driver_state_read to prevent compilation warning
Luciano Coelho
1
-3
/
+13
2011-12-15
Set wlvif->ps_compl to NULL in before return
Pontus Fuchs
1
-6
/
+6
2011-12-15
wl12xx: remove unused firmware version macros
Luciano Coelho
1
-7
/
+0
2011-12-15
wl12xx: remove deprecated packet detection threshold config
Luciano Coelho
5
-56
/
+0
2011-12-15
wl12xx: use ieee80211_free_txskb()
Eliad Peller
2
-2
/
+9
2011-12-15
wl12xx: call extended radio parameters for wl127x AP mode
Luciano Coelho
1
-16
/
+15
2011-12-15
wl12xx: don't write out of bounds when hlid > WL12XX_MAX_LINKS
Luciano Coelho
1
-2
/
+6
2011-12-15
wl12xx: Restore testmode ABI
Pontus Fuchs
1
-0
/
+1
2011-12-14
rt2x00: Make use of ieee80211_free_txskb in tx path
Helmut Schaa
1
-1
/
+1
2011-12-14
mwifiex: remove cfg_workqueue
Amitkumar Karwar
6
-158
/
+75
2011-12-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
10
-16
/
+22
2011-12-14
iwlwifi: allow to switch to HT40 if not associated
Wey-Yi Guy
1
-2
/
+2
[next]