summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_user.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XFRM]: Sub-policies broke policy eventsJamal Hadi Salim2006-11-221-0/+3
* [XFRM] xfrm_user: Fix unaligned accesses.David S. Miller2006-10-311-2/+2
* IPsec: correct semantics for SELinux policy matchingVenkat Yekkirala2006-10-121-9/+0Star
* [XFRM]: BEET modeDiego Beltrami2006-10-041-0/+1
* [XFRM] POLICY: Support netlink socket interface for sub policy.Masahide NAKAMURA2006-09-231-13/+121
* [XFRM]: Introduce XFRM_MSG_REPORT.Masahide NAKAMURA2006-09-231-0/+46
* [XFRM] STATE: Add Mobile IPv6 route optimization protocols to netlink interface.Masahide NAKAMURA2006-09-231-0/+16
* [XFRM]: Fix message about transformation user interface.Masahide NAKAMURA2006-09-231-1/+1
* [XFRM] IPV6: Update outbound state timestamp for each sending.Masahide NAKAMURA2006-09-231-0/+3
* [XFRM] STATE: Introduce care-of address.Noriaki TAKAMIYA2006-09-231-1/+27
* [XFRM] STATE: Search by address using source address list.Masahide NAKAMURA2006-09-231-6/+53
* [XFRM] STATE: Allow non IPsec protocol.Masahide NAKAMURA2006-09-231-1/+1
* [XFRM]: Add XFRM_MODE_xxx for future use.Masahide NAKAMURA2006-09-231-2/+2
* [MLSXFRM]: Default labeling of socket specific IPSec policiesVenkat Yekkirala2006-09-221-2/+11
* [MLSXFRM]: Add security context to acquire messages using netlinkSerge Hallyn2006-09-221-15/+28