summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ila/ila_xlat.c
Commit message (Expand)AuthorAgeFilesLines
* ila: Fix rhashtable walker list corruptionHerbert Xu2019-03-281-0/+1
* ila: Fix uninitialised return value in ila_xlat_nl_cmd_flushHerbert Xu2019-02-251-1/+1
* rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu2019-02-221-12/+3Star
* ila: remove blank lines at EOFStephen Hemminger2018-07-241-1/+0Star
* ila: Flush netlink command to clear xlat tableTom Herbert2018-06-291-2/+60
* ila: Create main ila source fileTom Herbert2018-06-291-114/+28Star
* ila: Call library function alloc_bucket_locksTom Herbert2018-06-291-18/+5Star
* ila: Fix use of rhashtable walk in ila_xlat.cTom Herbert2018-06-291-16/+54
* treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-131-1/+2
* rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-3/+1Star
* ila: allow configuration of identifier typeTom Herbert2017-11-081-5/+13
* ila: add checksum neutral map autoTom Herbert2017-11-081-4/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-311-1/+1
* ila_xlat: add missing hash secret initializationArnd Bergmann2017-06-081-0/+1
* net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko2017-05-091-7/+1Star
* ila: Fix crash caused by rhashtable changesTom Herbert2016-11-021-3/+13
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-2/+2
* genetlink: statically initialize familiesJohannes Berg2016-10-271-10/+14
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0Star
* ila: make nla_policy conststephen hemminger2016-09-011-1/+1
* ila: Perform only one translation in forwarding pathTom Herbert2016-06-081-4/+4
* ila: add checksum neutral ILA translationsTom Herbert2016-04-261-8/+8
* ila: xlat changesTom Herbert2016-04-261-69/+34Star
* ila: Add struct definitions and helpersTom Herbert2016-04-261-62/+64
* ipv6: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-6/+9
* rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland2016-04-051-1/+2
* ila: Add generic ILA translation facilityTom Herbert2015-12-161-0/+680