summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c
Commit message (Expand)AuthorAgeFilesLines
...
| * xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu2017-06-121-0/+1
* | xfrm: add UDP encapsulation port in migrate messageAntony Antony2017-06-071-6/+17
* | xfrm: extend MIGRATE with UDP encapsulation portAntony Antony2017-06-071-2/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-031-5/+36
|\
| * xfrm: Indicate xfrm_state offload errorsIlan Tayari2017-05-011-3/+6
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-211-0/+28
| |\
| | * xfrm: Add an IPsec hardware offloading APISteffen Klassert2017-04-141-0/+28
| * | netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-1/+1
| * | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-3/+3
| * | netlink: extended ACK reportingJohannes Berg2017-04-131-1/+2
| |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-111-1/+0Star
| |\
| | * xfrm: remove unused struct xfrm_mgr::idAlexey Dobriyan2017-03-241-1/+0Star
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-031-3/+3
|\ \ \ | |/ / |/| |
| * | xfrm: Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu2017-04-101-3/+3
| |/
* | xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft2017-03-291-1/+5
* | xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft2017-03-291-0/+3
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao2016-11-301-1/+1
* xfrm_user: propagate sec ctx allocation errorsMathias Krause2016-09-091-3/+6
* xfrm: get rid of another incorrect WARNVegard Nossum2016-07-271-3/+0Star
* xfrm: get rid of incorrect WARNVegard Nossum2016-07-271-3/+1Star
* xfrm: fix crash in XFRM_MSG_GETSA netlink handlerVegard Nossum2016-07-181-3/+3
* xfrm: align nlattr properly when neededNicolas Dichtel2016-04-241-4/+6
* net/xfrm_user: use in_compat_syscall to deny compat syscallsAndy Lutomirski2016-03-221-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-301-1/+4
|\
| * xfrm: Fix unaligned access to stats in copy_to_user_state()Sowmini Varadhan2015-10-231-1/+4
* | xfrm: Fix state threshold configuration from userspaceMichael Rossberg2015-09-291-1/+3
|/
* net/xfrm: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-111-4/+2Star
* xfrm: Fix a typoJakub Wilk2015-07-211-1/+1
* ipsec: Add IV generator information to xfrm_stateHerbert Xu2015-05-281-9/+31
* xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits hostFan Du2015-03-031-0/+5
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-9/+18
* xfrm: add XFRMA_REPLAY_VAL attribute to SA messagesdingzhi2014-11-031-4/+8
* ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu2014-09-181-2/+1Star
* xfrm: configure policy hash table thresholds by netlinkChristophe Gouault2014-09-021-3/+77
* xfrm: Fix installation of AH IPsec SAsTobias Brunner2014-06-301-4/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-041-11/+25
|\
| * xfrm: fix race between netns cleanup and state expire notificationMichal Kubecek2014-06-041-11/+25
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-05-221-45/+8Star
|\ \ | |/ |/|
| * xfrm: Remove useless xfrm_audit struct.Tetsuo Handa2014-04-231-30/+8Star
| * xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa2014-04-221-21/+6Star
* | net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-261-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-181-4/+4
|\ \
| * | xfrm: rename struct xfrm_filterNicolas Dichtel2014-03-071-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-5/+0Star
|\ \ \ | |/ / |/| / | |/
| * xfrm: Clone states properly on migrationSteffen Klassert2014-02-201-5/+0Star
* | ipsec: add support of limited SA dumpNicolas Dichtel2014-02-171-1/+27
* | xfrm: avoid creating temporary SA when there are no listenersHoria Geanta2014-02-131-0/+6