| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Remove usage of net_device last_rx member | Tobias Klauser | 2017-01-18 | 1 | -4/+0 |
* | Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-12-13 | 2 | -3/+3 |
|\ |
|
| * | staging: rtl8192u: Standardize test for NULL. | Elise Lennion | 2016-10-30 | 1 | -1/+1 |
| * | staging: rtl8192x: fix bogus maybe-uninitialized warning | Arnd Bergmann | 2016-10-25 | 2 | -2/+2 |
* | | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 2016-10-13 | 1 | -1/+0 |
|/ |
|
* | staging: rtl8192u: remove unused functions in r8192U_core.c | Baoyou Xie | 2016-09-23 | 1 | -49/+0 |
* | staging: rtl8192u: ieee80211: ieee80211_softmac: mark symbols static where po... | Baoyou Xie | 2016-09-23 | 1 | -6/+10 |
* | Staging: rtl8192u: Remove useless type conversion | Bhumika Goyal | 2016-09-20 | 5 | -13/+13 |
* | staging: rtl8192u: r8192U_core: fix checkpatch permission warnings | Xavier Roumegue | 2016-09-20 | 1 | -3/+3 |
* | staging: rtl8192u: do not use undefined $(TOPDIR) in Makefile | Nicolas Iooss | 2016-09-12 | 1 | -2/+1 |
* | staging/rtl8192u: use s8 instead of char | Arnd Bergmann | 2016-08-21 | 3 | -11/+11 |
* | staging: rtl8192u: r8192U_core: don't print error when allocating urb fails | Wolfram Sang | 2016-08-15 | 1 | -4/+1 |
* | rtl8192u: Remove unused semaphore rf_sem | Binoy Jayan | 2016-06-18 | 2 | -2/+0 |
* | rtl8192u: Replace semaphore scan_sem with mutex | Binoy Jayan | 2016-06-18 | 2 | -10/+10 |
* | rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutex | Binoy Jayan | 2016-06-18 | 5 | -41/+41 |
* | rtl8192u: r8192_priv: Replace semaphore wx_sem with mutex | Binoy Jayan | 2016-06-18 | 3 | -55/+55 |
* | staging: rtl8192u: propagate errors in write_nic_dword | Salah Triki | 2016-06-18 | 2 | -4/+8 |
* | staging: rtl8192u: propagate errors in write_nic_word | Salah Triki | 2016-06-18 | 2 | -4/+8 |
* | staging: rtl8192u: propagate errors in write_nic_byte_E | Salah Triki | 2016-06-18 | 2 | -4/+7 |
* | staging: rtl8192u: propagate errors in write_nic_byte | Salah Triki | 2016-06-18 | 2 | -4/+8 |
* | staging: rtl8192u: check return value of rtl8192_read_eeprom_info | Salah Triki | 2016-06-18 | 1 | -1/+9 |
* | staging: rtl8192u: propagate errors in rtl8192_read_eeprom_info | Salah Triki | 2016-06-18 | 1 | -16/+18 |
* | staging: rtl8192u: check return value eprom_read | Salah Triki | 2016-06-18 | 1 | -36/+76 |
* | staging: rtl8192u: propagate errors in eprom_read | Salah Triki | 2016-06-18 | 2 | -3/+8 |
* | staging: rtl8192u: check return value of read_nic_word_E | Salah Triki | 2016-06-18 | 1 | -4/+17 |
* | Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-20 | 5 | -79/+22 |
|\ |
|
| * | staging: rtl8192u: Fix crash due to pointers being "confusing" | Ben Hutchings | 2016-04-29 | 1 | -2/+2 |
| * | staging: rtl8192u: rewrite NULL comparison for pointers | Nicholas Sim | 2016-04-29 | 1 | -3/+3 |
| * | staging: rtl8192u: add blank line after declarations | Nicholas Sim | 2016-04-29 | 1 | -0/+14 |
| * | staging: rtl8192u: remove blank lines after braces (opening) | Nicholas Sim | 2016-04-29 | 1 | -14/+0 |
| * | staging: rtl8192u: remove blank lines before braces (closing) | Nicholas Sim | 2016-04-29 | 1 | -35/+0 |
| * | staging: rtl8192u: fix typo in debug message | Nik Nyby | 2016-03-28 | 2 | -2/+2 |
| * | Staging: rtl8192u: Remove unnecessary semicolon. | Sandhya Bankar | 2016-03-28 | 1 | -1/+1 |
| * | Staging: rtl8192u: remove extra blank lines. | Ben Marsh | 2016-03-28 | 1 | -22/+0 |
* | | treewide: replace dev->trans_start update with helper | Florian Westphal | 2016-05-04 | 2 | -5/+5 |
* | | drivers: replace dev->trans_start accesses with dev_trans_start | Florian Westphal | 2016-05-04 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-03-17 | 15 | -151/+174 |
|\ |
|
| * | Staging: ieee80211: Place constant on right side of the test. | Sandhya Bankar | 2016-03-11 | 1 | -3/+3 |
| * | staging: rtl8192u: ieee80211_crypt: Remove unnecessary else after return | Bhaktipriya Shridhar | 2016-03-11 | 1 | -2/+1 |
| * | Staging: rtl8192u: Replace random_ether_addr with eth_random_addr | Bhumika Goyal | 2016-03-11 | 1 | -7/+1 |
| * | Staging: rtl8192u: Replace memset with eth_broadcast_addr | Bhumika Goyal | 2016-03-11 | 1 | -2/+2 |
| * | staging: rtl8192u: ieee80211: Remove unused variables | Bhaktipriya Shridhar | 2016-03-11 | 1 | -1/+0 |
| * | Staging: rtl8192u: Remove debug messages | Bhumika Goyal | 2016-03-11 | 1 | -6/+1 |
| * | Staging: rtl8192u: Clean up tests if NULL returned on failure | Bhumika Goyal | 2016-03-11 | 2 | -2/+2 |
| * | staging: rtl8192u: ieee802111: Drop Useless Initialization | Bhaktipriya Shridhar | 2016-03-11 | 1 | -3/+3 |
| * | staging: rtl8192u: ieee80211: Use macro DIV_ROUND_UP | Bhaktipriya Shridhar | 2016-03-11 | 1 | -2/+2 |
| * | staging: rtl8192u: Remove create_workqueue() | Bhaktipriya Shridhar | 2016-02-20 | 2 | -18/+13 |
| * | Staging: rtl8192u: Convert long if-else block to switch-case | Bhumika Goyal | 2016-02-20 | 1 | -12/+40 |
| * | Staging: rtl819u: ieee80211: Remove function ieee80211_wep_null | Bhumika Goyal | 2016-02-14 | 3 | -7/+0 |
| * | Staging: rtl8192u: Remove useless comments | Bhumika Goyal | 2016-02-14 | 1 | -5/+0 |