- 2ad6691 rxrpc: Fix race between incoming ACK parser and retransmitter by David Howells · 4 years, 7 months ago
- 07a86b0 Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 4 years, 7 months ago
- 9daa0a2 Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
- 5ac0d62 rxrpc: Fix missing notification by David Howells · 4 years, 7 months ago
- 3067bf8 rxrpc: Move the call completion handling out of line by David Howells · 4 years, 7 months ago
- 32f71aa rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_ID by David Howells · 4 years, 8 months ago
- 23e2db3 rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACH by David Howells · 4 years, 8 months ago
- 298cd88 rxrpc: add rxrpc_sock_set_min_security_level by Christoph Hellwig · 4 years, 7 months ago
- fce9349 ipv6: add ip6_sock_set_recverr by Christoph Hellwig · 4 years, 7 months ago
- 2de569b ipv4: add ip_sock_set_mtu_discover by Christoph Hellwig · 4 years, 7 months ago
- db45c0e ipv4: add ip_sock_set_recverr by Christoph Hellwig · 4 years, 7 months ago
- 783da70 net: add sock_enable_timestamps by Christoph Hellwig · 4 years, 7 months ago
- 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- f45d01f rxrpc: Fix a memory leak in rxkad_verify_response() by Qiushi Wu · 4 years, 7 months ago
- 441fdee rxrpc: Fix ack discard by David Howells · 4 years, 8 months ago
- d1f1294 rxrpc: Trace discarded ACKs by David Howells · 4 years, 8 months ago
- c410bf01 rxrpc: Fix the excessive initial retransmission timeout by David Howells · 4 years, 8 months ago
- 9f72374 docs: networking: convert rxrpc.txt to ReST by Mauro Carvalho Chehab · 4 years, 8 months ago
- 0e631ee rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket by David Howells · 4 years, 9 months ago
- d3ec10a KEYS: Don't write out to userspace while holding key semaphore by Waiman Long · 4 years, 9 months ago
- 7d7587d afs: Fix client call Rx-phase signal handling by David Howells · 4 years, 10 months ago
- 498b577 rxrpc: Fix sendmsg(MSG_WAITALL) handling by David Howells · 4 years, 10 months ago
- e138aa7 rxrpc: Fix call interruptibility handling by David Howells · 4 years, 10 months ago
- 158fe66 rxrpc: Abstract out the calculation of whether there's Tx space 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
- b39a934 rxrpc: Fix service call disconnection 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
- 04d36d7 rxrpc: Fix missing active use pinning of rxrpc_local object by David Howells · 5 years ago
- f71dbf2 rxrpc: Fix insufficient receive notification generation by David Howells · 5 years ago
- fac20b9 rxrpc: Fix use-after-free in rxrpc_put_local() by David Howells · 5 years ago
- 122d74f rxrpc: Fix use-after-free in rxrpc_receive_data() by David Howells · 5 years ago
- ff43ae4 Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 5 years ago
- 063c60d rxrpc: Fix missing security check on incoming calls by David Howells · 5 years ago
- 13b7955 rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call() by David Howells · 5 years ago
- f33121c rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the caller by David Howells · 5 years ago
- c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
- 386403a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
- 642356c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
- d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- b95bba5 crypto: skcipher - rename the crypto_blkcipher module and kconfig option by Eric Biggers · 5 years ago
- f9c3243 rxrpc: Fix handling of last subpacket of jumbo packet by David Howells · 5 years ago
- 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 2ca4f6c rxrpc: use rcu protection while reading sk->sk_user_data by Eric Dumazet · 5 years ago
- f0308fb rxrpc: Fix possible NULL pointer access in ICMP handling by David Howells · 5 years ago
- 91fcfbe rxrpc: Fix call crypto state cleanup by David Howells · 5 years ago
- 9ebedde rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local record by David Howells · 5 years ago
- 48c9e0e rxrpc: Fix trace-after-put looking at the put call record by David Howells · 5 years ago
- 4c1295d rxrpc: Fix trace-after-put looking at the put connection record by David Howells · 5 years ago
- 55f6c98e rxrpc: Fix trace-after-put looking at the put peer record by David Howells · 5 years ago
- c48fc11 rxrpc: Fix call ref leak by David Howells · 5 years ago
- 033b2c7f rxrpc: Add missing "new peer" trace by David Howells · 5 years ago
- aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 5913289 rxrpc: Fix misplaced traceline 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
- d12040b rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2] by David Howells · 5 years ago
- d0d5c0c rxrpc: Use skb_unshare() rather than skb_cow_data() by David Howells · 5 years ago
- 987db9f rxrpc: Use the tx-phase skb flag to simplify tracing by David Howells · 5 years ago
- b311e68 rxrpc: Add a private skb flag to indicate transmission-phase skbs by David Howells · 5 years ago
- a641fd0 rxrpc: Abstract out rxtx ring cleanup by David Howells · 5 years ago
- 4858e40 rxrpc: Pass the input handler's data skb reference to the Rx ring by David Howells · 5 years ago
- e2de6c40 rxrpc: Use info in skbuff instead of reparsing a jumbo packet by David Howells · 5 years ago
- c3c9e3d rxrpc: Improve jumbo packet counting by David Howells · 5 years ago
- 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 06d9532 rxrpc: Fix read-after-free in rxrpc_queue_local() by David Howells · 5 years ago
- b00df84 rxrpc: Fix local endpoint replacement by David Howells · 5 years ago
- 68553f1 rxrpc: Fix local refcounting 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
- 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 1db88c5 rxrpc: Fix -Wframe-larger-than= warnings from on-stack crypto by David Howells · 5 years ago
- c69565e rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packet by David Howells · 5 years ago
- 60034d3d rxrpc: Fix potential deadlock by David Howells · 5 years ago
- eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
- 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
- 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 5 years ago
- 0f75ef6 Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
- c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- e835ada rxrpc: Fix send on a connected, but unbound socket by David Howells · 6 years ago
- 3427beb rxrpc: Fix uninitialized error code in rxrpc_send_data_packet() by David Howells · 6 years ago
- 2e12256 keys: Replace uid/gid/perm permissions checking with an ACL by David Howells · 6 years ago
- a58946c keys: Pass the network namespace into request_key mechanism by David Howells · 6 years ago
- 9b24261 keys: Network namespace domain tag by David Howells · 6 years ago
- dcf49db keys: Add a 'recurse' flag for keyring searches by David Howells · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- b4d0d23 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig 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
- ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- b130234 rxrpc: Fix net namespace cleanup by David Howells · 6 years ago
- 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 032be5f rxrpc: fix race condition in rxrpc_input_packet() by Eric Dumazet · 6 years ago
- 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 1a2391c rxrpc: Fix detection of out of order acks by Jeffrey Altman · 6 years ago
- 39ce675 rxrpc: Trace received connection aborts by David Howells · 6 years ago
- 8e8715a rxrpc: Allow errors to be returned from rxrpc_queue_packet() by Marc Dionne · 6 years ago
- 4611da3 rxrpc: Make rxrpc_kernel_check_life() indicate if call completed by Marc Dionne · 6 years ago
- 56d282d rxrpc: Clear socket error by Marc Dionne · 6 years ago
- a9107a1 rxrpc: Check address length before reading srx_service field by Tetsuo Handa · 6 years ago