1. 6a5dc9e net: Add MIB counters for checksum errors by Eric Dumazet · 11 years ago
  2. 5f5624c ipv6: Kill ipv6 dependency of icmpv6_send(). by Pravin B Shelar · 11 years ago
  3. 842df07 ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_id by Hannes Frederic Sowa · 11 years ago
  4. 6f809da ipv6: Add an error handler for icmp6 by Steffen Klassert · 11 years ago
  5. c027aab net: Enable some sysctls that are safe for the userns root by Eric W. Biederman · 12 years ago
  6. 464dc80 net: Don't export sysctls to unprivileged users by Eric W. Biederman · 12 years ago
  7. 07a9362 ipv6: use IS_ENABLED() by Amerigo Wang · 12 years ago
  8. b94f1c0 ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect(). by David S. Miller · 12 years ago
  9. 1d861aa inet: Minimize use of cached route inetpeer. by David S. Miller · 12 years ago
  10. f9242b6 inet: Sanitize inet{,6} protocol demux. by David S. Miller · 12 years ago
  11. 81aded2 ipv6: Handle PMTU in ICMP error handlers. by David S. Miller · 12 years ago
  12. fbfe95a inet: Create and use rt{,6}_get_peer_create(). by David S. Miller · 12 years ago
  13. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 12 years ago
  14. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  15. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  16. a2d91a0 net/ipv6/icmp.c: Checkpatch cleanups by Eldad Zack · 12 years ago
  17. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  18. c4062df ipv6: Implement IPV6_UNICAST_IF socket option. by Erich E. Hoover · 12 years ago
  19. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  20. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  21. 87fb4b7 net: more accurate skb truesize by Eric Dumazet · 13 years ago
  22. cfdf764 ipv6: some RCU conversions by Eric Dumazet · 13 years ago
  23. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  24. 1958b85 net: Put fl6_* macros to struct flowi6 and use them again. by David S. Miller · 13 years ago
  25. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  26. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  27. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  28. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 13 years ago
  29. b42835d ipv6: Make icmp route lookup code a bit clearer. by David S. Miller · 13 years ago
  30. 92d8682 inetpeer: Move ICMP rate limiting state into inet_peer entries. by David S. Miller · 13 years ago
  31. 00d9d6a ipv6: fix ICMP6_MIB_OUTERRORS by Eric Dumazet · 14 years ago
  32. 13b52cd IPv6: Add dontfrag argument to relevant functions by Brian Haley · 14 years ago
  33. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  34. 1f8438a icmp: Account for ICMP out errors by Eric Dumazet · 14 years ago
  35. 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
  36. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  37. bc417d9 ipv6: remove stale MIB definitions by Alexey Dobriyan · 14 years ago
  38. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  39. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  40. 41135cc net: constify struct inet6_protocol by Alexey Dobriyan · 15 years ago
  41. e651f03 inet6: Conversion from u8 to int by Gerrit Renker · 15 years ago
  42. d5fdd6b ipv6: Use correct data types for ICMPv6 type and code by Brian Haley · 15 years ago
  43. 6c06a47 net: fix xfrm reverse flow lookup for icmp6 by Jiri Pirko · 15 years ago
  44. 52479b6 netns xfrm: lookup in netns by Alexey Dobriyan · 16 years ago
  45. 07f0757 include/net net/ - csum_partial - remove unnecessary casts by Joe Perches · 16 years ago
  46. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  47. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  48. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  49. def8b4f net: reduce structures when XFRM=n by Alexey Dobriyan · 16 years ago
  50. 55d4380 ipv6: added net argument to ICMP6MSGIN_INC_STATS_BH by Denis V. Lunev · 16 years ago
  51. e41b536 ipv6: added net argument to ICMP6_INC_STATS_BH by Denis V. Lunev · 16 years ago
  52. 3bd653c netns: add net parameter to IP6_INC_STATS by Denis V. Lunev · 16 years ago
  53. fdc0bde icmp: icmp_sk() should not use smp_processor_id() in preemptible code by Denis V. Lunev · 16 years ago
  54. 6dbf4bc icmp: fix units for ratelimit by Stephen Hemminger · 16 years ago
  55. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  56. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  57. 1ed8516 [IPV6]: Simplify IPv6 control sockets creation. by Denis V. Lunev · 16 years ago
  58. af26818 [ICMP]: Ensure that ICMP relookup maintains status quo by Herbert Xu · 16 years ago
  59. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  60. f32c5f2 [IPV6]: Fix ICMP relookup error path dst leak by Herbert Xu · 16 years ago
  61. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  62. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  63. 6b75d09 [IPV6]: Optimize hop-limit determination. by YOSHIFUJI Hideaki · 16 years ago
  64. 9a43b70 [NETNS][IPV6] icmp6 - make icmpv6_socket per namespace by Benjamin Thery · 16 years ago
  65. 4591db4 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output by Daniel Lezcano · 16 years ago
  66. 95e41e9 [IPV6]: Make ndisc_flow_init() common for later use. by YOSHIFUJI Hideaki · 17 years ago
  67. 5ee0910 [IPV6] SYSCTL: complete initialization for sysctl table in subsystem code. by YOSHIFUJI Hideaki · 16 years ago
  68. 8ed7edc ipv6: fix inet6_init/icmpv6_cleanup sections mismatch by Alexey Dobriyan · 16 years ago
  69. 98c6d1b [NETNS]: Make icmpv6_sk per namespace. by Denis V. Lunev · 16 years ago
  70. 5c8cafd [NETNS]: icmp(v6)_sk should not pin a namespace. by Denis V. Lunev · 16 years ago
  71. 79c9115 [ICMP]: Allocate data for __icmp(v6)_sk dynamically. by Denis V. Lunev · 16 years ago
  72. 405666d [ICMP]: Pass proper ICMP socket into icmp(v6)_xmit_(un)lock. by Denis V. Lunev · 16 years ago
  73. b7e729c [ICMP]: Store sock rather than socket for ICMP flow control. by Denis V. Lunev · 16 years ago
  74. 9b0f976 [INET]: Remove struct net_proto_family* from _init calls. by Denis V. Lunev · 16 years ago
  75. 8cf2294 [ICMP]: Restore pskb_pull calls in receive function by Herbert Xu · 16 years ago
  76. bfeade0 [NETNS][IPV6]: inet6_addr - check ipv6 address per namespace by Daniel Lezcano · 16 years ago
  77. 41a7690 [NETNS][IPV6]: Make icmpv6_time sysctl per namespace. by Daniel Lezcano · 16 years ago
  78. 760f2d0 [NETNS][IPV6]: Make multiple instance of sysctl tables. by Daniel Lezcano · 16 years ago
  79. aebcf82 [IPSEC]: Do not let packets pass when ICMP flag is off by Herbert Xu · 17 years ago
  80. 7233b9f [IPSEC]: Fix reversed ICMP6 policy check by Herbert Xu · 17 years ago
  81. 8b7817f [IPSEC]: Add ICMP host relookup support by Herbert Xu · 17 years ago
  82. 69d6da0 [IPv6] RAW: Compact the API for the kernel by Pavel Emelyanov · 17 years ago
  83. c964ff4 [IPV6]: ICMP6_MIB_OUTMSGS increment duplicated by Wang Chen · 16 years ago
  84. e5bbef2 [IPV6]: Replace sk_buff ** with sk_buff * in input handlers by Herbert Xu · 17 years ago
  85. 14878f7 [IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2] by David L Stevens · 17 years ago
  86. f13ec93 [IPV6]: MSG_ERRQUEUE messages do not pass to connected raw sockets by Dmitry Butskoy · 17 years ago
  87. 59fbb3a6 [IPV6] MIP6: Loadable module support for MIPv6. by Masahide NAKAMURA · 17 years ago
  88. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  89. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  90. cc70ab2 [ICMP6]: Introduce icmp6_hdr() by Arnaldo Carvalho de Melo · 17 years ago
  91. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  92. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  93. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 17 years ago
  94. 7159039 [IPV6]: Decentralize EXPORT_SYMBOLs. by YOSHIFUJI Hideaki · 17 years ago
  95. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  96. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  97. 5f92a73 [NET]: Annotate callers of the reset of checksum.h stuff. by Al Viro · 18 years ago
  98. 868c86b [NET]: annotate csum_ipv6_magic() callers in net/* by Al Viro · 18 years ago
  99. d3a1be9 [IPv6]: Only modify checksum for UDP by Brian Haley · 18 years ago
  100. a11d206 [IPV6]: Per-interface statistics support. by YOSHIFUJI Hideaki · 18 years ago