summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal2018-06-161-13/+8
* xfrm: Use __skb_queue_tail in xfrm_trans_queueHerbert Xu2018-03-031-1/+1
* xfrm: Reinject transport-mode packets through taskletHerbert Xu2018-03-031-0/+56
* xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri2018-01-011-0/+1
* ipsec: Fix aborted xfrm policy dump crashBen Hutchings2018-01-011-1/+2
* xfrm_user: fix info leak in build_aevent()Mathias Krause2017-11-111-0/+1
* xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause2017-11-111-0/+1
* xfrm: policy: check policy direction valueVladis Dronov2017-09-151-0/+6
* xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-09-151-47/+0
* xfrm: policy: init locks earlyFlorian Westphal2017-07-181-5/+5
* xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft2017-06-051-1/+5
* xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft2017-06-051-0/+3
* xfrm: Fix memory leak of aead algorithm nameIlan Tayari2016-11-201-0/+1
* xfrm_user: propagate sec ctx allocation errorsMathias Krause2016-11-201-3/+6
* xfrm: fix crash in XFRM_MSG_GETSA netlink handlerVegard Nossum2016-11-201-3/+3
* xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org2016-05-011-0/+3
* xfrm: dst_entries_init() per-net dst_opsDan Streetman2016-01-281-38/+0
* xfrm: fix a race in xfrm_state_lookup_byspiLi RongQing2015-06-111-1/+1
* net: make skb_gso_segment error handling more robustFlorian Westphal2015-05-201-0/+2
* xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang2015-03-301-6/+6
* xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert2014-10-151-8/+24
* xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-10-151-1/+17
* xfrm: Fix installation of AH IPsec SAsTobias Brunner2014-06-301-4/+3
* xfrm: Fix refcount imbalance in xfrm_lookupSteffen Klassert2014-06-261-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-031-11/+25
|\
| * xfrm: fix race between netns cleanup and state expire notificationMichal Kubecek2014-06-031-11/+25
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-05-224-105/+36
|\ \
| * | net/xfrm/xfrm_output.c: move EXPORT_SYMBOLFabian Frederick2014-05-131-3/+2
| * | xfrm: Remove useless xfrm_audit struct.Tetsuo Handa2014-04-233-78/+34
| * | xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa2014-04-223-45/+21
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-1/+1
|\ \ \ | | |/ | |/|
| * | net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-1/+1
| |/
* / net: clean up snmp stats codeWANG Cong2014-05-072-8/+5
|/
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-3/+3
|\
| * selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-101-3/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-03-183-6/+81
|\ \
| * | xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert2014-03-141-0/+75
| * | xfrm: rename struct xfrm_filterNicolas Dichtel2014-03-072-6/+6
* | | flowcache: Fix resource leaks on namespace exit.Steffen Klassert2014-03-121-1/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-053-12/+18
|\ \ \ | |/ / |/| / | |/
| * xfrm: Fix unlink race when policies are deleted.Steffen Klassert2014-02-261-1/+1
| * xfrm: Clone states properly on migrationSteffen Klassert2014-02-202-5/+8
| * xfrm: Take xfrm_state_lock in xfrm_migrate_state_findSteffen Klassert2014-02-201-5/+8
| * xfrm: Fix NULL pointer dereference on sub policy usageSteffen Klassert2014-02-201-1/+1
* | xfrm: Add xfrm_tunnel_skb_cb to the skb common bufferSteffen Klassert2014-02-251-0/+5
* | xfrm4: Add IPsec protocol multiplexerSteffen Klassert2014-02-251-6/+11
* | xfrm: Cleanup error handling of xfrm_state_cloneSteffen Klassert2014-02-211-11/+5
* | xfrm: Remove caching of xfrm_policy_sk_bundlesSteffen Klassert2014-02-191-28/+0
* | ipsec: add support of limited SA dumpNicolas Dichtel2014-02-172-2/+51