1. 4e25572 rxrpc: Add service upgrade support for client connections by David Howells · 7 years ago
  2. 740586d rxrpc: Trace changes in a call's receive window size by David Howells · 8 years ago
  3. 005ede2 rxrpc: Trace received aborts by David Howells · 8 years ago
  4. fb46f6e rxrpc: Trace protocol errors in received packets by David Howells · 8 years ago
  5. 3a92789 rxrpc: Use negative error codes in rxrpc_call struct by David Howells · 8 years ago
  6. 702f2ac rxrpc: Wake up the transmitter if Rx window size increases on the peer by David Howells · 8 years ago
  7. 146d8fe rxrpc: Call state should be read with READ_ONCE() under some circumstances by David Howells · 8 years ago
  8. 540b1c4 rxrpc: Fix deadlock between call creation and sendmsg/recvmsg by David Howells · 8 years ago
  9. b1d9f7fd rxrpc: Add some more tracing by David Howells · 8 years ago
  10. b54a134 rxrpc: Fix handling of enums-to-string translation in tracing by David Howells · 8 years ago
  11. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  12. b3156274 rxrpc: Partially handle OpenAFS's improper termination of calls by David Howells · 8 years ago
  13. a5af7e1 rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs by David Howells · 8 years ago
  14. a9f312d rxrpc: Only ping for lost reply in client call by David Howells · 8 years ago
  15. df0adc7 rxrpc: Keep the call timeouts as ktimes rather than jiffies by David Howells · 8 years ago
  16. 775e5b7 rxrpc: The offset field in struct rxrpc_skb_priv is unnecessary by David Howells · 8 years ago
  17. 0851115 rxrpc: Reduce ssthresh to peer's receive window by David Howells · 8 years ago
  18. 8782def rxrpc: Switch to Congestion Avoidance mode at cwnd==ssthresh by David Howells · 8 years ago
  19. ed1e867 rxrpc: Note serial number being ACK'd in the congestion management trace by David Howells · 8 years ago
  20. 5749434 rxrpc: Implement slow-start by David Howells · 8 years ago
  21. 0d96796 rxrpc: Schedule an ACK if the reply to a client call appears overdue by David Howells · 8 years ago
  22. 31a1b98 rxrpc: Generate a summary of the ACK state for later use by David Howells · 8 years ago
  23. dd7c1ee rxrpc: Reinitialise the call ACK and timer state for client reply phase by David Howells · 8 years ago
  24. a7056c5 rxrpc: Send an immediate ACK if we fill in a hole by David Howells · 8 years ago
  25. 9c7ad43 rxrpc: Add tracepoint for ACK proposal by David Howells · 8 years ago
  26. 89b475a rxrpc: Add a tracepoint to log injected Rx packet loss by David Howells · 8 years ago
  27. 70790db rxrpc: Pass the last Tx packet marker in the annotation buffer by David Howells · 8 years ago
  28. be8aa33 rxrpc: Fix accidental cancellation of scheduled resend by ACK parser by David Howells · 8 years ago
  29. 98dafac rxrpc: Use before_eq() and friends to compare serial numbers by David Howells · 8 years ago
  30. fc943f6 rxrpc: Reduce the number of PING ACKs sent by David Howells · 8 years ago
  31. 50235c4 rxrpc: Obtain RTT data by requesting ACKs on DATA packets by David Howells · 8 years ago
  32. 8e83134 rxrpc: Send pings to get RTT data by David Howells · 8 years ago
  33. f07373e rxrpc: Add re-sent Tx annotation by David Howells · 8 years ago
  34. 8a681c36 rxrpc: Add config to inject packet loss by David Howells · 8 years ago
  35. 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
  36. 58dc63c rxrpc: Add a tracepoint to follow packets in the Rx buffer by David Howells · 8 years ago
  37. ec71eb9 rxrpc: Add a tracepoint to log received ACK packets by David Howells · 8 years ago
  38. a124fe3 rxrpc: Add a tracepoint to follow the life of a packet in the Tx buffer by David Howells · 8 years ago
  39. d01dc4c rxrpc: Fix the parsing of soft-ACKs by David Howells · 8 years ago
  40. 816c9fc rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data() by David Howells · 8 years ago
  41. 75e4212 rxrpc: Correctly initialise, limit and transmit call->rx_winsize by David Howells · 8 years ago
  42. 01fd074 rxrpc: Allow tx_winsize to grow in response to an ACK by David Howells · 8 years ago
  43. 89a80ed rxrpc: Use skb->len not skb->data_len by David Howells · 8 years ago
  44. bc4abfc rxrpc: Add missing wakeup on Tx window rotation by David Howells · 8 years ago
  45. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  46. 00e9071 rxrpc: Preallocate peers, conns and calls for incoming service requests by David Howells · 8 years ago
  47. 49e19ec rxrpc: Add tracepoints to record received packets and end of data_ready by David Howells · 8 years ago
  48. 5a42976 rxrpc: Add tracepoint for working out where aborts happen by David Howells · 8 years ago
  49. 8d94aa3 rxrpc: Calls shouldn't hold socket refs by David Howells · 8 years ago
  50. 6543ac5 rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service() by David Howells · 8 years ago
  51. 8b7fac5 rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call() by David Howells · 8 years ago
  52. 278ac0c rxrpc: Cache the security index in the rxrpc_call struct by David Howells · 8 years ago
  53. fff72429 rxrpc: Improve the call tracking tracepoint by David Howells · 8 years ago
  54. d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] by David Howells · 8 years ago
  55. e34d423 rxrpc: Trace rxrpc_call usage by David Howells · 8 years ago
  56. f5c17aa rxrpc: Calls should only have one terminal state by David Howells · 8 years ago
  57. 2266ffd rxrpc: Fix conn-based retransmit by David Howells · 8 years ago
  58. 18bfeba rxrpc: Perform terminal call ACK/ABORT retransmission from conn processor by David Howells · 8 years ago
  59. 563ea7d rxrpc: Calculate serial skew on packet reception by David Howells · 8 years ago
  60. 992c273 rxrpc: Free packets discarded in data_ready by David Howells · 8 years ago
  61. 50fd85a rxrpc: Fix a use-after-push in data_ready handler by David Howells · 8 years ago
  62. 2e7e975 rxrpc: Once packet posted in data_ready, don't retry posting by David Howells · 8 years ago
  63. 372ee16 rxrpc: Fix races between skb free, ACK generation and replying by David Howells · 8 years ago
  64. 8496af5 rxrpc: Use RCU to access a peer's service connection tree by David Howells · 8 years ago
  65. 1291e9d rxrpc: Move data_ready peer lookup into rxrpc_find_connection() by David Howells · 8 years ago
  66. 2c4579e rxrpc: Move usage count getting into rxrpc_queue_conn() by David Howells · 8 years ago
  67. 5acbee4 rxrpc: Provide queuing helper functions by David Howells · 8 years ago
  68. ac5d268 rxrpc: Fix processing of authenticated/encrypted jumbo packets by David Howells · 8 years ago
  69. aa390bb rxrpc: Kill off the rxrpc_transport struct by David Howells · 8 years ago
  70. 5627cc8 rxrpc: Provide more refcount helper functions by David Howells · 9 years ago
  71. 42886ff rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions by David Howells · 8 years ago
  72. 85f3227 rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer} by David Howells · 9 years ago
  73. 19ffa01 rxrpc: Use structs to hold connection params and protocol info by David Howells · 9 years ago
  74. 0e4699e rxrpc: checking for IS_ERR() instead of NULL by Dan Carpenter · 8 years ago
  75. 4f95dd7 rxrpc: Rework local endpoint management by David Howells · 9 years ago
  76. be6e670 rxrpc: Rework peer object handling to use hash table and RCU by David Howells · 9 years ago
  77. 8c3e34a rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefix by David Howells · 8 years ago[Renamed from net/rxrpc/ar-input.c]
  78. bc6e1ea rxrpc: Trim line-terminal whitespace by David Howells · 8 years ago
  79. 9b6d539 rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB by Joe Perches · 8 years ago
  80. 02c2234 net: udp: rename UDP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  81. e0e4d82 rxrpc: Create a null security type and get rid of conditional calls by David Howells · 9 years ago
  82. dc44b3a rxrpc: Differentiate local and remote abort codes in structs by David Howells · 9 years ago
  83. 8e688d9 rxrpc: Move some miscellaneous bits out into their own file by David Howells · 9 years ago
  84. 4d0fc73 rxrpc: do not pull udp headers on receive by Willem de Bruijn · 9 years ago
  85. 351c1e6 rxrpc: Be more selective about the types of received packets we accept by David Howells · 9 years ago
  86. 0d12f8a rxrpc: Keep the skb private record of the Rx header in host byte order by David Howells · 9 years ago
  87. 4c198ad rxrpc: Rename call events to begin RXRPC_CALL_EV_ by David Howells · 9 years ago
  88. 44ba069 RxRPC: Handle VERSION Rx protocol packets by David Howells · 10 years ago
  89. 884cf70 net: remove dead code after sk_data_ready change by Eric Dumazet · 10 years ago
  90. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
  91. 7727640 af_rxrpc: Keep rxrpc_call pointers in a hashtable by Tim Smith · 11 years ago
  92. 9823f39 af_rxrpc: Improve ACK production by David Howells · 11 years ago
  93. 5873c08 af_rxrpc: Add sysctls for configuring RxRPC parameters by David Howells · 11 years ago
  94. b6f3a40 af_rxrpc: Prevent RxRPC peers from ABORT-storming one another by Tim Smith · 11 years ago
  95. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  96. 1000345 AF_RXRPC: Handle receiving ACKALL packets by David Howells · 14 years ago
  97. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  98. 0283328 MIB: add struct net to UDP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  99. ae445d1 [RXRPC]: Use cpu_to_be32() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  100. 1781f7f [UDP]: Restore missing inDatagrams increments by Herbert Xu · 17 years ago