summaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
Commit message (Expand)AuthorAgeFilesLines
* xfrm: policy: match with both mark and mask on user interfacesXin Long2022-04-151-4/+7
* xfrm: Check if_id in xfrm_migrateYan Yan2022-03-231-2/+3
* xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrateAntony Antony2020-10-141-10/+6
* xfrm: Fix crash when the hold queue is used.Steffen Klassert2020-08-051-2/+2
* xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen2020-06-301-0/+1
* xfrm interface: ifname may be wrong in logsNicolas Dichtel2020-01-271-1/+0
* xfrm interface: fix management of phydevNicolas Dichtel2019-12-131-1/+0
* xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi2019-05-251-1/+2
* xfrm: clean up xfrm protocol checksCong Wang2019-05-251-0/+17
* xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-04-201-3/+9
* xfrm_user: fix freeing of xfrm states on acquireMathias Krause2018-12-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-9/+50
|\
| * xfrm: Remove xfrmi interface ID from flowiBenedict Wong2018-07-201-1/+1
| * ipv6: xfrm: use 64-bit timestampsArnd Bergmann2018-07-111-1/+1
| * xfrm: policy: remove pcpu policy cacheFlorian Westphal2018-06-251-1/+0
| * xfrm: Add virtual xfrm interfacesSteffen Klassert2018-06-231-0/+24
| * xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert2018-06-231-5/+16
| * xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert2018-06-231-1/+8
* | audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs2018-06-191-1/+1
|/
* Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-061-2/+2
|\
| * audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-1/+1
| * audit: convert sessionid unset to a macroRichard Guy Briggs2018-05-141-1/+1
* | xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert2018-04-161-0/+1
|/
* xfrm: Register xfrm_dev_notifier in appropriate placeKirill Tkhai2018-03-301-1/+1
* inet: whitespace cleanupStephen Hemminger2018-02-281-7/+7
* xfrm: Add ESN support for IPSec HW offloadYossef Efraim2018-01-181-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-0/+3
|\
| * xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-191-0/+3
* | xfrm: check for xdo_dev_state_freeShannon Nelson2017-12-211-1/+2
* | xfrm: Allow IPsec GSO with software crypto for local sockets.Steffen Klassert2017-12-201-0/+2
* | net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-201-3/+19
* | xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert2017-12-201-3/+3
* | xfrm: Move dst->path into struct xfrm_dstDavid Miller2017-11-301-1/+14
* | xfrm: Move child route linkage into xfrm_dst.David Miller2017-11-301-5/+10
* | ipsec: Create and use new helpers for dst child access.David Miller2017-11-301-0/+5
* | net: Create and use new helper xfrm_dst_child().David Miller2017-11-301-0/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | xfrm: make xfrm_replay_state_esn_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
* | xfrm: make xfrm_alg_auth_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
* | xfrm: make xfrm_alg_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
* | xfrm: make aead_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
|/
* xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman2017-08-311-0/+1
* net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-111-3/+6
* net: Allow IPsec GSO for local socketsSteffen Klassert2017-08-021-0/+19
* xfrm: Auto-load xfrm offload modulesIlan Tayari2017-08-021-1/+3
* xfrm: add xdst pcpu cacheFlorian Westphal2017-07-181-0/+1
* xfrm: remove flow cacheFlorian Westphal2017-07-181-8/+0
* net, xfrm: convert sec_path.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
* net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3