summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | xfrm_user: return error pointer instead of NULL #2Mathias Krause2012-09-181-2/+4
* | xfrm_user: return error pointer instead of NULLMathias Krause2012-09-181-2/+4
|/
* netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-2/+5
* xfrm_user: Propagate netlink error codes properly.David S. Miller2012-06-271-190/+204
* xfrm_user: Stop using NLA_PUT*().David S. Miller2012-04-011-43/+62
* netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-261-2/+7
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-1/+1
|\
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-051-1/+1
* | net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-1/+1
* | net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-6/+6
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-2/+2
|/
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-091-1/+2
* xfrm: Check for the new replay implementation if an esn state is insertedSteffen Klassert2011-04-261-0/+3
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* xfrm: Restrict extended sequence numbers to espSteffen Klassert2011-03-281-0/+3
* xfrm: Check for esn buffer len in xfrm_new_aeSteffen Klassert2011-03-281-0/+21
* xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun2011-03-211-1/+1
* xfrm: Add user interface for esn and big anti-replay windowsSteffen Klassert2011-03-131-14/+85
* xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-131-1/+3
* netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy2011-03-031-24/+32
* xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller2011-02-271-1/+1
* xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller2011-02-231-12/+12
* xfrm: Pass km_event pointers around as const when possible.David S. Miller2011-02-231-12/+12
* Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller2011-01-191-1/+1
* xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNCNicolas Dichtel2011-01-111-1/+3
* netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt2011-01-091-1/+1
* xfrm: Add Traffic Flow Confidentiality padding XFRM attributeMartin Willi2010-12-101-2/+17
* xfrm_user: avoid a warning with some compilerNicolas Dichtel2010-09-011-1/+1
* xfrm: Use GFP_ATOMIC in xfrm_compile_policyHerbert Xu2010-08-141-1/+1
* xfrm: add severity to printkstephen hemminger2010-05-171-5/+7
* xfrm: remove policy lock when accessing policy->walk.deadTimo Teräs2010-04-011-5/+1
* xfrm_user: verify policy direction at XFRM_MSG_POLEXPIRE handlerTimo Teräs2010-04-011-0/+4
* xfrm: Allow user space manipulation of SPD markJamal Hadi Salim2010-02-221-6/+25
* xfrm: Allow user space config of SAD markJamal Hadi Salim2010-02-221-15/+57
OpenPOWER on IntegriCloud