| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-03-29 | 6lowpan: Remove redundant initialisation. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-06-09 | net: 6lowpan: constify lowpan_nhc structures | Alexander Aring | 2 | -11/+11 |
| 2022-06-09 | net: 6lowpan: use array for find nhc id | Alexander Aring | 15 | -203/+37 |
| 2022-06-09 | net: 6lowpan: remove const from scalars | Alexander Aring | 1 | -3/+3 |
| 2022-02-04 | net: don't include ndisc.h from ipv6.h | Jakub Kicinski | 1 | -0/+1 |
| 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 |
| 2015-10-21 | 6lowpan: rework tc and flow label handling | Alexander Aring | 1 | -85/+205 |
| 2015-10-21 | 6lowpan: iphc: change define values | Alexander Aring | 1 | -93/+106 |
| 2015-10-21 | 6lowpan: move IPHC functionality defines | Alexander Aring | 2 | -1/+109 |
| 2015-10-21 | 6lowpan: nhc: move iphc manipulation out of nhc | Alexander Aring | 3 | -17/+14 |
| 2015-10-21 | 6lowpan: remove lowpan_fetch_skb_u8 | Alexander Aring | 1 | -2/+2 |
| 2015-10-21 | 6lowpan: cleanup lowpan_header_decompress | Alexander Aring | 3 | -46/+73 |
| 2015-10-21 | 6lowpan: cleanup lowpan_header_compress | Alexander Aring | 1 | -10/+7 |
| 2015-10-21 | 6lowpan: introduce LOWPAN_IPHC_MAX_HC_BUF_LEN | Alexander Aring | 1 | -1/+1 |
| 2015-10-08 | 6lowpan: move shared settings to lowpan_netdev_setup | Alexander Aring | 1 | -0/+5 |
| 2015-09-22 | ieee802154: change needed headroom/tailroom | Alexander Aring | 1 | -2/+0 |
| 2015-09-17 | ieee820154: 6lowpan: dispatch evaluation rework | Alexander Aring | 2 | -2/+24 |
| 2015-08-11 | 6lowpan: move module_init into core functionality | Alexander Aring | 2 | -19/+20 |
| 2015-08-11 | 6lowpan: add generic 6lowpan netdev private data | Alexander Aring | 2 | -1/+21 |
| 2015-08-10 | 6lowpan: Fix extraction of flow label field | Lukasz Duda | 1 | -1/+1 |
| 2015-07-23 | 6lowpan: add request for ipv6 module | Alexander Aring | 1 | -0/+2 |
| 2015-02-14 | 6lowpan: nhc: add other known rfc6282 compressions | Alexander Aring | 9 | -0/+213 |
| 2015-02-14 | 6lowpan: add udp compression via nhc layer | Alexander Aring | 4 | -170/+205 |
| 2015-02-14 | 6lowpan: add generic nhc layer interface | Alexander Aring | 3 | -1/+388 |
| 2014-12-05 | net/6lowpan: Remove FSF address from GPL statement. | Stefan Schmidt | 1 | -3/+0 |
| 2014-11-06 | 6lowpan: move skb_free from error paths in decompression | Martin Townsend | 1 | -19/+12 |
| 2014-11-04 | 6lowpan: fix udp header compression when using raw sockets | Simon Vincent | 1 | -1/+9 |
| 2014-10-27 | ieee802154: 6lowpan: rename process_data and lowpan_process_data | Martin Townsend | 1 | -5/+7 |
| 2014-10-27 | 6lowpan: remove skb_deliver from IPHC | Martin Townsend | 1 | -26/+6 |
| 2014-10-25 | 6lowpan: Use skb_cow in IPHC decompression. | Martin Townsend | 1 | -26/+21 |
| 2014-08-07 | 6lowpan: Allow 6LoWPAN to be modular | Geert Uytterhoeven | 1 | -1/+1 |
| 2014-08-05 | Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 1 | -107/+105 |
| 2014-07-30 | 6lowpan: iphc: Fix parenthesis alignments which off-by-one | Marcel Holtmann | 1 | -3/+3 |
| 2014-07-30 | 6lowpan: iphc: Fix missing braces for if statement | Marcel Holtmann | 1 | -2/+2 |
| 2014-07-30 | 6lowpan: iphc: Fix missing blank line after variable declarations | Marcel Holtmann | 1 | -0/+1 |
| 2014-07-30 | 6lowpan: iphc: Fix issues with alignment matching open parenthesis | Marcel Holtmann | 1 | -39/+35 |
| 2014-07-30 | 6lowpan: iphc: Fix block comments to match networking style | Marcel Holtmann | 1 | -22/+11 |
| 2014-07-30 | 6lowpan: iphc: remove check on null | Alexander Aring | 1 | -3/+0 |
| 2014-07-30 | 6lowpan: iphc: use ipv6 api to check address scope | Alexander Aring | 1 | -12/+17 |
| 2014-07-30 | 6lowpan: iphc: cleanup use of lowpan_push_hc_data | Alexander Aring | 1 | -25/+20 |
| 2014-07-30 | 6lowpan: iphc: cleanup use of lowpan_fetch_skb | Alexander Aring | 1 | -6/+7 |
| 2014-07-30 | 6lowpan: iphc: use sizeof in udp uncompression | Alexander Aring | 1 | -9/+14 |
| 2014-07-30 | 6lowpan: iphc: rename hc06_ptr pointer to hc_ptr | Alexander Aring | 1 | -56/+56 |
| 2014-07-28 | Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 3 | -0/+800 |
| 2014-07-12 | 6lowpan: introduce new net/6lowpan directory | Alexander Aring | 3 | -0/+810 |