1. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  2. d099160 ipcomp4: Use the IPsec protocol multiplexer API by Steffen Klassert · 10 years ago
  3. 387aa65 ipv4: properly refresh rtable entries on pmtu/redirect events by Timo Teräs · 11 years ago
  4. a947b0a xfrm: allow to avoid copying DSCP during encapsulation by Nicolas Dichtel · 11 years ago
  5. 2700092 ipcomp: Mark as netns_ok. by David S. Miller · 11 years ago
  6. 05ab86c xfrm4: Invalidate all ipv4 routes on IPsec pmtu events by Steffen Klassert · 11 years ago
  7. 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  8. 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
  9. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 12 years ago
  10. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  11. bd55775 xfrm: SA lookups signature with mark by Jamal Hadi Salim · 14 years ago
  12. 2bb4646 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  13. 10e7454 ipcomp: Avoid duplicate calls to ipcomp_destroy by Herbert Xu · 14 years ago
  14. a92df25 netns xfrm: ipcomp support by Alexey Dobriyan · 14 years ago
  15. 3261309 net: constify struct net_protocol by Alexey Dobriyan · 15 years ago
  16. 221df1e netns xfrm: state lookup in netns by Alexey Dobriyan · 16 years ago
  17. 673c09b netns xfrm: add struct xfrm_state::xs_net by Alexey Dobriyan · 16 years ago
  18. 673d57e net: replace NIPQUAD() in net/ipv4/ net/ipv6/ by Harvey Harrison · 16 years ago
  19. 2c3abab ipcomp: Fix warnings after ipcomp consolidation. by David S. Miller · 16 years ago
  20. 6fccab6 ipsec: ipcomp - Merge IPComp implementations by Herbert Xu · 16 years ago
  21. 5f090dc net: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  22. a7d632b [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. by YOSHIFUJI Hideaki · 16 years ago
  23. 21e4318 [IPCOMP]: Disable BH on output when using shared tfm by Herbert Xu · 16 years ago
  24. 533cb5b [XFRM]: constify 'struct xfrm_type' by Eric Dumazet · 16 years ago
  25. 2614fa5 [IPCOMP]: Fetch nexthdr before ipch is destroyed by Herbert Xu · 16 years ago
  26. e40b328 [IPSEC]: Forbid BEET + ipcomp for now by Herbert Xu · 17 years ago
  27. 4999f36 [IPSEC]: Fix crypto_alloc_comp error checking by Herbert Xu · 17 years ago
  28. 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
  29. 631a6698 [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c by Herbert Xu · 17 years ago
  30. ceb1eec8 [IPSEC]: Move IP length/checksum setting out of transforms by Herbert Xu · 17 years ago
  31. 87bdc48 [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr by Herbert Xu · 17 years ago
  32. 37fedd3 [IPSEC]: Use IPv6 calling convention as the convention for x->mode->output by Herbert Xu · 17 years ago
  33. 7b277b1 [IPSEC]: Set skb->data to payload in x->mode->output by Herbert Xu · 17 years ago
  34. d3d6dd3 [XFRM]: Add module alias for transformation type. by Masahide NAKAMURA · 17 years ago
  35. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  36. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  37. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  38. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  39. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  40. 0a69452 [XFRM]: BEET mode by Diego Beltrami · 18 years ago
  41. a94cfd1 [XFRM]: xfrm_state_lookup() annotations by Al Viro · 18 years ago
  42. 7e49e6d [XFRM]: Add XFRM_MODE_xxx for future use. by Masahide NAKAMURA · 18 years ago
  43. e4d5b79 [CRYPTO] users: Use crypto_comp and crypto_has_* by Herbert Xu · 18 years ago
  44. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  45. da95231 [IPCOMP]: Fix truesize after decompression by Herbert Xu · 18 years ago
  46. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  47. 364c6ba [NET]: Clean up skb_linearize by Herbert Xu · 18 years ago
  48. 31a4ab9 [IPSEC] proto: Move transport mode input path into xfrm_mode_transport by Herbert Xu · 18 years ago
  49. 4195f81 [NET]: Fix "ntohl(ntohs" bugs by Alexey Dobriyan · 18 years ago
  50. 63903ca [NET]: Remove redundant NULL checks before [kv]free by Jesper Juhl · 18 years ago
  51. 6f91204 [PATCH] for_each_possible_cpu: network codes by KAMEZAWA Hiroyuki · 18 years ago
  52. e695633 [IPSEC]: Kill unused decap state argument by Herbert Xu · 18 years ago
  53. 4a3e2f7 [NET] sem2mutex: net/ by Arjan van de Ven · 18 years ago
  54. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 18 years ago
  55. 573dbd9 [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL by Jesper Juhl · 19 years ago
  56. 64ce207 [NET]: Make NETDEBUG pure printk wrappers by Patrick McHardy · 19 years ago
  57. 6fc8b9e [IPCOMP]: Fix false smp_processor_id warning by Herbert Xu · 19 years ago
  58. 72cb696 [IPSEC]: Add xfrm_init_state by Herbert Xu · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago