aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-171-1/+2
* xfrm_user: ensure user supplied esn replay window is validMathias Krause2012-10-131-6/+25
* xfrm_user: don't copy esn replay window twice for new statesMathias Krause2012-10-131-4/+5
* xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause2012-10-131-0/+1
* xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause2012-10-131-0/+1
* xfrm_user: fix info leak in copy_to_user_state()Mathias Krause2012-10-131-0/+1
* xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause2012-10-131-1/+1
* xfrm_user: return error pointer instead of NULL #2Mathias Krause2012-10-131-2/+4
* xfrm_user: return error pointer instead of NULLMathias Krause2012-10-131-2/+4
* 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
* xfrm: SP lookups signature with markJamal Hadi Salim2010-02-221-5/+5
* xfrm: SA lookups signature with markJamal Hadi Salim2010-02-221-7/+10
* xfrm: Flushing empty SPD generates false eventsJamal Hadi Salim2010-02-191-1/+5
* xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim2010-02-191-1/+4
* xfrm: Revert false event eliding commits.David S. Miller2010-02-171-2/+2
* xfrm: Flushing empty SPD generates false eventsjamal2010-02-151-1/+1
* xfrm: Flushing empty SAD generates false eventsjamal2010-02-151-1/+1
* xfrm: validate attributesjamal2010-02-121-0/+4
* netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan2010-01-231-6/+8
* net: Allow xfrm_user_net_exit to batch efficiently.Eric W. Biederman2009-12-031-8/+10
* xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi2009-11-251-8/+121
* Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info"David S. Miller2009-01-201-9/+2
* xfrm: For 32/64 compatability wrt. xfrm_usersa_infoDavid S. Miller2009-01-141-2/+9
* xfrm: join error pathsIlpo Järvinen2008-12-141-10/+12
* netns xfrm: per-netns sysctlsAlexey Dobriyan2008-11-251-2/+2
* netns xfrm: KM reporting in netnsAlexey Dobriyan2008-11-251-3/+2
* netns xfrm: pass netns with KM notificationsAlexey Dobriyan2008-11-251-2/+4
* netns xfrm: xfrm_user module in netnsAlexey Dobriyan2008-11-251-31/+45
* netns xfrm: per-netns NETLINK_XFRM socketAlexey Dobriyan2008-11-251-35/+73