- 5399d52 rxrpc: Fix deadlock around release of dst cached on udp tunnel by David Howells · 4 years ago
- b7a7d67 rxrpc: Impose a maximum number of client calls by David Howells · 4 years, 6 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
- 76f2fe7 net: rxrpc: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
- 298cd88 rxrpc: add rxrpc_sock_set_min_security_level by Christoph Hellwig · 4 years, 7 months ago
- 7d7587d afs: Fix client call Rx-phase signal handling by David Howells · 4 years, 10 months ago
- e138aa7 rxrpc: Fix call interruptibility handling by David Howells · 4 years, 10 months ago
- 04d36d7 rxrpc: Fix missing active use pinning of rxrpc_local object by David Howells · 5 years ago
- c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
- d12040b rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2] by David Howells · 5 years ago
- e8c3af6 rxrpc: Don't bother generating maxSkew in the ACK packet by David Howells · 5 years ago
- 730c5fd rxrpc: Fix local endpoint refcounting by David Howells · 5 years ago
- e835ada rxrpc: Fix send on a connected, but unbound socket by David Howells · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- b960a34 rxrpc: Allow the kernel to mark a call as being non-interruptible by David Howells · 6 years ago
- bbd172e rxrpc: Provide kernel interface to set max lifespan on a call by David Howells · 6 years ago
- 4611da3 rxrpc: Make rxrpc_kernel_check_life() indicate if call completed by Marc Dionne · 6 years ago
- a9107a1 rxrpc: Check address length before reading srx_service field by Tetsuo Handa · 6 years ago
- e122d84 Revert "rxrpc: Allow failed client calls to be retried" by David Howells · 6 years ago
- 7150cea rxrpc: Fix life check by David Howells · 6 years ago
- 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
- e908bcf rxrpc: Allow the reply time to be obtained on a client call by David Howells · 6 years ago
- 46894a1 rxrpc: Use IPv4 addresses throught the IPv6 by David Howells · 6 years ago
- dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
- a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
- 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 5001c2d net/rxrpc: convert to ->poll_mask by Christoph Hellwig · 7 years ago
- 93864fc rxrpc: Fix the min security level for kernel calls by David Howells · 7 years ago
- 17226f1 rxrpc: Fix leak of rxrpc_peer objects by David Howells · 7 years ago
- ace45be rxrpc: Fix firewall route keepalive by David Howells · 7 years ago
- a25e21f rxrpc, afs: Use debug_ids rather than pointers in traces by David Howells · 7 years ago
- d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- c501256 rxrpc: Use correct netns source in rxrpc_release_sock() by David Howells · 7 years ago
- ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
- 3d18cbb rxrpc: Fix conn expiry timers by David Howells · 7 years ago
- f859ab6 rxrpc: Fix service endpoint expiry by David Howells · 7 years ago
- 4812417 rxrpc: Split the call params from the operation params by David Howells · 7 years ago
- 20acbd9 rxrpc: Lock around calling a kernel service Rx notification by David Howells · 7 years ago
- e3cf3970 net: rxrpc: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
- f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 6cb3ece rxrpc: Don't release call mutex on error pointer by David Howells · 7 years ago
- f4d15fb rxrpc: Provide functions for allowing cleaner handling of signals by David Howells · 7 years ago
- a68f4a2 rxrpc: Support service upgrade from a kernel service by David Howells · 7 years ago
- c038a58 rxrpc: Allow failed client calls to be retried by David Howells · 7 years ago
- 3ec0efd rxrpc: Remove some excess whitespace by David Howells · 7 years ago
- 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
- 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
- e754eba rxrpc: Provide a cmsg to specify the amount of Tx data for a call by David Howells · 8 years ago
- 515559c rxrpc: Provide a getsockopt call to query what cmsgs types are supported by David Howells · 8 years ago
- 4722974 rxrpc: Implement service upgrade by David Howells · 8 years ago
- 28036f4 rxrpc: Permit multiple service binding by David Howells · 8 years ago
- 68d6d1a rxrpc: Separate the connection's protocol service ID from the lookup ID by David Howells · 8 years ago
- 2baec2c rxrpc: Support network namespacing by David Howells · 8 years ago
- 540b1c4 rxrpc: Fix deadlock between call creation and sendmsg/recvmsg by David Howells · 8 years ago
- 210f035 rxrpc: Allow listen(sock, 0) to be used to disable listening by David Howells · 8 years ago
- 4443061 rxrpc: abstract away knowledge of IDR internals by Matthew Wilcox · 8 years ago
- b63452c rxrpc: Accesses of rxrpc_local::service need to be RCU managed by David Howells · 8 years ago
- 1e9e5c9 rxrpc: Reduce the rxrpc_local::services list to a pointer by David Howells · 8 years ago
- 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
- d191274 rxrpc: Make IPv6 support conditional on CONFIG_IPV6 by David Howells · 8 years ago
- 75b54cb rxrpc: Add IPv6 support by David Howells · 8 years ago
- cd5892c rxrpc: Create an address for sendmsg() to bind unbound socket with by David Howells · 8 years ago
- cbd0089 rxrpc: Adjust the call ref tracepoint to show kernel API refs by David Howells · 8 years ago
- 248f219 rxrpc: Rewrite the data and ack handling code by David Howells · 8 years ago
- 00e9071 rxrpc: Preallocate peers, conns and calls for incoming service requests by David Howells · 8 years ago
- de8d6c7 rxrpc: Convert rxrpc_local::services to an hlist by David Howells · 8 years ago
- 8d94aa3 rxrpc: Calls shouldn't hold socket refs by David Howells · 8 years ago
- fff72429 rxrpc: Improve the call tracking tracepoint by David Howells · 8 years ago
- 5f2d9c4 rxrpc: Randomise epoch and starting client conn ID values by David Howells · 8 years ago
- d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] by David Howells · 8 years ago
- 4de48af rxrpc: Pass struct socket * to more rxrpc kernel interface functions by David Howells · 8 years ago
- df844fd rxrpc: Use a tracepoint for skb accounting debugging by David Howells · 8 years ago
- 8addc04 rxrpc: Fix error handling in af_rxrpc_init() by Wei Yongjun · 8 years ago
- dee4636 rxrpc: Add RCU destruction for connections and calls by David Howells · 9 years ago
- eb9b9d2 rxrpc: Check that the client conns cache is empty before module removal by David Howells · 9 years ago
- aa390bb rxrpc: Kill off the rxrpc_transport struct by David Howells · 9 years ago
- 999b69f rxrpc: Kill the client connection bundle concept by David Howells · 9 years ago
- 5627cc8 rxrpc: Provide more refcount helper functions by David Howells · 9 years ago
- f4552c2 rxrpc: Validate the net address given to rxrpc_kernel_begin_call() by David Howells · 9 years ago
- 4a3388c rxrpc: Use IDR to allocate client conn IDs on a machine-wide basis by David Howells · 9 years ago
- cc8feb8 rxrpc: Fix exclusive connection handling by David Howells · 9 years ago
- 19ffa01 rxrpc: Use structs to hold connection params and protocol info by David Howells · 9 years ago
- 0e4699e rxrpc: checking for IS_ERR() instead of NULL by Dan Carpenter · 9 years ago
- 4f95dd7 rxrpc: Rework local endpoint management by David Howells · 9 years ago
- be6e670 rxrpc: Rework peer object handling to use hash table and RCU by David Howells · 9 years ago
- 0e119b4 rxrpc: Limit the listening backlog by David Howells · 9 years ago
- 2341e07 rxrpc: Simplify connect() implementation and simplify sendmsg() op by David Howells · 9 years ago
- 9b6d539 rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KB by Joe Perches · 9 years ago
- 648af7f rxrpc: Absorb the rxkad security module by David Howells · 9 years ago
- dad8aff rxrpc: Replace all unsigned with unsigned int by David Howells · 9 years ago
- ab802ee rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() use by David Howells · 9 years ago
- b4f1342 rxrpc: Adjust some whitespace and comments by David Howells · 9 years ago
- e33b3d9 rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIX by David Howells · 9 years ago
- 0d12f8a rxrpc: Keep the skb private record of the Rx header in host byte order by David Howells · 9 years ago
- 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
- 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
- 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago