Sign in
gem5
/
arm
/
linux
/
10b1e8a27a45559df7d02c864081e929369d83bf
10b1e8a
wl12xx: implement fw status debugfs entries
by Luciano Coelho
· 13 years ago
bcca1bb
wlcore: add debugfs macro to help print fw statistics arrays
by Luciano Coelho
· 13 years ago
4987257
wlcore: abstract debugfs fw_stats to be handled by the lower drivers
by Luciano Coelho
· 13 years ago
15e05bc
wlcore: use all AP basic rates as default
by Luciano Coelho
· 13 years ago
62c2e57
wlcore: update beacon and probe_resp templates when rates change
by Luciano Coelho
· 13 years ago
7ae25da
wl18xx: disable MCS_13 for wl18xx PG 1.0
by Luciano Coelho
· 13 years ago
4afc37a
wlcore: reorder identify_chip and get_hw_info
by Luciano Coelho
· 13 years ago
73d8a42
wl18xx: change low_band_component_type value for COM8
by Luciano Coelho
· 13 years ago
4f64a1e
wlcore: add space for private area when allocating fw_status
by Luciano Coelho
· 13 years ago
4b9d236
wl18xx: changed default board_type to HDK
by Luciano Coelho
· 13 years ago
776f030
wl18xx: copy the default configuration before checking the board_type
by Luciano Coelho
· 13 years ago
df47289
wlcore: add module parameter to dump SDIO reads and writes
by Luciano Coelho
· 13 years ago
1ddbc7d
wl18xx: add a module parameter to control 11a support
by Luciano Coelho
· 13 years ago
a5114d9
wl18xx: derive the MAC address from the BD_ADDR in fuse ROM
by Luciano Coelho
· 13 years ago
0afd04e
wlcore/wl12xx/18xx: split fw_status struct into two
by Arik Nemtsov
· 13 years ago
102165c
wl18xx: add module parameter to disable TCP checksum
by Luciano Coelho
· 13 years ago
e925881
wl18xx: add number of antennas and dc2dc type as module params
by Luciano Coelho
· 13 years ago
0a1569f
wl18xx: change the low_band_component_type for HDK boards
by Luciano Coelho
· 13 years ago
be42aee
wl18xx: add plt_init operation
by Luciano Coelho
· 13 years ago
c331b34
wlcore/wl12xx: add plt_init op and move the code to wl12xx
by Luciano Coelho
· 13 years ago
05057c0
wl18xx: change board type enum according to new FW
by Arik Nemtsov
· 13 years ago
2f1d74e
wl18xx: don't upload NVS to FW
by Arik Nemtsov
· 13 years ago
f2baf07
wl18xx: init Tx-released index to 0 on HW init
by Arik Nemtsov
· 13 years ago
4b4887e
wlcore/wl12xx: move rx_mem_pool_addr element to wl12xx
by Luciano Coelho
· 13 years ago
5495629
wl18xx: implement hw op to read PG version
by Arik Nemtsov
· 13 years ago
a5d751b
wlcore/wl12xx: move ref_clock and tcxo_clock elements to wl12xx
by Luciano Coelho
· 13 years ago
8388569
wlcore: rename wl12xx.h to wlcore_i.h
by Luciano Coelho
· 13 years ago
be65202
wl18xx: read clock frequency and do top init accordingly
by Luciano Coelho
· 13 years ago
d9fedea
wl18xx: disable FW log functionality
by Arik Nemtsov
· 13 years ago
1c351da
wl18xx: read FW pc on recovery
by Arik Nemtsov
· 13 years ago
d5b5927
wl18xx: translate and write the board type to SCR_PAD2
by Luciano Coelho
· 13 years ago
a9c130d
wl18xx: add board type module argument
by Luciano Coelho
· 13 years ago
3a8ddb6
wl18xx: add module param for overriding HT caps
by Arik Nemtsov
· 13 years ago
0e0f5a3
wl18xx: set HT capabilities
by Arik Nemtsov
· 13 years ago
ebc7e57
wlcore/wl18xx: enable MIMO/wide-chan rates in AP-mode rate config
by Arik Nemtsov
· 13 years ago
b3a47ee
wlcore: support peer MIMO rates
by Arik Nemtsov
· 13 years ago
f13af34
wl18xx: ipmlement ap_rate_mask hw op
by Arik Nemtsov
· 13 years ago
a6298db
wl18xx: send channel type to FW on role start
by Arik Nemtsov
· 13 years ago
83d08d3
wlcore: track current channel type per vif
by Arik Nemtsov
· 13 years ago
23ee9bf
wl18xx: add runtime configuration parameters
by Luciano Coelho
· 13 years ago
169da04
wlcore/wl18xx: add hw op for Rx HW checksum
by Arik Nemtsov
· 13 years ago
2fc28de
wlcore/wl18xx: add hw op for setting Tx HW checksum
by Arik Nemtsov
· 13 years ago
b8422dc
wl18xx: add hw_init operation
by Luciano Coelho
· 13 years ago
872b345
wl18xx: implement immediate Tx completion
by Arik Nemtsov
· 13 years ago
30e2dd7
wl18xx: implement hw op for getting rx packet data length
by Arik Nemtsov
· 13 years ago
9c809f8
wl18xx: implement hw op for getting rx buffer data alignment
by Arik Nemtsov
· 13 years ago
7cfefd1
wl18xx: set Rx block-size alignment quirk
by Arik Nemtsov
· 13 years ago
1fab39d
wl18xx: add fw_status private data
by Arik Nemtsov
· 13 years ago
f648eab
wl18xx: define HW-rate translation elements/tables
by Arik Nemtsov
· 13 years ago
d2361c5
wl18xx: implement hw op for setting frame length in tx_hw_desc
by Arik Nemtsov
· 13 years ago
fb0f2e4
wl18xx: implement hw op for setting blocks in hw_tx_desc
by Arik Nemtsov
· 13 years ago
624845b
wl18xx: implement hw op for calculating hw block count per packet
by Arik Nemtsov
· 13 years ago
1349c42
wl18xx: set normal/GEM Tx spare block counts
by Arik Nemtsov
· 13 years ago
cb7b5d8
wl18xx: set the number of Tx descriptors
by Arik Nemtsov
· 13 years ago
9d1c973
wl18xx: create per-chip-family private storage
by Arik Nemtsov
· 13 years ago
274c66c
wl18xx: add trigger command and ack event operations
by Luciano Coelho
· 13 years ago
46a1d51
wl18xx: add some boot operations and hw-specific configurations
by Luciano Coelho
· 13 years ago
0cd6543
wl18xx: add identify chip operation
by Luciano Coelho
· 13 years ago
5d4a9fa
wl18xx: add register table
by Luciano Coelho
· 13 years ago
82b890c
wl18xx: add partition table
by Luciano Coelho
· 13 years ago
554c36b
wl18xx: add empty operations struct
by Luciano Coelho
· 13 years ago
197c628
wlcore_sdio/wl18xx: use SDIO revision number to identify wl18xx chips
by Luciano Coelho
· 13 years ago
9a1a699
wl18xx: add new module
by Luciano Coelho
· 13 years ago
f8f5701
Linux 3.5-rc1
by Linus Torvalds
· 13 years ago
912afc3
Merge tag 'dm-3.5-changes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm
by Linus Torvalds
· 13 years ago
cc8394d
dm thin: provide userspace access to pool metadata
by Joe Thornber
· 13 years ago
a24c256
dm thin: use slab mempools
by Mike Snitzer
· 13 years ago
3599165
dm mpath: allow ioctls to trigger pg init
by Mikulas Patocka
· 13 years ago
f220fd4
dm mpath: delay retry of bypassed pg
by Mike Christie
· 13 years ago
1fbdd2b
dm mpath: reduce size of struct multipath
by Mike Snitzer
· 13 years ago
4fc3acf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
63004af
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
f309532
tty: Revert the tty locking series, it needs more work
by Linus Torvalds
· 13 years ago
9ca3cc6
fec_mpc52xx: fix timestamp filtering
by Stephan Gatzka
· 13 years ago
b1ff4f9
mcs7830: Implement link state detection
by Ondrej Zary
· 13 years ago
233e562
Merge 'for-linus' branches from git://git.kernel.org/pub/scm/linux/kernel/git/viro/{vfs,signal}
by Linus Torvalds
· 13 years ago
0fd7bee
powerpc: Fix size of st_nlink on 64bit
by Anton Blanchard
· 13 years ago
a393624
frv: Remove bogus closing parenthesis
by Geert Uytterhoeven
· 13 years ago
6d7407b
e1000e: fix Rapid Start Technology support for i217
by Bruce Allan
· 13 years ago
281a8f2
e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()
by Sebastian Andrzej Siewior
· 13 years ago
829f51d
Merge branch 'akpm' (Fixups for Andrew's patchbomb)
by Linus Torvalds
· 13 years ago
8b8c0da
nls: fix (and rename) mac NLS table files and config options
by Linus Torvalds
· 13 years ago
92a8956
fs/nls/Makefile: remove bogus CONFIG_ assignments
by Andrew Morton
· 13 years ago
804ce98
Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6
by Linus Torvalds
· 13 years ago
f5e7e84
Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 13 years ago
4844515
Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
by Linus Torvalds
· 13 years ago
af4f8ba
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux
by Linus Torvalds
· 13 years ago
40b46a7
Merge remote-tracking branch 'rostedt/tip/perf/urgent-2' into x86-urgent-for-linus
by H. Peter Anvin
· 13 years ago
efff047
Merge branch 'ux500/hickup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
ad1be8d
r8169: call netif_napi_del at errpaths and at driver unload
by Devendra Naga
· 13 years ago
3ded7ac
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
37b2240
Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 13 years ago
bad1a75
x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32
by H.J. Lu
· 13 years ago
4a43faf
mtd: mxc_nand: move ecc strengh setup before nand_scan_tail
by Sascha Hauer
· 13 years ago
2e24e32
mtd: block2mtd: fix recursive call of mtd_writev
by Gabor Juhos
· 13 years ago
5636ce0
mtd: gpmi-nand: define ecc.strength
by Marek Vasut
· 13 years ago
a2f01a8
apple-gmux: Fix up the suspend/resume patch
by Matthew Garrett
· 13 years ago
2e929d0
mtd: of_parts: fix breakage in Kconfig
by Frank Svendsboe
· 13 years ago
86c47b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 13 years ago
fff3269
tcp: reflect SYN queue_mapping into SYNACK packets
by Eric Dumazet
· 13 years ago
Next »