aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ila/ila_xlat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-27ila: Fix rhashtable walker list corruptionHerbert Xu1-0/+1
2019-02-24ila: Fix uninitialised return value in ila_xlat_nl_cmd_flushHerbert Xu1-1/+1
2019-02-22rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu1-12/+3
2018-07-24ila: remove blank lines at EOFStephen Hemminger1-1/+0
2018-06-29ila: Flush netlink command to clear xlat tableTom Herbert1-2/+60
2018-06-29ila: Create main ila source fileTom Herbert1-114/+28
2018-06-29ila: Call library function alloc_bucket_locksTom Herbert1-18/+5
2018-06-29ila: Fix use of rhashtable walk in ila_xlat.cTom Herbert1-16/+54
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-1/+2
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-3/+1
2017-11-08ila: allow configuration of identifier typeTom Herbert1-5/+13
2017-11-08ila: add checksum neutral map autoTom Herbert1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
2017-06-08ila_xlat: add missing hash secret initializationArnd Bergmann1-0/+1
2017-05-08net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko1-7/+1
2016-11-02ila: Fix crash caused by rhashtable changesTom Herbert1-3/+13
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-2/+2
2016-10-27genetlink: statically initialize familiesJohannes Berg1-10/+14
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-09-01ila: make nla_policy conststephen hemminger1-1/+1
2016-06-08ila: Perform only one translation in forwarding pathTom Herbert1-4/+4
2016-04-26ila: add checksum neutral ILA translationsTom Herbert1-8/+8
2016-04-26ila: xlat changesTom Herbert1-69/+34
2016-04-26ila: Add struct definitions and helpersTom Herbert1-62/+64
2016-04-25ipv6: use nla_put_u64_64bit()Nicolas Dichtel1-6/+9
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland1-1/+2
2015-12-15ila: Add generic ILA translation facilityTom Herbert1-0/+680