Age | Commit message (Expand) | Author | Files | Lines |
2018-11-06 | rtl8xxxu: Fix missing break in switch | Gustavo A. R. Silva | 1 | -0/+1 |
2018-11-06 | rtl8xxxu: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+4 |
2018-10-13 | rtl8xxxu: Remove set but not used variables 'usedesc40' and 'seq_number' | YueHaibing | 1 | -4/+1 |
2018-09-04 | rtl8xxxu: Add rtl8188ctv support | Aleksei Mamlin | 1 | -0/+2 |
2018-05-30 | drivers/net: Fix various unnecessary characters after logging newlines | Joe Perches | 3 | -6/+6 |
2018-03-27 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
2018-01-24 | rtl8xxxu: Fix trailing semicolon | Luis de Bethencourt | 1 | -1/+1 |
2017-09-25 | rtl8xxxu: Don't printk raw binary if serial number is not burned in. | Adam Borowski | 1 | -1/+4 |
2017-08-10 | rtl8xxxu: constify usb_device_id | Arvind Yadav | 1 | -1/+1 |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
2017-04-28 | mac80211: separate encoding/bandwidth from flags | Johannes Berg | 1 | -4/+4 |
2017-04-28 | mac80211: clean up rate encoding bits in RX status | Johannes Berg | 1 | -5/+5 |
2017-03-06 | wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple drivers | Andrew Zaborowski | 1 | -0/+2 |
2017-01-20 | rtl8xxxu: Update author/maintainer contact info | Jes Sorensen | 7 | -8/+8 |
2017-01-20 | rtl8xxxu: Add additional USB IDs for rtl8192eu devices | Axel Köllhofer | 1 | -0/+7 |
2017-01-20 | rtl8xxxu: Add USB ID for D-Link DWA-131 rev E1 (rtl8192eu) | Axel Köllhofer | 1 | -0/+3 |
2017-01-20 | rtl8xxxu: Add another 8192eu device to the USB list | Jes Sorensen | 1 | -0/+3 |
2017-01-20 | rtl8xxxu: Mark 8192eu device 0x0bda:0x818b as tested | Jes Sorensen | 1 | -0/+1 |
2016-12-01 | rtl8xxxu: Work around issue with 8192eu and 8723bu devices not reconnecting | Jes Sorensen | 1 | -0/+8 |
2016-11-28 | rtl8xxxu: tx rate reported before set | Barry Day | 1 | -4/+4 |
2016-11-25 | rtl8xxxu: Fix non static symbol warning | Wei Yongjun | 1 | -1/+1 |
2016-11-25 | rtl8xxxu: Pass tx_info to fill_txdesc in order to have access to retry count | Jes Sorensen | 2 | -38/+60 |
2016-11-25 | rtl8xxxu: Obtain RTS rates from mac80211 | Jes Sorensen | 2 | -20/+32 |
2016-11-25 | rtl8xxxu: Fix rtl8192eu driver reload issue | Jes Sorensen | 1 | -1/+7 |
2016-11-25 | rtl8xxxu: Fix rtl8723bu driver reload issue | Jes Sorensen | 1 | -0/+4 |
2016-11-25 | rtl8xxxu: Fix big-endian problem reporting mactime | Jes Sorensen | 2 | -4/+4 |
2016-11-25 | rtl8xxxu: Fix memory leak in handling rxdesc16 packets | Jes Sorensen | 1 | -1/+6 |
2016-09-26 | rtl8xxxu: Stop log spam from each successful interrupt | Larry Finger | 2 | -1/+3 |
2016-09-26 | rtl8xxxu: Use a struct rtl8xxxu_fileops * in rtl8xxxu_init_device() | Jes Sorensen | 1 | -18/+19 |
2016-09-26 | rtl8xxxu: Clean up llt_init() API | Jes Sorensen | 2 | -6/+9 |
2016-09-26 | rtl8xxxu: Fix off by one error calculating pubq | Jes Sorensen | 1 | -1/+1 |
2016-09-17 | rtl8xxxu: Implement 8192e specific power down sequence | Jes Sorensen | 2 | -1/+144 |
2016-09-14 | rtl8xxxu: fix spelling mistake "firmare" -> "firmware" | Colin Ian King | 1 | -2/+2 |
2016-09-14 | rtl8xxxu: Reset device on module unload if still attached | Jes Sorensen | 1 | -0/+5 |
2016-09-03 | rtl8xxxu: Make rtl8xxxu_ampdu_action less chatty | Hans de Goede | 1 | -5/+5 |
2016-09-03 | rtl8xxxu: gen1: Fix non static symbol warning | Wei Yongjun | 1 | -1/+1 |
2016-09-03 | rtl8xxxu: Split filling of TX descriptors into separate functions | Jes Sorensen | 6 | -89/+125 |
2016-09-03 | rtl8xxxu: Determine need for shore preamble before updating TX descriptors | Jes Sorensen | 1 | -5/+7 |
2016-09-03 | rtl8xxxu: Determine the need for SGI before handling specific TX desc formats | Jes Sorensen | 1 | -6/+8 |
2016-09-03 | rtl8xxxu: Simplify calculating of hw value used for setting TX rate | Jes Sorensen | 1 | -3/+4 |
2016-09-03 | rtl8xxxu: Introduce fops bitflag indicating type of thermal meter | Jes Sorensen | 4 | -1/+4 |
2016-09-03 | rtl8xxxu: Convert flags in rtl8xxxu_fileops to bitflags | Jes Sorensen | 1 | -2/+2 |
2016-09-03 | rtl8xxxu: Use flag to indicate whether device has TX report timer support | Jes Sorensen | 3 | -3/+4 |
2016-09-03 | rtl8xxxu: Add interrupt bit definitions for gen2 parts | Jes Sorensen | 1 | -0/+56 |
2016-09-03 | rtl8xxxu: Add bit definitions for REG_FPGA0_TX_INFO | Jes Sorensen | 1 | -0/+4 |
2016-09-03 | rtl8xxxu: Simplify code setting TX buffer boundary | Jes Sorensen | 1 | -7/+1 |
2016-09-03 | rtl8xxxu: Remove now obsolete rtl8xxxu_old_init_queue_reserved_page() | Jes Sorensen | 1 | -28/+2 |
2016-09-03 | rtl8xxxu: Switch 8192cu/8188cu devices to use rtl8xxxu_init_queue_reserved_pa... | Jes Sorensen | 1 | -0/+4 |
2016-09-03 | rtl8xxxu: Switch 8723a to use new rtl8xxxu_init_queue_reserved_page() routine | Jes Sorensen | 1 | -0/+4 |
2016-09-03 | rtl8xxxu: Add TX page defines for 8723b | Jes Sorensen | 2 | -0/+10 |