summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c
Commit message (Expand)AuthorAgeFilesLines
...
* [XFRM] netlink: Remove dependency on rtnetlinkThomas Graf2007-10-111-1/+0Star
* [XFRM] netlink: Use nlattr instead of rtattrThomas Graf2007-10-111-80/+77Star
* [XFRM] netlink: Rename attribute array from xfrma[] to attrs[]Thomas Graf2007-10-111-94/+94
* [XFRM] netlink: Enhance indexing of the attribute arrayThomas Graf2007-10-111-41/+39Star
* [XFRM] netlink: Establish an attribute policyThomas Graf2007-10-111-94/+31Star
* [XFRM] netlink: Use nlmsg_parse() to parse attributesThomas Graf2007-10-111-26/+12Star
* [XFRM] netlink: Use nlmsg_new() and type-safe size calculation helpersThomas Graf2007-10-111-69/+83
* [XFRM] netlink: Clear up some of the CONFIG_XFRM_SUB_POLICY ifdef messThomas Graf2007-10-111-15/+13Star
* [XFRM] netlink: Move algorithm length calculation to its own functionThomas Graf2007-10-111-13/+12Star
* [XFRM] netlink: Use nla_put()/NLA_PUT() variantesThomas Graf2007-10-111-89/+67Star
* [XFRM] netlink: Use nlmsg_broadcast() and nlmsg_unicast()Thomas Graf2007-10-111-30/+15Star
* [XFRM] netlink: Use nlmsg_data() instead of NLMSG_DATA()Thomas Graf2007-10-111-28/+28
* [XFRM] netlink: Use nlmsg_end() and nlmsg_cancel()Thomas Graf2007-10-111-49/+26Star
* [XFRM] netlink: Use nlmsg_put() instead of NLMSG_PUT()Thomas Graf2007-10-111-43/+40Star
* [IPSEC]: Ensure that state inner family is setHerbert Xu2007-07-311-0/+7
* xfrm: Add security check before flushing SAD/SPDJoy Latten2007-06-071-2/+7
* [XFRM] SPD info TLV aggregationJamal Hadi Salim2007-05-041-35/+16Star
* [XFRM] SAD info TLV aggregationxJamal Hadi Salim2007-05-041-13/+9Star
* [XFRM]: Export SPD infoJamal Hadi Salim2007-04-291-0/+77
* [XFRM]: Missing bits to SAD info.Jamal Hadi Salim2007-04-261-1/+2
* [XFRM]: Export SAD info.Jamal Hadi Salim2007-04-261-0/+56
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-261-11/+11
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-261-1/+1
* [NETLINK]: Directly return -EINTR from netlink_dump_start()Thomas Graf2007-04-261-5/+2Star
* [NETLINK]: Remove error pointer from netlink message handlerThomas Graf2007-04-261-26/+14Star
* [NETLINK]: Ignore control messages directly in netlink_run_queue()Thomas Graf2007-04-261-4/+0Star
* [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue()Thomas Graf2007-04-261-3/+0Star
* [NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo2007-04-261-8/+8
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-20/+20
* [IPSEC] XFRM_USER: kernel panic when large security contexts in ACQUIREJoy Latten2007-04-141-4/+3Star
* [NET]: fix up misplaced inlines.Dave Jones2007-03-221-1/+1
* [IPSEC]: xfrm audit hook misplaced in pfkey_delete and xfrm_del_saEric Paris2007-03-081-3/+2Star
* [IPSEC]: xfrm_policy delete security check misplacedEric Paris2007-03-081-10/+9Star
* [NET]: Fix kfree(skb)Patrick McHardy2007-02-281-1/+1
* [XFRM] xfrm_user: Fix return values of xfrm_add_sa_expire.David S. Miller2007-02-281-3/+3
* [XFRM]: Fix OOPSes in xfrm_audit_log().David S. Miller2007-02-121-5/+7
* [NET] XFRM: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-3/+3
* [XFRM]: User interface for handling XFRM_MSG_MIGRATEShinta Sugimoto2007-02-081-0/+173
* [XFRM_USER]: avoid pointless void ** castsChristoph Hellwig2007-01-041-31/+42
* audit: Add auditing to ipsecJoy Latten2006-12-071-3/+30
* [XFRM] xfrm_user: Better validation of user templates.David S. Miller2006-12-041-8/+42
* [XFRM]: Fix aevent structuring to be more complete.Jamal Hadi Salim2006-12-031-1/+3
* [IPSEC]: Add netlink interface for the encapsulation family.Miika Komu2006-12-031-1/+3
* [XFRM]: Convert a few __u8 to proper u8Jamal Hadi Salim2006-12-031-8/+8
* [XFRM]: Make flush notifier prettier when subpolicy usedJamal Hadi Salim2006-12-031-10/+2Star
* [NETLINK]: Remove unused dst_pid field in netlink_skb_parmsThomas Graf2006-12-031-2/+0Star
* [XFRM]: Use kmemdup where appropriateArnaldo Carvalho de Melo2006-12-031-6/+3Star
* [XFRM]: Make copy_to_user_policy_type take a typeJamal Hadi Salim2006-12-031-7/+7
* [XFRM] STATE: Fix to respond error to get operation if no matching entry exists.Masahide NAKAMURA2006-11-261-0/+1
* [XFRM]: nlmsg length not computed correctly in the presence of subpoliciesJamal Hadi Salim2006-11-221-1/+9