summaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax/i2400m
Commit message (Expand)AuthorAgeFilesLines
* wimax: move out to stagingArnd Bergmann2020-10-2920-11099/+0
* net: wimax: i2400m: fix 'msg_skb' kernel-doc warning in i2400m_msg_to_dev()Wang Hai2020-09-081-2/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-234-4/+4
* wimax/i2400m: Fix potential urb refcnt leakXiyu Yang2020-04-181-0/+1
* wimax: remove some redundant assignments to variable resultColin Ian King2020-04-061-5/+2
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-1/+1
|\
| * wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggleNavid Emamdoost2019-10-291-1/+1
* | wimax: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fopszhong jiang2019-10-301-3/+3
* | net: Fix various misspellings of "connect"Geert Uytterhoeven2019-10-281-1/+1
|/
* wimax/i2400m: remove unlikely() from WARN*() conditionDenis Efremov2019-09-261-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-0/+1
|\
| * wimax: i2400: fix memory leakNavid Emamdoost2019-09-111-0/+1
* | wimax/i2400m: remove debug containing bogus calculation of indexColin Ian King2019-08-301-7/+2
* | wimax/i2400m: remove redundant assignment to variable resultColin Ian King2019-08-281-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-1/+3
|\|
| * wimax/i2400m: fix a memory leak bugWenwen Wang2019-08-181-1/+3
* | wimax: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-104-191/+37
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner2019-06-058-124/+8
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* wimax/i2400m: use struct_size() helperGustavo A. R. Silva2019-05-041-2/+1
* wimax/i2400m/control: Mark expected switch fall-throughGustavo A. R. Silva2019-04-261-0/+1
* wimax/i2400m: use struct_size() helperGustavo A. R. Silva2019-02-081-2/+2
* net: wimax/i2400m: mark expected switch fall-throughGustavo A. R. Silva2019-02-081-0/+1
* wimax/i2400m: fix spelling mistake "not unitialized" -> "uninitialized"Colin Ian King2018-09-261-1/+1
* wimax: usb-tx: mark expected switch fall-throughGustavo A. R. Silva2018-08-111-1/+1
* wimax: usb-fw: mark expected switch fall-throughGustavo A. R. Silva2018-08-111-1/+1
* wimax/i2400m: remove redundant variables ack_status, bcf and protocolColin Ian King2018-07-113-6/+2
* net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches2018-03-151-3/+0
* treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-091-2/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* wimax/i2400m: Remove VLAISBehan Webster2017-10-101-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* drivers: net: wimax: i2400m: i2400m-usb: Use time_after for time comparisonKarim Eshapa2017-05-091-1/+1
* net: wimax/i2400m: fix NULL-deref at probeJohan Hovold2017-03-131-0/+3
* scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* net: use core MTU range checking in wireless driversJarod Wilson2016-10-201-20/+2
* net: wimax: i2400m: usb-notif: don't print error when allocating urb failsWolfram Sang2016-08-131-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* net: wimax: i2400m: control.c: Cleaning up conjunction always evaluates to falseRickard Strandqvist2014-06-111-1/+1
* wimax/i2400m: make return of 0 explicitJulia Lawall2014-05-211-5/+2
* wimax/i2400m: remove open-coded skb_cow_head.françois romieu2014-03-291-2/+1
* wimax: Remove extern from function prototypesJoe Perches2013-09-242-74/+70
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-205-22/+13
|\
| * drivers: net: misc: Remove unused OOM variablesJoe Perches2013-02-061-1/+0
| * wimax: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-042-12/+5
| * remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
| * ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-062-8/+8