1. abee5de net: ipv6: add net argument to ip6_dst_lookup_flow by Sabrina Dubroca · 4 years, 8 months ago
  2. e58c590 dccp: Fix memleak in __feat_register_sp by YueHaibing · 5 years ago
  3. 07de738 inet: stop leaking jiffies on the wire by Eric Dumazet · 4 years, 9 months ago
  4. 96df1ec dccp: do not leak jiffies on the wire by Eric Dumazet · 4 years, 9 months ago
  5. 321461f dccp: do not use ipv6 header for ipv4 flow by Eric Dumazet · 5 years ago
  6. 15ed55e dccp: fool proof ccid_hc_[rt]x_parse_options() by Eric Dumazet · 6 years ago
  7. fd54c18 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  8. 2ab2ddd inet: make sure to grab rcu_read_lock before using ireq->ireq_opt by Eric Dumazet · 6 years ago
  9. 1ad98e9 tcp/dccp: fix lockdep issue when SYN is backlogged by Eric Dumazet · 6 years ago
  10. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  11. 61ef4b0 dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart() by Alexey Kodanev · 6 years ago
  12. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  13. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  14. 0ce4e70 net: dccp: switch rx_tstamp_last_feedback to monotonic clock by Eric Dumazet · 6 years ago
  15. 74174fe net: dccp: avoid crash in ccid3_hc_rx_send_feedback() by Eric Dumazet · 6 years ago
  16. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  17. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  18. 95358a9 net-tcp: remove useless tw_timeout field by Maciej Żenczykowski · 6 years ago
  19. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  20. f4335f5 net/dccp: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  21. 2677d20 dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect() by Alexey Kodanev · 6 years ago
  22. a8d7aa1 dccp: fix tasklet usage by Eric Dumazet · 6 years ago
  23. b855ff8 dccp: initialize ireq->ir_mark by Eric Dumazet · 6 years ago
  24. 67f93df dccp: check sk for closed state in dccp_sendmsg() by Alexey Kodanev · 6 years ago
  25. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  26. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  27. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  28. 3e3ab9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. dd5684e dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state by Alexey Kodanev · 7 years ago
  30. a56c147 net: dccp: Remove dccpprobe module by Masami Hiramatsu · 7 years ago
  31. ee549be net: dccp: Add DCCP sendmsg trace event by Masami Hiramatsu · 7 years ago
  32. 62262ff net: dccp: drop unneeded newline by Julia Lawall · 7 years ago
  33. b0832e3 net: tracepoint: using sock_set_state tracepoint to trace DCCP state transition by Yafang Shao · 7 years ago
  34. ec94c26 tcp/dccp: avoid one atomic operation for timewait hashdance by Eric Dumazet · 7 years ago
  35. 69c6486 dccp: CVE-2017-8824: use-after-free in DCCP code by Mohamed Ghannam · 7 years ago
  36. cfac7f8 tcp/dccp: block bh before arming time_wait timer by Eric Dumazet · 7 years ago
  37. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  38. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  39. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  40. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  41. 54df7ef net: dccp: ccids: lib: packet_history: use swap macro in tfrc_rx_hist_swap by Gustavo A. R. Silva · 7 years ago
  42. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  43. 06f877d tcp/dccp: fix other lockdep splats accessing ireq_opt by Eric Dumazet · 7 years ago
  44. 839a609 net: dccp: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  45. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  46. c92e8c0 tcp/dccp: fix ireq->opt races by Eric Dumazet · 7 years ago
  47. 59f379f inet/connection_sock: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  48. bc28df6 net: dccp: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  49. 323fbd0 net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv() by Andrii · 7 years ago
  50. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  51. 120e9da dccp: defer ccid_hc_tx_delete() at dismantle time by Eric Dumazet · 7 years ago
  52. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  53. 7749d4f dccp: purge write queue in dccp_destroy_sock() by Eric Dumazet · 7 years ago
  54. 4297a0e net: ipv6: add second dif to inet6 socket lookups by David Ahern · 7 years ago
  55. 3fa6f61 net: ipv4: add second dif to inet socket lookups by David Ahern · 7 years ago
  56. e90ce2f dccp: fix a memleak for dccp_feat_init err process by Xin Long · 7 years ago
  57. b7953d3 dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly by Xin Long · 7 years ago
  58. 0c2232b dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly by Xin Long · 7 years ago
  59. 5e349fc dccp: make const array error_code static by Colin Ian King · 7 years ago
  60. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  61. a0f9a4c dccp: call inet_add_protocol after register_pernet_subsys in dccp_v6_init by Xin Long · 7 years ago
  62. d5494ac dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_init by Xin Long · 7 years ago
  63. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  64. d011b9a dccp: do not use tcp_time_stamp by Eric Dumazet · 7 years ago
  65. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  66. 83eadda ipv6/dccp: do not inherit ipv6_mc_list from parent by WANG Cong · 7 years ago
  67. 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  68. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  69. 72ef9c4 dccp: fix memory leak during tear-down of unsuccessful connection request by Hannes Frederic Sowa · 7 years ago
  70. 45caeaa dccp/tcp: fix routing redirect race by Jon Maxwell · 7 years ago
  71. 62f8f4d dccp: fix use-after-free in dccp_feat_activate_values by Eric Dumazet · 7 years ago
  72. 8d70eeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  73. 94352d4 net: Introduce sk_clone_lock() error path routine by Arnaldo Carvalho de Melo · 7 years ago
  74. d5afb6f dccp: Unlock sock before calling sk_free() by Arnaldo Carvalho de Melo · 7 years ago
  75. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 7 years ago
  76. 449809a tcp/dccp: block BH for SYN processing by Eric Dumazet · 7 years ago
  77. ec7cb62 net/dccp: fix use after free in tw_timer_handler() by Andrey Ryabinin · 7 years ago
  78. f787d1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  79. 5edabca dccp: fix freeing skb too early for IPV6_RECVPKTINFO by Andrey Konovalov · 7 years ago
  80. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  81. 92e55f4 tcp: don't annotate mark on control socket from tcp_v6_send_response() by Pablo Neira · 8 years ago
  82. aa07884 inet: drop ->bind_conflict by Josef Bacik · 8 years ago
  83. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  84. 648f0c2 net/dccp: fix use-after-free in dccp_invalid_packet by Eric Dumazet · 8 years ago
  85. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  86. 990ff4d ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped by Eric Dumazet · 8 years ago
  87. 1aa9d1a ipv6: dccp: fix out of bound access in dccp_v6_err() by Eric Dumazet · 8 years ago
  88. 6706a97 dccp: fix out of bound access in dccp_v4_err() by Eric Dumazet · 8 years ago
  89. 346da62 dccp: do not send reset to already closed sockets by Eric Dumazet · 8 years ago
  90. c3f24cf dccp: do not release listeners too soon by Eric Dumazet · 8 years ago
  91. 5ea8ea2 tcp/dccp: drop SYN packets if accept queue is full by Eric Dumazet · 8 years ago
  92. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  93. 4f0c40d9 dccp: limit sk_filter trim to payload by Willem de Bruijn · 8 years ago
  94. 95556a8 dccp: avoid deadlock in dccp_v4_ctl_send_reset by Eric Dumazet · 8 years ago
  95. d011a4d Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 8 years ago
  96. 56ac42b ipv6: Allow request socks to contain IPv6 options. by Huw Davies · 8 years ago
  97. 7309f88 dccp: do not assume DCCP code is non preemptible by Eric Dumazet · 8 years ago
  98. 13415e4 net: snmp: kill STATS_BH macros by Eric Dumazet · 8 years ago
  99. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 8 years ago
  100. a16292a net: rename ICMP6_INC_STATS_BH() by Eric Dumazet · 8 years ago