summaryrefslogtreecommitdiff
path: root/net/ieee802154/6lowpan
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-03-18inet: frags: save a pair of atomic operations in reassemblyEric Dumazet1-1/+4
2025-03-18inet: frags: change inet_frag_kill() to defer refcount updatesEric Dumazet1-7/+10
2025-03-18inet: frags: add inet_frag_putn() helperEric Dumazet1-3/+4
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-02-22ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_opsXiao Liang1-0/+2
2025-02-22rtnetlink: Pack newlink() params into structXiao Liang1-2/+3
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-1/+1
2024-05-24net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan1-1/+1
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-5/+1
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh1-1/+1
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-1/+1
2024-01-29net: fill in MODULE_DESCRIPTION()s for ieee802154Breno Leitao1-0/+1
2023-08-16networking: Update to register_net_sysctl_szJoel Granados1-2/+6
2022-03-03net: ipv6: Handle delivery_time in ipv6 defragMartin KaFai Lau1-0/+1
2022-02-05net: don't include ndisc.h from ipv6.hJakub Kicinski1-0/+1
2021-10-20mac802154: use dev_addr_set() - manualJakub Kicinski1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-05-09ieee802154: 6lowpan: remove unnecessary comparisonYang Yingliang1-1/+1
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+8
2019-10-25net: core: add generic lockdep keysTaehee Yoo1-8/+0
2019-08-09inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault1-1/+1
2019-06-19inet: fix various use-after-free in defrags unitsEric Dumazet1-2/+11
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-24/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2-18/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-29inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet1-1/+1
2019-05-27net: dynamically allocate fqdir structuresEric Dumazet1-11/+13
2019-05-27net: add a net pointer to struct fqdirEric Dumazet1-1/+1
2019-05-27net: rename inet_frags_init_net() to fdir_init()Eric Dumazet1-2/+1
2019-05-27ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_tableEric Dumazet1-11/+6
2019-05-27net: rename struct fqdir fieldsEric Dumazet1-18/+18
2019-05-27net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet1-2/+2
2019-05-27inet: rename netns_frags to fqdirEric Dumazet1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-02-26net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov1-1/+0
2019-02-196lowpan: use rbtree for IP frag queuePeter Oskolkov1-112/+29
2018-12-25ieee802154: lowpan_header_create check must check daddrWillem de Bruijn1-0/+3
2018-09-22net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov1-1/+0
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-08-06net: ieee802154: 6lowpan: remove redundant pointers 'fq' and 'net'Colin Ian King1-5/+0
2018-08-06net: 6lowpan: fix reserved space for single framesAlexander Aring1-3/+18
2018-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2018-07-18ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal1-1/+1
2018-07-05ieee802154: 6lowpan: set IFLA_LINKLubomir Rintel1-0/+6
2018-04-23net: ieee802154: 6lowpan: fix frag reassemblyAlexander Aring2-9/+9
2018-04-04inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet1-2/+0
2018-04-01inet: frags: break the 2GB limit for frags storageEric Dumazet1-5/+5