summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ila
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-07-02ipv6: adopt dst_dev() helperEric Dumazet-1/+1
2025-05-30net: Fix checksum update for ILA adj-transportPaul Chaignon-3/+3
2025-03-06net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman-0/+1
2025-03-06net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman-1/+2
2025-01-02ila: serialize calls to nf_register_net_hooks()Eric Dumazet-5/+11
2024-11-11net: convert to nla_get_*_default()Johannes Berg-10/+5
2024-09-05ila: call nf_unregister_net_hooks() soonerEric Dumazet-4/+16
2024-06-03ila: block BH in ila_output()Eric Dumazet-1/+6
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet-2/+2
2023-08-02ila: Remove unnecessary file net/ila.hYue Haibing-2/+0
2023-03-01ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet-0/+1
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski-0/+1
2021-09-28net: ipv6: check return value of rhashtable_initMichelleJin-1/+5
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill-0/+1
2020-04-29ila: remove unused inline function ila_addr_is_ilaYueHaibing-5/+0
2020-04-22ila: remove unused macro 'ILA_HASH_TABLE_SIZE'YueHaibing-2/+0
2020-03-29net: add net available in build_stateAlexander Aring-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg-0/+4
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-1/+2
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2019-03-27ila: Fix rhashtable walker list corruptionHerbert Xu-0/+1
2019-03-22genetlink: make policy common to familyJohannes Berg-4/+1
2019-02-24ila: Fix uninitialised return value in ila_xlat_nl_cmd_flushHerbert Xu-1/+1
2019-02-22rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu-12/+3
2018-07-24ila: remove blank lines at EOFStephen Hemminger-2/+0
2018-06-29ila: Flush netlink command to clear xlat tableTom Herbert-2/+67
2018-06-29ila: Create main ila source fileTom Herbert-147/+168
2018-06-29ila: Call library function alloc_bucket_locksTom Herbert-18/+5
2018-06-29ila: Fix use of rhashtable walk in ila_xlat.cTom Herbert-16/+54
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook-1/+2
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert-3/+1
2017-11-08ila: Add a hook type for LWT routesTom Herbert-3/+36
2017-11-08ila: allow configuration of identifier typeTom Herbert-23/+58
2017-11-08ila: add checksum neutral map autoTom Herbert-44/+60
2017-11-08ila: cleanup checksum diffTom Herbert-21/+18
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-06-08ila_xlat: add missing hash secret initializationArnd Bergmann-0/+1
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern-2/+3
2017-05-21ila: propagate error code in ila_outputstephen hemminger-1/+1
2017-05-08net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko-7/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-2/+1
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern-1/+1
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman-0/+1
2016-11-02ila: Fix crash caused by rhashtable changesTom Herbert-3/+13