summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* xfrm: configure policy hash table thresholds by netlinkChristophe Gouault2014-09-021-3/+77
* xfrm: Fix installation of AH IPsec SAsTobias Brunner2014-06-301-4/+3
* 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-221-45/+8
|\ \ | |/ |/|
| * xfrm: Remove useless xfrm_audit struct.Tetsuo Handa2014-04-231-30/+8
| * xfrm: Remove useless secid field from xfrm_audit.Tetsuo Handa2014-04-221-21/+6
* | 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-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-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-051-5/+0
|\ \ \ | |/ / |/| / | |/
| * xfrm: Clone states properly on migrationSteffen Klassert2014-02-201-5/+0
* | 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
* | xfrm: Don't prohibit AH from using ESN featureFan Du2014-02-121-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-34/+28
|\
| * xfrm: checkpatch erros with space prohibitedWeilong Chen2014-01-021-1/+1
| * xfrm: checkpatch errors with spaceWeilong Chen2014-01-021-2/+2
| * xfrm: export verify_userspi_info for pkfey and netlink interfaceFan Du2013-12-161-24/+1
| * xfrm: check user specified spi for IPCompFan Du2013-12-161-1/+3
| * xfrm: Namespacify xfrm state/policy locksFan Du2013-12-061-4/+10
| * xfrm: Using the right namespace to migrate key infoFan Du2013-12-061-1/+2
| * xfrm: Try to honor policy index if it's supplied by userFan Du2013-12-061-1/+9
* | audit: convert all sessionid declaration to unsigned intEric Paris2014-01-131-6/+6
|/
* xfrm: Guard IPsec anti replay window against replay bitmapFan Du2013-09-171-1/+2
* xfrm: Fix replay size checking on async eventsSteffen Klassert2013-09-161-1/+1
* xfrm: force a garbage collection after deleting a policyPaul Moore2013-05-311-0/+2
* xfrm_user: constify netlink dispatch tableMathias Krause2013-03-061-2/+2
* xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel2013-03-061-0/+13
* xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-291-1/+1
* net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman2012-11-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-39/+38
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-15/+42
| |\
| * | xfrm: Report user triggered expirations against the users socketEric W. Biederman2012-09-101-2/+2
| * | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-31/+31
| * | netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-081-1/+1
| * | xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du2012-08-151-5/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-6/+6
|\ \ \ | |_|/ |/| |
| * | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-6/+6
| |/
* | xfrm_user: don't copy esn replay window twice for new statesMathias Krause2012-09-201-4/+5
* | xfrm_user: ensure user supplied esn replay window is validMathias Krause2012-09-201-6/+25
* | xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause2012-09-201-0/+1
* | xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause2012-09-201-0/+1
* | xfrm_user: fix info leak in copy_to_user_state()Mathias Krause2012-09-201-0/+1
* | xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause2012-09-201-1/+1
OpenPOWER on IntegriCloud