1. 753b04d ipsec: check return value of skb_to_sgvec always by Jason A. Donenfeld · 7 years ago
  2. 7c7fedd esp4: Fix integrity verification when ESN are used by Tobias Brunner · 8 years ago
  3. 962fcef esp: Fix ESN generation under UDP encapsulation by Herbert Xu · 8 years ago
  4. 7021b2e esp4: Switch to new AEAD interface by Herbert Xu · 9 years ago
  5. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  6. 4508349 net: esp: Convert NETDEBUG to pr_info by Joe Perches · 10 years ago
  7. 05006e8 esp4: remove assignment in if condition by Fabian Frederick · 10 years ago
  8. 827789c esp4: Use the IPsec protocol multiplexer API by Steffen Klassert · 10 years ago
  9. 1c5ad13 net: esp{4,6}: get rid of struct esp_data by Mathias Krause · 11 years ago
  10. 123b0d1 net: esp{4,6}: remove padlen from struct esp_data by Mathias Krause · 11 years ago
  11. 7921895 net: esp{4,6}: fix potential MTU calculation overflows by Daniel Borkmann · 11 years ago
  12. 387aa65 ipv4: properly refresh rtable entries on pmtu/redirect events by Timo Teräs · 11 years ago
  13. 06848c1 esp4: fix error return code in esp_output() by Wei Yongjun · 11 years ago
  14. 05ab86c xfrm4: Invalidate all ipv4 routes on IPsec pmtu events by Steffen Klassert · 11 years ago
  15. 7143dfa ah4/esp4: set transport header correctly for IPsec tunnel mode. by Li RongQing · 11 years ago
  16. 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  17. 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
  18. 91657ea xfrm: take net hdr len into account for esp payload size calculation by Benjamin Poirier · 12 years ago
  19. afd46503 net: ipv4: Standardize prefixes for message logging by Joe Perches · 12 years ago
  20. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 12 years ago
  21. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  22. 0dc49e9 esp4: Add support for IPsec extended sequence numbers by Steffen Klassert · 13 years ago
  23. 1ce3644 xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cb by Steffen Klassert · 13 years ago
  24. d979e20 xfrm: Traffic Flow Confidentiality for IPv4 ESP by Martin Willi · 14 years ago
  25. bd55775 xfrm: SA lookups signature with mark by Jamal Hadi Salim · 14 years ago
  26. 8f8a088 xfrm: Use the user specified truncation length in ESP and AH by Martin Willi · 15 years ago
  27. 3261309 net: constify struct net_protocol by Alexey Dobriyan · 15 years ago
  28. 4fb236b netns xfrm: AH/ESP in netns! by Alexey Dobriyan · 16 years ago
  29. 221df1e netns xfrm: state lookup in netns by Alexey Dobriyan · 16 years ago
  30. d9319100 net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c inetpeer.c ip_output.c by Jianjun Kong · 16 years ago
  31. eb49e63 ipsec: Interfamily IPSec BEET by Joakim Koskela · 16 years ago
  32. 920fc94 [ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB access by Thomas Graf · 16 years ago
  33. 5e226e4 [IPV4]: esp_output() misannotations by Al Viro · 16 years ago
  34. b318e0e [IPSEC]: Fix bogus usage of u64 on input sequence number by Herbert Xu · 16 years ago
  35. 533cb5b [XFRM]: constify 'struct xfrm_type' by Eric Dumazet · 16 years ago
  36. 1a6509d [IPSEC]: Add support for combined mode algorithms by Herbert Xu · 16 years ago
  37. 38320c7 [IPSEC]: Use crypto_aead and authenc in ESP by Herbert Xu · 16 years ago
  38. 9dd3245 [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input by Herbert Xu · 16 years ago
  39. afeb14b [XFRM]: RFC4303 compliant auditing by Paul Moore · 16 years ago
  40. 0ebea8e [IPSEC]: Move state lock into x->type->input by Herbert Xu · 17 years ago
  41. 668dc8a [IPSEC]: Move integrity stat collection into xfrm_input by Herbert Xu · 17 years ago
  42. 2017a72 [IPv4] ESP: Discard dummy packets introduced in rfc4303 by Thomas Graf · 17 years ago
  43. 51c739d [NET]: Fix incorrect sg_mark_end() calls. by David S. Miller · 17 years ago
  44. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  45. 72998d8 [INET] ESP: Must #include <linux/scatterlist.h> by Adrian Bunk · 17 years ago
  46. ed0e7e0 [IPSEC]: Add missing sg_init_table() calls to ESP. by David S. Miller · 17 years ago
  47. 631a6698 [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c by Herbert Xu · 17 years ago
  48. ceb1eec8 [IPSEC]: Move IP length/checksum setting out of transforms by Herbert Xu · 17 years ago
  49. 87bdc48 [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr by Herbert Xu · 17 years ago
  50. 37fedd3 [IPSEC]: Use IPv6 calling convention as the convention for x->mode->output by Herbert Xu · 17 years ago
  51. 7b277b1 [IPSEC]: Set skb->data to payload in x->mode->output by Herbert Xu · 17 years ago
  52. 8bd1707 [IPSEC] esp: Remove NAT-T checksum invalidation for BEET by Herbert Xu · 17 years ago
  53. b7c6538 [IPSEC]: Move state lock into x->type->output by Herbert Xu · 17 years ago
  54. 007f021 [IPSEC]: Store IPv6 nh pointer in mac_header on output by Herbert Xu · 17 years ago
  55. 436a0a4 [IPSEC]: Move output replay code into xfrm_output by Herbert Xu · 17 years ago
  56. 4b7137f [IPSEC] esp: Remove keys from esp_data structure by Herbert Xu · 17 years ago
  57. d3d6dd3 [XFRM]: Add module alias for transformation type. by Masahide NAKAMURA · 17 years ago
  58. ac758e3 [XFRM]: beet: fix worst case header_len calculation by Patrick McHardy · 17 years ago
  59. c5c2523 [XFRM]: Optimize MTU calculation by Patrick McHardy · 17 years ago
  60. 5579225 [XFRM]: esp: fix skb_tail_pointer conversion bug by Patrick McHardy · 17 years ago
  61. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  62. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  63. 967b05f [SK_BUFF]: Introduce skb_set_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  64. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  65. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  66. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  67. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  68. d5a0a1e [IPV4]: encapsulation annotations by Al Viro · 18 years ago
  69. 0a69452 [XFRM]: BEET mode by Diego Beltrami · 18 years ago
  70. e4bec82 [IPSEC] esp: Defer output IV initialization to first use. by David S. Miller · 18 years ago
  71. 7e49e6d [XFRM]: Add XFRM_MODE_xxx for future use. by Masahide NAKAMURA · 18 years ago
  72. 07d4ee5 [IPSEC]: Use HMAC template and hash interface by Herbert Xu · 18 years ago
  73. 6b7326c [IPSEC] ESP: Use block ciphers where applicable by Herbert Xu · 18 years ago
  74. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  75. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  76. 31a4ab9 [IPSEC] proto: Move transport mode input path into xfrm_mode_transport by Herbert Xu · 18 years ago
  77. e695633 [IPSEC]: Kill unused decap state argument by Herbert Xu · 18 years ago
  78. 9500e8a [IPSEC]: Sync series - fast path by Jamal Hadi Salim · 18 years ago
  79. 752c1f4 [IPSEC]: Kill post_input hook and do NAT-T in esp_input directly by Herbert Xu · 18 years ago
  80. 4bf05ec [IPSEC] esp: Kill unnecessary block and indentation by Herbert Xu · 18 years ago
  81. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 18 years ago
  82. d4875b0 [IPSEC] Fix block size/MTU bugs in ESP by Herbert Xu · 19 years ago
  83. a02a642 [IPSEC]: Use ALIGN macro in ESP by Herbert Xu · 19 years ago
  84. 573dbd9 [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL by Jesper Juhl · 19 years ago
  85. 64ce207 [NET]: Make NETDEBUG pure printk wrappers by Patrick McHardy · 19 years ago
  86. 72cb696 [IPSEC]: Add xfrm_init_state by Herbert Xu · 19 years ago
  87. 3683983 [IPSEC]: Fix esp_decap_data size verification in esp4. by Edgar E Iglesias · 19 years ago
  88. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago