1. a95d25d rxrpc: Call state should be read with READ_ONCE() under some circumstances by Baptiste Lepers · 4 years ago
  2. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
  3. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  4. 4700c4d rxrpc: Fix loss of RTT samples due to interposed ACK by David Howells · 4 years, 4 months ago
  5. 68528d9 rxrpc: Keep the ACK serial in a var in rxrpc_input_ack() by David Howells · 4 years, 4 months ago
  6. a2ad7c2 rxrpc: Fix handling of rwind from an ACK packet by David Howells · 4 years, 6 months ago
  7. 5ac0d62 rxrpc: Fix missing notification by David Howells · 4 years, 7 months ago
  8. 441fdee rxrpc: Fix ack discard by David Howells · 4 years, 8 months ago
  9. d1f1294 rxrpc: Trace discarded ACKs by David Howells · 4 years, 8 months ago
  10. c410bf01 rxrpc: Fix the excessive initial retransmission timeout by David Howells · 4 years, 8 months ago
  11. 7d7587d afs: Fix client call Rx-phase signal handling by David Howells · 4 years, 10 months ago
  12. f71dbf2 rxrpc: Fix insufficient receive notification generation by David Howells · 5 years ago
  13. 122d74f rxrpc: Fix use-after-free in rxrpc_receive_data() by David Howells · 5 years ago
  14. f33121c rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the caller by David Howells · 5 years ago
  15. 5913289 rxrpc: Fix misplaced traceline by David Howells · 5 years ago
  16. d0d5c0c rxrpc: Use skb_unshare() rather than skb_cow_data() by David Howells · 5 years ago
  17. 987db9f rxrpc: Use the tx-phase skb flag to simplify tracing by David Howells · 5 years ago
  18. 4858e40 rxrpc: Pass the input handler's data skb reference to the Rx ring by David Howells · 5 years ago
  19. e2de6c40 rxrpc: Use info in skbuff instead of reparsing a jumbo packet by David Howells · 5 years ago
  20. c3c9e3d rxrpc: Improve jumbo packet counting by David Howells · 5 years ago
  21. e8c3af6 rxrpc: Don't bother generating maxSkew in the ACK packet by David Howells · 5 years ago
  22. 730c5fd rxrpc: Fix local endpoint refcounting by David Howells · 5 years ago
  23. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  24. 032be5f rxrpc: fix race condition in rxrpc_input_packet() by Eric Dumazet · 6 years ago
  25. 1a2391c rxrpc: Fix detection of out of order acks by Jeffrey Altman · 6 years ago
  26. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  27. c1e15b4 rxrpc: Fix the packet reception routine by David Howells · 6 years ago
  28. 298bc15 rxrpc: Only take the rwind and mtu values from latest ACK by David Howells · 6 years ago
  29. dfe9952 rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window() by David Howells · 6 years ago
  30. c479d5f rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window() by David Howells · 6 years ago
  31. bfd2821 rxrpc: Don't need to take the RCU read lock in the packet receiver by David Howells · 6 years ago
  32. 5271953 rxrpc: Use the UDP encap_rcv hook by David Howells · 6 years ago
  33. 2cfa227 rxrpc: Fix the data_ready handler by David Howells · 6 years ago
  34. 5e33a23 rxrpc: Fix some missed refs to init_net by David Howells · 6 years ago
  35. d2944b1 rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() by David Howells · 6 years ago
  36. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  37. 0099dc5 rxrpc: Make service call handling more robust by David Howells · 6 years ago
  38. 403fc2a rxrpc: Improve up-front incoming packet checking by David Howells · 6 years ago
  39. ece64fe rxrpc: Emit BUSY packets when supposed to rather than ABORTs by David Howells · 6 years ago
  40. b604dd9 rxrpc: Fix RTT gathering by David Howells · 6 years ago
  41. dc71db3 rxrpc: Fix checks as to whether we should set up a new call by David Howells · 6 years ago
  42. a8305bf net: Add and use skb_mark_not_on_list(). by David S. Miller · 6 years ago
  43. 4272d30 rxrpc: Trace socket notification by David Howells · 6 years ago
  44. 4764c0d rxrpc: Trace packet transmission by David Howells · 6 years ago
  45. 1a02502 rxrpc: Fix handling of call quietly cancelled out on server by David Howells · 7 years ago
  46. c54e43d rxrpc: Fix missing start of call timeout by David Howells · 7 years ago
  47. b41d7cf rxrpc: Fix undefined packet handling by David Howells · 7 years ago
  48. 57b0c9d rxrpc: Don't treat call aborts as conn aborts by David Howells · 7 years ago
  49. ace45be rxrpc: Fix firewall route keepalive by David Howells · 7 years ago
  50. a25e21f rxrpc, afs: Use debug_ids rather than pointers in traces by David Howells · 7 years ago
  51. 3d7682a rxrpc: Clean up whitespace by David Howells · 7 years ago
  52. bd1fdf8 rxrpc: Add a timeout for detecting lost ACKs/lost DATA by David Howells · 7 years ago
  53. a158bdd rxrpc: Fix call timeouts by David Howells · 7 years ago
  54. dcbefc3 rxrpc: Fix call expiry handling by David Howells · 7 years ago
  55. e3cf3970 net: rxrpc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  56. 4e25572 rxrpc: Add service upgrade support for client connections by David Howells · 8 years ago
  57. 740586d rxrpc: Trace changes in a call's receive window size by David Howells · 8 years ago
  58. 005ede2 rxrpc: Trace received aborts by David Howells · 8 years ago
  59. fb46f6e rxrpc: Trace protocol errors in received packets by David Howells · 8 years ago
  60. 3a92789 rxrpc: Use negative error codes in rxrpc_call struct by David Howells · 8 years ago
  61. 702f2ac rxrpc: Wake up the transmitter if Rx window size increases on the peer by David Howells · 8 years ago
  62. 146d8fe rxrpc: Call state should be read with READ_ONCE() under some circumstances by David Howells · 8 years ago
  63. 540b1c4 rxrpc: Fix deadlock between call creation and sendmsg/recvmsg by David Howells · 8 years ago
  64. b1d9f7fd rxrpc: Add some more tracing by David Howells · 8 years ago
  65. b54a134 rxrpc: Fix handling of enums-to-string translation in tracing by David Howells · 8 years ago
  66. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  67. b3156274 rxrpc: Partially handle OpenAFS's improper termination of calls by David Howells · 8 years ago
  68. a5af7e1 rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs by David Howells · 8 years ago
  69. a9f312d rxrpc: Only ping for lost reply in client call by David Howells · 8 years ago
  70. df0adc7 rxrpc: Keep the call timeouts as ktimes rather than jiffies by David Howells · 8 years ago
  71. 775e5b7 rxrpc: The offset field in struct rxrpc_skb_priv is unnecessary by David Howells · 8 years ago
  72. 0851115 rxrpc: Reduce ssthresh to peer's receive window by David Howells · 8 years ago
  73. 8782def rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthresh by David Howells · 8 years ago
  74. ed1e867 rxrpc: Note serial number being ACK'd in the congestion management trace by David Howells · 8 years ago
  75. 5749434 rxrpc: Implement slow-start by David Howells · 8 years ago
  76. 0d96796 rxrpc: Schedule an ACK if the reply to a client call appears overdue by David Howells · 8 years ago
  77. 31a1b989 rxrpc: Generate a summary of the ACK state for later use by David Howells · 8 years ago
  78. dd7c1ee rxrpc: Reinitialise the call ACK and timer state for client reply phase by David Howells · 8 years ago
  79. a7056c5 rxrpc: Send an immediate ACK if we fill in a hole by David Howells · 8 years ago
  80. 9c7ad43 rxrpc: Add tracepoint for ACK proposal by David Howells · 8 years ago
  81. 89b475a rxrpc: Add a tracepoint to log injected Rx packet loss by David Howells · 8 years ago
  82. 70790dbe rxrpc: Pass the last Tx packet marker in the annotation buffer by David Howells · 8 years ago
  83. be8aa33 rxrpc: Fix accidental cancellation of scheduled resend by ACK parser by David Howells · 8 years ago
  84. 98dafac rxrpc: Use before_eq() and friends to compare serial numbers by David Howells · 8 years ago
  85. fc943f67 rxrpc: Reduce the number of PING ACKs sent by David Howells · 8 years ago
  86. 50235c4 rxrpc: Obtain RTT data by requesting ACKs on DATA packets by David Howells · 8 years ago
  87. 8e83134 rxrpc: Send pings to get RTT data by David Howells · 8 years ago
  88. f07373e rxrpc: Add re-sent Tx annotation by David Howells · 8 years ago
  89. 8a681c36 rxrpc: Add config to inject packet loss by David Howells · 8 years ago
  90. 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
  91. 58dc63c rxrpc: Add a tracepoint to follow packets in the Rx buffer by David Howells · 8 years ago
  92. ec71eb9 rxrpc: Add a tracepoint to log received ACK packets by David Howells · 8 years ago
  93. a124fe3 rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer by David Howells · 8 years ago
  94. d01dc4c rxrpc: Fix the parsing of soft-ACKs by David Howells · 8 years ago
  95. 816c9fc rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data() by David Howells · 8 years ago
  96. 75e4212 rxrpc: Correctly initialise, limit and transmit call->rx_winsize by David Howells · 8 years ago
  97. 01fd074 rxrpc: Allow tx_winsize to grow in response to an ACK by David Howells · 8 years ago
  98. 89a80ed rxrpc: Use skb->len not skb->data_len by David Howells · 8 years ago
  99. bc4abfc rxrpc: Add missing wakeup on Tx window rotation by David Howells · 8 years ago
  100. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago