summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ila
Commit message (Expand)AuthorAgeFilesLines
* net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-201-0/+1
* ila: remove unused inline function ila_addr_is_ilaYueHaibing2020-04-291-5/+0
* ila: remove unused macro 'ILA_HASH_TABLE_SIZE'YueHaibing2020-04-221-2/+0
* net: add net available in build_stateAlexander Aring2020-03-291-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+4
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-0/+1
|\
| * ila: Fix rhashtable walker list corruptionHerbert Xu2019-03-271-0/+1
* | genetlink: make policy common to familyJohannes Berg2019-03-221-4/+1
|/
* ila: Fix uninitialised return value in ila_xlat_nl_cmd_flushHerbert Xu2019-02-241-1/+1
* rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu2019-02-221-12/+3
* ila: remove blank lines at EOFStephen Hemminger2018-07-242-2/+0
* ila: Flush netlink command to clear xlat tableTom Herbert2018-06-293-2/+67
* ila: Create main ila source fileTom Herbert2018-06-295-147/+168
* ila: Call library function alloc_bucket_locksTom Herbert2018-06-291-18/+5
* ila: Fix use of rhashtable walk in ila_xlat.cTom Herbert2018-06-291-16/+54
* treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-121-1/+2
* rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-3/+1
* ila: Add a hook type for LWT routesTom Herbert2017-11-081-3/+36
* ila: allow configuration of identifier typeTom Herbert2017-11-083-23/+58
* ila: add checksum neutral map autoTom Herbert2017-11-083-44/+60
* ila: cleanup checksum diffTom Herbert2017-11-081-21/+18
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-0/+1
|\
| * ila_xlat: add missing hash secret initializationArnd Bergmann2017-06-081-0/+1
* | net: add extack arg to lwtunnel build stateDavid Ahern2017-05-301-2/+3
* | ila: propagate error code in ila_outputstephen hemminger2017-05-211-1/+1
|/
* net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko2017-05-081-7/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+1
* lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2017-01-301-1/+1
* net: Specify the owning module for lwtunnel opsRobert Shearman2017-01-241-0/+1
* 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/+0
* lwt: Remove unused len fieldThomas Graf2016-10-231-3/+1
* ila: Fix tailroom allocation of lwtstateThomas Graf2016-10-201-1/+1
* ila: Don't use dest cache when gateway is setTom Herbert2016-10-171-0/+8
* ila: Cache a route to translated addressTom Herbert2016-10-151-6/+74
* ila: make nla_policy conststephen hemminger2016-09-012-2/+2
* kcm: Use stream parserTom Herbert2016-08-171-1/+0
* ila: Fix checksum neutral mappingTom Herbert2016-06-151-5/+5
* ila: Perform only one translation in forwarding pathTom Herbert2016-06-084-9/+12
* ila: ipv6/ila: fix nlsize calculation for lwtunnelTom Herbert2016-05-101-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-2/+1
|\
| * ipv6/ila: fix nlsize calculation for lwtunnelNicolas Dichtel2016-05-031-2/+1
* | ila: add checksum neutral ILA translationsTom Herbert2016-04-264-15/+105