Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
b4bc281266e84e9a432b588ebdcef5fb94dc8ecb
/
drivers
/
net
/
wireless
f33c596
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 13 years ago
49e58a9
orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002
by Pavel Roskin
· 13 years ago
0a1013c
hostap_cs: support cards with "Version 01.02" as third product ID
by Pavel Roskin
· 13 years ago
d5eab91
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
550fd08
net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared
by Neil Horman
· 13 years ago
b49179c
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
e5036c2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 13 years ago
e61b52d
b43: fix invalid memory access in b43_ssb_remove()
by Pavel Roskin
· 13 years ago
6f89062
b43: bcma: drop BROKEN
by Rafał Miłecki
· 13 years ago
f76f424
b43: bus: fix memory corruption when setting driver's data
by Rafał Miłecki
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
2629313
iwlwifi: Fix build with CONFIG_PM disabled.
by David S. Miller
· 13 years ago
41bf371
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 13 years ago
8c95b74
b43legacy: dma: cache translation (routing bits)
by Rafał Miłecki
· 13 years ago
bb78c71
ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table()
by Pavel Roskin
· 13 years ago
c5f3f45
ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210
by Pavel Roskin
· 13 years ago
fabba04
ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappers
by Pavel Roskin
· 13 years ago
24aad3f
b43: (un)initialize driver on the BCMA bus
by Rafał Miłecki
· 13 years ago
eb90e9e
b43: bcma: get DMA translation bits
by Rafał Miłecki
· 13 years ago
a9770a8
ssb: return correct translation bit for 64-bit DMA
by Rafał Miłecki
· 13 years ago
78c1ee7
b43: disable parity check on BCMA devices
by Rafał Miłecki
· 13 years ago
292b119
rtlwifi: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
6054069
ath9k_hw: validate and fix broken eeprom chainmask settings
by Felix Fietkau
· 13 years ago
a049093
mwifiex: disable auto deep sleep before unloading the driver
by Amitkumar Karwar
· 13 years ago
df3b124
mwifiex: check SDIO multi-port aggregation buffer room correctly
by Amitkumar Karwar
· 13 years ago
4e3c442
mwifiex: put multicast/broadcast packets to the same RA
by Amitkumar Karwar
· 13 years ago
1e89cbac
iwlagn: probe would crash with DEBUG_SHIRQ
by Emmanuel Grumbach
· 13 years ago
d62b39e
iwlagn: remove "disable otp refresh" W/A
by Wey-Yi Guy
· 13 years ago
e1b1c08
iwlagn: rename iwlagn_set_dynamic_key
by Johannes Berg
· 13 years ago
bbb05cb
iwlagn: track beacon interval sent to device
by Johannes Berg
· 13 years ago
21489ec
iwlagn: write iq invert register for 105/135 device
by Wey-Yi Guy
· 13 years ago
c8ac61c
iwlagn: implement WoWLAN
by Johannes Berg
· 13 years ago
5a3d988
iwlagn: rewrite HW crypto
by Johannes Berg
· 13 years ago
0bfe989
iwlagn: remove forgotten debugfs function
by Johannes Berg
· 13 years ago
898ed67
iwlagn: remove un-necessary "_agn"
by Wey-Yi Guy
· 13 years ago
a920bff
iwlagn: remove keyinfo cache
by Johannes Berg
· 13 years ago
c10e2c1
iwlagn: testmode fixed rate available for testmode only
by Wey-Yi Guy
· 13 years ago
b09b296d
iwlagn: add comment to warn about WoWLAN in resume / suspend flows
by Emmanuel Grumbach
· 13 years ago
c1c8140
iwlagn: iwl_bus holds drv_data as void * instead of iwl_priv
by Emmanuel Grumbach
· 13 years ago
d593411
iwlagn: simplify the bus architecture
by Emmanuel Grumbach
· 13 years ago
41c5054
iwlagn: transport layer receives struct iwl_trans*
by Emmanuel Grumbach
· 13 years ago
0286cee
iwlagn: move iwl_prepare_card_hw to the transport layer
by Emmanuel Grumbach
· 13 years ago
392f8b7
iwlagn: move more functions from the start flow to the transport layer
by Emmanuel Grumbach
· 13 years ago
48d42c4
iwlagn: SCD configuration for AMPDU moves to transport layer
by Emmanuel Grumbach
· 13 years ago
2e27799
iwlagn: radio sensor offset in le16 format
by Wey-Yi Guy
· 13 years ago
ad3f712
iwlagn: define valid init calibration mask
by Wey-Yi Guy
· 13 years ago
a21321c
iwlagn: remove legacy calibration command
by Wey-Yi Guy
· 13 years ago
df2a4dc
iwlagn: set correct calibration flag
by Wey-Yi Guy
· 13 years ago
6bd4dba
iwlagn: kill iwlagn_setup_deferred_work
by Emmanuel Grumbach
· 14 years ago
8d30119
iwlagn: kill iwlagn_rx_handler_setup
by Emmanuel Grumbach
· 14 years ago
56d90f4
iwlagn: add kick_nic API to transport layer
by Emmanuel Grumbach
· 13 years ago
497888c
treewide: fix potentially dangerous trailing ';' in #defined values/expressions
by Phil Carmody
· 13 years ago
d931998
libertas: only enable mesh when interface is active
by Daniel Drake
· 13 years ago
3db4f98
libertas: mesh: misc cleanup
by Daniel Drake
· 13 years ago
037b559
wireless: mwifiex: print hw address via %pM
by Andy Shevchenko
· 13 years ago
8f89502
wireless: ath9k: use %pM to print MAC
by Andy Shevchenko
· 13 years ago
1d15b5f
wireless: rtlwifi: throw away MAC_FMT and use %pM instead
by Andy Shevchenko
· 13 years ago
70126f6
carl9170: fix sparse warnings enabled by CONFIG_SPARSE_RCU_POINTER
by Pavel Roskin
· 13 years ago
e0d687b
ath5k: merge ath5k_hw and ath5k_softc
by Pavel Roskin
· 13 years ago
4917359
b43: bcma: implement full core reset
by Rafał Miłecki
· 13 years ago
2729df2
b43: correctly display longer chipsets ids
by Rafał Miłecki
· 13 years ago
0b5dd73
b43: HT-PHY: fix masks in radio ctl
by Rafał Miłecki
· 13 years ago
40c6226
b43: bcma: read info about supported bands
by Rafał Miłecki
· 13 years ago
124cc11
b43: bcma: define 80211 core specific IO status bits
by Rafał Miłecki
· 13 years ago
b473bc1
b43: HT-PHY: fix typo in 0x2059 radio init
by Rafał Miłecki
· 13 years ago
49ac26f
b43: HT-PHY: find channel entry with regs data
by Rafał Miłecki
· 13 years ago
315a685
b43: HT-PHY: switch to channel after enabling radio
by Rafał Miłecki
· 13 years ago
3667787
b43: use agent R/W ops for BCMA_IOCTL
by Rafał Miłecki
· 13 years ago
02c5172
ath9k: Fix some smatch warnings
by Rajkumar Manoharan
· 13 years ago
5479de6
ath9k: Fix sparse warnings
by Rajkumar Manoharan
· 13 years ago
0901edb
b43: bus: drop inline from SSB functions
by Rafał Miłecki
· 13 years ago
5829656
carl9170: set beacon xmit power to the max
by Christian Lamparter
· 13 years ago
943c339
carl9170: move beacon_update into tx.c
by Christian Lamparter
· 13 years ago
43b52a5
carl9170 firmware: update firmware headers
by Christian Lamparter
· 13 years ago
21ec489
ath9k: use ath_opmode_to_string()
by Pavel Roskin
· 13 years ago
6c2c1ed
ath9k: remove defines in reg.h that exist in ../reg.h
by Pavel Roskin
· 13 years ago
78fa99a
ath9k: use get_unaligned_{b16, le16, le32} where possible
by Pavel Roskin
· 13 years ago
d47d78d
ath: use get_unaligned_le{16,32} in ath_hw_keysetmac()
by Pavel Roskin
· 13 years ago
b3c2ce1
iwlagn: add tx start API to transport layer
by Emmanuel Grumbach
· 13 years ago
1a361cd
iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.c
by Emmanuel Grumbach
· 13 years ago
ab6cf8e
iwlagn: move iwlagn_stop_device to transport layer
by Emmanuel Grumbach
· 13 years ago
253a634
iwlagn: move tx transport functions to iwl-trans-tx-pcie.c
by Emmanuel Grumbach
· 13 years ago
ab697a9
iwlagn: move rx transport functions to iwl-trans-rx-pcie.c
by Emmanuel Grumbach
· 13 years ago
4caab32
iwlagn: remove indirection for iwlagn_hw_valid_rtc_data_addr
by Fry, Donald H
· 13 years ago
45d5002
iwlagn: calibration bitmap
by Wey-Yi Guy
· 13 years ago
6ff88a6
iwlagn: set default of uCode ownership to driver
by Hsu, Kenny
· 13 years ago
2c2def1
iwlagn: simplify TX flags assignments
by Johannes Berg
· 13 years ago
47365ab
iwlagn: add comment to tx and get_tx_cmd in iwl_trans_ops
by Emmanuel Grumbach
· 13 years ago
7ed9af7
iwlagn: comments for iwl_cfg
by Wey-Yi Guy
· 13 years ago
e4305fe
iwlagn: another double indirect removed
by Wey-Yi Guy
· 13 years ago
90c300c
iwlagn: remove dual-indirect call to simply the code
by Wey-Yi Guy
· 13 years ago
e505c43
iwlagn: remove un-necessary file
by Wey-Yi Guy
· 13 years ago
1ab9f6c
iwlagn: move the Rx dispatching to the upper layer
by Emmanuel Grumbach
· 13 years ago
a27367d
iwlagn: move sync_irq to transport layer
by Emmanuel Grumbach
· 14 years ago
34c1b7b
iwlagn: move the tasklet / irq to the transport layer
by Emmanuel Grumbach
· 14 years ago
47c1b49
iwlagn: move Tx datapath to transport layer
by Emmanuel Grumbach
· 14 years ago
3f29c52
carl9170: fix formatting issues found by checkpatch
by Pavel Roskin
· 13 years ago
66760ea
ath9k: improve reliability of MIC error detection
by Felix Fietkau
· 13 years ago
933d594
orinoco: minor fixes for problems found by checkpatch.pl
by Pavel Roskin
· 13 years ago
Next »