aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-12-19net: switch secpath to use skb extension infrastructureFlorian Westphal1-21/+1
2018-12-19xfrm: use secpath_exist where applicableFlorian Westphal1-1/+1
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal1-2/+4
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal1-9/+0
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal1-1/+1
2018-12-10xfrm: clean an indentation issue, remove a spaceColin Ian King1-1/+1
2018-11-23xfrm_user: fix freeing of xfrm states on acquireMathias Krause1-0/+1
2018-11-09xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal1-0/+1
2018-11-09xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal1-0/+1
2018-11-09xfrm: policy: store inexact policies in an rhashtableFlorian Westphal1-0/+1
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-9/+50
2018-07-20xfrm: Remove xfrmi interface ID from flowiBenedict Wong1-1/+1
2018-07-11ipv6: xfrm: use 64-bit timestampsArnd Bergmann1-1/+1
2018-06-25xfrm: policy: remove pcpu policy cacheFlorian Westphal1-1/+0
2018-06-23xfrm: Add virtual xfrm interfacesSteffen Klassert1-0/+24
2018-06-23xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert1-5/+16
2018-06-23xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert1-1/+8
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs1-1/+1
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-2/+2
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs1-1/+1
2018-05-14audit: convert sessionid unset to a macroRichard Guy Briggs1-1/+1
2018-04-16xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert1-0/+1
2018-03-30xfrm: Register xfrm_dev_notifier in appropriate placeKirill Tkhai1-1/+1
2018-02-28inet: whitespace cleanupStephen Hemminger1-7/+7
2018-01-18xfrm: Add ESN support for IPSec HW offloadYossef Efraim1-0/+12
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-12-21xfrm: check for xdo_dev_state_freeShannon Nelson1-1/+2
2017-12-20xfrm: Allow IPsec GSO with software crypto for local sockets.Steffen Klassert1-0/+2
2017-12-20net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert1-3/+19
2017-12-20xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert1-3/+3
2017-12-19xfrm: Reinject transport-mode packets through taskletHerbert Xu1-0/+3
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller1-1/+14
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller1-5/+10
2017-11-30ipsec: Create and use new helpers for dst child access.David Miller1-0/+5
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller1-0/+9
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25xfrm: make xfrm_replay_state_esn_len() return unsigned intAlexey Dobriyan1-1/+1
2017-09-25xfrm: make xfrm_alg_auth_len() return unsigned intAlexey Dobriyan1-1/+1
2017-09-25xfrm: make xfrm_alg_len() return unsigned intAlexey Dobriyan1-1/+1
2017-09-25xfrm: make aead_len() return unsigned intAlexey Dobriyan1-1/+1
2017-08-31xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman1-0/+1
2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti1-3/+6
2017-08-02net: Allow IPsec GSO for local socketsSteffen Klassert1-0/+19
2017-08-02xfrm: Auto-load xfrm offload modulesIlan Tayari1-1/+3
2017-07-18xfrm: add xdst pcpu cacheFlorian Westphal1-0/+1
2017-07-18xfrm: remove flow cacheFlorian Westphal1-8/+0
2017-07-04net, xfrm: convert sec_path.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-04net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3