[TCP]: Prevent sending past receiver window with TSO (at last skb)
[safe/jmp/linux-2.6] / net / xfrm /
2008-02-18 YOSHIFUJI Hideaki[XFRM]: Fix ordering issue in xfrm_dst_hash_transfer().
2008-02-14 YOSHIFUJI Hideaki[XFRM]: Avoid bogus BUG() when throwing new policy...
2008-02-14 Paul Mundtnet: xfrm statistics depend on INET
2008-02-13 Herbert Xu[IPSEC]: Fix bogus usage of u64 on input sequence number
2008-02-08 Joy Latten[IPSEC]: Add support for aes-ctr.
2008-02-01 Al Viro[PATCH] switch audit_get_loginuid() to task_struct *
2008-02-01 Masahide NAKAMURA[XFRM]: Fix statistics.
2008-02-01 Adrian Bunk[XFRM]: Remove unused exports.
2008-02-01 Eric Dumazet[XFRM]: constify 'struct xfrm_type'
2008-02-01 Herbert Xu[IPSEC]: Add support for combined mode algorithms
2008-02-01 Herbert Xu[IPSEC]: Allow async algorithms
2008-01-28 Denis V. Lunev[NETNS]: Consolidate kernel netlink socket destruction.
2008-01-28 Ilpo Järvinen[XFRM] xfrm_policy: kill some bloat
2008-01-28 Sebastian Siewior[XFRM]: Remove ifdef crypto.
2008-01-28 Eric Dumazet[XFRM]: xfrm_state_clone() should be static, not exported
2008-01-28 WANG Cong[XFRM] xfrm_policy_destroy: Rename and relative fixes.
2008-01-28 Masahide NAKAMURA[XFRM] Statistics: Add outbound-dropping error.
2008-01-28 Ilpo Järvinen[XFRM]: Kill some bloat
2008-01-28 Herbert Xu[IPSEC]: Return EOVERFLOW when output sequence number...
2008-01-28 Eric Dumazet[NET]: Add some acquires/releases sparse annotations.
2008-01-28 Herbert Xu[IPSEC]: Move all calls to xfrm_audit_state_icvfail...
2008-01-28 Herbert Xu[IPSEC]: Fix double free on skb on async output
2008-01-28 Masahide NAKAMURA[XFRM]: Fix outbound statistics.
2008-01-28 Paul Moore[XFRM]: Drop packets when replay counter would overflow
2008-01-28 Paul Moore[XFRM]: RFC4303 compliant auditing
2008-01-28 Paul Moore[XFRM]: Assorted IPsec fixups
2008-01-28 Masahide NAKAMURA[XFRM]: Add packet processing statistics option.
2008-01-28 Masahide NAKAMURA[XFRM]: Support to increment packet dropping statistics.
2008-01-28 Masahide NAKAMURA[XFRM]: Define packet dropping statistics.
2008-01-28 Masahide NAKAMURA[XFRM] IPv6: Fix dst/routing check at transformation.
2008-01-28 Herbert Xu[IPSEC]: Do xfrm_state_check_space before encapsulation
2008-01-28 Pavel Emelyanov[XFRM]: Fix potential race vs xfrm_state(only)_find...
2008-01-28 Herbert Xu[IPSEC]: Fix zero return value in xfrm_lookup on error
2008-01-28 Herbert Xu[IPSEC]: Add ICMP host relookup support
2008-01-28 Herbert Xu[IPSEC]: Added xfrm_decode_session_reverse and xfrmX_po...
2008-01-28 Herbert Xu[IPSEC]: Make xfrm_lookup flags argument a bit-field
2008-01-28 Herbert Xu[IPSEC]: Add xfrm_input_state helper
2008-01-28 Denis Cheng[XFRM] net/xfrm/xfrm_state.c: use LIST_HEAD instead...
2008-01-28 Denis V. Lunev[NET]: Multiple namespaces in the all dst_ifdown routines.
2008-01-28 Herbert Xu[IPSEC]: Use the correct family for input state lookup
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[...
next