summaryrefslogtreecommitdiffstats
path: root/net/rxrpc
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells2020-07-304-12/+28
* rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells2020-07-202-2/+2
* rxrpc: Fix notification call on completion of discarded callsDavid Howells2020-06-201-0/+7
* rxrpc: Fix afs large storage transmission performance dropDavid Howells2020-06-171-1/+1
* rxrpc: Fix handling of rwind from an ACK packetDavid Howells2020-06-171-4/+3
* rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells2020-06-111-18/+11
* Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-06-087-110/+111
|\
| * rxrpc: Fix missing notificationDavid Howells2020-06-056-25/+21
| * rxrpc: Move the call completion handling out of lineDavid Howells2020-06-053-98/+103
* | Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-052-3/+6
|\ \
| * | rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells2020-05-311-3/+3
| * | rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACHDavid Howells2020-05-311-0/+3
| |/
* | rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig2020-05-281-0/+13
* | ipv6: add ip6_sock_set_recverrChristoph Hellwig2020-05-281-8/+2
* | ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig2020-05-282-16/+6
* | ipv4: add ip_sock_set_recverrChristoph Hellwig2020-05-281-7/+1
* | net: add sock_enable_timestampsChristoph Hellwig2020-05-281-7/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-2414-124/+283
|\|
| * rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu2020-05-231-2/+1
| * rxrpc: Fix ack discardDavid Howells2020-05-201-4/+26
| * rxrpc: Trace discarded ACKsDavid Howells2020-05-201-2/+10
| * rxrpc: Fix the excessive initial retransmission timeoutDavid Howells2020-05-1113-118/+248
* | docs: networking: convert rxrpc.txt to ReSTMauro Carvalho Chehab2020-04-302-4/+4
|/
* rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2020-04-142-41/+12
* KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2020-03-291-18/+9
* afs: Fix client call Rx-phase signal handlingDavid Howells2020-03-133-32/+3
* rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells2020-03-131-2/+2
* rxrpc: Fix call interruptibility handlingDavid Howells2020-03-135-17/+51
* rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells2020-03-131-9/+18
* rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells2020-02-071-3/+19
* rxrpc: Fix service call disconnectionDavid Howells2020-02-071-2/+1
* rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-035-24/+15
* rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells2020-01-305-40/+62
* rxrpc: Fix insufficient receive notification generationDavid Howells2020-01-301-4/+2
* rxrpc: Fix use-after-free in rxrpc_put_local()David Howells2020-01-301-1/+4
* rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells2020-01-271-5/+7
* Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-12-247-98/+85
|\
| * rxrpc: Fix missing security check on incoming callsDavid Howells2019-12-206-60/+59
| * rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells2019-12-201-17/+3
| * rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2019-12-202-26/+28
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-251-0/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-5/+14
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-2010-38/+64
| |\ \
| * | | rxrpc: Add missing "new peer" traceDavid Howells2019-10-041-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-1/+1
| |/ /
* | / rxrpc: Fix handling of last subpacket of jumbo packetDavid Howells2019-10-312-5/+14
| |/ |/|
* | rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet2019-10-161-4/+8
* | rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2019-10-111-0/+3