Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / net / xfrm / xfrm_user.c
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-24 Kazunori MIYAZAWA[IPSEC]: Fix inter address family IPsec tunnel handling.
2008-02-29 Timo Teras[XFRM]: Speed up xfrm_policy and xfrm_state walking
2008-02-14 YOSHIFUJI Hideaki[XFRM]: Avoid bogus BUG() when throwing new policy...
2008-02-01 Herbert Xu[IPSEC]: Add support for combined mode algorithms
2008-01-28 Denis V. Lunev[NETNS]: Consolidate kernel netlink socket destruction.
2008-01-28 WANG Cong[XFRM] xfrm_policy_destroy: Rename and relative fixes.
2008-01-28 Herbert Xu[IPSEC]: Make x->lastused an unsigned long
2008-01-09 Eric Dumazet[XFRM]: xfrm_algo_clone() allocates too much memory
2007-11-26 Herbert Xu[IPSEC]: Temporarily remove locks around copying of...
2007-10-11 Denis V. Lunev[NET]: make netlink user -> kernel interface synchronious
2007-10-10 Herbert Xu[IPSEC]: Lock state when copying non-atomic fields...
2007-10-10 Herbert Xu[XFRM] user: Move attribute copying code into copy_to_u...
2007-10-10 Herbert Xu[IPSEC]: Move common code into xfrm_alloc_spi
2007-10-10 Herbert Xu[NETLINK]: Avoid pointer in netlink_run_queue
2007-10-10 Eric W. Biederman[NET]: Support multiple network namespaces with netlink
2007-10-10 Joy Latten[XFRM]: xfrm audit calls
2007-10-10 Thomas Graf[XFRM] netlink: Inline attach_encap_tmpl(), attach_sec_...
2007-10-10 Thomas Graf[XFRM] netlink: Remove dependency on rtnetlink
2007-10-10 Thomas Graf[XFRM] netlink: Use nlattr instead of rtattr
2007-10-10 Thomas Graf[XFRM] netlink: Rename attribute array from xfrma[...
2007-10-10 Thomas Graf[XFRM] netlink: Enhance indexing of the attribute array
2007-10-10 Thomas Graf[XFRM] netlink: Establish an attribute policy
2007-10-10 Thomas Graf[XFRM] netlink: Use nlmsg_parse() to parse attributes
2007-10-10 Thomas Graf[XFRM] netlink: Use nlmsg_new() and type-safe size...
2007-10-10 Thomas Graf[XFRM] netlink: Clear up some of the CONFIG_XFRM_SUB_PO...
2007-10-10 Thomas Graf[XFRM] netlink: Move algorithm length calculation to...
2007-10-10 Thomas Graf[XFRM] netlink: Use nla_put()/NLA_PUT() variantes
2007-10-10 Thomas Graf[XFRM] netlink: Use nlmsg_broadcast() and nlmsg_unicast()
2007-10-10 Thomas Graf[XFRM] netlink: Use nlmsg_data() instead of NLMSG_DATA()
2007-10-10 Thomas Graf[XFRM] netlink: Use nlmsg_end() and nlmsg_cancel()
2007-10-10 Thomas Graf[XFRM] netlink: Use nlmsg_put() instead of NLMSG_PUT()
2007-07-31 Herbert Xu[IPSEC]: Ensure that state inner family is set
2007-06-07 Joy Lattenxfrm: Add security check before flushing SAD/SPD
2007-05-04 Jamal Hadi Salim[XFRM] SPD info TLV aggregation
2007-05-04 Jamal Hadi Salim[XFRM] SAD info TLV aggregationx
2007-04-29 Jamal Hadi Salim[XFRM]: Export SPD info
2007-04-26 Jamal Hadi Salim[XFRM]: Missing bits to SAD info.
2007-04-26 Jamal Hadi Salim[XFRM]: Export SAD info.
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Patrick McHardy[NETLINK]: Switch cb_lock spinlock to mutex and allow...
2007-04-26 Thomas Graf[NETLINK]: Directly return -EINTR from netlink_dump_start()
2007-04-26 Thomas Graf[NETLINK]: Remove error pointer from netlink message...
2007-04-26 Thomas Graf[NETLINK]: Ignore control messages directly in netlink_...
2007-04-26 Thomas Graf[NETLINK]: Ignore !NLM_F_REQUEST messages directly...
2007-04-26 Arnaldo Carvalho... [NETLINK]: Use nlmsg_trim() where appropriate
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-13 Joy Latten[IPSEC] XFRM_USER: kernel panic when large security...
2007-03-22 Dave Jones[NET]: fix up misplaced inlines.
2007-03-08 Eric Paris[IPSEC]: xfrm audit hook misplaced in pfkey_delete...
2007-03-08 Eric Paris[IPSEC]: xfrm_policy delete security check misplaced
2007-02-28 Patrick McHardy[NET]: Fix kfree(skb)
2007-02-28 David S. Miller[XFRM] xfrm_user: Fix return values of xfrm_add_sa_expire.
2007-02-12 David S. Miller[XFRM]: Fix OOPSes in xfrm_audit_log().
2007-02-11 YOSHIFUJI Hideaki[NET] XFRM: Fix whitespace errors.
2007-02-08 Shinta Sugimoto[XFRM]: User interface for handling XFRM_MSG_MIGRATE
2007-01-04 Christoph Hellwig[XFRM_USER]: avoid pointless void ** casts
2006-12-07 Joy Lattenaudit: Add auditing to ipsec
2006-12-04 David S. Miller[XFRM] xfrm_user: Better validation of user templates.
2006-12-03 Jamal Hadi Salim[XFRM]: Fix aevent structuring to be more complete.
2006-12-03 Miika Komu[IPSEC]: Add netlink interface for the encapsulation...
2006-12-03 Jamal Hadi Salim[XFRM]: Convert a few __u8 to proper u8
2006-12-03 Jamal Hadi Salim[XFRM]: Make flush notifier prettier when subpolicy...
2006-12-03 Thomas Graf[NETLINK]: Remove unused dst_pid field in netlink_skb_parms
2006-12-03 Arnaldo Carvalho... [XFRM]: Use kmemdup where appropriate
2006-12-03 Jamal Hadi Salim[XFRM]: Make copy_to_user_policy_type take a type
2006-11-25 Masahide NAKAMURA[XFRM] STATE: Fix to respond error to get operation...
2006-11-22 Jamal Hadi Salim[XFRM]: nlmsg length not computed correctly in the...
2006-11-22 Jamal Hadi Salim[XFRM]: Sub-policies broke policy events
2006-10-30 David S. Miller[XFRM] xfrm_user: Fix unaligned accesses.
2006-10-12 Venkat YekkiralaIPsec: correct semantics for SELinux policy matching
2006-10-04 Diego Beltrami[XFRM]: BEET mode
2006-09-22 Masahide NAKAMURA[XFRM] POLICY: Support netlink socket interface for...
2006-09-22 Masahide NAKAMURA[XFRM]: Introduce XFRM_MSG_REPORT.
2006-09-22 Masahide NAKAMURA[XFRM] STATE: Add Mobile IPv6 route optimization protoc...
2006-09-22 Masahide NAKAMURA[XFRM]: Fix message about transformation user interface.
2006-09-22 Masahide NAKAMURA[XFRM] IPV6: Update outbound state timestamp for each...
2006-09-22 Noriaki TAKAMIYA[XFRM] STATE: Introduce care-of address.
2006-09-22 Masahide NAKAMURA[XFRM] STATE: Search by address using source address...
2006-09-22 Masahide NAKAMURA[XFRM] STATE: Allow non IPsec protocol.
2006-09-22 Masahide NAKAMURA[XFRM]: Add XFRM_MODE_xxx for future use.
2006-09-22 Venkat Yekkirala[MLSXFRM]: Default labeling of socket specific IPSec...
2006-09-22 Serge Hallyn[MLSXFRM]: Add security context to acquire messages...
2006-09-21 Herbert Xu[IPSEC]: Add compatibility algorithm name support
2006-09-21 Herbert Xu[IPSEC]: Move linux/crypto.h inclusion out of net/xfrm.h
2006-06-29 Darrel Goeddel[NETLINK]: Encapsulate eff_cap usage within security...
2006-06-18 David S. Miller[NET]: Fix warnings after LSM-IPSEC changes.
2006-06-18 Catherine Zhang[LSM-IPsec]: SELinux Authorize
2006-03-21 Patrick McHardy[XFRM]: Fix aevent related crash
2006-03-21 Arjan van de Ven[NET] sem2mutex: net/
2006-03-21 David S. Miller[IPSEC] xfrm_user: Kill PAGE_SIZE check in verify_sec_c...
2006-03-21 David S. Miller[XFRM]: Move xfrm_nl to xfrm_state.c from xfrm_user.c
2006-03-21 Jamal Hadi Salim[IPSEC]: Sync series - policy expires
2006-03-21 Jamal Hadi Salim[IPSEC]: Sync series - SA expires
2006-03-21 Jamal Hadi Salim[IPSEC]: Sync series - acquire insert
2006-03-21 Jamal Hadi Salim[IPSEC]: Sync series - user
2006-03-21 Jamal Hadi Salim[IPSEC]: Sync series - core changes
2006-02-24 Herbert Xu[XFRM]: Eliminate refcounting confusion by creating...
2006-01-06 Trent Jaeger[LSM-IPSec]: Corrections to LSM-IPSec Nethooks
2006-01-03 Trent Jaeger[LSM-IPSec]: Security association restriction.
next