1. b55b76b ipv6:introduce function to find route for redirect by Duan Jiong · 11 years ago
  2. 7921895 net: esp{4,6}: fix potential MTU calculation overflows by Daniel Borkmann · 11 years ago
  3. a9403f8 ah6/esp6: set transport header correctly for IPsec tunnel mode. by Li RongQing · 11 years ago
  4. 48f125c net: ipv6: fix error return code by Julia Lawall · 12 years ago
  5. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  6. 81aded2 ipv6: Handle PMTU in ICMP error handlers. by David S. Miller · 12 years ago
  7. 91657ea xfrm: take net hdr len into account for esp payload size calculation by Benjamin Poirier · 12 years ago
  8. 91df42b net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  9. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  10. 7143b7d4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  11. c0a56e6 esp6: Fix scatterlist initialization by Steffen Klassert · 13 years ago
  12. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  13. d212a4c esp6: Add support for IPsec extended sequence numbers by Steffen Klassert · 13 years ago
  14. 1ce3644 xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cb by Steffen Klassert · 13 years ago
  15. 040253c xfrm: Traffic Flow Confidentiality for IPv6 ESP by Martin Willi · 14 years ago
  16. bd55775 xfrm: SA lookups signature with mark by Jamal Hadi Salim · 14 years ago
  17. 8f8a088 xfrm: Use the user specified truncation length in ESP and AH by Martin Willi · 15 years ago
  18. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago
  19. d5fdd6b ipv6: Use correct data types for ICMPv6 type and code by Brian Haley · 15 years ago
  20. 4fb236b netns xfrm: AH/ESP in netns! by Alexey Dobriyan · 16 years ago
  21. 221df1e netns xfrm: state lookup in netns by Alexey Dobriyan · 16 years ago
  22. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  23. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  24. abf5cdb ipsec: Interfamily IPSec BEET, ipv4-inner ipv6-outer by Joakim Koskela · 16 years ago
  25. 920fc94 [ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB access by Thomas Graf · 16 years ago
  26. b318e0e [IPSEC]: Fix bogus usage of u64 on input sequence number by Herbert Xu · 16 years ago
  27. 533cb5b [XFRM]: constify 'struct xfrm_type' by Eric Dumazet · 16 years ago
  28. 1a6509d [IPSEC]: Add support for combined mode algorithms by Herbert Xu · 16 years ago
  29. 38320c7 [IPSEC]: Use crypto_aead and authenc in ESP by Herbert Xu · 16 years ago
  30. 9dd3245 [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input by Herbert Xu · 17 years ago
  31. afeb14b [XFRM]: RFC4303 compliant auditing by Paul Moore · 17 years ago
  32. 0ebea8e [IPSEC]: Move state lock into x->type->input by Herbert Xu · 17 years ago
  33. 668dc8a [IPSEC]: Move integrity stat collection into xfrm_input by Herbert Xu · 17 years ago
  34. 95a02cf [IPv6] ESP: Discard dummy packets introduced in rfc4303 by Thomas Graf · 17 years ago
  35. 51c739d [NET]: Fix incorrect sg_mark_end() calls. by David S. Miller · 17 years ago
  36. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  37. 72998d8 [INET] ESP: Must #include <linux/scatterlist.h> by Adrian Bunk · 17 years ago
  38. ed0e7e0 [IPSEC]: Add missing sg_init_table() calls to ESP. by David S. Miller · 17 years ago
  39. ea2c47b [IPSEC] IPV6: Fix to add tunnel mode SA correctly. by Masahide NAKAMURA · 17 years ago
  40. ca68145 [IPSEC]: Disallow combinations of RO and AH/ESP/IPCOMP by Herbert Xu · 17 years ago
  41. ceb1eec8 [IPSEC]: Move IP length/checksum setting out of transforms by Herbert Xu · 17 years ago
  42. 87bdc48 [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr by Herbert Xu · 17 years ago
  43. 7b277b1 [IPSEC]: Set skb->data to payload in x->mode->output by Herbert Xu · 17 years ago
  44. b7c6538 [IPSEC]: Move state lock into x->type->output by Herbert Xu · 17 years ago
  45. 007f021 [IPSEC]: Store IPv6 nh pointer in mac_header on output by Herbert Xu · 17 years ago
  46. 436a0a4 [IPSEC]: Move output replay code into xfrm_output by Herbert Xu · 17 years ago
  47. 4b7137f [IPSEC] esp: Remove keys from esp_data structure by Herbert Xu · 17 years ago
  48. d3d6dd3 [XFRM]: Add module alias for transformation type. by Masahide NAKAMURA · 17 years ago
  49. c5c2523 [XFRM]: Optimize MTU calculation by Patrick McHardy · 17 years ago
  50. 5579225 [XFRM]: esp: fix skb_tail_pointer conversion bug by Patrick McHardy · 17 years ago
  51. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  52. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 17 years ago
  53. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  54. 967b05f [SK_BUFF]: Introduce skb_set_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  55. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  56. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  57. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  58. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  59. 04ce690 [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endian by Al Viro · 18 years ago
  60. e4bec82 [IPSEC] esp: Defer output IV initialization to first use. by David S. Miller · 18 years ago
  61. aee5adb [XFRM] STATE: Add a hook to find offset to be inserted header in outbound. by Masahide NAKAMURA · 18 years ago
  62. 7e49e6d [XFRM]: Add XFRM_MODE_xxx for future use. by Masahide NAKAMURA · 18 years ago
  63. 07d4ee5 [IPSEC]: Use HMAC template and hash interface by Herbert Xu · 18 years ago
  64. 6b7326c [IPSEC] ESP: Use block ciphers where applicable by Herbert Xu · 18 years ago
  65. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  66. 31a4ab9 [IPSEC] proto: Move transport mode input path into xfrm_mode_transport by Herbert Xu · 18 years ago
  67. e695633 [IPSEC]: Kill unused decap state argument by Herbert Xu · 18 years ago
  68. 0c600ed [IPV6]: Nearly complete kzalloc cleanup for net/ipv6 by Ingo Oeser · 18 years ago
  69. 9500e8a [IPSEC]: Sync series - fast path by Jamal Hadi Salim · 18 years ago
  70. 46b86a2 [NET]: Use NIP6_FMT in kernel.h by Joe Perches · 18 years ago
  71. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  72. 73d4f84 [IPv6] IPsec: fix pmtu calculation of esp by Kazunori MIYAZAWA · 19 years ago
  73. d4875b0 [IPSEC] Fix block size/MTU bugs in ESP by Herbert Xu · 19 years ago
  74. a02a642 [IPSEC]: Use ALIGN macro in ESP by Herbert Xu · 19 years ago
  75. 573dbd9 [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL by Jesper Juhl · 19 years ago
  76. 64ce207 [NET]: Make NETDEBUG pure printk wrappers by Patrick McHardy · 19 years ago
  77. 72cb696 [IPSEC]: Add xfrm_init_state by Herbert Xu · 19 years ago
  78. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago