1. dd97575 Merge android-4.9.185 (70d52cb) into msm-4.9 by jianzhou · 4 years, 10 months ago
  2. 70d52cb Merge 4.9.185 into android-4.9 by Greg Kroah-Hartman · 4 years, 11 months ago
  3. 0f00d44 bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_err by Martin KaFai Lau · 5 years ago
  4. 3c77e8f bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro by Martin KaFai Lau · 5 years ago
  5. cdbe07a Merge 4.9.55 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  6. f0a5af7 udpv6: Fix the checksum computation when HW checksum does not apply by Subash Abhinov Kasiviswanathan · 7 years ago
  7. 6767cbd udp6: set rx_dst_cookie on rx_dst updates by Paolo Abeni · 7 years ago
  8. 18fb43b udp: call dst_hold_safe() in udp_sk_rx_set_dst() by Wei Wang · 7 years ago
  9. 04cb69d udp6: fix socket leak on early demux by Paolo Abeni · 7 years ago
  10. d61f7af net: ipv6: reset daddr and dport in sk if connect() fails by Wei Wang · 7 years ago
  11. a4c9e52 net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0 by subashab@codeaurora.org · 7 years ago
  12. f6c002e net: ipv6: Add early demux handler for UDP unicast by subashab@codeaurora.org · 7 years ago
  13. df3b883 udpv6: Fix the checksum computation when HW checksum does not apply by Subash Abhinov Kasiviswanathan · 7 years ago
  14. 0d21cf1 Merge 4.9.33 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  15. 12ec256 ipv6: Handle IPv4-mapped src to in6addr_any dst. by Jonathan T. Leighton · 7 years ago
  16. 42c3c88 Merge 4.9.19 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  17. d80caeb ipv6: make sure to initialize sockc.tsflags before first use by Alexander Potapenko · 7 years ago
  18. 5044292 UPSTREAM: net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  19. 30c7be2 udplite: call proper backlog handlers by Eric Dumazet · 8 years ago
  20. 73e2d5e udp: restore UDPlite many-cast delivery by Pablo Neira · 8 years ago
  21. 10df8e6 udp: fix IP_CHECKSUM handling by Eric Dumazet · 8 years ago
  22. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  23. 6a6ad2a ipv6: udp: remove udp_v6_clear_sk() by Eric Dumazet · 8 years ago
  24. 5d77dca net: diag: support SOCK_DESTROY for UDP sockets by David Ahern · 8 years ago
  25. 75d855a udp: get rid of SLAB_DESTROY_BY_RCU allocations by Eric Dumazet · 8 years ago
  26. ba66bbe udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skb by Daniel Borkmann · 8 years ago
  27. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  28. a612769 udp: prevent bugcheck if filter truncates packet too much by Michal Kubeček · 8 years ago
  29. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  30. d1e3728 udp reuseport: fix packet of same flow hashed to different socket by Su, Xuemin · 8 years ago
  31. 38b7097 ipv6: use TOS marks from sockets for routing decision by Hannes Frederic Sowa · 8 years ago
  32. ce25d66 Possible problem with e6afc8ac ("udp: remove headers from UDP packets before queueing") by Eric Dumazet · 8 years ago
  33. e5aed00 udp: prevent skbs lingering in tunnel socket queues by Hannes Frederic Sowa · 8 years ago
  34. ed7cbbc udp: Resolve NULL pointer dereference over flow-based vxlan device by Alexander Duyck · 8 years ago
  35. 26879da ipv6: add new struct ipcm6_cookie by Wei Wang · 8 years ago
  36. e61da9e udp: prepare for non BH masking at backlog processing by Eric Dumazet · 8 years ago
  37. a16292a net: rename ICMP6_INC_STATS_BH() by Eric Dumazet · 8 years ago
  38. 02c2234 net: udp: rename UDP_INC_STATS_BH() by Eric Dumazet · 8 years ago
  39. 6aef70a net: snmp: kill various STATS_USER() helpers by Eric Dumazet · 8 years ago
  40. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  41. e646b65 ipv6: udp: Do a route lookup and update during release_cb by Martin KaFai Lau · 8 years ago
  42. 6305830 udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb by Tom Herbert · 8 years ago
  43. 627d2d6 udp: enable MSG_PEEK at non-zero offset by samanthakumar · 8 years ago
  44. e6afc8a udp: remove headers from UDP packets before queueing by samanthakumar · 8 years ago
  45. ca065d0 udp: no longer use SLAB_DESTROY_BY_RCU by Eric Dumazet · 8 years ago
  46. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  47. ad1e46a ipv6: process socket-level control messages in IPv6 by Soheil Hassas Yeganeh · 8 years ago
  48. 2d42122 ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates by Eric Dumazet · 8 years ago
  49. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  50. 59dca1d udp6: fix UDP/IPv6 encap resubmit path by Bill Sommerfeld · 8 years ago
  51. e0d8c1b ipv6: pass up EMSGSIZE msg for UDP socket in Ipv6 by Wei Wang · 8 years ago
  52. 496611d inet: create IPv6-equivalent inet_hash function by Craig Gallek · 8 years ago
  53. ed0dfff udp: fix potential infinite loop in SO_REUSEPORT logic by Eric Dumazet · 8 years ago
  54. 1134158 soreuseport: pass skb to secondary UDP socket lookup by Craig Gallek · 8 years ago
  55. 538950a soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF by Craig Gallek · 8 years ago
  56. e32ea7e soreuseport: fast reuseport UDP socket selection by Craig Gallek · 8 years ago
  57. 197c949 udp: properly support MSG_PEEK with truncated buffers by Eric Dumazet · 8 years ago
  58. 45f6fad ipv6: add complete rcu protection around np->opt by Eric Dumazet · 8 years ago
  59. 70da268 net: SO_INCOMING_CPU setsockopt() support by Eric Dumazet · 9 years ago
  60. ec120da ipv6: trivial whitespace fix by Ian Morris · 9 years ago
  61. beb39db udp: fix behavior of wrong checksums by Eric Dumazet · 9 years ago
  62. 33b4b01 net/ipv6/udp: Fix ipv6 multicast socket filter regression by Henning Rogge · 9 years ago
  63. 8bc0034 net: remove extra newlines by Sheng Yong · 9 years ago
  64. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  65. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  66. 6eada01 netns: constify net_hash_mix() and various callers by Eric Dumazet · 9 years ago
  67. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  68. 03485f2 udpv6: Add lockless sendmsg() support by Vlad Yasevich · 9 years ago
  69. d39d938 ipv6: Introduce udpv6_send_skb() by Vlad Yasevich · 9 years ago
  70. 224d019 ip: Move checksum convert defines to inet by Tom Herbert · 9 years ago
  71. f69e6d1 ip_generic_getfrag, udplite_getfrag: switch to passing msghdr by Al Viro · 10 years ago
  72. 60c04ae udp: Neaten and reduce size of compute_score functions by Joe Perches · 9 years ago
  73. 227158d new helper: skb_copy_and_csum_datagram_msg() by Al Viro · 10 years ago
  74. e5d08d7 ipv6: coding style improvements (remove assignment in if statements) by Ian Morris · 10 years ago
  75. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  76. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  77. 36cbb24 udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicasts by Rick Jones · 10 years ago
  78. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  79. 2abb7cd udp: Add support for doing checksum unnecessary conversion by Tom Herbert · 10 years ago
  80. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  81. 8fc54f6 net: use reciprocal_scale() helper by Daniel Borkmann · 10 years ago
  82. 4330487 net: use inet6_iif instead of IP6CB()->iif by Duan Jiong · 10 years ago
  83. 7304fe4 net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORS by Duan Jiong · 10 years ago
  84. 274f482 sock: remove skb argument from sk_rcvqueues_full by Sorin Dumitru · 10 years ago
  85. 2dc41cf udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver. by David Held · 10 years ago
  86. 5cf3d46 udp: Simplify __udp*_lib_mcast_deliver. by David Held · 10 years ago
  87. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  88. 9fe516b inet: move ipv6only in sock_common by Eric Dumazet · 10 years ago
  89. 3e215c8 udp: Add MIB counters for rcvbuferrors by James M Leddy · 10 years ago
  90. 9e89fd8 ipv6: Shrink udp_v6_mcast_next() to one socket variable by Sven Wegener · 10 years ago
  91. f666f87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  92. 3bfdc59 ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next() by Sven Wegener · 10 years ago
  93. 1c19448 net: Make enabling of zero UDP6 csums more restrictive by Tom Herbert · 10 years ago
  94. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  95. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 10 years ago
  96. 0a80966 net: Verify UDP checksum before handoff to encap by Tom Herbert · 10 years ago
  97. 79e0f1c ipv6: Need to sock_put on csum error by Tom Herbert · 10 years ago
  98. 4068579 net: Implmement RFC 6936 (zero RX csums for UDP/IPv6) by Tom Herbert · 10 years ago
  99. 5c98631 net: ipv6: Introduce ip6_sk_dst_hoplimit. by Lorenzo Colitti · 10 years ago
  100. 4b261c7 ipv6: make IPV6_RECVPKTINFO work for ipv4 datagrams by Hannes Frederic Sowa · 10 years ago