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