- 7b5eab5 rxrpc: Fix clearance of Tx/Rx ring when releasing a call by David Howells · 4 years ago
- 9d49aea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
- 2d914c1 rxrpc: Fix accept on a connection that need securing by David Howells · 4 years, 4 months ago
- b7a7d67 rxrpc: Impose a maximum number of client calls by David Howells · 4 years, 7 months ago
- 4700c4d rxrpc: Fix loss of RTT samples due to interposed ACK by David Howells · 4 years, 5 months ago
- 65550098 rxrpc: Fix race between recvmsg and sendmsg on immediate call failure by David Howells · 4 years, 6 months ago
- e138aa7 rxrpc: Fix call interruptibility handling by David Howells · 4 years, 10 months ago
- 963485d rxrpc: Fix call RCU cleanup using non-bh-safe locks by David Howells · 5 years ago
- 5273a19 rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnect by David Howells · 5 years ago
- 91fcfbe rxrpc: Fix call crypto state cleanup by David Howells · 5 years ago
- 48c9e0e rxrpc: Fix trace-after-put looking at the put call record by David Howells · 5 years ago
- 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 987db9f rxrpc: Use the tx-phase skb flag to simplify tracing by David Howells · 5 years ago
- a641fd0 rxrpc: Abstract out rxtx ring cleanup by David Howells · 5 years ago
- 1db88c5 rxrpc: Fix -Wframe-larger-than= warnings from on-stack crypto by David Howells · 5 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
- b130234 rxrpc: Fix net namespace cleanup by David Howells · 6 years ago
- e122d84 Revert "rxrpc: Allow failed client calls to be retried" by David Howells · 6 years ago
- c1e15b4 rxrpc: Fix the packet reception routine by David Howells · 6 years ago
- 5e33a23 rxrpc: Fix some missed refs to init_net by David Howells · 6 years ago
- f334430 rxrpc: Fix error distribution by David Howells · 6 years ago
- bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
- 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- d3be4d2 rxrpc: Fix potential call vs socket/net destruction race by David Howells · 7 years ago
- 88f2a825 rxrpc: Fix checker warnings and errors by David Howells · 7 years ago
- a25e21f rxrpc, afs: Use debug_ids rather than pointers in traces by David Howells · 7 years ago
- 96c22a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
- bd1fdf8 rxrpc: Add a timeout for detecting lost ACKs/lost DATA by David Howells · 7 years ago
- a158bdd rxrpc: Fix call timeouts by David Howells · 7 years ago
- 4812417 rxrpc: Split the call params from the operation params by David Howells · 7 years ago
- 9faaff5 rxrpc: Provide a different lockdep key for call->user_mutex for kernel calls by David Howells · 7 years ago
- e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
- 20acbd9 rxrpc: Lock around calling a kernel service Rx notification by David Howells · 7 years ago
- c038a58 rxrpc: Allow failed client calls to be retried by David Howells · 7 years ago
- f7aec12 rxrpc: Cache the congestion window setting by David Howells · 8 years ago
- e754eba rxrpc: Provide a cmsg to specify the amount of Tx data for a call by David Howells · 8 years ago
- 2baec2c rxrpc: Support network namespacing by David Howells · 8 years ago
- 3a92789 rxrpc: Use negative error codes in rxrpc_call struct by David Howells · 8 years ago
- 540b1c4 rxrpc: Fix deadlock between call creation and sendmsg/recvmsg by David Howells · 8 years ago
- b54a134 rxrpc: Fix handling of enums-to-string translation in tracing by David Howells · 8 years ago
- 54fde42 rxrpc: Fix checker warning by not passing always-zero value to ERR_PTR() by David Howells · 8 years ago
- a5af7e1 rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs by David Howells · 8 years ago
- 26cb02a rxrpc: Fix warning by splitting rxrpc_send_call_packet() by David Howells · 8 years ago
- 405dea1 rxrpc: Fix the call timer handling by David Howells · 8 years ago
- df0adc7 rxrpc: Keep the call timeouts as ktimes rather than jiffies by David Howells · 8 years ago
- 5749434 rxrpc: Implement slow-start by David Howells · 8 years ago
- fc7ab6d rxrpc: Add a tracepoint for the call timer by David Howells · 8 years ago
- 01a88f7 rxrpc: Fix call timer by David Howells · 8 years ago
- 71f3ca4 rxrpc: Improve skb tracing by David Howells · 8 years ago
- 363deea rxrpc: Add connection tracepoint and client conn state tracepoint by David Howells · 8 years ago
- a84a46d rxrpc: Add some additional call tracing by David Howells · 8 years ago
- 357f5ef rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call() by David Howells · 8 years ago
- 0360da6 rxrpc: Purge the to_be_accepted queue on socket release by David Howells · 8 years ago
- 75e4212 rxrpc: Correctly initialise, limit and transmit call->rx_winsize by David Howells · 8 years ago
- 3432a75 rxrpc: Fix prealloc refcounting 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
- 2ab2721 rxrpc: Remove skb_count from struct rxrpc_call by David Howells · 8 years ago
- 5a42976 rxrpc: Add tracepoint for working out where aborts happen by David Howells · 8 years ago
- 8d94aa3 rxrpc: Calls shouldn't hold socket refs by David Howells · 8 years ago
- 278ac0c rxrpc: Cache the security index in the rxrpc_call struct by David Howells · 8 years ago
- f4fdb35 rxrpc: Use call->peer rather than call->conn->params.peer by David Howells · 8 years ago
- fff72429 rxrpc: Improve the call tracking tracepoint by David Howells · 8 years ago
- af338a9 rxrpc: The client call state must be changed before attachment to conn by David Howells · 8 years ago
- 30787a4 rxrpc: fix undefined behavior in rxrpc_mark_call_released by Arnd Bergmann · 8 years ago
- d001648 rxrpc: Don't expose skbs to in-kernel users [ver #2] by David Howells · 8 years ago
- e34d423 rxrpc: Trace rxrpc_call usage by David Howells · 8 years ago
- f5c17aa rxrpc: Calls should only have one terminal state by David Howells · 8 years ago
- 45025bc rxrpc: Improve management and caching of client connection objects by David Howells · 8 years ago
- df5d8bf rxrpc: Make /proc/net/rxrpc_calls safer by David Howells · 8 years ago
- 01a90a4 rxrpc: Drop channel number field from rxrpc_call struct by David Howells · 8 years ago
- f36b5e4 rxrpc: When clearing a socket, clear the call sets in the right order by David Howells · 8 years ago
- dabe5a7 rxrpc: Tidy up the rxrpc_call struct a bit by David Howells · 8 years ago
- 17b963e rxrpc: Need to flag call as being released on connect failure by David Howells · 8 years ago
- 55cae7a rxrpc: fix uninitialized pointer dereference in debug code by Arnd Bergmann · 8 years ago
- 372ee16 rxrpc: Fix races between skb free, ACK generation and replying by David Howells · 8 years ago
- d440a1c rxrpc: Kill off the call hash table by David Howells · 9 years ago
- e8d70ce rxrpc: Prune the contents of the rxrpc_conn_proto struct by David Howells · 9 years ago
- a1399f8 rxrpc: Call channels should have separate call number spaces by David Howells · 9 years ago
- dee4636 rxrpc: Add RCU destruction for connections and calls by David Howells · 9 years ago
- e653cfe rxrpc: Release a call's connection ref on call disconnection by David Howells · 9 years ago
- d1e858c rxrpc: Fix handling of connection failure in client call creation 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
- 42886ff rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions by David Howells · 9 years ago
- 85f3227 rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer} by David Howells · 9 years ago
- 19ffa01 rxrpc: Use structs to hold connection params and protocol info by David Howells · 9 years ago
- f66d749 rxrpc: Use the peer record to distribute network errors by David Howells · 9 years ago
- 8c3e34a rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefix by David Howells · 9 years ago[Renamed from net/rxrpc/ar-call.c]
- 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
- 843099c rxrpc: Don't pass gfp around in incoming call handling functions by David Howells · 9 years ago
- dc44b3a rxrpc: Differentiate local and remote abort codes in structs by David Howells · 9 years ago
- dad8aff rxrpc: Replace all unsigned with unsigned int 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
- 4c198ad rxrpc: Rename call events to begin RXRPC_CALL_EV_ by David Howells · 9 years ago
- 5b8848d rxrpc: Convert call flag and event numbers into enums by David Howells · 9 years ago