summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_user.c
AgeCommit message (Expand)Author
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-04-26xfrm: Check for the new replay implementation if an esn state is insertedSteffen Klassert
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28xfrm: Restrict extended sequence numbers to espSteffen Klassert
2011-03-28xfrm: Check for esn buffer len in xfrm_new_aeSteffen Klassert
2011-03-21xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun
2011-03-13xfrm: Add user interface for esn and big anti-replay windowsSteffen Klassert
2011-03-13xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy
2011-02-27xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller
2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller
2011-02-23xfrm: Pass km_event pointers around as const when possible.David S. Miller
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller
2011-01-11xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNCNicolas Dichtel
2011-01-09netlink: test for all flags of the NLM_F_DUMP compositeJan Engelhardt
2010-12-10xfrm: Add Traffic Flow Confidentiality padding XFRM attributeMartin Willi
2010-09-01xfrm_user: avoid a warning with some compilerNicolas Dichtel
2010-08-14xfrm: Use GFP_ATOMIC in xfrm_compile_policyHerbert Xu
2010-05-17xfrm: add severity to printkstephen hemminger
2010-04-01xfrm: remove policy lock when accessing policy->walk.deadTimo Teräs
2010-04-01xfrm_user: verify policy direction at XFRM_MSG_POLEXPIRE handlerTimo Teräs
2010-02-22xfrm: Allow user space manipulation of SPD markJamal Hadi Salim
2010-02-22xfrm: Allow user space config of SAD markJamal Hadi Salim
2010-02-22xfrm: SP lookups signature with markJamal Hadi Salim
2010-02-22xfrm: SA lookups signature with markJamal Hadi Salim
2010-02-19xfrm: Flushing empty SPD generates false eventsJamal Hadi Salim
2010-02-19xfrm: Flushing empty SAD generates false eventsJamal Hadi Salim
2010-02-17xfrm: Revert false event eliding commits.David S. Miller
2010-02-15xfrm: Flushing empty SPD generates false eventsjamal
2010-02-15xfrm: Flushing empty SAD generates false eventsjamal
2010-02-12xfrm: validate attributesjamal
2010-01-23netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan
2009-12-03net: Allow xfrm_user_net_exit to batch efficiently.Eric W. Biederman
2009-11-25xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi
2009-01-20Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info"David S. Miller
2009-01-14xfrm: For 32/64 compatability wrt. xfrm_usersa_infoDavid S. Miller
2008-12-14xfrm: join error pathsIlpo Järvinen
2008-11-25netns xfrm: per-netns sysctlsAlexey Dobriyan
2008-11-25netns xfrm: KM reporting in netnsAlexey Dobriyan
2008-11-25netns xfrm: pass netns with KM notificationsAlexey Dobriyan
2008-11-25netns xfrm: xfrm_user module in netnsAlexey Dobriyan
2008-11-25netns xfrm: per-netns NETLINK_XFRM socketAlexey Dobriyan
2008-11-25netns xfrm: policy walking in netnsAlexey Dobriyan
2008-11-25netns xfrm: finding policy in netnsAlexey Dobriyan
2008-11-25netns xfrm: policy flushing in netnsAlexey Dobriyan