Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
1e40bcfa91429edb665af9ffefb2658350913d35
1e40bcf
ath9k: distinguish between device initialization and ath_softc init
by Luis R. Rodriguez
· 15 years ago
f637cfd
ath9k: describe hw initialization better
by Luis R. Rodriguez
· 15 years ago
aa4058a
ath9k: break up hw initialization into a few more helpers
by Luis R. Rodriguez
· 15 years ago
08e0403
ath9k: remove debug message for no memoery on ath_init()
by Luis R. Rodriguez
· 15 years ago
b8b0f37
ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config()
by Luis R. Rodriguez
· 15 years ago
50aca25
ath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults()
by Luis R. Rodriguez
· 15 years ago
f9d4a66
ath9k: move hw macrevision checker to helper
by Luis R. Rodriguez
· 15 years ago
07c10c6
ath9k: pass only one argument to hw attach
by Luis R. Rodriguez
· 15 years ago
ee2bb46
ath9k: call hw initializer directly
by Luis R. Rodriguez
· 15 years ago
e1e2f93
ath9k: move cache setting of softc ah prior to attach
by Luis R. Rodriguez
· 15 years ago
8df5d1b
ath9k: move devid cache setting to ath_init()
by Luis R. Rodriguez
· 15 years ago
4f3acf8
ath9k: move memory allocation of ath_hw to ath_init()
by Luis R. Rodriguez
· 15 years ago
7819ac8
ath9k: propagate hw initialization errors
by Luis R. Rodriguez
· 15 years ago
fbf5466
ath9k: use a switch for revising supported hw mac revisions
by Luis R. Rodriguez
· 15 years ago
ed459c1
ath9k: remove usage of AR_SREV_*() wrapper to detect supported hw
by Luis R. Rodriguez
· 15 years ago
8dadadb
cfg80211: clear SSID on disconnect/no connection
by Johannes Berg
· 15 years ago
847c1e1
iwmc3200wifi: avoid setting default key for 802.1X and RSNA
by Zhu Yi
· 15 years ago
beda278
iwmc3200wifi: set WEP key static flag correctly
by Zhu Yi
· 15 years ago
554503f
iwmc3200wifi: fix set_wpa_version and set_auth_type order
by Zhu Yi
· 15 years ago
738f0f4
b43: implement baseband init for LP-PHY <= rev1
by Gábor Stefanik
· 15 years ago
d8cc892
rt2x00: cancel all work on disconnect
by Pavel Roskin
· 15 years ago
117839b
rt61pci: fix module reloading
by Pavel Roskin
· 15 years ago
c1be515
b43legacy: Work around mac80211 race condition
by Larry Finger
· 15 years ago
3ad2014
rfkill: add the GPS radio type
by Tomas Winkler
· 15 years ago
87cdb98
drivers/net/wireless: Use DIV_ROUND_CLOSEST
by Julia Lawall
· 15 years ago
2c8d510
libertas: Fix WEP association failure with open source wpa_supplicant 0.5.10
by Maithili Hinge
· 15 years ago
abdc2d6
iwlwifi: remove duplicated version info from sysfs
by Jay Sternberg
· 15 years ago
a11c4d0
iwlwifi: remove deprecated 6000 series adapters
by Wey-Yi Guy
· 15 years ago
65b7998
iwlwifi: Distinguish power amplifier for 6000 series
by Wey-Yi Guy
· 15 years ago
8ce73f3
iwlwifi: clear iwl_cmd_meta structure before use
by Daniel C Halperin
· 15 years ago
92ca8d4
b43: remove wrong probe_resp_plcp write
by gregor kowski
· 15 years ago
f62ae6c
b43: Fix unaligned 32bit SHM-shared access
by Michael Buesch
· 15 years ago
88d8952
libertas: check valid bits in SPI bus mode reg
by Andrey Yurovsky
· 15 years ago
d1c5091
mac80211: Increase timeouts for station polling
by Maxim Levitsky
· 15 years ago
a43abf2
mac80211: Retry probe request few times
by Maxim Levitsky
· 15 years ago
75e6c3b
cfg80211: lower dynamic PS timeout to 100ms
by Johannes Berg
· 15 years ago
97cad51
iwlwifi: remove usage of orig_flags
by Luis R. Rodriguez
· 15 years ago
8b19e6c
cfg80211: enable country IE support to all cfg80211 drivers
by Luis R. Rodriguez
· 15 years ago
abc7381
cfg80211: decouple regulatory variables from cfg80211_mutex
by Luis R. Rodriguez
· 15 years ago
4b44c8b
cfg80211: do not iterate over rdev list on country IE hint
by Luis R. Rodriguez
· 15 years ago
9828b01
cfg80211: use goto out on country IE reg hint failure
by Luis R. Rodriguez
· 15 years ago
056508d
mac80211: fix powersave
by Johannes Berg
· 15 years ago
b7cfc5b
rndis_wlan: rework key handling
by Jussi Kivilinna
· 15 years ago
9d40934
rndis_wlan: add missing padding to struct rndis_80211_remove_key
by Jussi Kivilinna
· 15 years ago
030645a
rndis_wlan: handle 802.11 indications from device
by Jussi Kivilinna
· 15 years ago
2a4901b
rndis_host: allow rndis_wlan to see all indications
by Jussi Kivilinna
· 15 years ago
27b7b5c
rndis_wlan: add rndis_set/query_oid debugging
by Jussi Kivilinna
· 15 years ago
e5a11a8
rndis_wlan: set current packet filter to zero on stop
by Jussi Kivilinna
· 15 years ago
7eaab70
rndis_wlan: reset device and restore multicast list on rndis_wlan_reset()
by Jussi Kivilinna
· 15 years ago
005ba2f
rndis_wlan: clear cfg80211 scan on rndis_wlan_stop()
by Jussi Kivilinna
· 15 years ago
110736d
rndis_wlan: stop workers on rndis_wlan_stop() and restore on rndis_wlan_reset()
by Jussi Kivilinna
· 15 years ago
1487cd5
usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stop
by Jussi Kivilinna
· 15 years ago
e40cbda
cfg80211: fix NETDEV_UNREGISTER notifier
by Johannes Berg
· 15 years ago
e46ab7f
iwlwifi: don't export symbols not needed in other modules
by Johannes Berg
· 15 years ago
42935ec
mac80211: redefine usage of the mac80211 workqueue
by Luis R. Rodriguez
· 15 years ago
64344d7
at76c50x-usb: remove unneeded flush_workqueue() at usb disconnect
by Luis R. Rodriguez
· 15 years ago
8784d2e
ath5k: fix CAB queue operation
by Bob Copeland
· 15 years ago
7e2ce64
orinoco: enable cfg80211 "set_channel" operation
by Holger Schurig
· 15 years ago
91b092d
ar9170: remove EXPERIMENTAL marker
by Luis R. Rodriguez
· 15 years ago
18c6951
b43: Work around mac80211 race condition
by Larry Finger
· 15 years ago
ae6f53f
ath5k: update PCU opmode whenever a new interface is added
by Bob Copeland
· 15 years ago
57c9fff
mac80211: fix sparse warnings/errors
by Johannes Berg
· 15 years ago
0b3acfa
ath9k: Remove unused ath9k_hw_intrget()
by Vasanthakumar Thiagarajan
· 15 years ago
3fc0fbf
ath9k: Maintain monotonicity of PER while going across different phy
by Vasanthakumar Thiagarajan
· 15 years ago
42e8856
ath9k: Update rate control for 11NA HT40 mode
by Vasanthakumar Thiagarajan
· 15 years ago
df7fc0f
cfg80211: keep track of current_bss for userspace SME
by Johannes Berg
· 15 years ago
97af743
mac80211: disable beacons before removing the associated interface
by Bob Copeland
· 15 years ago
ad2f34b
rt2x00: Fix build error when crypto support is disabled
by Ivo van Doorn
· 15 years ago
3317289
rt2x00: move experimental on kconfig only to rt2800usb
by Luis R. Rodriguez
· 15 years ago
3e64045
wireless: use menuconfig for WLAN_PRE80211 and WLAN_80211
by Luis R. Rodriguez
· 15 years ago
75323fa
ath5k: remove EXPERIMENTAL marker
by Luis R. Rodriguez
· 15 years ago
44b7dd6
ath: use menuconfig to put ath stuff in its own page
by Luis R. Rodriguez
· 15 years ago
b820b3b
ath: simplify kconfig dependency and add documentation
by Luis R. Rodriguez
· 15 years ago
d17734a
ath: depend on cfg80211
by Luis R. Rodriguez
· 15 years ago
dd21dcd
wext: remove extra return on wireless_nlevent_init()
by Luis R. Rodriguez
· 15 years ago
e351cfb
ar9170: remove unneeded flush_workqueue()
by Luis R. Rodriguez
· 15 years ago
9ed21d3
at76c50x-usb: cancel scan work at stop callback
by Luis R. Rodriguez
· 15 years ago
ebc8ab1
ar76c50x-usb: cancel promisc work during mac80211 stop
by Luis R. Rodriguez
· 15 years ago
c94dbff
ath9k: move workqueue cancels to stop callback
by Luis R. Rodriguez
· 15 years ago
35c95ab
ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds()
by Luis R. Rodriguez
· 15 years ago
9851bad
ath9k: re-order cancelling of work on mac80211 workqueue
by Luis R. Rodriguez
· 15 years ago
4da163a
mac80211: disable software retry for now
by Johannes Berg
· 15 years ago
e4c4e44
neigh: Convert garbage collection from softirq to workqueue
by Eric Dumazet
· 15 years ago
1e3e238
IPVS: use pr_err and friends instead of IP_VS_ERR and friends
by Hannes Eder
· 15 years ago
bcd218b
smsc95xx: remove EEPROM loaded check
by Steve Glendinning
· 15 years ago
81e4321
inet6: functions shadow global variable
by Gerrit Renker
· 15 years ago
8b97c7c
drivers/atm: Use DIV_ROUND_CLOSEST
by Julia Lawall
· 15 years ago
39506a5
drivers/net: Use DIV_ROUND_CLOSEST
by Julia Lawall
· 15 years ago
88e7b76
cxgb3: fix Gen2 pci default settings
by Divy Le Ray
· 15 years ago
9450526
cxgb3: fix EDC filename string
by Divy Le Ray
· 15 years ago
e33b992
vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failure
by Dean Nelson
· 15 years ago
1e3c8bd
s2io: return PCI_ERS_RESULT_DISCONNECT on permanent failure
by Dean Nelson
· 15 years ago
fbc663c
qlge: return PCI_ERS_RESULT_DISCONNECT on permanent failure
by Dean Nelson
· 15 years ago
d6a1f83
ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failure
by Dean Nelson
· 15 years ago
c06c430
igbvf: return PCI_ERS_RESULT_DISCONNECT on permanent failure
by Dean Nelson
· 15 years ago
07ce50e
bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failure
by Dean Nelson
· 15 years ago
2ec3de2
bnx2: return PCI_ERS_RESULT_DISCONNECT on permanent failure
by Dean Nelson
· 15 years ago
0d6ab58
atl1e: return PCI_ERS_RESULT_DISCONNECT on permanent failure
by Dean Nelson
· 15 years ago
005fb4f
atl1c: return PCI_ERS_RESULT_DISCONNECT on permanent failure
by Dean Nelson
· 15 years ago
d9509ac
be2net: delete unnecessary code from be_cmd_POST()
by Sathya Perla
· 15 years ago
Next »