1. fd54c18 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  2. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  3. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  4. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  5. 5001c2d net/rxrpc: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  6. 93864fc rxrpc: Fix the min security level for kernel calls by David Howells · 6 years ago
  7. 17226f1 rxrpc: Fix leak of rxrpc_peer objects by David Howells · 7 years ago
  8. ace45be rxrpc: Fix firewall route keepalive by David Howells · 7 years ago
  9. a25e21f rxrpc, afs: Use debug_ids rather than pointers in traces by David Howells · 7 years ago
  10. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  11. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  12. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  13. c501256 rxrpc: Use correct netns source in rxrpc_release_sock() by David Howells · 7 years ago
  14. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  15. 3d18cbb rxrpc: Fix conn expiry timers by David Howells · 7 years ago
  16. f859ab6 rxrpc: Fix service endpoint expiry by David Howells · 7 years ago
  17. 4812417 rxrpc: Split the call params from the operation params by David Howells · 7 years ago
  18. 20acbd9 rxrpc: Lock around calling a kernel service Rx notification by David Howells · 7 years ago
  19. e3cf3970 net: rxrpc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  20. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  21. 6cb3ece rxrpc: Don't release call mutex on error pointer by David Howells · 7 years ago
  22. f4d15fb rxrpc: Provide functions for allowing cleaner handling of signals by David Howells · 7 years ago
  23. a68f4a2 rxrpc: Support service upgrade from a kernel service by David Howells · 7 years ago
  24. c038a58 rxrpc: Allow failed client calls to be retried by David Howells · 7 years ago
  25. 3ec0efd rxrpc: Remove some excess whitespace by David Howells · 7 years ago
  26. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  27. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  28. e754eba rxrpc: Provide a cmsg to specify the amount of Tx data for a call by David Howells · 7 years ago
  29. 515559c rxrpc: Provide a getsockopt call to query what cmsgs types are supported by David Howells · 7 years ago
  30. 4722974 rxrpc: Implement service upgrade by David Howells · 7 years ago
  31. 28036f4 rxrpc: Permit multiple service binding by David Howells · 7 years ago
  32. 68d6d1a rxrpc: Separate the connection's protocol service ID from the lookup ID by David Howells · 7 years ago
  33. 2baec2c rxrpc: Support network namespacing by David Howells · 7 years ago
  34. 540b1c4 rxrpc: Fix deadlock between call creation and sendmsg/recvmsg by David Howells · 8 years ago
  35. 210f035 rxrpc: Allow listen(sock, 0) to be used to disable listening by David Howells · 8 years ago
  36. 4443061 rxrpc: abstract away knowledge of IDR internals by Matthew Wilcox · 8 years ago
  37. b63452c rxrpc: Accesses of rxrpc_local::service need to be RCU managed by David Howells · 8 years ago
  38. 1e9e5c9 rxrpc: Reduce the rxrpc_local::services list to a pointer by David Howells · 8 years ago
  39. 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
  40. d191274 rxrpc: Make IPv6 support conditional on CONFIG_IPV6 by David Howells · 8 years ago
  41. 75b54cb rxrpc: Add IPv6 support by David Howells · 8 years ago
  42. cd5892c rxrpc: Create an address for sendmsg() to bind unbound socket with by David Howells · 8 years ago
  43. cbd0089 rxrpc: Adjust the call ref tracepoint to show kernel API refs by David Howells · 8 years ago
  44. 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
  45. 00e9071 rxrpc: Preallocate peers, conns and calls for incoming service requests by David Howells · 8 years ago
  46. de8d6c7 rxrpc: Convert rxrpc_local::services to an hlist by David Howells · 8 years ago
  47. 8d94aa3 rxrpc: Calls shouldn't hold socket refs by David Howells · 8 years ago
  48. fff7242 rxrpc: Improve the call tracking tracepoint by David Howells · 8 years ago
  49. 5f2d9c4 rxrpc: Randomise epoch and starting client conn ID values by David Howells · 8 years ago
  50. d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] by David Howells · 8 years ago
  51. 4de48af rxrpc: Pass struct socket * to more rxrpc kernel interface functions by David Howells · 8 years ago
  52. df844fd rxrpc: Use a tracepoint for skb accounting debugging by David Howells · 8 years ago
  53. 8addc04 rxrpc: Fix error handling in af_rxrpc_init() by Wei Yongjun · 8 years ago
  54. dee4636 rxrpc: Add RCU destruction for connections and calls by David Howells · 8 years ago
  55. eb9b9d2 rxrpc: Check that the client conns cache is empty before module removal by David Howells · 8 years ago
  56. aa390bb rxrpc: Kill off the rxrpc_transport struct by David Howells · 8 years ago
  57. 999b69f rxrpc: Kill the client connection bundle concept by David Howells · 8 years ago
  58. 5627cc8 rxrpc: Provide more refcount helper functions by David Howells · 9 years ago
  59. f4552c2 rxrpc: Validate the net address given to rxrpc_kernel_begin_call() by David Howells · 8 years ago
  60. 4a3388c rxrpc: Use IDR to allocate client conn IDs on a machine-wide basis by David Howells · 9 years ago
  61. cc8feb8 rxrpc: Fix exclusive connection handling by David Howells · 9 years ago
  62. 19ffa01 rxrpc: Use structs to hold connection params and protocol info by David Howells · 9 years ago
  63. 0e4699e rxrpc: checking for IS_ERR() instead of NULL by Dan Carpenter · 8 years ago
  64. 4f95dd7 rxrpc: Rework local endpoint management by David Howells · 9 years ago
  65. be6e670 rxrpc: Rework peer object handling to use hash table and RCU by David Howells · 9 years ago
  66. 0e119b4 rxrpc: Limit the listening backlog by David Howells · 8 years ago
  67. 2341e07 rxrpc: Simplify connect() implementation and simplify sendmsg() op by David Howells · 8 years ago
  68. 9b6d539 rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB by Joe Perches · 8 years ago
  69. 648af7f rxrpc: Absorb the rxkad security module by David Howells · 9 years ago
  70. dad8aff rxrpc: Replace all unsigned with unsigned int by David Howells · 9 years ago
  71. ab802ee rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() use by David Howells · 9 years ago
  72. b4f1342 rxrpc: Adjust some whitespace and comments by David Howells · 9 years ago
  73. e33b3d9 rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIX by David Howells · 9 years ago
  74. 0d12f8a rxrpc: Keep the skb private record of the Rx header in host byte order by David Howells · 9 years ago
  75. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
  76. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  77. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  78. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  79. 5873c08 af_rxrpc: Add sysctls for configuring RxRPC parameters by David Howells · 11 years ago
  80. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  81. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  82. ce6654c rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init(). by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  83. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  84. e1fcc7e rxrpc: rxrpc_workqueue isn't used during memory reclaim by Tejun Heo · 14 years ago
  85. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  86. aa39514 net: sk_sleep() helper by Eric Dumazet · 15 years ago
  87. 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
  88. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  89. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  90. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  91. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  92. a57de0b net: adding memory barrier to the poll and receive callbacks by Jiri Olsa · 15 years ago
  93. 15bde72 RxRPC: Fix a potential NULL dereference by David Howells · 16 years ago
  94. 21454aa net: replace NIPQUAD() in net/*/ by Harvey Harrison · 16 years ago
  95. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  96. 424b00e AFS: Do not describe debug parameters with their value by Paul Bolle · 17 years ago
  97. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 17 years ago
  98. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago
  99. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  100. 76181c1 KEYS: Make request_key() and co fundamentally asynchronous by David Howells · 17 years ago