index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
54
-209
/
+415
2013-10-18
rt2x00: rt2800pci: use module_pci_driver macro
Gabor Juhos
1
-13
/
+1
2013-10-18
rt2x00: rt2800pci: move SoC specific code into a separate module
Gabor Juhos
4
-245
/
+284
2013-10-18
rt2x00: rt2800pci: use separate hwcrypt_disabled callback for SoC devices
Gabor Juhos
1
-2
/
+7
2013-10-18
rt2x00: rt2800pci: move rt2800mmio_enable_radio function to another module
Gabor Juhos
3
-13
/
+18
2013-10-18
rt2x00: rt2800pci: split rt2800pci_enable_radio function
Gabor Juhos
1
-7
/
+12
2013-10-18
rt2x00: rt2800pci: rename rt2800pci_disable_radio function
Gabor Juhos
1
-11
/
+8
2013-10-18
rt2x00: rt2800pci: use separate set_state callback for SoC devices
Gabor Juhos
1
-2
/
+41
2013-10-18
rt2x00: rt2800pci: use separate firmware callbacks for SoC devices
Gabor Juhos
1
-5
/
+33
2013-10-18
rt2x00: rt2800pci: use separate read_eeprom callback for SoC devices
Gabor Juhos
1
-40
/
+16
2013-10-18
rt2x00: rt2800pci: use separate ops for the SoC driver
Gabor Juhos
1
-2
/
+102
2013-10-18
rt2x00: rt2800pci: move initialization functions to the rt2800mmio module
Gabor Juhos
3
-159
/
+169
2013-10-18
rt2x00: rt2800pci: use rt2800mmio prefix for initialization functions
Gabor Juhos
1
-8
/
+8
2013-10-18
rt2x00: rt2800pci: move queue functions to the rt2800mmio module
Gabor Juhos
4
-142
/
+152
2013-10-18
rt2x00: rt2800pci: use rt2800mmio prefix for queue functions
Gabor Juhos
1
-8
/
+8
2013-10-18
rt2x00: rt2800pci: move interrupt functions to the rt2800mmio module
Gabor Juhos
3
-388
/
+405
2013-10-18
rt2x00: rt2800pci: use rt2800mmio prefix for interrupt functions
Gabor Juhos
1
-36
/
+37
2013-10-18
rt2x00: rt2800pci: move RX control handler functions to the rt2800mmio module
Gabor Juhos
5
-107
/
+108
2013-10-18
rt2x00: rt2800pci: use rt2800mmio prefix for RX control handler functions
Gabor Juhos
1
-3
/
+3
2013-10-18
rt2x00: rt2800pci: move TX descriptor functions to the rt2800mmio module
Gabor Juhos
5
-98
/
+117
2013-10-18
rt2x00: rt2800pci: use rt2800mmio prefix for TX descriptor functions
Gabor Juhos
1
-6
/
+6
2013-10-18
rt2x00: create a new module for rt2800 MMIO code
Gabor Juhos
4
-0
/
+78
2013-10-18
drivers: net: wireless: Fix wrong check for reassociation request retry counter
Felipe Pena
1
-1
/
+1
2013-10-18
brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg support
Arend van Spriel
3
-4
/
+21
2013-10-18
brcmfmac: fix brcmf_sdio_txpkt_prep() for host without sg support
Arend van Spriel
1
-42
/
+64
2013-10-18
brcmfmac: fix brcmf_sdcard_send_pkt() for host without sg support
Arend van Spriel
1
-3
/
+11
2013-10-18
brcmfmac: remove stale code from brcmf_sdcard_recv_chain()
Arend van Spriel
1
-2
/
+0
2013-10-18
brcmfmac: verify result of brcmf_sdio_addrprep() calls
Arend van Spriel
1
-4
/
+11
2013-10-18
brcmfmac: rework single packet transfers
Arend van Spriel
1
-41
/
+40
2013-10-18
brcmfmac: rename brcmf_sdio_buffrw()
Arend van Spriel
1
-8
/
+9
2013-10-18
brcmfmac: rework scatter-gather code in brcmf_sdio_buffrw()
Arend van Spriel
1
-15
/
+19
2013-10-18
brcmfmac: determine host controller related variables during probe
Arend van Spriel
3
-16
/
+28
2013-10-18
brcmfmac: rename variable max_seg_sz to max_seg_cnt for clarity
Arend van Spriel
1
-5
/
+6
2013-10-18
brcmfmac: add tracepoint for capturing the SDPCM header
Arend van Spriel
2
-0
/
+20
2013-10-18
brcmfmac: store address in trace_brcmf_hexdump()
Arend van Spriel
1
-1
/
+3
2013-10-18
ath9k: add TX99 support
Luis R. Rodriguez
12
-17
/
+522
2013-10-18
ath9k: check for NULL rate when using ieee80211_get_rts_cts_rate()
Luis R. Rodriguez
1
-0
/
+3
2013-10-18
ath: add support for proper dynamic regulatory hints
Luis R. Rodriguez
2
-0
/
+101
2013-10-18
ath: split user and driver reguluatory hint parsing
Luis R. Rodriguez
1
-0
/
+1
2013-10-18
ath: move common dynamic regulatory domain setting to a helper
Luis R. Rodriguez
1
-18
/
+37
2013-10-18
cfg80211: export reg_initiator_name()
Luis R. Rodriguez
2
-10
/
+26
2013-10-18
rt2x00: rt2800lib: autodetect 5GHz band support
Gabor Juhos
1
-4
/
+4
2013-10-18
rt2x00: rt2800lib: use switch statement for RF specific setup
Gabor Juhos
1
-21
/
+30
2013-10-18
rt2x00: rt2800lib: use {tx,rx}_chain_num to avoid superfluous EEPROM access
Gabor Juhos
1
-10
/
+6
2013-10-18
ath9k/ath: move dfs pattern detector to ath
Janusz Dziedzic
8
-8
/
+8
2013-10-18
ath9k: dfs use CFG80211_CERTIFICATION_ONUS flag
Janusz Dziedzic
2
-10
/
+3
2013-10-18
ath9k: dfs move ath_dfs_pool_stats
Janusz Dziedzic
6
-21
/
+35
2013-10-18
ath9k: dfs kill ath9k specyfic code
Janusz Dziedzic
3
-12
/
+13
2013-10-18
libertas: move firmware lifetime handling to firmware.c
Dan Williams
5
-26
/
+16
2013-10-18
ath9k: add HT40 spectral scan capability
Lorenzo Bianconi
2
-38
/
+137
[next]