| Commit message (Expand) | Author | Age | Files | Lines |
* | net: don't include ndisc.h from ipv6.h | Jakub Kicinski | 2022-02-04 | 1 | -0/+1 |
* | 6lowpan: iphc: Fix an off-by-one check of array index | Colin Ian King | 2021-07-22 | 1 | -1/+2 |
* | 6lowpan: Fix some typos in nhc_udp.c | Wang Hai | 2021-03-25 | 1 | -2/+2 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-13 | 1 | -16/+16 |
* | 6lowpan: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-07-06 | 3 | -89/+32 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 2019-05-30 | 3 | -24/+6 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 14 | -72/+14 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | 6lowpan: Off by one handling ->nexthdr | Dan Carpenter | 2019-04-23 | 1 | -1/+1 |
* | 6lowpan: fix debugfs_simple_attr.cocci warnings | YueHaibing | 2019-01-22 | 1 | -21/+21 |
* | 6lowpan: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 2018-12-19 | 1 | -12/+1 |
* | 6lowpan: iphc: reset mac_header after decompress to fix panic | Michael Scott | 2018-07-06 | 1 | -0/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 3 | -0/+3 |
* | 6lowpan: Don't set IFF_NO_QUEUE | Luiz Augusto von Dentz | 2017-04-12 | 1 | -1/+0 |
* | 6lowpan: Use netdev addr_len to determine lladdr len | Luiz Augusto von Dentz | 2017-04-12 | 1 | -11/+38 |
* | 6lowpan: iphc: override l2 packet information | Alexander Aring | 2017-04-12 | 1 | -0/+8 |
* | 6lowpan: Set MAC address length according to LOWPAN_LLTYPE | Patrik Flykt | 2017-04-12 | 1 | -1/+10 |
* | 6lowpan: use rb_entry() | Geliang Tang | 2017-01-22 | 1 | -4/+4 |
* | 6lowpan: ndisc: no overreact if no short address is available | Alexander Aring | 2016-09-19 | 1 | -2/+0 |
* | 6lowpan: ndisc: set invalid unicast short addr to unspec | Alexander Aring | 2016-07-08 | 1 | -2/+5 |
* | 6lowpan: ndisc: add missing 802.15.4 only check | Alexander Aring | 2016-07-08 | 1 | -0/+3 |
* | 6lowpan: ndisc: fix double read unlock | Alexander Aring | 2016-07-08 | 1 | -1/+2 |
* | 6lowpan: add support for 802.15.4 short addr handling | Alexander Aring | 2016-06-16 | 1 | -29/+138 |
* | 6lowpan: add support for getting short address | Alexander Aring | 2016-06-16 | 1 | -0/+39 |
* | 6lowpan: introduce 6lowpan-nd | Alexander Aring | 2016-06-16 | 4 | -2/+242 |
* | 6lowpan: remove ipv6 module request | Alexander Aring | 2016-06-16 | 1 | -2/+0 |
* | 6lowpan: add 802.15.4 short addr slaac | Alexander Aring | 2016-06-16 | 1 | -0/+46 |
* | 6lowpan: move mac802154 header | Alexander Aring | 2016-04-13 | 1 | -3/+0 |
* | 6lowpan: add lowpan_is_ll function | Alexander Aring | 2016-04-13 | 1 | -0/+9 |
* | 6lowpan: move eui64 uncompress function | Alexander Aring | 2016-04-13 | 1 | -16/+0 |
* | 6lowpan: iphc: remove unnecessary zero data | Alexander Aring | 2016-04-13 | 1 | -1/+1 |
* | 6lowpan: iphc: rename add lowpan prefix | Alexander Aring | 2016-04-13 | 1 | -25/+31 |
* | 6lowpan: change naming for lowpan private data | Alexander Aring | 2016-04-13 | 4 | -35/+35 |
* | 6lowpan: iphc: fix handling of link-local compression | Alexander Aring | 2016-04-08 | 1 | -2/+9 |
* | 6lowpan: iphc: fix SAM/DAM bit comment | Alexander Aring | 2016-03-10 | 1 | -2/+2 |
* | 6lowpan: debugfs: add missing static | Alexander Aring | 2016-03-10 | 1 | -2/+2 |
* | 6lowpan: iphc: fix invalid case handling | Alexander Aring | 2016-02-26 | 1 | -2/+2 |
* | 6lowpan: fix error checking code | Andrzej Hajda | 2016-02-24 | 1 | -1/+1 |
* | 6lowpan: iphc: fix stateful multicast compression | Alexander Aring | 2016-02-24 | 1 | -1/+2 |
* | 6lowpan: iphc: add support for stateful compression | Alexander Aring | 2016-02-23 | 3 | -58/+642 |
* | 6lowpan: fix debugfs interface entry name | Alexander Aring | 2015-12-20 | 1 | -3/+3 |
* | 6lowpan: add debugfs support | Alexander Aring | 2015-12-10 | 5 | -1/+117 |
* | 6lowpan: add lowpan dev register helpers | Alexander Aring | 2015-12-10 | 1 | -2/+31 |
* | 6lowpan: add nhc module for GHC routing extension header detection | Stefan Schmidt | 2015-12-10 | 3 | -0/+34 |
* | 6lowpan: add nhc module for GHC fragmentation extension header detection | Stefan Schmidt | 2015-12-10 | 3 | -0/+35 |
* | 6lowpan: add nhc module for GHC destination extension header detection | Stefan Schmidt | 2015-12-10 | 3 | -0/+34 |
* | 6lowpan: add nhc module for GHC ICMPv6 detection | Stefan Schmidt | 2015-12-10 | 3 | -0/+33 |
* | 6lowpan: add nhc module for GHC UDP detection | Stefan Schmidt | 2015-12-10 | 3 | -0/+33 |
* | 6lowpan: add nhc module for GHC hop-by-hopextension header detection | Stefan Schmidt | 2015-12-10 | 3 | -0/+36 |
* | 6lowpan: clarify Kconfig entries for upcoming GHC support | Stefan Schmidt | 2015-12-10 | 1 | -2/+3 |