summaryrefslogtreecommitdiffstats
path: root/drivers/net/wimax
AgeCommit message (Expand)Author
2018-09-26wimax/i2400m: fix spelling mistake "not unitialized" -> "uninitialized"Colin Ian King
2018-08-11wimax: usb-tx: mark expected switch fall-throughGustavo A. R. Silva
2018-08-11wimax: usb-fw: mark expected switch fall-throughGustavo A. R. Silva
2018-07-11wimax/i2400m: remove redundant variables ack_status, bcf and protocolColin Ian King
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-10wimax/i2400m: Remove VLAISBehan Webster
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-05-09drivers: net: wimax: i2400m: i2400m-usb: Use time_after for time comparisonKarim Eshapa
2017-03-13net: wimax/i2400m: fix NULL-deref at probeJohan Hovold
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson
2016-08-13net: wimax: i2400m: usb-notif: don't print error when allocating urb failsWolfram Sang
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2014-10-02kbuild: remove unnecessary "obj- := dummy.o" trickMasahiro Yamada
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-06-11net: wimax: i2400m: control.c: Cleaning up conjunction always evaluates to falseRickard Strandqvist
2014-05-21wimax/i2400m: make return of 0 explicitJulia Lawall
2014-03-29wimax/i2400m: remove open-coded skb_cow_head.françois romieu
2013-09-24wimax: Remove extern from function prototypesJoe Perches
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-02-09wimax/i2400m: fix i2400m->wake_tx_skb handlingTejun Heo
2013-02-06drivers: net: misc: Remove unused OOM variablesJoe Perches
2013-02-04wimax: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-12-15i2400m: add Intel 6150 device IDsDan Williams
2012-10-28Merge branch 'master' into for-nextJiri Kosina
2012-10-25i2400m: debugfs return code is wrongAlan Cox
2012-08-24wimax/i2400m: use is_zero_ether_addr() instead of memcmp()Wei Yongjun
2012-08-20drivers/net/wimax/i2400m/fw.c: fix error return codeJulia Lawall
2012-07-22wimax: fix printk format warningsRandy Dunlap
2012-07-16drivers/net: Use eth_random_addrJoe Perches
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-11i2400m: remove SDIO device supportJohn W. Linville
2012-06-06drivers: net: Remove casts to same typeJoe Perches
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck
2012-04-21drivers/net: iwmc3200 depends on EXPERIMENTALArnd Bergmann
2012-04-14net: Fix spelling typo in netMasanari Iida
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-27wimax: i2400m-usb - use a private struct ethtool_opsPhil Sutter
2012-03-27wimax: i2400m - prevent a possible kernel bug due to missing fw_name stringPhil Sutter
2012-03-16wimax/i2400m: fix erroneous NETDEV_TX_BUSY useEric Dumazet
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-16wimax/i2400m: remove an unused variableDan Carpenter
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock