summaryrefslogtreecommitdiffstats
path: root/net/ieee802154/6lowpan
Commit message (Expand)AuthorAgeFilesLines
* net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-5/+1
* sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet2024-02-261-1/+1
* net: fill in MODULE_DESCRIPTION()s for ieee802154Breno Leitao2024-01-291-0/+1
* networking: Update to register_net_sysctl_szJoel Granados2023-08-151-2/+6
* net: ipv6: Handle delivery_time in ipv6 defragMartin KaFai Lau2022-03-031-0/+1
* net: don't include ndisc.h from ipv6.hJakub Kicinski2022-02-041-0/+1
* mac802154: use dev_addr_set() - manualJakub Kicinski2021-10-201-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* ieee802154: 6lowpan: remove unnecessary comparisonYang Yingliang2020-05-081-1/+1
* net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+8
* net: core: add generic lockdep keysTaehee Yoo2019-10-241-8/+0
* inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-081-1/+1
* inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-191-2/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-073-24/+3
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-302-18/+2
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* | inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2019-05-281-1/+1
* | net: dynamically allocate fqdir structuresEric Dumazet2019-05-261-11/+13
* | net: add a net pointer to struct fqdirEric Dumazet2019-05-261-1/+1
* | net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-261-2/+1
* | ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_tableEric Dumazet2019-05-261-11/+6
* | net: rename struct fqdir fieldsEric Dumazet2019-05-261-18/+18
* | net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-261-2/+2
* | inet: rename netns_frags to fqdirEric Dumazet2019-05-261-1/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-261-1/+0
* 6lowpan: use rbtree for IP frag queuePeter Oskolkov2019-02-191-112/+29
* ieee802154: lowpan_header_create check must check daddrWillem de Bruijn2018-12-241-0/+3
* net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov2018-09-211-1/+0
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+1
* net: ieee802154: 6lowpan: remove redundant pointers 'fq' and 'net'Colin Ian King2018-08-061-5/+0
* net: 6lowpan: fix reserved space for single framesAlexander Aring2018-08-061-3/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-201-1/+1
|\
| * ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-181-1/+1
* | ieee802154: 6lowpan: set IFLA_LINKLubomir Rintel2018-07-051-0/+6
|/
* net: ieee802154: 6lowpan: fix frag reassemblyAlexander Aring2018-04-232-9/+9
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-041-2/+0
* inet: frags: break the 2GB limit for frags storageEric Dumazet2018-03-311-5/+5
* inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-03-311-3/+2
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-312-71/+46
* inet: frags: refactor lowpan_net_frag_init()Eric Dumazet2018-03-311-9/+11
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-03-311-6/+7
* inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-03-311-3/+8
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-4/+8
|\
| * ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()Eric Dumazet2018-03-091-4/+8
* | net: Convert lowpan_frags_opsKirill Tkhai2018-03-221-0/+1
* | ieee802154: 6lowpan: set IFF_NO_QUEUEAlexander Aring2018-02-141-0/+1
|/