summaryrefslogtreecommitdiffstats
path: root/net/6lowpan
Commit message (Expand)AuthorAgeFilesLines
* 6lowpan: iphc: Fix an off-by-one check of array indexColin Ian King2021-07-221-1/+2
* 6lowpan: Fix some typos in nhc_udp.cWang Hai2021-03-241-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-16/+16
* 6lowpan: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-063-89/+32
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-303-24/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3014-72/+14
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* 6lowpan: Off by one handling ->nexthdrDan Carpenter2019-04-231-1/+1
* 6lowpan: fix debugfs_simple_attr.cocci warningsYueHaibing2019-01-221-21/+21
* 6lowpan: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-191-12/+1
* 6lowpan: iphc: reset mac_header after decompress to fix panicMichael Scott2018-07-061-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* 6lowpan: Don't set IFF_NO_QUEUELuiz Augusto von Dentz2017-04-121-1/+0
* 6lowpan: Use netdev addr_len to determine lladdr lenLuiz Augusto von Dentz2017-04-121-11/+38
* 6lowpan: iphc: override l2 packet informationAlexander Aring2017-04-121-0/+8
* 6lowpan: Set MAC address length according to LOWPAN_LLTYPEPatrik Flykt2017-04-121-1/+10
* 6lowpan: use rb_entry()Geliang Tang2017-01-221-4/+4
* 6lowpan: ndisc: no overreact if no short address is availableAlexander Aring2016-09-191-2/+0
* 6lowpan: ndisc: set invalid unicast short addr to unspecAlexander Aring2016-07-081-2/+5
* 6lowpan: ndisc: add missing 802.15.4 only checkAlexander Aring2016-07-081-0/+3
* 6lowpan: ndisc: fix double read unlockAlexander Aring2016-07-081-1/+2
* 6lowpan: add support for 802.15.4 short addr handlingAlexander Aring2016-06-151-29/+138
* 6lowpan: add support for getting short addressAlexander Aring2016-06-151-0/+39
* 6lowpan: introduce 6lowpan-ndAlexander Aring2016-06-154-2/+242
* 6lowpan: remove ipv6 module requestAlexander Aring2016-06-151-2/+0
* 6lowpan: add 802.15.4 short addr slaacAlexander Aring2016-06-151-0/+46
* 6lowpan: move mac802154 headerAlexander Aring2016-04-131-3/+0
* 6lowpan: add lowpan_is_ll functionAlexander Aring2016-04-131-0/+9
* 6lowpan: move eui64 uncompress functionAlexander Aring2016-04-131-16/+0
* 6lowpan: iphc: remove unnecessary zero dataAlexander Aring2016-04-131-1/+1
* 6lowpan: iphc: rename add lowpan prefixAlexander Aring2016-04-131-25/+31
* 6lowpan: change naming for lowpan private dataAlexander Aring2016-04-134-35/+35
* 6lowpan: iphc: fix handling of link-local compressionAlexander Aring2016-04-081-2/+9
* 6lowpan: iphc: fix SAM/DAM bit commentAlexander Aring2016-03-101-2/+2
* 6lowpan: debugfs: add missing staticAlexander Aring2016-03-101-2/+2
* 6lowpan: iphc: fix invalid case handlingAlexander Aring2016-02-261-2/+2
* 6lowpan: fix error checking codeAndrzej Hajda2016-02-241-1/+1
* 6lowpan: iphc: fix stateful multicast compressionAlexander Aring2016-02-241-1/+2
* 6lowpan: iphc: add support for stateful compressionAlexander Aring2016-02-233-58/+642
* 6lowpan: fix debugfs interface entry nameAlexander Aring2015-12-201-3/+3
* 6lowpan: add debugfs supportAlexander Aring2015-12-105-1/+117
* 6lowpan: add lowpan dev register helpersAlexander Aring2015-12-101-2/+31
* 6lowpan: add nhc module for GHC routing extension header detectionStefan Schmidt2015-12-103-0/+34
* 6lowpan: add nhc module for GHC fragmentation extension header detectionStefan Schmidt2015-12-103-0/+35
* 6lowpan: add nhc module for GHC destination extension header detectionStefan Schmidt2015-12-103-0/+34
* 6lowpan: add nhc module for GHC ICMPv6 detectionStefan Schmidt2015-12-103-0/+33
* 6lowpan: add nhc module for GHC UDP detectionStefan Schmidt2015-12-103-0/+33
* 6lowpan: add nhc module for GHC hop-by-hopextension header detectionStefan Schmidt2015-12-103-0/+36
* 6lowpan: clarify Kconfig entries for upcoming GHC supportStefan Schmidt2015-12-101-2/+3
* 6lowpan: put mcast compression in an own functionAlexander Aring2015-10-211-27/+32