aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-01xfrm_user: Stop using NLA_PUT*().David S. Miller1-43/+62
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-2/+7
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-1/+1
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-6/+6
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-1/+2
2011-04-26xfrm: Check for the new replay implementation if an esn state is insertedSteffen Klassert1-0/+3
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-28xfrm: Restrict extended sequence numbers to espSteffen Klassert1-0/+3
2011-03-28xfrm: Check for esn buffer len in xfrm_new_aeSteffen Klassert1-0/+21
2011-03-21xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun1-1/+1
2011-03-13xfrm: Add user interface for esn and big anti-replay windowsSteffen Klassert1-14/+85
2011-03-13xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert1-1/+3
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy1-24/+32
2011-02-27xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller1-1/+1
2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller1-12/+12
2011-02-23xfrm: Pass km_event pointers around as const when possible.David S. Miller1-12/+12
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller1-1/+1
2011-01-11xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNCNicolas Dichtel1-1/+3
2011-01-09netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt1-1/+1
2010-12-10xfrm: Add Traffic Flow Confidentiality padding XFRM attributeMartin Willi1-2/+17
2010-09-01xfrm_user: avoid a warning with some compilerNicolas Dichtel1-1/+1
2010-08-14xfrm: Use GFP_ATOMIC in xfrm_compile_policyHerbert Xu1-1/+1
2010-05-17xfrm: add severity to printkstephen hemminger1-5/+7
2010-04-01xfrm: remove policy lock when accessing policy->walk.deadTimo Teräs1-5/+1