Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
04c9f416e371cff076a8b3279fb213628915d059
/
drivers
/
net
/
wireless
/
rt2x00
/
rt2x00pci.c
a89534e
rt2x00 : RT3290 chip support v4
by Woody Hung
· 12 years ago
8821102
rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devices
by Helmut Schaa
· 13 years ago
e01ae27
rt2x00: Allow dynamic addition of PCI/USB IDs.
by Gertjan van Wingerde
· 14 years ago
152a599
rt2x00: Decrease association time for USB devices
by Ivo van Doorn
· 14 years ago
1663893
rt2x00: Limit rt2x00pci rxdone processing to 16 entries at once
by Helmut Schaa
· 14 years ago
e88399b
rt2x00: Remove interrupt thread registration
by Helmut Schaa
· 14 years ago
d73b388
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
by Linus Torvalds
· 14 years ago
1d3c16a
PCI: make pci_restore_state return void
by Jon Mason
· 14 years ago
2cdb9a4
rt2x00: Use pci_is_pcie()
by Hauke Mehrtens
· 14 years ago
64e7d72
rt2x00: Cleanup RX index counting
by Ivo van Doorn
· 14 years ago
b923757
rt2x00pci: do not use GFP_DMA
by John W. Linville
· 14 years ago
fa69560
rt2x00: Simplify Queue function arguments
by Ivo van Doorn
· 14 years ago
47cb905
rt2x00: do not use PCI resources before pci_enable_device()
by Kulikov Vasiliy
· 14 years ago
78e256c
rt2x00: Convert rt2x00 to use threaded interrupts
by Helmut Schaa
· 14 years ago
e513a0b
rt2x00: Move common txdone handling to rt2x00lib_txdone.
by Gertjan van Wingerde
· 14 years ago
78eea11
rt2x00: Merge PCI and USB versions of write_tx_data into single function.
by Gertjan van Wingerde
· 14 years ago
6e1fdd1
rt2x00: Introduce separate interface type for PCI-express.
by Gertjan van Wingerde
· 14 years ago
0b8004a
rt2x00: Properly reserve room for descriptors in skbs.
by Gertjan van Wingerde
· 14 years ago
baaffe6
rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc.
by Gertjan van Wingerde
· 14 years ago
52a9bd2
rt2x00: don't use to_pci_dev in rt2x00pci_uninitialize
by Helmut Schaa
· 14 years ago
6fe70aa
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
· 14 years ago
85b7a8b
rt2x00: Simplify TXD handling of beacons.
by Gertjan van Wingerde
· 14 years ago
3b51cc9
Merge branch 'master' into for-davem
by John W. Linville
· 15 years ago
4108669
rt2x00: add txdesc parameter to write_tx_data
by Helmut Schaa
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
714fa66
rt2x00: Reorganize RT chipset setting for PCI/SOC devices.
by Gertjan van Wingerde
· 15 years ago
c70762f
rt2x00 : bail out of regbusy_read if device is removed.
by Alban Browaeys
· 15 years ago
9c9a0d1
rt2x00: Update copyright statements.
by Gertjan van Wingerde
· 15 years ago
2015d19
rt2x00: Move interface type assignments to generic code.
by Gertjan van Wingerde
· 15 years ago
440ddada
rt2x00: Move Move pci_dev specific access to rt2x00pci
by Ivo van Doorn
· 16 years ago
499a214
rt2x00: Don't free register information on suspend
by Ivo van Doorn
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
4e54c71
rt2x00: Update copyright year to 2009
by Ivo van Doorn
· 16 years ago
c9c3b1a
rt2x00: Cleanup indirect register access
by Ivo van Doorn
· 16 years ago
798b7ad
rt2x00: Cleanup TX/RX entry handling
by Ivo van Doorn
· 16 years ago
275f165
pci: use pci_ioremap_bar() in drivers/net
by Arjan van de Ven
· 16 years ago
d74f5ba
rt2x00: Cleanup symbol exports
by Ivo van Doorn
· 16 years ago
c4da004
rt2x00: Replace statically allocated DMA buffers with mapped skb's.
by Gertjan van Wingerde
· 16 years ago
30caa6e
rt2x00: Centralize allocation of RX skbs.
by Gertjan van Wingerde
· 16 years ago
14a3bf8
rt2x00: Convert rt2x00 to use generic DMA-mapping API
by Gertjan van Wingerde
· 16 years ago
caea902
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
239c249
rt2x00: Centralize RX packet alignment handling in rt2x00lib.
by Gertjan van Wingerde
· 16 years ago
d56d453
rt2x00: Cleanup struct skb_frame_desc.
by Gertjan van Wingerde
· 16 years ago
b869767
rt2x00: Don't kick TX queue after each frame
by Ivo van Doorn
· 16 years ago
6db3786
rt2x00: Move generic TX frame writing code into rt2x00queue
by Ivo van Doorn
· 16 years ago
051c256
rt2x00: Restrict DMA to 32-bit addresses.
by Gertjan van Wingerde
· 16 years ago
e039fa4
mac80211: move TX info into skb->cb
by Johannes Berg
· 16 years ago
b8be63f
rt2x00: Merge RX and TX entry private data
by Ivo van Doorn
· 16 years ago
7050ec8
rt2x00: Split rt2x00lib_write_tx_desc()
by Ivo van Doorn
· 16 years ago
63fe46d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
b30cdfc
rt2x00: Clean up error handling of PCI queue DMA allocation.
by Ivo van Doorn
· 16 years ago
e58c6ac
rt2x00: Use rt2x00 queue numbering
by Ivo van Doorn
· 17 years ago
92f5ac6
rt2x00: Initialize TX control field in data entries
by Mattias Nissler
· 17 years ago
30b3a23
rt2x00: Fix Descriptor DMA initialization
by Ivo van Doorn
· 17 years ago
baf26a7
rt2x00: Don't report driver generated frames to tx_status()
by Ivo van Doorn
· 17 years ago
647d0ca
rt2x00: Fix skbdesc->data_len initialization
by Ivo van Doorn
· 17 years ago
2179509
rt2x00: make csr_cache and csr_addr an union
by Ivo van Doorn
· 17 years ago
9c9dd2c
rt2x00: Fix invalid DMA free
by Ivo van Doorn
· 17 years ago
5957da4c
rt2x00: Move beacon and atim queue defines into rt2x00
by Ivo van Doorn
· 17 years ago
6bb40dd
rt2x00: Add per-interface structure
by Ivo van Doorn
· 17 years ago
181d690
rt2x00: Queue handling overhaul
by Ivo van Doorn
· 17 years ago
811aa9c
rt2x00: Update copyright notice
by Ivo van Doorn
· 17 years ago
1230cb8
rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSY
by Ivo van Doorn
· 17 years ago
4d8dd66
rt2x00: Add TX/RX frame dumping facility
by Ivo van Doorn
· 17 years ago
08992f7
rt2x00: Add skb descriptor
by Ivo van Doorn
· 17 years ago
2360157
rt2x00: Replace DRV_NAME with KBUILD_MODNAME
by Ivo van Doorn
· 17 years ago
3957ccb
rt2x00: Move duplicate code into rt2x00pci_txdone()
by Ivo van Doorn
· 17 years ago
4bd7c45
rt2x00: Remove data_desc structure
by Ivo van Doorn
· 17 years ago
d101f64
rt2x00: Fix ieee80211 payload alignment
by Ivo van Doorn
· 17 years ago
c5d0dc5
rt2x00: Put 802.11 data on 4 byte boundary
by Ivo van Doorn
· 17 years ago
4150c57
[PATCH] mac80211: revamp interface and filter configuration
by Johannes Berg
· 17 years ago
95ea362
[RT2x00]: add driver for Ralink wireless hardware
by Ivo van Doorn
· 17 years ago