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