summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-10-046lowpan: iphc: reset mac_header after decompress to fix panicMichael Scott1-0/+1
2016-09-196lowpan: ndisc: no overreact if no short address is availableAlexander Aring1-2/+0
2016-07-086lowpan: ndisc: set invalid unicast short addr to unspecAlexander Aring1-2/+5
2016-07-086lowpan: ndisc: add missing 802.15.4 only checkAlexander Aring1-0/+3
2016-07-086lowpan: ndisc: fix double read unlockAlexander Aring1-1/+2
2016-06-166lowpan: add support for 802.15.4 short addr handlingAlexander Aring2-85/+195
2016-06-166lowpan: add support for getting short addressAlexander Aring1-0/+39
2016-06-166lowpan: introduce 6lowpan-ndAlexander Aring5-8/+254
2016-06-166lowpan: remove ipv6 module requestAlexander Aring1-2/+0
2016-06-166lowpan: add 802.15.4 short addr slaacAlexander Aring4-2/+58
2016-04-136lowpan: move mac802154 headerAlexander Aring2-3/+3
2016-04-136lowpan: add lowpan_is_ll functionAlexander Aring1-0/+9
2016-04-136lowpan: move eui64 uncompress functionAlexander Aring2-16/+16
2016-04-136lowpan: iphc: remove unnecessary zero dataAlexander Aring1-1/+1
2016-04-136lowpan: iphc: rename add lowpan prefixAlexander Aring1-25/+31
2016-04-136lowpan: change naming for lowpan private dataAlexander Aring9-90/+94
2016-04-086lowpan: iphc: fix handling of link-local compressionAlexander Aring1-2/+9
2016-03-106lowpan: iphc: fix SAM/DAM bit commentAlexander Aring1-2/+2
2016-03-106lowpan: debugfs: add missing staticAlexander Aring1-2/+2
2016-02-266lowpan: iphc: fix invalid case handlingAlexander Aring1-2/+2
2016-02-246lowpan: fix error checking codeAndrzej Hajda1-1/+1
2016-02-246lowpan: iphc: fix stateful multicast compressionAlexander Aring1-1/+2
2016-02-236lowpan: iphc: add support for stateful compressionAlexander Aring4-58/+674
2015-12-206lowpan: fix debugfs interface entry nameAlexander Aring1-3/+3
2015-12-106lowpan: add debugfs supportAlexander Aring6-1/+120
2015-12-106lowpan: add lowpan dev register helpersAlexander Aring4-12/+42
2015-12-106lowpan: add nhc module for GHC routing extension header detectionStefan Schmidt3-0/+34
2015-12-106lowpan: add nhc module for GHC fragmentation extension header detectionStefan Schmidt3-0/+35
2015-12-106lowpan: add nhc module for GHC destination extension header detectionStefan Schmidt3-0/+34
2015-12-106lowpan: add nhc module for GHC ICMPv6 detectionStefan Schmidt3-0/+33
2015-12-106lowpan: add nhc module for GHC UDP detectionStefan Schmidt3-0/+33
2015-12-106lowpan: add nhc module for GHC hop-by-hopextension header detectionStefan Schmidt3-0/+36
2015-12-106lowpan: clarify Kconfig entries for upcoming GHC supportStefan Schmidt1-2/+3
2015-10-206lowpan: put mcast compression in an own functionAlexander Aring1-27/+32
2015-10-206lowpan: rework tc and flow label handlingAlexander Aring1-85/+205
2015-10-206lowpan: iphc: change define valuesAlexander Aring1-93/+106
2015-10-206lowpan: move IPHC functionality definesAlexander Aring4-124/+112
2015-10-206lowpan: nhc: move iphc manipulation out of nhcAlexander Aring3-17/+14
2015-10-206lowpan: remove lowpan_fetch_skb_u8Alexander Aring2-15/+16
2015-10-206lowpan: cleanup lowpan_header_decompressAlexander Aring7-96/+103
2015-10-206lowpan: cleanup lowpan_header_compressAlexander Aring4-20/+32
2015-10-206lowpan: introduce LOWPAN_IPHC_MAX_HC_BUF_LENAlexander Aring2-1/+9
2015-10-086lowpan: move shared settings to lowpan_netdev_setupAlexander Aring4-10/+7
2015-09-22ieee802154: change needed headroom/tailroomAlexander Aring9-22/+55
2015-09-17ieee820154: 6lowpan: dispatch evaluation reworkAlexander Aring6-111/+288
2015-08-116lowpan: move module_init into core functionalityAlexander Aring2-19/+20
2015-08-116lowpan: add generic 6lowpan netdev private dataAlexander Aring6-6/+55
2015-08-106lowpan: Fix extraction of flow label fieldLukasz Duda1-1/+1
2015-07-236lowpan: add request for ipv6 moduleAlexander Aring1-0/+2
2015-02-146lowpan: nhc: add other known rfc6282 compressionsAlexander Aring9-0/+213
[next]