1. 19a0644 ipv6: Cache net in ip6_output by Eric W. Biederman · 9 years ago
  2. 78126c4 ipv6: Only compute net once in ip6_finish_output2 by Eric W. Biederman · 9 years ago
  3. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  4. 67800f9 ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabel by Tom Herbert · 9 years ago
  5. 343d60a ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument by Roopa Prabhu · 9 years ago
  6. a0a9f33 net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not set by Phil Sutter · 9 years ago
  7. 485fca6 ipv6: don't increase size when refragmenting forwarded ipv6 skbs by Florian Westphal · 9 years ago
  8. 2647a9b ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST by Martin KaFai Lau · 9 years ago
  9. fd0273d ipv6: Remove external dependency on rt6i_dst and rt6i_src by Martin KaFai Lau · 9 years ago
  10. 286c234 ipv6: Clean up ipv6_select_ident() and ip6_fragment() by Martin KaFai Lau · 9 years ago
  11. e87a468 ipv6: Fix udp checksums with raw sockets by Vlad Yasevich · 9 years ago
  12. e16e888 ipv6: Fixed source specific default route handling. by Markus Stenberg · 9 years ago
  13. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  14. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  15. f60e599 ipv6: protect skb->sk accesses from recursive dereference inside the stack by hannes@stressinduktion.org · 9 years ago
  16. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  17. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  18. 5a352dd ipv6: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 10 years ago
  19. c29390c xps: must clear sender_cpu before forwarding by Eric Dumazet · 10 years ago
  20. acf8dd0 udp: only allow UFO for packets from SOCK_DGRAM sockets by Michal Kubeček · 10 years ago
  21. bf250a1 ipv6: Partial checksum only UDP packets by Vlad Yasevich · 10 years ago
  22. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  23. 0508c07 ipv6: Select fragment id during UFO segmentation if not set. by Vlad Yasevich · 10 years ago
  24. 32dce96 ipv6: Allow for partial checksums on non-ufo packets by Vlad Yasevich · 10 years ago
  25. 6422398 ipv6: introduce ipv6_make_skb by Vlad Yasevich · 10 years ago
  26. 0bbe84a ipv6: Append sending data to arbitrary queue by Vlad Yasevich · 10 years ago
  27. 366e41d ipv6: pull cork initialization into its own function. by Vlad Yasevich · 10 years ago
  28. e5d08d7 ipv6: coding style improvements (remove assignment in if statements) by Ian Morris · 10 years ago
  29. cbffccc net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messages by Joe Perches · 10 years ago
  30. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  31. f92ee61 xfrm: Generate blackhole routes only from route lookup functions by Steffen Klassert · 10 years ago
  32. 46cfd72 net: use kfree_skb_list() helper in more places by Florian Westphal · 10 years ago
  33. 4c83acb ipv6: White-space cleansing : gaps between function and symbol export by Ian Morris · 10 years ago
  34. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  35. 09c2d25 net-timestamp: add key to disambiguate concurrent datagrams by Willem de Bruijn · 10 years ago
  36. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  37. 04ca697 ip: make IP identifiers less predictable by Eric Dumazet · 10 years ago
  38. ac3d2e5 ipv6: remove obsolete comment in ip6_append_data() by Li RongQing · 10 years ago
  39. 11878b4 net-timestamp: SOCK_RAW and PING timestamping by Willem de Bruijn · 10 years ago
  40. e3f0b86 ipv6: Use BUG_ON by Himangi Saraogi · 10 years ago
  41. cb1ce2e ipv6: Implement automatic flow label generation on transmit by Tom Herbert · 10 years ago
  42. 73f156a inetpeer: get rid of ip_id_count by Eric Dumazet · 10 years ago
  43. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  44. 3a1cebe ipv6: fix calculation of option len in ip6_append_data by Hannes Frederic Sowa · 10 years ago
  45. 60ff746 net: rename local_df to ignore_df by WANG Cong · 10 years ago
  46. 418a315 net: ipv6: send pkttoobig immediately if orig frag size > mtu by Florian Westphal · 10 years ago
  47. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 10 years ago
  48. 43a43b6 ipv6: some ipv6 statistic counters failed to disable bh by Hannes Frederic Sowa · 10 years ago
  49. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  50. e367c2d ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properly by lucien · 11 years ago
  51. 090f116 ipv6: ip6_forward: perform skb->pkt_type check at the beginning by Li RongQing · 11 years ago
  52. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  53. 0b95227 ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMIT by Hannes Frederic Sowa · 11 years ago
  54. 2e99c07 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  55. 478b360 netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=n by Florian Westphal · 11 years ago
  56. fe6cc55 net: ip, ipv6: handle gso skbs in forwarding path by Florian Westphal · 11 years ago
  57. 0954cf9 ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with it by Hannes Frederic Sowa · 11 years ago
  58. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  59. 1669cb9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  60. 4df98e7 ipv6: pmtudisc setting not respected with UFO/CORK by Hannes Frederic Sowa · 11 years ago
  61. 93b36cf ipv6: support IPV6_PMTU_INTERFACE on sockets by Hannes Frederic Sowa · 11 years ago
  62. 15c77d8 ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward() by Eric Dumazet · 11 years ago
  63. 0e0d44a net: Remove FLOWI_FLAG_CAN_SLEEP by Steffen Klassert · 11 years ago
  64. 7f88c6b ipv6: fix possible seqlock deadlock in ip6_finish_output2 by Hannes Frederic Sowa · 11 years ago
  65. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  66. 9037c35 ip6_output: fragment outgoing reassembled skb properly by Jiri Pirko · 11 years ago
  67. 5ac68e7 ipv6: Fix possible ipv6 seqlock deadlock by John Stultz · 11 years ago
  68. 550bab4 ipv6: fill rt6i_gateway with nexthop address by Julian Anastasov · 11 years ago
  69. c547dbf ip6_output: do skb ufo init for peeked non ufo skb as well by Jiri Pirko · 11 years ago
  70. 2811eba ipv6: udp packets following an UFO enqueued packet need also be handled by UFO by Hannes Frederic Sowa · 11 years ago
  71. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  72. 788787b ipv6: move ip6_local_out into core kernel by Cong Wang · 11 years ago
  73. 9c9c9ad ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbs by Hannes Frederic Sowa · 11 years ago
  74. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  75. 75a493e ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_size by Hannes Frederic Sowa · 11 years ago
  76. a963a37 ipv6: ip6_sk_dst_check() must not assume ipv6 dst by Eric Dumazet · 11 years ago
  77. ab4eb35 ipv6: Process unicast packet with Router Alert by checking flag in skb. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  78. 284041e ipv6: fix possible crashes in ip6_cork_release() by Eric Dumazet · 11 years ago
  79. bf84a01 net: sock: make sock_tx_timestamp void by Daniel Borkmann · 11 years ago
  80. dd40851 ipv6: don't let node/interface scoped multicast traffic escape on the wire by Hannes Frederic Sowa · 12 years ago
  81. f4e53e2 ipv6: Don't send packet to big messages to self by Steffen Klassert · 12 years ago
  82. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  83. 9647bb8 ipv6: remove duplicated declaration of ip6_fragment() by Cong Wang · 12 years ago
  84. 2576f17 ipv6: Unshare ip6_nd_hdr() and change return type to void. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  85. 6fd6ce2 ipv6: Do not depend on rt->n in ip6_finish_output2(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  86. 707be1f ipv6: Do not depend on rt->n in ip6_dst_lookup_tail(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  87. 7efdba5 ipv6: fix header length calculation in ip6_append_data() by Romain KUNTZ · 12 years ago
  88. 3e4e4c1 ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  89. 3c73a03 ipv6: Update ipv6 static library with newly needed functions by Vlad Yasevich · 12 years ago
  90. 94e187c ipv6: introduce ip6_rt_put() by Amerigo Wang · 12 years ago
  91. 07a9362 ipv6: use IS_ENABLED() by Amerigo Wang · 12 years ago
  92. 5640f76 net: use a per task frag allocator by Eric Dumazet · 12 years ago
  93. fdd6681 ipv6: remove some useless RCU read lock by Amerigo Wang · 12 years ago
  94. 4cdd3408 netfilter: nf_conntrack_ipv6: improve fragmentation handling by Patrick McHardy · 12 years ago
  95. 1d861aa inet: Minimize use of cached route inetpeer. by David S. Miller · 12 years ago
  96. c56bf6f ipv6: fix a bad cast in ip6_dst_lookup_tail() by Eric Dumazet · 12 years ago
  97. 97cac08 ipv6: Store route neighbour in rt6_info struct. by David S. Miller · 12 years ago
  98. 5110effe net: Do delayed neigh confirmation. by David S. Miller · 12 years ago
  99. 43b03f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  100. 95603e2 net-next: add dev_loopback_xmit() to avoid duplicate code by Michel Machado · 12 years ago