summaryrefslogtreecommitdiff
path: root/include/net/xfrm.h
AgeCommit message (Expand)Author
2019-05-25xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi
2019-05-25xfrm: clean up xfrm protocol checksCong Wang
2019-02-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19net: switch secpath to use skb extension infrastructureFlorian Westphal
2018-12-19xfrm: use secpath_exist where applicableFlorian Westphal
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal
2018-12-10xfrm: clean an indentation issue, remove a spaceColin Ian King
2018-11-23xfrm_user: fix freeing of xfrm states on acquireMathias Krause
2018-11-09xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal
2018-11-09xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal
2018-11-09xfrm: policy: store inexact policies in an rhashtableFlorian Westphal
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-07-20xfrm: Remove xfrmi interface ID from flowiBenedict Wong
2018-07-11ipv6: xfrm: use 64-bit timestampsArnd Bergmann
2018-06-25xfrm: policy: remove pcpu policy cacheFlorian Westphal
2018-06-23xfrm: Add virtual xfrm interfacesSteffen Klassert
2018-06-23xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert
2018-06-23xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs
2018-05-14audit: convert sessionid unset to a macroRichard Guy Briggs
2018-04-16xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert
2018-03-30xfrm: Register xfrm_dev_notifier in appropriate placeKirill Tkhai
2018-02-28inet: whitespace cleanupStephen Hemminger
2018-01-18xfrm: Add ESN support for IPSec HW offloadYossef Efraim
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-21xfrm: check for xdo_dev_state_freeShannon Nelson
2017-12-20xfrm: Allow IPsec GSO with software crypto for local sockets.Steffen Klassert
2017-12-20net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert
2017-12-20xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert
2017-12-19xfrm: Reinject transport-mode packets through taskletHerbert Xu
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller
2017-11-30ipsec: Create and use new helpers for dst child access.David Miller
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-25xfrm: make xfrm_replay_state_esn_len() return unsigned intAlexey Dobriyan
2017-09-25xfrm: make xfrm_alg_auth_len() return unsigned intAlexey Dobriyan
2017-09-25xfrm: make xfrm_alg_len() return unsigned intAlexey Dobriyan
2017-09-25xfrm: make aead_len() return unsigned intAlexey Dobriyan
2017-08-31xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman
2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti
2017-08-02net: Allow IPsec GSO for local socketsSteffen Klassert
2017-08-02xfrm: Auto-load xfrm offload modulesIlan Tayari
2017-07-18xfrm: add xdst pcpu cacheFlorian Westphal