- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
[linux-flexiantxendom0-3.2.10.git] / net / xfrm / xfrm_policy.c
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2004-11-23 Patrick McHardy[XFRM]: Fix endless loop in xfrm_policy_insert
2004-11-09 Andrew Morton[NET]: Lock initializer unifying
2004-10-25 Christoph Hellwig[XFRM]: Remove dead exports.
2004-10-20 Herbert Xu[XFRM]: Fix policy update bug when increasing priority...
2004-10-20 Herbert Xu[XFRM]: Make {__,}xfrm_policy_check behave identically...
2004-09-17 David S. Miller[XFRM] make xfrm_lookup() fully af-independent.
2004-08-11 Olaf Hering+- update to patches.fixes/patch-2.6.8-rc4-rc1
2004-08-09 Eugene Surovegin[IPSEC]: Add missing flow_cache_genid update to xfrm_po...
2004-08-05 Andreas SchwabDisable patches.fixes/early-hotplug-events.patch
2004-08-05 Olaf Kirch- netfilter patches still broken :-(
2004-08-05 Olaf Kirch- Ported and enabled evlog patches
2004-07-23 Herbert Xu[IPSEC]: Missing unlock in policy timer.
2004-06-01 Olaf Kirch- Fix refcounting problem in ipsec xfrm_state (#41219)
2004-05-29 Herbert Xu[IPSEC]: Fix ref counting in __xfrmN_bundle_create().
2004-05-22 Herbert Xu[IPSEC]: Lock policy in policy timer.
2004-04-19 Olaf Kirch- Merged nat-before-ipsec patches and enabled CONFIG_IP...
2004-03-23 Olaf Hering+- update to patches.fixes/linux-post-2.6.5-rc2-20040323
2004-03-20 Hideaki Yoshifuji[XFRM] remove unused argument for (*find_bundle)().
2004-02-09 Olaf Hering+- update to post 2.6.3-rc1 20040209
2004-02-04 Krishna Kumar[XFRM]: Do not schedule() when MSG_DONTWAIT.
2004-01-19 Olaf Hering+- update to current Linus tree
2004-01-13 Krishna Kumar[XFRM]: In xfrm_lookup(), schedule() before retrying...
2004-01-13 Krishna Kumar[XFRM]: Fix two bugs in xfrm_lookup()
2004-01-06 Gerd Hoffmann- update to 2.6.1-rc2 -- first cut.
2003-11-29 Herbert Xu[XFRM]: Check whether a dst is still valid before addin...
2003-11-26 Herbert Xu[XFRM]: Handle device down/unregister events.
2003-11-18 Olaf Hering+- update to 2.6.0-test9-bk22, update config, arch...
2003-10-26 Herbert Xu[IPSEC]: Fix accidental too many ref drops on policies.
2003-10-23 Herbert Xu[IPSEC]: Strengthen policy checks.
2003-08-11 Gerd Hoffmanncommented early_printk patch because of rejects.
2003-07-27 Herbert Xu[IPSEC]: Fix SKB secpath refcounting.
2003-07-14 Kunihiro Ishiguro[IPSEC/IPV6]: Add missing email address to my copyrights.
2003-07-12 Herbert Xu[IPSEC]: Missing reqid check in xfrm_state_ok.
2003-07-10 Herbert Xu[IPSEC] Fix refcnt leak in xfrm_lookup
2003-07-08 James Morris[IPSEC]: Do not call request_module() under spinlock...
2003-07-07 Herbert Xu[IPSEC] Add policy expiration
2003-06-12 Herbert Xu[IPSEC]: Kill object argument from flow_cache_flush.
2003-06-09 Herbert Xu[IPSEC]: Zap killed policies from the flow cache properly.
2003-06-06 Herbert Xu[XFRM_USER]: Allow del policy by id and get policy...
2003-06-05 David S. MillerMerge bk://kernel.bkbits.net/acme/sock-2.5
2003-06-05 David S. Miller[IPSEC]: Implement xfrm type module autoloading.
2003-06-04 Arnaldo Carvalho... o net: create struct sock_common and use in struct...
2003-06-03 Herbert Xu[IPSEC]: Include linux/slab.h where necessary.
2003-05-31 Herbert Xu[XFRM]: Too many reference drops of delpol in xfrm_poli...
2003-05-26 Herbert Xu[IPSEC]: Order SPD using priority.
2003-05-22 Linus TorvaldsUse proper ANSI stype function declarations in definitions.
2003-05-15 David S. Miller[NET]: Split out policy flow cache to be a generic...
2003-05-09 James Morris[XFRM]: Use xfrm_pol_hold().
2003-04-08 James Morris[IPSEC]: Support for optional policies on input got...
2003-04-02 Derek Atkins[IPSEC]: Implement UDP Encapsulation framework.
2003-03-24 Hideaki Yoshifuji[IPSEC]: Move xfrm_*.c into net/xfrm/