[TCP]: Remove superflucious FLAG_DATA_SACKED
[safe/jmp/linux-2.6] / net / xfrm /
2008-01-28 Paul Moore[IPSEC]: SPD auditing fix to include the netmask/prefix...
2008-01-28 Joonwoo Park[IPSEC]: kmalloc + memset conversion to kzalloc
2008-01-28 David S. Miller[IPSEC]: Kill afinfo->nf_post_routing
2008-01-28 Herbert Xu[IPSEC]: Add async resume support on input
2008-01-28 Herbert Xu[IPSEC]: Remove nhoff from xfrm_input
2008-01-28 Herbert Xu[IPSEC]: Make x->lastused an unsigned long
2008-01-28 Herbert Xu[IPSEC]: Move state lock into x->type->input
2008-01-28 Herbert Xu[IPSEC]: Move integrity stat collection into xfrm_input
2008-01-28 Herbert Xu[IPSEC]: Store xfrm states in security path directly
2008-01-28 Herbert Xu[IPSEC]: Merge most of the input path
2008-01-28 Herbert Xu[IPSEC]: Add async resume support on output
2008-01-28 Herbert Xu[IPSEC]: Merge most of the output path
2008-01-28 Herbert Xu[IPSEC]: Separate inner/outer mode processing on input
2008-01-28 Herbert Xu[IPSEC]: Move x->outer_mode->output out of locked section
2008-01-28 Herbert Xu[IPSEC]: Merge common code into xfrm_bundle_create
2008-01-28 Herbert Xu[IPSEC]: Move flow construction into xfrm_dst_lookup
2008-01-28 Herbert Xu[IPSEC]: Use dst->header_len when resizing on output
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2008-01-09 Eric Dumazet[XFRM]: xfrm_algo_clone() allocates too much memory
2008-01-04 Eric Dumazet[XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATE
2007-12-20 Paul Moore[XFRM]: Audit function arguments misordered
2007-12-14 Paul Moore[XFRM]: Display the audited SPI value in host byte...
2007-12-11 Herbert Xu[IPSEC]: Fix potential dst leak in xfrm_lookup
2007-11-29 Herbert Xu[IPSEC]: Fix uninitialised dst warning in __xfrm_lookup
2007-11-27 Patrick McHardy[XFRM]: Fix leak of expired xfrm_states
2007-11-26 Herbert Xu[IPSEC]: Temporarily remove locks around copying of...
2007-11-02 Adrian Bunkcleanup asm/scatterlist.h includes
2007-10-26 David S. Miller[IPSEC]: Fix scatterlist handling in skb_icv_walk().
2007-10-24 Jens AxboeSG: Change sg_set_page() to take length and offset...
2007-10-23 Heiko Carstensnet: fix xfrm build - missing scatterlist.h include
2007-10-22 Jens AxboeUpdate net/ to use sg helpers
2007-10-18 Herbert Xu[IPSEC]: Rename mode to outer_mode and add inner_mode
2007-10-18 Herbert Xu[IPSEC]: Store afinfo pointer in xfrm_mode
2007-10-18 Herbert Xu[IPSEC]: Add missing BEET checks
2007-10-18 Herbert Xu[IPSEC]: Move type and mode map into xfrm_state.c
2007-10-18 Herbert Xu[IPSEC]: Fix length check in xfrm_parse_spi
2007-10-11 Denis V. Lunev[NET]: make netlink user -> kernel interface synchronious
2007-10-10 Herbert Xu[IPSEC]: Move state lock into x->type->output
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[IPSEC]: Remove gratuitous km wake-up events on ACQUIRE
2007-10-10 Herbert Xu[IPSEC]: Store IPv6 nh pointer in mac_header on output
2007-10-10 Herbert Xu[IPSEC]: Remove bogus ref count in xfrm_secpath_reject
2007-10-10 Herbert Xu[IPSEC]: Move RO-specific output code into xfrm6_mode_ro.c
2007-10-10 Herbert Xu[IPSEC]: Unexport xfrm_replay_notify
2007-10-10 Herbert Xu[IPSEC]: Move output replay code into xfrm_output
2007-10-10 Herbert Xu[IPSEC]: Move xfrm_state_check into xfrm_output.c
2007-10-10 Herbert Xu[IPSEC]: Move common output code to xfrm_output
2007-10-10 Eric W. Biederman[NET]: Make the loopback device per network namespace.
2007-10-10 Daniel Lezcano[NET]: Dynamically allocate the loopback device, part 1.
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 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-10-10 Joy Latten[XFRM]: xfrm audit calls
2007-10-10 Thomas Graf[XFRM] policy: Replace magic number with XFRM_POLICY_OUT
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-08-14 Jesper Juhl[XFRM]: Clean up duplicate includes in net/xfrm/
2007-08-02 Paul MooreNet/Security: fix memory leaks from security_secid_to_s...
2007-07-31 Joakim Koskela[XFRM]: State selection update to use inner addresses.
2007-07-31 Herbert Xu[IPSEC]: Ensure that state inner family is set
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 YOSHIFUJI Hideaki[NET] XFRM: Fix whitespace errors.
2007-07-18 Patrick McHardy[XFRM]: Fix crash introduced by struct dst_entry reordering
2007-07-11 Jamal Hadi Salim[XFRM] Introduce standalone SAD lookup
2007-06-19 Patrick McHardy[XFRM]: Fix MTU calculation for non-ESP SAs
2007-06-07 Joy Lattenxfrm: Add security check before flushing SAD/SPD
2007-05-31 David S. Miller[XFRM]: xfrm_larval_drop sysctl should be __read_mostly.
2007-05-31 David S. Miller[XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl.
2007-05-25 David S. Miller[XFRM]: Allow packet drops during larval state resolution.
2007-05-22 Herbert Xu[IPSEC]: Fix warnings with casting int to pointer
2007-05-19 Herbert Xu[IPSEC] pfkey: Load specific algorithm in pfkey_add...
2007-05-14 Herbert Xu[IPSEC]: Don't warn if high-order hash resize fails
2007-05-14 Herbert Xu[IPSEC]: Check validity of direction in xfrm_policy_byid
2007-05-04 Jamal Hadi Salim[XFRM] SPD info TLV aggregation
2007-05-04 Jamal Hadi Salim[XFRM] SAD info TLV aggregationx
2007-04-30 Masahide NAKAMURA[XFRM]: Restrict upper layer information by bundle.
2007-04-29 Jamal Hadi Salim[XFRM]: Export SPD info
2007-04-27 David S. Miller[NET]: Revert sk_buff walker cleanups.
2007-04-26 Jamal Hadi Salim[XFRM]: Missing bits to SAD info.
2007-04-26 Jean Delvare[NET]: Clean up sk_buff walkers.
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 Patrick McHardy[XFRM]: Optimize MTU calculation
2007-04-26 David Howells[NET]: Move generic skbuff stuff from XFRM code to...
next