summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_user.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-16xfrm: clean up xfrm protocol checksCong Wang1-13/+1
2019-08-04xfrm: fix sa selector validationNicolas Dichtel1-0/+3
2019-08-04xfrm: Fix xfrm sel prefix length validationAnirudh Gupta1-0/+16
2019-06-11xfrm: policy: Fix out-of-bound array accesses in __xfrm_policy_unlinkYueHaibing1-1/+1
2019-02-20xfrm: refine validation of template and selector familiesFlorian Westphal1-4/+9
2018-11-10xfrm: validate template modeSean Tranchetti1-0/+3
2018-11-10xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert1-0/+12
2018-09-05xfrm: free skb if nlsk pointer is NULLFlorian Westphal1-4/+6
2018-08-24xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet1-3/+5
2018-05-16xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao1-1/+1
2018-04-08xfrm_user: uncoditionally validate esn replay attribute structFlorian Westphal1-13/+8
2018-02-25xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert1-0/+9
2018-02-25xfrm: check id proto in validate_tmpl()Cong Wang1-0/+15
2017-12-05ipsec: Fix aborted xfrm policy dump crashHerbert Xu1-10/+15
2017-03-31xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-03-31xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+4
2015-10-23xfrm: Fix unaligned access to stats in copy_to_user_state()Sowmini Varadhan1-1/+4
2015-09-29xfrm: Fix state threshold configuration from userspaceMichael Rossberg1-1/+3
2015-08-11net/xfrm: use kmemdup rather than duplicating its implementationAndrzej Hajda1-4/+2
2015-07-21xfrm: Fix a typoJakub Wilk1-1/+1
2015-05-28ipsec: Add IV generator information to xfrm_stateHerbert Xu1-9/+31
2015-03-03xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits hostFan Du1-0/+5
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-9/+18
2014-11-03xfrm: add XFRMA_REPLAY_VAL attribute to SA messagesdingzhi1-4/+8
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu1-2/+1
2014-09-02xfrm: configure policy hash table thresholds by netlinkChristophe Gouault1-3/+77
2014-06-30xfrm: Fix installation of AH IPsec SAsTobias Brunner1-4/+3
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. 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-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. 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-06Merge 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-14audit: 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