aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-30xfrm: Fix installation of AH IPsec SAsTobias Brunner1-4/+3
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+25
2014-06-03xfrm: fix race between netns cleanup and state expire notificationMichal Kubecek1-11/+25
2014-05-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-45/+8
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 Handa1-30/+8
2014-04-22xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa1-21/+6
2014-03-25Merge 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/klassert/ipsec-nextDavid S. Miller1-4/+4
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov1-3/+3
2014-03-07xfrm: rename struct xfrm_filterNicolas Dichtel1-4/+4
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+0
2014-02-20xfrm: Clone states properly on migrationSteffen Klassert1-5/+0
2014-02-17ipsec: add support of limited SA dumpNicolas Dichtel1-1/+27
2014-02-13xfrm: avoid creating temporary SA when there are no listenersHoria Geanta1-0/+6
2014-02-12xfrm: Don't prohibit AH from using ESN featureFan Du1-1/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-34/+28
2014-01-13audit: convert all sessionid declaration to unsigned intEric Paris1-6/+6
2014-01-02xfrm: checkpatch erros with space prohibitedWeilong Chen1-1/+1
2014-01-02xfrm: checkpatch errors with spaceWeilong Chen1-2/+2
2013-12-16xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du1-24/+1
2013-12-16xfrm: check user specified spi for IPCompFan Du1-1/+3
2013-12-06xfrm: Namespacify xfrm state/policy locksFan Du1-4/+10
2013-12-06xfrm: Using the right namespace to migrate key infoFan Du1-1/+2
2013-12-06xfrm: Try to honor policy index if it's supplied by userFan Du1-1/+9
2013-09-17xfrm: Guard IPsec anti replay window against replay bitmapFan Du1-1/+2
2013-09-16xfrm: Fix replay size checking on async eventsSteffen Klassert1-1/+1
2013-05-31xfrm: force a garbage collection after deleting a policyPaul Moore1-0/+2
2013-03-06xfrm_user: constify netlink dispatch tableMathias Krause1-2/+2
2013-03-06xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel1-0/+13
2013-01-29xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman1-1/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-39/+38
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-6/+6
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+42
2012-09-20xfrm_user: don't copy esn replay window twice for new statesMathias Krause1-4/+5
2012-09-20xfrm_user: ensure user supplied esn replay window is validMathias Krause1-6/+25
2012-09-20xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause1-0/+1
2012-09-20xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause1-0/+1
2012-09-20xfrm_user: fix info leak in copy_to_user_state()Mathias Krause1-0/+1
2012-09-20xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause1-1/+1
2012-09-18xfrm_user: return error pointer instead of NULL #2Mathias Krause1-2/+4
2012-09-18xfrm_user: return error pointer instead of NULLMathias Krause1-2/+4
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-6/+6
2012-09-10xfrm: Report user triggered expirations against the users socketEric W. Biederman1-2/+2
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-31/+31
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-1/+1
2012-08-15xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du1-5/+4
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-2/+5
2012-06-27xfrm_user: Propagate netlink error codes properly.David S. Miller1-190/+204