aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ieee802154 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-20ieee802154: atusb: Driver for Busware HUL dongleJosef Filzmaier2-40/+285
2017-08-20ieee802154: ca8210: Fix a potential NULL pointer dereferenceChristophe JAILLET1-4/+1
2017-07-25mrf24j40: Fix en error handling path in 'mrf24j40_probe()'Christophe JAILLET1-1/+2
2017-07-18drivers: net: add missing interrupt.h includeFlorian Westphal1-0/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg3-3/+3
2017-05-23net: ieee802154: fix potential null pointer dereferenceGustavo A. R. Silva1-1/+2
2017-05-22ieee802154: ca8210: Delete an error message for a failed memory allocation in ca8210_skb_rx()Markus Elfring1-3/+2
2017-05-22ieee802154: ca8210: Delete an error message for a failed memory allocation in ca8210_probe()Markus Elfring1-4/+0
2017-04-22ieee802154: don't select COMMON_CLKArnd Bergmann1-1/+1
2017-04-12ieee802154: ca8210: Add checks for kmalloc allocation failuresColin Ian King1-8/+10
2017-04-12ieee802154: Add CA8210 IEEE 802.15.4 device driverHarry Morris3-0/+3263
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-01-12ieee802154: atusb: fix driver to work with older firmware versionsStefan Schmidt1-9/+4
2017-01-12at86rf230: Allow slow GPIO pins for "rstn"Andrey Smirnov1-2/+2
2017-01-12ieee802154: atusb: do not use the stack for address fetching to make it DMA ableStefan Schmidt1-1/+7
2017-01-12ieee802154: atusb: make sure we set a randaom extended address if fetching failsStefan Schmidt1-2/+5
2017-01-12ieee802154: atusb: do not use the stack for buffers to make them DMA ableStefan Schmidt1-4/+27
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-5/+4
2016-12-08ieee802154: atusb: implement .set_frame_retries ops callbackStefan Schmidt1-1/+18
2016-12-08ieee802154: atusb: try to read permanent extended address from deviceStefan Schmidt1-1/+39
2016-12-08ieee802154: atusb: store firmware version after retrieval for later useStefan Schmidt1-5/+15
2016-12-08ieee802154: atusb: sync header file from firmware for new featuresStefan Schmidt1-3/+8
2016-11-30ieee802154: fakelb: print number of created fake devices during probeStefan Schmidt1-1/+1
2016-11-30at86rf230: fix cca ed values for rf233Alexander Aring1-5/+11
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-11-25net: ieee802154: drop duplicate header delay.hGeliang Tang1-1/+0
2016-11-21net: ieee802154: constify ieee802154_ops structuresBhumika Goyal2-2/+2
2016-09-19fakelb: fix schedule while atomicAlexander Aring1-7/+7
2016-07-12mrf24j40: avoid uninitialized byte in SPI transfer to radio.Walter Mack1-0/+2
2016-07-08fakelb: allow to run as monitorAlexander Aring1-0/+8
2016-07-08atusb: don't change csma settings while set channelAlexander Aring1-5/+1
2016-05-19net: ieee802154/adf7242: syntax error ifdef DEBUGxypron.glpk@gmx.de1-1/+0
2016-04-21ieee802154: atusb: update my copyright years for this driverStefan Schmidt1-0/+2
2016-04-21ieee802154: atusb: implement .set_cca_mode ops callbackStefan Schmidt1-1/+43
2016-04-21ieee802154: atusb: implement .set_cca_ed_level ops callbackStefan Schmidt1-1/+26
2016-04-21ieee802154: atusb: implement .set_csma_params ops callbackStefan Schmidt1-1/+19
2016-04-20at86rf230: increase sleep to off timingsAlexander Aring1-3/+3
2016-04-13mrf24j40: apply the security-enabled bit on secured outbound framesAlexandre Macabies1-0/+4
2016-04-13mrf24j40: fix security-enabled processing on inbound framesAlexandre Macabies1-1/+9
2016-04-08ieee802154/adf7242: fix memory leak of firmwareSudip Mukherjee1-0/+2
2016-02-23mrf24j40: add writeable missing regAlexander Aring1-0/+1
2016-02-23at86rf230: fix state change handling on errorAlexander Aring1-4/+3
2016-02-23at86rf230: fix race on error handlingAlexander Aring1-4/+14
2016-01-03ieee802154: cc2520: Check CRC & add promiscuousBrad Campbell1-23/+122
2015-12-11ieee802154/adf7242: Driver for ADF7242 MAC IEEE802154Michael Hennerich3-0/+1297
2015-12-11ieee802154-atusb: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring1-2/+1
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds3-3/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis3-3/+0
2015-09-24mrf24j40: remove trailing semicolonAlexander Aring1-1/+1
2015-09-22mrf24j40: replace magic numbersAlexander Aring1-38/+98