aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-10-30wimax: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fopszhong jiang1-3/+3
2019-10-29wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggleNavid Emamdoost1-1/+1
2019-10-28net: Fix various misspellings of "connect"Geert Uytterhoeven1-1/+1
2019-09-26wimax/i2400m: remove unlikely() from WARN*() conditionDenis Efremov1-2/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2019-09-11wimax: i2400: fix memory leakNavid Emamdoost1-0/+1
2019-08-30wimax/i2400m: remove debug containing bogus calculation of indexColin Ian King1-7/+2
2019-08-28wimax/i2400m: remove redundant assignment to variable resultColin Ian King1-1/+0
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2019-08-18wimax/i2400m: fix a memory leak bugWenwen Wang1-1/+3
2019-08-10wimax: no need to check return value of debugfs_create functionsGreg Kroah-Hartman4-191/+37
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner8-124/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-05-04wimax/i2400m: use struct_size() helperGustavo A. R. Silva1-2/+1
2019-04-26wimax/i2400m/control: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-02-08wimax/i2400m: use struct_size() helperGustavo A. R. Silva1-2/+2
2019-02-08net: wimax/i2400m: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-09-26wimax/i2400m: fix spelling mistake "not unitialized" -> "uninitialized"Colin Ian King1-1/+1
2018-08-11wimax: usb-tx: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-08-11wimax: usb-fw: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-07-11wimax/i2400m: remove redundant variables ack_status, bcf and protocolColin Ian King3-6/+2
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches1-3/+0
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10wimax/i2400m: Remove VLAISBehan Webster1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-05-09drivers: net: wimax: i2400m: i2400m-usb: Use time_after for time comparisonKarim Eshapa1-1/+1
2017-03-13net: wimax/i2400m: fix NULL-deref at probeJohan Hovold1-0/+3
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-20/+2
2016-08-13net: wimax: i2400m: usb-notif: don't print error when allocating urb failsWolfram Sang1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2014-10-02kbuild: remove unnecessary "obj- := dummy.o" trickMasahiro Yamada1-4/+0
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-06-11net: wimax: i2400m: control.c: Cleaning up conjunction always evaluates to falseRickard Strandqvist1-1/+1
2014-05-21wimax/i2400m: make return of 0 explicitJulia Lawall1-5/+2
2014-03-29wimax/i2400m: remove open-coded skb_cow_head.françois romieu1-2/+1
2013-09-24wimax: Remove extern from function prototypesJoe Perches2-74/+70
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-22/+13
2013-02-09wimax/i2400m: fix i2400m->wake_tx_skb handlingTejun Heo1-14/+17
2013-02-06drivers: net: misc: Remove unused OOM variablesJoe Perches1-1/+0
2013-02-04wimax: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2-12/+5
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko2-8/+8
2012-12-15i2400m: add Intel 6150 device IDsDan Williams2-0/+9
2012-10-28Merge branch 'master' into for-nextJiri Kosina1-2/+1
2012-10-25i2400m: debugfs return code is wrongAlan Cox1-0/+1
2012-08-24wimax/i2400m: use is_zero_ether_addr() instead of memcmp()Wei Yongjun1-2/+1