summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ila
AgeCommit message (Expand)AuthorLines
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
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg-2/+2
2016-10-27genetlink: statically initialize familiesJohannes Berg-10/+14
2016-10-27genetlink: no longer support using static family IDsJohannes Berg-1/+0
2016-10-23lwt: Remove unused len fieldThomas Graf-3/+1
2016-10-20ila: Fix tailroom allocation of lwtstateThomas Graf-1/+1
2016-10-17ila: Don't use dest cache when gateway is setTom Herbert-0/+8
2016-10-15ila: Cache a route to translated addressTom Herbert-6/+74
2016-09-01ila: make nla_policy conststephen hemminger-2/+2
2016-08-17kcm: Use stream parserTom Herbert-1/+0
2016-06-15ila: Fix checksum neutral mappingTom Herbert-5/+5
2016-06-08ila: Perform only one translation in forwarding pathTom Herbert-9/+12
2016-05-10ila: ipv6/ila: fix nlsize calculation for lwtunnelTom Herbert-2/+4
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+1
2016-05-03ipv6/ila: fix nlsize calculation for lwtunnelNicolas Dichtel-2/+1
2016-04-26ila: add checksum neutral ILA translationsTom Herbert-15/+105