aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-04net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+5
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-4/+8
2017-06-07xfrm: add UDP encapsulation port in migrate messageAntony Antony1-2/+4
2017-06-07xfrm: extend MIGRATE with UDP encapsulation portAntony Antony1-2/+4
2017-06-07xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOADHangbin Liu1-5/+2
2017-05-04xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-10/+0
2017-04-14net: Add a xfrm validate function to validate_xmit_skbSteffen Klassert1-0/+6
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert1-1/+64
2017-04-14xfrm: Add mode handlers for IPsec on layer 2Steffen Klassert1-0/+10
2017-04-14xfrm: Move device notifications to a sepatate fileSteffen Klassert1-0/+1