summaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
Commit message (Expand)AuthorAgeFilesLines
* xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-02-051-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+1
|\
| * xfrm_user: fix freeing of xfrm states on acquireMathias Krause2018-11-231-0/+1
* | net: switch secpath to use skb extension infrastructureFlorian Westphal2018-12-191-21/+1
* | xfrm: use secpath_exist where applicableFlorian Westphal2018-12-191-1/+1
* | net: use skb_sec_path helper in more placesFlorian Westphal2018-12-191-2/+4
* | net: move secpath_exist helper to sk_buff.hFlorian Westphal2018-12-191-9/+0
* | xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal2018-12-191-1/+1
* | xfrm: clean an indentation issue, remove a spaceColin Ian King2018-12-101-1/+1
* | xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal2018-11-091-0/+1
* | xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal2018-11-091-0/+1
* | xfrm: policy: store inexact policies in an rhashtableFlorian Westphal2018-11-091-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
OpenPOWER on IntegriCloud