1. a37934f net: provide stubs for ip6_set_txhash and ip6_make_flowlabel by Florian Fainelli · 10 years ago
  2. cb1ce2e ipv6: Implement automatic flow label generation on transmit by Tom Herbert · 10 years ago
  3. b73c3d0 net: Save TX flow hash in sock and set in skbuf on xmit by Tom Herbert · 10 years ago
  4. 73f156a inetpeer: get rid of ip_id_count by Eric Dumazet · 10 years ago
  5. e110861 net: add a sysctl to reflect the fwmark on replies by Lorenzo Colitti · 10 years ago
  6. 5c98631 net: ipv6: Introduce ip6_sk_dst_hoplimit. by Lorenzo Colitti · 10 years ago
  7. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 10 years ago
  8. 82b276c ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts by Hannes Frederic Sowa · 10 years ago
  9. 46e5f40 ipv6: add a flag to get the flow label used remotly by Florent Fourcot · 10 years ago
  10. d76ed22 ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helper by Li RongQing · 11 years ago
  11. e824353 ipv6: namespace cleanups by stephen hemminger · 11 years ago
  12. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  13. 3308de2 ipv6: add ip6_flowlabel helper by Florent Fourcot · 11 years ago
  14. 37cfee9 ipv6: move IPV6_TCLASS_MASK definition in ipv6.h by Florent Fourcot · 11 years ago
  15. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  16. 1431fb3 xen-netback: fix fragment detection in checksum setup by Paul Durrant · 11 years ago
  17. 85fbaa7 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 11 years ago
  18. 3fdfa5f ipv6: enable IPV6_FLOWLABEL_MGR for getsockopt by Florent Fourcot · 11 years ago
  19. b119057 ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  20. b50026b ipv6: split inet6_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  21. 5c3a0fd ip*.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  22. 3ce9b35 ipv6: move ip6_dst_hoplimit() into core kernel by Cong Wang · 11 years ago
  23. 280c571 net: Add NEXTHDR_SCTP to ipv6.h by Joe Stringer · 11 years ago
  24. 9e8cda3 ipv6: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  25. 6d0bfe2 net: ipv6: Add IPv6 support to the ping socket. by Lorenzo Colitti · 11 years ago
  26. eec2e61 ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handling by Hannes Frederic Sowa · 11 years ago
  27. b7ef213 ipv6: introdcue __ipv6_addr_needs_scope_id and ipv6_iface_scope_id helper functions by Hannes Frederic Sowa · 11 years ago
  28. 7f0e44a ipv6 flowlabel: add __rcu annotations by Eric Dumazet · 11 years ago
  29. 08dcdbf ipv6: use a stronger hash for tcp by Eric Dumazet · 11 years ago
  30. 1836768 ipv6 flowlabel: Convert np->ipv6_fl_list to RCU. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  31. d3aedd5 ipv6 flowlabel: Convert hash list to RCU. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  32. d433673 net: frag helper functions for mem limit tracking by Jesper Dangaard Brouer · 11 years ago
  33. 2576f17 ipv6: Unshare ip6_nd_hdr() and change return type to void. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  34. 512613d ipv6: fix ipv6_prefix_equal64_half mask conversion by Fabio Baltieri · 11 years ago
  35. c2a9366 net: increase fragment memory usage limits by Jesper Dangaard Brouer · 12 years ago
  36. 07f623d ipv6: Fix endianess warning in ip6_flow_hdr(). by YOSHIFUJI Hideaki · 11 years ago
  37. 3867517 ipv6: 64bit version of ipv6_prefix_equal(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  38. 2ef9733 ipv6: Remove __ipv6_prefix_equal(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  39. 5206c57 ipv6: 64bit version of ipv6_addr_set(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  40. a04d40b ipv6: 64bit version of ipv6_addr_v4mapped(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  41. e287656 ipv6: 64bit version of ipv6_addr_loopback(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  42. 9f2e733 ipv6: 64bit version of ipv6_addr_diff(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  43. 6502ca5 ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  44. 3e4e4c1 ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  45. aeaf6e9 ipv6: unify logic evaluating inet6_dev's accept_ra property by Shmulik Ladkani · 12 years ago
  46. 9195bb8 ipv6: improve ipv6_find_hdr() to skip empty routing headers by Ansis Atteka · 12 years ago
  47. f8f6267 ipv6: Move ipv6_find_hdr() out of Netfilter code. by Jesse Gross · 12 years ago
  48. d4915c0 ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inline by Amerigo Wang · 12 years ago
  49. b836c99 ipv6: unify conntrack reassembly expire code with standard one by Amerigo Wang · 12 years ago
  50. e6acb38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by David S. Miller · 12 years ago
  51. 4f82f45 net ip6 flowlabel: Make owner a union of struct pid * and kuid_t by Eric W. Biederman · 12 years ago
  52. c12b395 gre: Support GRE over IPv6 by xeb@mail.ru · 12 years ago
  53. ddbe503 ipv6: add ipv6_addr_hash() helper by Eric Dumazet · 12 years ago
  54. b94f1c0 ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect(). by David S. Miller · 12 years ago
  55. 1a203cb ipv6: optimize ipv6 addresses compares by Eric Dumazet · 12 years ago
  56. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 12 years ago
  57. 92113bf ipv6: bool conversions phase1 by Eric Dumazet · 12 years ago
  58. cbc264c ip_frag: struct inet_frags match() method returns a bool by Eric Dumazet · 12 years ago
  59. a5347fe net: Delete all remaining instances of ctl_path by Eric W. Biederman · 12 years ago
  60. 4e5ca78 net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh by Eric W. Biederman · 12 years ago
  61. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  62. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  63. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  64. 2a24444 ipv6: reduce percpu needs for icmpv6msg mibs by Eric Dumazet · 13 years ago
  65. b903d32 ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT by Eric Dumazet · 13 years ago
  66. 87c48fa ipv6: make fragment identifications less predictable by Eric Dumazet · 13 years ago
  67. be281e5 ipv6: reduce per device ICMP mib sizes by Eric Dumazet · 13 years ago
  68. 2a9e950 net: Remove __KERNEL__ cpp checks from include/net by David S. Miller · 13 years ago
  69. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  70. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  71. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  72. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 13 years ago
  73. 69ead7a ipv6: Normalize arguments to ip6_dst_blackhole(). by David S. Miller · 13 years ago
  74. a141471 ipv6: Change final dst lookup arg name to "can_sleep" by David S. Miller · 13 years ago
  75. 68d0c6d ipv6: Consolidate route lookup sequences. by David S. Miller · 13 years ago
  76. 5ced133 ipv6: Add IPv6 multicast address flag defines by Linus Lüssing · 13 years ago
  77. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  78. 4ce3c18 snmp: 64bit ipstats_mib for all arches by Eric Dumazet · 14 years ago
  79. 20c59de ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) option by Arnaud Ebalard · 14 years ago
  80. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  81. 4b340ae IPv6: Complete IPV6_DONTFRAG support by Brian Haley · 14 years ago
  82. 13b52cd IPv6: Add dontfrag argument to relevant functions by Brian Haley · 14 years ago
  83. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 14 years ago
  84. d57b8fb ipv6: Use __fls() instead of fls() in __ipv6_addr_diff(). by YOSHIFUJI Hideaki / 吉藤英明 · 14 years ago
  85. 45bb006 ipv6: Remove IPV6_ADDR_RESERVED by Ulrich Weber · 14 years ago
  86. 9874c41 ipv6.h: reassembly: replace calculated magic number with multiplication by Joe Perches · 14 years ago
  87. 5d0aa2c netfilter: nf_conntrack: add support for "conntrack zones" by Patrick McHardy · 14 years ago
  88. 7c070aa IPv6: reassembly: replace magic number with macro definitions by Shan Wei · 14 years ago
  89. 8fa9ff6 netfilter: fix crashes in bridge netfilter caused by fragment jumps by Patrick McHardy · 15 years ago
  90. 0b5ccb2 ipv6: reassembly: use seperate reassembly queues for conntrack and local delivery by Patrick McHardy · 15 years ago
  91. fd2c3ef net: cleanup include/net by Eric Dumazet · 15 years ago
  92. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  93. 7ea2f2c udpv6: Remove unused skb argument of ipv6_select_ident() by Sridhar Samudrala · 15 years ago
  94. edf391f snmp: add missing counters for RFC 4293 by Neil Horman · 15 years ago
  95. f3a7c66 net: replace __constant_{endian} uses in net headers by Harvey Harrison · 15 years ago
  96. 9261e53 ipv6: making ip and icmp statistics per/namespace by Denis V. Lunev · 16 years ago
  97. 087fe24 ipv6: added net argument to _DEVINC/_DEVADD by Denis V. Lunev · 16 years ago
  98. 55d4380 ipv6: added net argument to ICMP6MSGIN_INC_STATS_BH by Denis V. Lunev · 16 years ago
  99. a712d3e8 ipv6: ICMP6MSGIN_INC_STATS is not used by Denis V. Lunev · 16 years ago
  100. 5a57d4c ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BH by Denis V. Lunev · 16 years ago