aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ila (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-06-08ila_xlat: add missing hash secret initializationArnd Bergmann1-0/+1
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern1-2/+3
2017-05-21ila: propagate error code in ila_outputstephen hemminger1-1/+1
2017-05-08net/ipv6/ila/ila_xlat.c: simplify a strange allocation patternMichal Hocko1-7/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+1
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern1-1/+1
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman1-0/+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-10-23lwt: Remove unused len fieldThomas Graf1-3/+1
2016-10-20ila: Fix tailroom allocation of lwtstateThomas Graf1-1/+1
2016-10-17ila: Don't use dest cache when gateway is setTom Herbert1-0/+8
2016-10-15ila: Cache a route to translated addressTom Herbert1-6/+74
2016-09-01ila: make nla_policy conststephen hemminger2-2/+2
2016-08-17kcm: Use stream parserTom Herbert1-1/+0
2016-06-15ila: Fix checksum neutral mappingTom Herbert1-5/+5
2016-06-08ila: Perform only one translation in forwarding pathTom Herbert4-9/+12
2016-05-10ila: ipv6/ila: fix nlsize calculation for lwtunnelTom Herbert1-2/+4
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2016-05-03ipv6/ila: fix nlsize calculation for lwtunnelNicolas Dichtel1-2/+1
2016-04-26ila: add checksum neutral ILA translationsTom Herbert4-15/+105
2016-04-26ila: xlat changesTom Herbert1-69/+34
2016-04-26ila: Add struct definitions and helpersTom Herbert4-82/+161
2016-04-25ipv6: use nla_put_u64_64bit()Nicolas Dichtel2-7/+11
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland1-1/+2
2016-02-21ila: autoload moduleRobert Shearman1-0/+1
2015-12-15ila: Add generic ILA translation facilityTom Herbert4-1/+691
2015-12-15ila: Create net/ipv6/ila directoryTom Herbert4-0/+300