summaryrefslogtreecommitdiffstats
path: root/net/6lowpan
AgeCommit message (Expand)AuthorLines
2019-01-226lowpan: fix debugfs_simple_attr.cocci warningsYueHaibing-21/+21
2018-12-196lowpan: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li-12/+1
2018-07-066lowpan: iphc: reset mac_header after decompress to fix panicMichael Scott-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-04-126lowpan: Don't set IFF_NO_QUEUELuiz Augusto von Dentz-1/+0
2017-04-126lowpan: Use netdev addr_len to determine lladdr lenLuiz Augusto von Dentz-11/+38
2017-04-126lowpan: iphc: override l2 packet informationAlexander Aring-0/+8
2017-04-126lowpan: Set MAC address length according to LOWPAN_LLTYPEPatrik Flykt-1/+10
2017-01-226lowpan: use rb_entry()Geliang Tang-4/+4
2016-09-196lowpan: ndisc: no overreact if no short address is availableAlexander Aring-2/+0
2016-07-086lowpan: ndisc: set invalid unicast short addr to unspecAlexander Aring-2/+5
2016-07-086lowpan: ndisc: add missing 802.15.4 only checkAlexander Aring-0/+3
2016-07-086lowpan: ndisc: fix double read unlockAlexander Aring-1/+2
2016-06-156lowpan: add support for 802.15.4 short addr handlingAlexander Aring-29/+138
2016-06-156lowpan: add support for getting short addressAlexander Aring-0/+39
2016-06-156lowpan: introduce 6lowpan-ndAlexander Aring-2/+242
2016-06-156lowpan: remove ipv6 module requestAlexander Aring-2/+0
2016-06-156lowpan: add 802.15.4 short addr slaacAlexander Aring-0/+46
2016-04-136lowpan: move mac802154 headerAlexander Aring-3/+0
2016-04-136lowpan: add lowpan_is_ll functionAlexander Aring-0/+9
2016-04-136lowpan: move eui64 uncompress functionAlexander Aring-16/+0
2016-04-136lowpan: iphc: remove unnecessary zero dataAlexander Aring-1/+1
2016-04-136lowpan: iphc: rename add lowpan prefixAlexander Aring-25/+31
2016-04-136lowpan: change naming for lowpan private dataAlexander Aring-35/+35
2016-04-086lowpan: iphc: fix handling of link-local compressionAlexander Aring-2/+9
2016-03-106lowpan: iphc: fix SAM/DAM bit commentAlexander Aring-2/+2
2016-03-106lowpan: debugfs: add missing staticAlexander Aring-2/+2
2016-02-266lowpan: iphc: fix invalid case handlingAlexander Aring-2/+2
2016-02-246lowpan: fix error checking codeAndrzej Hajda-1/+1
2016-02-246lowpan: iphc: fix stateful multicast compressionAlexander Aring-1/+2
2016-02-236lowpan: iphc: add support for stateful compressionAlexander Aring-58/+642
2015-12-206lowpan: fix debugfs interface entry nameAlexander Aring-3/+3
2015-12-106lowpan: add debugfs supportAlexander Aring-1/+117
2015-12-106lowpan: add lowpan dev register helpersAlexander Aring-2/+31
2015-12-106lowpan: add nhc module for GHC routing extension header detectionStefan Schmidt-0/+34
2015-12-106lowpan: add nhc module for GHC fragmentation extension header detectionStefan Schmidt-0/+35
2015-12-106lowpan: add nhc module for GHC destination extension header detectionStefan Schmidt-0/+34
2015-12-106lowpan: add nhc module for GHC ICMPv6 detectionStefan Schmidt-0/+33
2015-12-106lowpan: add nhc module for GHC UDP detectionStefan Schmidt-0/+33
2015-12-106lowpan: add nhc module for GHC hop-by-hopextension header detectionStefan Schmidt-0/+36
2015-12-106lowpan: clarify Kconfig entries for upcoming GHC supportStefan Schmidt-2/+3
2015-10-216lowpan: put mcast compression in an own functionAlexander Aring-27/+32
2015-10-216lowpan: rework tc and flow label handlingAlexander Aring-85/+205
2015-10-216lowpan: iphc: change define valuesAlexander Aring-93/+106
2015-10-216lowpan: move IPHC functionality definesAlexander Aring-1/+109
2015-10-216lowpan: nhc: move iphc manipulation out of nhcAlexander Aring-17/+14
2015-10-216lowpan: remove lowpan_fetch_skb_u8Alexander Aring-2/+2
2015-10-216lowpan: cleanup lowpan_header_decompressAlexander Aring-46/+73
2015-10-216lowpan: cleanup lowpan_header_compressAlexander Aring-10/+7
2015-10-216lowpan: introduce LOWPAN_IPHC_MAX_HC_BUF_LENAlexander Aring-1/+1