1. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  2. 494bc1d net/tcp: use deferred jump label for TCP acked data hook by Jakub Kicinski · 6 years ago
  3. 0b13c9b include/net/tcp.h: whitespace cleanup at tcp_v4_check by Daniel T. Lee · 6 years ago
  4. 921f9a0 tcp: convert tcp_md5_needed to static_branch API by Eric Dumazet · 6 years ago
  5. a43e052 tcp: get rid of __tcp_add_write_queue_tail() by Eric Dumazet · 6 years ago
  6. 6c7b4ee tcp: get rid of tcp_check_send_head() by Eric Dumazet · 6 years ago
  7. f859a44 tcp: allow zerocopy with fastopen by Willem de Bruijn · 6 years ago
  8. 340a6f3 tcp: declare tcp_mmap() only when CONFIG_MMU is set by Yafang Shao · 6 years ago
  9. a74f0fa tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT by Eric Dumazet · 6 years ago
  10. 6015c71 tcp: md5: add tcp_md5_needed jump label by Eric Dumazet · 6 years ago
  11. 85bdf7d tcp: make tcp_space() aware of socket backlog by Eric Dumazet · 6 years ago
  12. ebeef4b tcp: hint compiler about sack flows by Eric Dumazet · 6 years ago
  13. 213d776 tcp: clean up STATE_TRACE by Yafang Shao · 6 years ago
  14. 6ab6dfa net: get rid of __tcp_checksum_complete() by Cong Wang · 6 years ago
  15. 32bbd87 net: Convert protocol error handlers from void to int by Stefano Brivio · 6 years ago
  16. 3f80e08 tcp: add tcp_reset_xmit_timer() helper by Eric Dumazet · 6 years ago
  17. c16ee04 ulp: remove uid and user_visible members by Daniel Borkmann · 6 years ago
  18. 02c558b bpf: sockmap, support for msg_peek in sk_msg with redirect ingress by John Fastabend · 6 years ago
  19. 604326b bpf, sockmap: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
  20. 1243a51 tcp, ulp: remove ulp bits from sockmap by Daniel Borkmann · 6 years ago
  21. fb420d5 tcp/fq: move back to CLOCK_MONOTONIC by Eric Dumazet · 6 years ago
  22. d3edd06 tcp: provide earliest departure time in skb->tstamp by Eric Dumazet · 6 years ago
  23. 9799ccb tcp: add tcp_wstamp_ns socket field by Eric Dumazet · 6 years ago
  24. 2fd66ff tcp: introduce tcp_skb_timestamp_us() helper by Eric Dumazet · 6 years ago
  25. 72b0094 tcp: switch tcp_clock_ns() to CLOCK_TAI base by Eric Dumazet · 6 years ago
  26. 037b0b8 tcp, ulp: add alias for all ulp modules by Daniel Borkmann · 6 years ago
  27. 40a1227e tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket by Martin KaFai Lau · 6 years ago
  28. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. 24b711e net/ipv6: Fix linklocal to global address with VRF by David Ahern · 7 years ago
  30. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 7 years ago
  31. a0496ef2 tcp: do not delay ACK in DCTCP upon CE status change by Yuchung Cheng · 7 years ago
  32. 27cde44 tcp: do not cancel delay-AcK on DCTCP special ACK by Yuchung Cheng · 7 years ago
  33. a69258f tcp: remove DELAYED ACK events in DCTCP by Yuchung Cheng · 7 years ago
  34. cca9bab tcp: use monotonic timestamps for PAWS by Arnd Bergmann · 7 years ago
  35. 4929c94 tcp: expose both send and receive intervals for rate sample by Deepti Raghavan · 7 years ago
  36. 0ea488f bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb by John Fastabend · 7 years ago
  37. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  38. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  39. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  40. cadefe5 tcp_bbr: fix bbr pacing rate for internal pacing by Eric Dumazet · 7 years ago
  41. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  42. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  43. 3d97d88 tcp: minor optimization around tcp_hdr() usage in receive path by Yafang Shao · 7 years ago
  44. 2c7d3da net/tcp: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  45. 5d9f426 tcp: add SACK compression by Eric Dumazet · 7 years ago
  46. cf0dd20 tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers() by Eric Dumazet · 7 years ago
  47. b8fef65 tcp: new helper tcp_rack_skb_timeout by Yuchung Cheng · 7 years ago
  48. d716bfd tcp: account lost retransmit after timeout by Yuchung Cheng · 7 years ago
  49. 6ac06ec tcp: simpler NewReno implementation by Yuchung Cheng · 7 years ago
  50. 20b654d tcp: support DUPACK threshold in RACK by Yuchung Cheng · 7 years ago
  51. b9f672a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  52. 37d849b ipv{4,6}/tcp: simplify procfs registration by Christoph Hellwig · 7 years ago
  53. e5cd3ab bpf: sockmap, refactor sockmap routines to work with hashmap by John Fastabend · 7 years ago
  54. 73a6bab tcp: switch pacing timer to softirq based hrtimer by Eric Dumazet · 7 years ago
  55. 6dac152 tcp: Add clean acked data hook by Ilya Lesokhin · 7 years ago
  56. 93ab6cc tcp: implement mmap() for zero copy receive by Eric Dumazet · 7 years ago
  57. 03f45c8 tcp: avoid extra wakeups for SO_RCVLOWAT users by Eric Dumazet · 7 years ago
  58. d136184 tcp: fix SO_RCVLOWAT and RCVBUF autotuning by Eric Dumazet · 7 years ago
  59. dcb8c9b tcp_bbr: better deal with suboptimal GSO (II) by Eric Dumazet · 7 years ago
  60. e0f9759 tcp: try to keep packet if SYN_RCV race is lost by Eric Dumazet · 7 years ago
  61. 1aa12bd bpf: sockmap, add sock close() hook to remove socks by John Fastabend · 7 years ago
  62. b11a632 net: add a UID to use for ULP socket assignment by John Fastabend · 7 years ago
  63. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  64. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  65. de525be bpf: Support passing args to sock_ops bpf function by Lawrence Brakmo · 7 years ago
  66. b73042b bpf: Add write access to tcp_sock and sock fields by Lawrence Brakmo · 7 years ago
  67. e428660 tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR by Yuchung Cheng · 7 years ago
  68. 7268586 tcp: pause Fast Open globally after third consecutive timeout by Yuchung Cheng · 7 years ago
  69. 51e18a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  70. 62cd2770 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  71. d476175 tcp: invalidate rate samples during SACK reneging by Yousuk Seung · 7 years ago
  72. f19397a bpf: Add access to snd_cwnd and others in sock_ops by Lawrence Brakmo · 7 years ago
  73. b4d1605 tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match() by David Ahern · 7 years ago
  74. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  75. ed66dfa tcp: when scheduling TLP, time of RTO should account for current ACK by Neal Cardwell · 7 years ago
  76. 50895b9 tcp: highest_sack fix by Eric Dumazet · 7 years ago
  77. 6670e15 tcp: Namespace-ify sysctl_tcp_default_congestion_control by Stephen Hemminger · 7 years ago
  78. 713bafe tcp: retire FACK loss detection by Yuchung Cheng · 7 years ago
  79. 356d183 tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem by Eric Dumazet · 7 years ago
  80. 1f25569 tcp: higher throughput under reordering with adaptive RACK reordering wnd by Priyaranjan Jha · 7 years ago
  81. ed29668d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  82. 2b7cda9 tcp: fix tcp_mtu_probe() vs highest_sack by Eric Dumazet · 7 years ago
  83. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  84. 8108a77 bpf: bpf_compute_data uses incorrect cb structure by John Fastabend · 7 years ago
  85. 5b52a4c tcp: remove unnecessary include by Alexei Starovoitov · 7 years ago
  86. c26e91f tcp: Namespace-ify sysctl_tcp_pacing_ca_ratio by Eric Dumazet · 7 years ago
  87. 23a7102a tcp: Namespace-ify sysctl_tcp_pacing_ss_ratio by Eric Dumazet · 7 years ago
  88. 4170ba6 tcp: Namespace-ify sysctl_tcp_invalid_ratelimit by Eric Dumazet · 7 years ago
  89. 790f00e tcp: Namespace-ify sysctl_tcp_autocorking by Eric Dumazet · 7 years ago
  90. bd23970 tcp: Namespace-ify sysctl_tcp_min_rtt_wlen by Eric Dumazet · 7 years ago
  91. 26e9596 tcp: Namespace-ify sysctl_tcp_min_tso_segs by Eric Dumazet · 7 years ago
  92. b530b68 tcp: Namespace-ify sysctl_tcp_challenge_ack_limit by Eric Dumazet · 7 years ago
  93. 9184d8b tcp: Namespace-ify sysctl_tcp_limit_output_bytes by Eric Dumazet · 7 years ago
  94. ceef9ab tcp: Namespace-ify sysctl_tcp_workaround_signed_windows by Eric Dumazet · 7 years ago
  95. d06a990 tcp: Namespace-ify sysctl_tcp_tso_win_divisor by Eric Dumazet · 7 years ago
  96. 4540c0c tcp: Namespace-ify sysctl_tcp_moderate_rcvbuf by Eric Dumazet · 7 years ago
  97. ec36e41 tcp: Namespace-ify sysctl_tcp_nometrics_save by Eric Dumazet · 7 years ago
  98. af9b69a tcp: Namespace-ify sysctl_tcp_frto by Eric Dumazet · 7 years ago
  99. 94f0893 tcp: Namespace-ify sysctl_tcp_adv_win_scale by Eric Dumazet · 7 years ago
  100. 0c12654 tcp: Namespace-ify sysctl_tcp_app_win by Eric Dumazet · 7 years ago