- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / net / ipv6 / xfrm6_input.c
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-18 Herbert Xu[IPSEC]: Rename mode to outer_mode and add inner_mode
2007-10-18 Herbert Xu[IPSEC]: Add missing BEET checks
2007-10-18 Herbert Xu[IPSEC]: Move ip_summed zapping out of xfrm6_rcv_spi
2007-10-18 Herbert Xu[IPSEC]: Get nexthdr from caller in xfrm6_rcv_spi
2007-10-15 Herbert Xu[IPV6]: Replace sk_buff ** with sk_buff * in input...
2007-05-31 Kazunori MIYAZAWA[IPSEC]: Fix panic when using inter address familiy...
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-04-26 YOSHIFUJI Hideaki[IPV6] XFRM: Use ip6addr_any where applicable.
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 YOSHIFUJI Hideaki[IPV6]: Decentralize EXPORT_SYMBOLs.
2007-02-13 Kazunori MIYAZAWA[IPSEC]: changing API of xfrm6_tunnel_register
2007-02-11 YOSHIFUJI Hideaki[NET] IPV6: Fix whitespace errors.
2006-09-29 Al Viro[XFRM]: xrfm_replay_check() annotations
2006-09-29 Al Viro[XFRM]: xfrm_parse_spi() annotations
2006-09-22 Masahide NAKAMURA[XFRM] STATE: Common receive function for route optimiz...
2006-09-22 Masahide NAKAMURA[XFRM]: Add XFRM_MODE_xxx for future use.
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-06-18 Herbert Xu[IPSEC] xfrm: Abstract out encapsulation modes
2006-04-01 Herbert Xu[IPSEC]: Kill unused decap state structure
2006-04-01 Herbert Xu[IPSEC]: Kill unused decap state argument
2006-03-29 Herbert Xu[INET]: Introduce tunnel4/tunnel6
2006-01-07 Patrick McHardy[IPV4/6]: Netfilter IPsec input hooks
2006-01-07 Patrick McHardy[IPV6]: Move nextheader offset to the IP6CB
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2004-09-16 Herbert Xu[IPSEC]: Implement DSCP decapsulation
2004-09-16 Herbert Xu[IPV6]: Kill ip6_get_dsfield
2004-09-08 Herbert Xu[IPV4/IPV6]: Update ECN handling.
2004-08-30 Hubert Mantelupdate to 2.6.9-rc1
2004-08-18 Herbert Xu[IPSEC]: Call xfrm6_rcv in xfrm6_tunnel_rcv
2004-07-28 Herbert Xu[AH6]: Get things working again.
2004-02-20 Olaf Hering+- add patches.fixes/linux-post-2.6.3-20040220
2004-02-13 Herbert Xu[IPSEC]: Move hardware headers for decaped packets.
2003-08-11 Gerd Hoffmanncommented early_printk patch because of rejects.
2003-07-27 Herbert Xu[IPSEC]: Fix SKB secpath refcounting.
2003-07-27 Herbert Xu[IPSEC]: Use per-SA flag to control ECN propagation.
2003-07-14 Kunihiro Ishiguro[IPSEC/IPV6]: Add missing email address to my copyrights.
2003-07-01 Joy Latten[IPV6] Make ipsec tunnel work with ext hdrs
2003-06-14 Kazunori Miyazawa[IPV6]: Fix ipv6 header handling of AH input.
2003-04-19 Hideaki Yoshifuji[IPSEC]: nexthdr in xfrm6_input needs to be int.
2003-04-14 Hideaki Yoshifuji[IPV6]: Fixed multiple mistake extension header handling.
2003-04-10 Jean-Francois Dive[IPSEC]: Check xfrm state expiration on input after...
2003-04-02 David S. Miller[IPSEC]: Revert xfrm_state use_time patch, it was wrong.
2003-04-02 Derek Atkins[IPSEC]: Implement UDP Encapsulation framework.
2003-04-02 Jean-Francois Dive[IPSEC]: Missing xfrm_state use_time updates.
2003-03-28 Tom Lendacky[IPSEC]: IPV6 AH/ESP fixes.
2003-03-23 Mitsuru Kanda[IPV6]: Process all extension headers via ipproto-...
2003-03-22 Hideaki Yoshifuji[IPSEC]: Split up XFRM Subsystem.