1. eaa8cf5 xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel module by Su Yanjun · 5 years ago
  2. a1708a8 xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi by YueHaibing · 5 years ago
  3. 63c4378 vti6: fix input path by Nicolas Dichtel · 8 years ago
  4. 4c83acb ipv6: White-space cleansing : gaps between function and symbol export by Ian Morris · 10 years ago
  5. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  6. a99421d ipv4/ipv6: Fix FSF address in file headers by Jeff Kirsher · 10 years ago
  7. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  8. ff88b30 xfrm: Use ipv6_addr_equal() where appropriate. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  9. 2b464f6 ipv6 xfrm: Use ipv6_addr_hash() in xfrm6_tunnel_spi_hash_byaddr(). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  10. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  11. 6ac3f66 ipv6: Fix return of xfrm6_tunnel_rcv() by David S. Miller · 13 years ago
  12. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  13. 6f747ac xfrm6: make xfrm6_tunnel_free_spi local by stephen hemminger · 14 years ago
  14. 3ff2cfa ipv6: struct xfrm6_tunnel in read_mostly section by Eric Dumazet · 14 years ago
  15. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  16. dc4c2c3 net: remove INIT_RCU_HEAD() usage by Alexey Dobriyan · 14 years ago
  17. d5aa407 tunnels: fix netns vs proto registration ordering by Alexey Dobriyan · 14 years ago
  18. a166477 netns xfrm: xfrm6_tunnel in netns by Alexey Dobriyan · 14 years ago
  19. e924960 netns xfrm: fixup xfrm6_tunnel error propagation by Alexey Dobriyan · 14 years ago
  20. 91cc3bb xfrm6_tunnel: RCU conversion by Eric Dumazet · 15 years ago
  21. d5fdd6b ipv6: Use correct data types for ICMPv6 type and code by Brian Haley · 15 years ago
  22. 5ce1bbb xfrm6_tunnel: join error paths using goto by Ilpo Järvinen · 15 years ago
  23. df8ea19 [XFRM] IPV6: Optimize __xfrm_tunnel_alloc_spi(). by YOSHIFUJI Hideaki · 16 years ago
  24. 533cb5b [XFRM]: constify 'struct xfrm_type' by Eric Dumazet · 16 years ago
  25. 33b5ecb [IPSEC]: Get nexthdr from caller in xfrm6_rcv_spi by Herbert Xu · 17 years ago
  26. 04663d0 [IPSEC]: Fix pure tunnel modes involving IPv6 by Herbert Xu · 17 years ago
  27. ceb1eec8 [IPSEC]: Move IP length/checksum setting out of transforms by Herbert Xu · 17 years ago
  28. 7b277b1 [IPSEC]: Set skb->data to payload in x->mode->output by Herbert Xu · 17 years ago
  29. 007f021 [IPSEC]: Store IPv6 nh pointer in mac_header on output by Herbert Xu · 17 years ago
  30. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  31. d3d6dd3 [XFRM]: Add module alias for transformation type. by Masahide NAKAMURA · 17 years ago
  32. d0772b7 [IPV6]: Fix slab corruption running ip6sic by Eric Sesterhenn · 17 years ago
  33. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  34. b6f99a2 [NET]: fix up misplaced inlines. by Dave Jones · 17 years ago
  35. 73d605d [IPSEC]: changing API of xfrm6_tunnel_register by Kazunori MIYAZAWA · 17 years ago
  36. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  37. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 17 years ago
  38. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 17 years ago
  39. 04ce690 [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endian by Al Viro · 18 years ago
  40. 8c689a6 [XFRM]: misc annotations by Al Viro · 18 years ago
  41. 5b12254 [IPV6]: File the fingerprints off ah6->spi/esp6->spi by Al Viro · 18 years ago
  42. a252cc2 [XFRM]: xrfm_replay_check() annotations by Al Viro · 18 years ago
  43. 7e49e6d [XFRM]: Add XFRM_MODE_xxx for future use. by Masahide NAKAMURA · 18 years ago
  44. a922ba5 [IPV6] xfrm6_tunnel: Delete debugging code. by David S. Miller · 18 years ago
  45. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  46. e695633 [IPSEC]: Kill unused decap state argument by Herbert Xu · 18 years ago
  47. d2acc34 [INET]: Introduce tunnel4/tunnel6 by Herbert Xu · 18 years ago
  48. 4a3e2f7 [NET] sem2mutex: net/ by Arjan van de Ven · 18 years ago
  49. 46b86a2 [NET]: Use NIP6_FMT in kernel.h by Joe Perches · 18 years ago
  50. 951dbc8 [IPV6]: Move nextheader offset to the IP6CB by Patrick McHardy · 18 years ago
  51. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  52. 72cb696 [IPSEC]: Add xfrm_init_state by Herbert Xu · 19 years ago
  53. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago