1. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  2. b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
  3. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  4. b960a34 rxrpc: Allow the kernel to mark a call as being non-interruptible by David Howells · 6 years ago
  5. bbd172e rxrpc: Provide kernel interface to set max lifespan on a call by David Howells · 6 years ago
  6. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  7. b130234 rxrpc: Fix net namespace cleanup by David Howells · 6 years ago
  8. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  9. 032be5f rxrpc: fix race condition in rxrpc_input_packet() by Eric Dumazet · 6 years ago
  10. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  11. 1a2391c rxrpc: Fix detection of out of order acks by Jeffrey Altman · 6 years ago
  12. 39ce675 rxrpc: Trace received connection aborts by David Howells · 6 years ago
  13. 8e8715a rxrpc: Allow errors to be returned from rxrpc_queue_packet() by Marc Dionne · 6 years ago
  14. 4611da3 rxrpc: Make rxrpc_kernel_check_life() indicate if call completed by Marc Dionne · 6 years ago
  15. 56d282d rxrpc: Clear socket error by Marc Dionne · 6 years ago
  16. a9107a1 rxrpc: Check address length before reading srx_service field by Tetsuo Handa · 6 years ago
  17. 936ee65 rxrpc: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  18. 526949e rxrpc: avoid clang -Wuninitialized warning by Arnd Bergmann · 6 years ago
  19. 69ffaeb rxrpc: Fix client call queueing, waiting for channel by David Howells · 6 years ago
  20. 930c9f9 rxrpc: Fix client call connect/disconnect race by David Howells · 6 years ago
  21. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  22. 6dce3c2 rxrpc: bad unlock balance in rxrpc_recvmsg by Eric Dumazet · 6 years ago
  23. 7f1bc6e sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD by Deepa Dinamani · 6 years ago
  24. e122d84 Revert "rxrpc: Allow failed client calls to be retried" by David Howells · 6 years ago
  25. 7150cea rxrpc: Fix life check by David Howells · 6 years ago
  26. c7e86ac rxrpc: Fix lockup due to no error backoff after ack transmit error by David Howells · 6 years ago
  27. 62606c2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  28. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  29. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  30. 1890fea rxrpc: Fix a missing rxrpc_put_peer() in the error_report handler by David Howells · 6 years ago
  31. bc0e7cf rxrpc: Add /proc/net/rxrpc/peers to display peer list by David Howells · 6 years ago
  32. 7ec8dc9 rxrpc: Fix incorrect conditional on IPV6 by David Howells · 6 years ago
  33. d6672a5 rxrpc: use correct kvec num when sending BUSY response packet by YueHaibing · 6 years ago
  34. d7b4c24 rxrpc: Fix an uninitialised variable by David Howells · 6 years ago
  35. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  36. c1e15b4 rxrpc: Fix the packet reception routine by David Howells · 6 years ago
  37. 6475309 rxrpc: Fix connection-level abort handling by David Howells · 6 years ago
  38. 298bc15 rxrpc: Only take the rwind and mtu values from latest ACK by David Howells · 6 years ago
  39. dfe9952 rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window() by David Howells · 6 years ago
  40. c479d5f rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window() by David Howells · 6 years ago
  41. bfd2821 rxrpc: Don't need to take the RCU read lock in the packet receiver by David Howells · 6 years ago
  42. 5271953 rxrpc: Use the UDP encap_rcv hook by David Howells · 6 years ago
  43. 2cfa227 rxrpc: Fix the data_ready handler by David Howells · 6 years ago
  44. 5e33a23 rxrpc: Fix some missed refs to init_net by David Howells · 6 years ago
  45. e908bcf rxrpc: Allow the reply time to be obtained on a client call by David Howells · 6 years ago
  46. 2070a3e rxrpc: Allow the reply time to be obtained on a client call by David Howells · 6 years ago
  47. 5a790b7 rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb() by David Howells · 6 years ago
  48. 46894a1 rxrpc: Use IPv4 addresses throught the IPv6 by David Howells · 6 years ago
  49. b3cfb6f rxrpc: Emit the data Tx trace line before transmitting by David Howells · 6 years ago
  50. d2944b1 rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() by David Howells · 6 years ago
  51. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  52. f334430 rxrpc: Fix error distribution by David Howells · 6 years ago
  53. 37a675e rxrpc: Fix transport sockopts to get IPv4 errors on an IPv6 socket by David Howells · 6 years ago
  54. 0099dc5 rxrpc: Make service call handling more robust by David Howells · 6 years ago
  55. 403fc2a rxrpc: Improve up-front incoming packet checking by David Howells · 6 years ago
  56. ece64fe rxrpc: Emit BUSY packets when supposed to rather than ABORTs by David Howells · 6 years ago
  57. b604dd9 rxrpc: Fix RTT gathering by David Howells · 6 years ago
  58. dc71db3 rxrpc: Fix checks as to whether we should set up a new call by David Howells · 6 years ago
  59. 69d826f rxrpc: Remove VLA usage of skcipher by Kees Cook · 6 years ago
  60. 092ffc5 rxrpc: Remove dup code from rxrpc_find_connection_rcu() by David Howells · 6 years ago
  61. a8305bf net: Add and use skb_mark_not_on_list(). by David S. Miller · 6 years ago
  62. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  63. de5d1b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  64. 98ed1e6 rxrpc: remove redundant static int 'zero' by Colin Ian King · 6 years ago
  65. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  66. 330bdcf rxrpc: Fix the keepalive generator [ver #2] by David Howells · 6 years ago
  67. eb9950e rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller by David Howells · 6 years ago
  68. 54424d3 rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK buffer by Kees Cook · 6 years ago
  69. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  70. 770b26d rxrpc: Remove set but not used variable 'nowj' by Wei Yongjun · 6 years ago
  71. c01f6c9 rxrpc: Fix user call ID check in rxrpc_service_prealloc_one by YueHaibing · 6 years ago
  72. d0b35a4 rxrpc: Transmit more ACKs during data reception by David Howells · 6 years ago
  73. a71a2651 rxrpc: Propose, but don't immediately transmit, the final ACK for a call by David Howells · 6 years ago
  74. 4075295 rxrpc: Increase the size of a call's Rx window by David Howells · 6 years ago
  75. 4272d30 rxrpc: Trace socket notification by David Howells · 6 years ago
  76. 4764c0d rxrpc: Trace packet transmission by David Howells · 6 years ago
  77. f3f8337 rxrpc: Fix the trace for terminal ACK (re)transmission by David Howells · 6 years ago
  78. 6b97bd7 rxrpc: Show some more information through /proc files by David Howells · 6 years ago
  79. 887763b rxrpc: Display call expect-receive-by timeout in proc by David Howells · 6 years ago
  80. f597a57 rxrpc: remove redundant variables 'sp' and 'did_discard' by YueHaibing · 6 years ago
  81. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  82. 52b544b Merge tag 'v4.18-rc5' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  83. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  84. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
  85. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  86. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  87. fb1967a rxrpc: Fix terminal retransmission connection ID to include the channel by David Howells · 7 years ago
  88. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  89. 1a02502 rxrpc: Fix handling of call quietly cancelled out on server by David Howells · 7 years ago
  90. 5001c2d net/rxrpc: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  91. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  92. 6b47fe1 rxrpc: Trace UDP transmission failure by David Howells · 7 years ago
  93. 494337c rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messages by David Howells · 7 years ago
  94. 93864fc rxrpc: Fix the min security level for kernel calls by David Howells · 7 years ago
  95. f2aeed3 rxrpc: Fix error reception on AF_INET6 sockets by David Howells · 7 years ago
  96. c54e43d rxrpc: Fix missing start of call timeout by David Howells · 7 years ago
  97. b41d7cf rxrpc: Fix undefined packet handling by David Howells · 7 years ago
  98. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  99. 17226f1 rxrpc: Fix leak of rxrpc_peer objects by David Howells · 7 years ago
  100. 1159d4b rxrpc: Add a tracepoint to track rxrpc_peer refcounting by David Howells · 7 years ago