Age | Commit message (Expand) | Author | Files | Lines |
2018-10-08 | rxrpc: Fix the packet reception routine | David Howells | 1 | -3/+4 |
2018-10-08 | rxrpc: Fix connection-level abort handling | David Howells | 1 | -2/+2 |
2018-10-08 | rxrpc: Use the UDP encap_rcv hook | David Howells | 1 | -1/+1 |
2018-10-05 | rxrpc: Fix some missed refs to init_net | David Howells | 1 | -4/+6 |
2018-09-28 | rxrpc: Fix error distribution | David Howells | 1 | -5/+0 |
2018-09-28 | rxrpc: Make service call handling more robust | David Howells | 1 | -3/+5 |
2018-09-28 | rxrpc: Emit BUSY packets when supposed to rather than ABORTs | David Howells | 1 | -9/+4 |
2018-09-28 | rxrpc: Fix checks as to whether we should set up a new call | David Howells | 1 | -0/+10 |
2018-08-09 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+4 |
2018-08-08 | rxrpc: Fix the keepalive generator [ver #2] | David Howells | 1 | -4/+4 |
2018-08-01 | rxrpc: Transmit more ACKs during data reception | David Howells | 1 | -0/+1 |
2018-08-01 | rxrpc: Increase the size of a call's Rx window | David Howells | 1 | -1/+1 |
2018-08-01 | rxrpc: Trace packet transmission | David Howells | 1 | -0/+1 |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+2 |
2018-06-04 | rxrpc: Fix handling of call quietly cancelled out on server | David Howells | 1 | -0/+2 |
2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 1 | -2/+2 |
2018-05-10 | rxrpc: Fix missing start of call timeout | David Howells | 1 | -0/+1 |
2018-03-30 | rxrpc: Fix leak of rxrpc_peer objects | David Howells | 1 | -0/+1 |
2018-03-30 | rxrpc: Add a tracepoint to track rxrpc_peer refcounting | David Howells | 1 | -19/+4 |
2018-03-30 | rxrpc: Fix apparent leak of rxrpc_local objects | David Howells | 1 | -0/+1 |
2018-03-30 | rxrpc: Add a tracepoint to track rxrpc_local refcounting | David Howells | 1 | -23/+4 |
2018-03-30 | rxrpc: Fix potential call vs socket/net destruction race | David Howells | 1 | -0/+2 |
2018-03-30 | rxrpc: Fix firewall route keepalive | David Howells | 1 | -1/+13 |
2018-03-27 | rxrpc: Trace call completion | David Howells | 1 | -0/+1 |
2018-03-27 | rxrpc, afs: Use debug_ids rather than pointers in traces | David Howells | 1 | -4/+4 |
2017-11-24 | rxrpc: Fix conn expiry timers | David Howells | 1 | -2/+4 |
2017-11-24 | rxrpc: Fix service endpoint expiry | David Howells | 1 | -0/+3 |
2017-11-24 | rxrpc: Add keepalive for a call | David Howells | 1 | -0/+1 |
2017-11-24 | rxrpc: Add a timeout for detecting lost ACKs/lost DATA | David Howells | 1 | -1/+5 |
2017-11-24 | rxrpc: Fix call timeouts | David Howells | 1 | -13/+24 |
2017-11-24 | rxrpc: Split the call params from the operation params | David Howells | 1 | -1/+30 |
2017-11-24 | rxrpc: Delay terminal ACK transmission on a client call | David Howells | 1 | -0/+17 |
2017-11-24 | rxrpc: Provide a different lockdep key for call->user_mutex for kernel calls | David Howells | 1 | -1/+1 |
2017-11-02 | rxrpc: Lock around calling a kernel service Rx notification | David Howells | 1 | -0/+1 |
2017-08-29 | rxrpc: Allow failed client calls to be retried | David Howells | 1 | -12/+7 |
2017-08-29 | rxrpc: Fix IPv6 support | David Howells | 1 | -2/+2 |
2017-08-29 | net: rxrpc: Replace time_t type with time64_t type | Baolin Wang | 1 | -1/+1 |
2017-07-21 | rxrpc: Move the packet.h include file into net/rxrpc/ | David Howells | 1 | -1/+1 |
2017-06-14 | rxrpc: Cache the congestion window setting | David Howells | 1 | -0/+2 |
2017-06-07 | rxrpc: Provide a cmsg to specify the amount of Tx data for a call | David Howells | 1 | -1/+2 |
2017-06-05 | rxrpc: Add service upgrade support for client connections | David Howells | 1 | -0/+3 |
2017-06-05 | rxrpc: Implement service upgrade | David Howells | 1 | -2/+8 |
2017-06-05 | rxrpc: Permit multiple service binding | David Howells | 1 | -0/+2 |
2017-06-05 | rxrpc: Separate the connection's protocol service ID from the lookup ID | David Howells | 1 | -1/+1 |
2017-05-25 | rxrpc: Support network namespacing | David Howells | 1 | -12/+53 |
2017-04-06 | rxrpc: Trace protocol errors in received packets | David Howells | 1 | -0/+19 |
2017-03-01 | rxrpc: Fix deadlock between call creation and sendmsg/recvmsg | David Howells | 1 | -0/+1 |
2017-01-09 | rxrpc: Allow listen(sock, 0) to be used to disable listening | David Howells | 1 | -0/+1 |
2017-01-05 | rxrpc: Fix handling of enums-to-string translation in tracing | David Howells | 1 | -194/+0 |
2016-10-06 | rxrpc: Need to produce an ACK for service op if op takes a long time | David Howells | 1 | -0/+3 |