summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2018-01-01xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri1-0/+1
2018-01-01ipsec: Fix aborted xfrm policy dump crashBen Hutchings1-1/+2
2017-11-11xfrm_user: fix info leak in build_aevent()Mathias Krause1-0/+1
2017-11-11xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause1-0/+1
2017-09-15xfrm: policy: check policy direction valueVladis Dronov1-0/+6
2017-09-15xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-47/+0
2017-07-18xfrm: policy: init locks earlyFlorian Westphal1-5/+5
2017-06-05xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-06-05xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2016-11-20xfrm: Fix memory leak of aead algorithm nameIlan Tayari1-0/+1
2016-11-20xfrm_user: propagate sec ctx allocation errorsMathias Krause1-3/+6
2016-11-20xfrm: fix crash in XFRM_MSG_GETSA netlink handlerVegard Nossum1-3/+3
2016-05-01xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org1-0/+3
2016-01-28xfrm: dst_entries_init() per-net dst_opsDan Streetman1-38/+0
2015-06-11xfrm: fix a race in xfrm_state_lookup_byspiLi RongQing1-1/+1
2015-05-20net: make skb_gso_segment error handling more robustFlorian Westphal1-0/+2
2015-03-30xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang1-6/+6
2014-10-15xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert1-8/+24
2014-10-15xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-1/+17
2014-06-30xfrm: Fix installation of AH IPsec SAsTobias Brunner1-4/+3
2014-06-26xfrm: Fix refcount imbalance in xfrm_lookupSteffen Klassert1-0/+2
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+25
2014-06-04xfrm: fix race between netns cleanup and state expire notificationMichal Kubecek1-11/+25
2014-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-105/+36
2014-05-13net/xfrm/xfrm_output.c: move EXPORT_SYMBOLFabian Frederick1-3/+2
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-05-08net: clean up snmp stats codeWANG Cong2-8/+5
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-04-23xfrm: Remove useless xfrm_audit struct.Tetsuo Handa3-78/+34
2014-04-22xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa3-45/+21
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-1/+1
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-6/+81
2014-03-14xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert1-0/+75
2014-03-12flowcache: Fix resource leaks on namespace exit.Steffen Klassert1-1/+6
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov1-3/+3
2014-03-07xfrm: rename struct xfrm_filterNicolas Dichtel2-6/+6
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+18
2014-02-26xfrm: Fix unlink race when policies are deleted.Steffen Klassert1-1/+1
2014-02-25xfrm: Add xfrm_tunnel_skb_cb to the skb common bufferSteffen Klassert1-0/+5
2014-02-25xfrm4: Add IPsec protocol multiplexerSteffen Klassert1-6/+11
2014-02-21xfrm: Cleanup error handling of xfrm_state_cloneSteffen Klassert1-11/+5
2014-02-20xfrm: Clone states properly on migrationSteffen Klassert2-5/+8
2014-02-20xfrm: Take xfrm_state_lock in xfrm_migrate_state_findSteffen Klassert1-5/+8
2014-02-20xfrm: Fix NULL pointer dereference on sub policy usageSteffen Klassert1-1/+1
2014-02-19xfrm: Remove caching of xfrm_policy_sk_bundlesSteffen Klassert1-28/+0
2014-02-17ipsec: add support of limited SA dumpNicolas Dichtel2-2/+51
2014-02-13xfrm: avoid creating temporary SA when there are no listenersHoria Geanta2-0/+37
2014-02-12flowcache: Make flow cache name space awareFan Du1-3/+4
2014-02-12xfrm: Don't prohibit AH from using ESN featureFan Du1-1/+2