aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18xfrm: Convert timers to use timer_setup()Kees Cook1-9/+8
2017-09-28xfrm: don't call xfrm_policy_cache_flush under xfrm_state_lockArtem Savkov1-2/+2
2017-09-13vti: fix NULL dereference in xfrm_input()Alexey Kodanev1-2/+4
2017-09-11xfrm: Fix negative device refcount on offload failure.Steffen Klassert1-0/+1
2017-09-11xfrm: Fix deletion of offloaded SAs on failure.Steffen Klassert1-0/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+19
2017-08-31xfrm: Fix return value check of copy_sec_ctx.Steffen Klassert1-2/+2
2017-08-31xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman1-0/+5
2017-08-28xfrm_user: fix info leak in build_aevent()Mathias Krause1-0/+1
2017-08-28xfrm_user: fix info leak in build_expire()Mathias Krause1-0/+2
2017-08-28xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause1-0/+1
2017-08-28xfrm_user: fix info leak in copy_user_offload()Mathias Krause1-1/+1
2017-08-24net: xfrm: don't double-hold dst when sk_policy in use.Lorenzo Colitti1-1/+0
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller6-15/+41
2017-08-11net: xfrm: support setting an output mark.Lorenzo Colitti4-9/+25
2017-08-07xfrm: check that cached bundle is still validFlorian Westphal1-1/+2
2017-08-03xfrm: policy: check policy direction valueVladis Dronov1-0/+6
2017-08-02xfrm: fix null pointer dereference on state and tmpl sortKoichiro Den1-0/+8
2017-08-02xfrm: Clear RX SKB secpath xfrm_offloadIlan Tayari1-0/+2
2017-08-02xfrm: Auto-load xfrm offload modulesIlan Tayari3-6/+14
2017-07-18xfrm: add xdst pcpu cacheFlorian Westphal3-3/+131
2017-07-18xfrm: remove flow cacheFlorian Westphal3-112/+1
2017-07-18xfrm_policy: make xfrm_bundle_lookup return xfrm dst objectFlorian Westphal1-16/+12
2017-07-18xfrm_policy: remove xfrm_policy_lookupFlorian Westphal1-32/+4
2017-07-18xfrm_policy: kill flow to policy dir conversionFlorian Westphal1-42/+4
2017-07-18xfrm_policy: remove always true/false branchesFlorian Westphal1-60/+14
2017-07-18xfrm_policy: bypass flow_cache_lookupFlorian Westphal1-9/+5
2017-07-04net, xfrm: convert sec_path.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-04net, xfrm: convert xfrm_policy.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-04net, xfrm: convert xfrm_state.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+4
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller4-32/+55
2017-06-17net: remove DST_NOCACHE flagWei Wang1-1/+0
2017-06-17net: remove DST_NOGC flagWei Wang1-1/+1
2017-06-17xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang1-18/+30
2017-06-12xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu2-4/+1
2017-06-07xfrm: add UDP encapsulation port in migrate messageAntony Antony3-9/+22
2017-06-07xfrm: extend MIGRATE with UDP encapsulation portAntony Antony3-14/+29
2017-06-07xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOADHangbin Liu2-2/+3
2017-05-19xfrm: fix state migration copy replay sequence numbersAntony Antony1-0/+2
2017-05-19xfrm: Make function xfrm_dev_register staticWei Yongjun1-1/+1
2017-05-16xfrm: use memdup_userGeliang Tang1-8/+3
2017-05-08xfrm: Fix NETDEV_DOWN with IPSec offloadIlan Tayari1-1/+1
2017-05-04xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-47/+0
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-39/+638
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2017-05-01xfrm: Indicate xfrm_state offload errorsIlan Tayari1-3/+6
2017-04-27xfrm: fix GRO for !CONFIG_NETFILTERSabrina Dubroca1-1/+1
2017-04-26xfrm: do the garbage collection after flushing policyXin Long1-0/+4
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller8-32/+628