summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | rxrpc: Increase the size of a call's Rx windowDavid Howells2018-08-011-1/+1
| * | | rxrpc: Trace socket notificationDavid Howells2018-08-011-1/+3
| * | | rxrpc: Trace packet transmissionDavid Howells2018-08-017-15/+55
| * | | rxrpc: Fix the trace for terminal ACK (re)transmissionDavid Howells2018-08-011-2/+4
| * | | rxrpc: Show some more information through /proc filesDavid Howells2018-08-011-4/+9
| * | | rxrpc: Display call expect-receive-by timeout in procDavid Howells2018-08-011-3/+11
| * | | rxrpc: remove redundant variables 'sp' and 'did_discard'YueHaibing2018-08-012-4/+0Star
| * | | net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-134-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-171-3/+7
| |\| |
| * | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-214-5/+5
* | | | rxrpc: Fix the keepalive generator [ver #2]David Howells2018-08-097-89/+109
| |_|/ |/| |
* | | rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing2018-08-011-2/+2
| |/ |/|
* | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-3/+7
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-074-4/+18
|\
| * rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells2018-06-061-1/+1
| * rxrpc: Fix handling of call quietly cancelled out on serverDavid Howells2018-06-043-3/+17
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-7/+3Star
|\ \
| * | net/rxrpc: convert to ->poll_maskChristoph Hellwig2018-05-261-7/+3Star
* | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-163-33/+9Star
| |/ |/|
* | rxrpc: Trace UDP transmission failureDavid Howells2018-05-114-8/+35
* | rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells2018-05-111-23/+23
* | rxrpc: Fix the min security level for kernel callsDavid Howells2018-05-111-1/+1
* | rxrpc: Fix error reception on AF_INET6 socketsDavid Howells2018-05-111-15/+42
* | rxrpc: Fix missing start of call timeoutDavid Howells2018-05-114-1/+23
|/
* rxrpc: Fix undefined packet handlingDavid Howells2018-04-042-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-0320-97/+464
|\
| * rxrpc: Fix leak of rxrpc_peer objectsDavid Howells2018-03-305-0/+26
| * rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells2018-03-303-22/+68
| * rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells2018-03-306-0/+14
| * rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells2018-03-303-27/+68
| * rxrpc: Fix potential call vs socket/net destruction raceDavid Howells2018-03-304-3/+17
| * rxrpc: Fix checker warnings and errorsDavid Howells2018-03-306-3/+13
| * rxrpc: remove unused static variablesSebastian Andrzej Siewior2018-03-301-3/+0Star
| * rxrpc: Fix resend event time calculationMarc Dionne2018-03-301-1/+1
| * rxrpc: Don't treat call aborts as conn abortsDavid Howells2018-03-301-6/+9
| * rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells2018-03-301-1/+3
| * rxrpc: Fix a bit of time confusionDavid Howells2018-03-301-1/+1
| * rxrpc: Fix firewall route keepaliveDavid Howells2018-03-309-4/+204
| * rxrpc: Trace call completionDavid Howells2018-03-281-0/+1
| * rxrpc, afs: Use debug_ids rather than pointers in tracesDavid Howells2018-03-287-24/+36
| * rxrpc: Trace resendDavid Howells2018-03-281-0/+1
| * net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
| * net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
| * net: Convert rxrpc_net_opsKirill Tkhai2018-03-231-0/+1
| * rxrpc: remove redundant initialization of variable 'len'Colin Ian King2018-03-161-1/+1
|/
* rxrpc: Fix send in rxrpc_send_data_packet()David Howells2018-02-221-1/+1
* rxrpc: Work around usercopy checkDavid Howells2018-02-161-2/+3
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2