Toggle navigation
Patchwork
netdev
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
David Howells
| State =
Action Required
| 53 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[RFC,net] rxrpc: Fix missing dependency on NET_UDP_TUNNEL
[RFC,net] rxrpc: Fix missing dependency on NET_UDP_TUNNEL
-
-
-
2021-02-09
David Howells
New
[net] rxrpc: Fix deadlock around release of dst cached on udp tunnel
[net] rxrpc: Fix deadlock around release of dst cached on udp tunnel
-
-
-
2021-01-29
David Howells
New
[net] rxrpc: Fix memory leak in rxrpc_lookup_local
[net] rxrpc: Fix memory leak in rxrpc_lookup_local
-
-
-
2021-01-28
David Howells
New
[net] rxrpc: Call state should be read with READ_ONCE() under some circumstances
[net] rxrpc: Call state should be read with READ_ONCE() under some circumstances
-
-
-
2021-01-12
David Howells
New
[net] rxrpc: Fix handling of an unsupported token type in rxrpc_read()
[net] rxrpc: Fix handling of an unsupported token type in rxrpc_read()
-
-
-
2021-01-12
David Howells
New
[net-next,17/17] rxrpc: Ask the security class how much space to allow in a packet
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,16/17] rxrpc: rxkad: Don't use pskb_pull() to advance through the response packet
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,15/17] rxrpc: Organise connection security to use a union
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,14/17] rxrpc: Don't reserve security header in Tx DATA skbuff
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,13/17] rxrpc: Merge prime_packet_security into init_connection_security
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,12/17] rxrpc: Fix example key name in a comment
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,11/17] rxrpc: Ignore unknown tokens in key payload unless no known tokens
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,10/17] rxrpc: Make the parsing of xdr payloads more coherent
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,09/17] rxrpc: Allow security classes to give more info on server keys
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,08/17] rxrpc: Don't leak the service-side session key to userspace
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,07/17] rxrpc: Hand server key parsing off to the security class
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,06/17] rxrpc: Split the server key type (rxrpc_s) into its own file
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,05/17] rxrpc: Don't retain the server key in the connection
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,04/17] rxrpc: Support keys with multiple authentication tokens
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,03/17] rxrpc: List the held token types in the key description in /proc/keys
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,02/17] rxrpc: Remove the rxk5 security class as it's now defunct
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,01/17] keys: Provide the original description to the key preparser
rxrpc: Prelude to gssapi support
-
-
-
2020-11-23
David Howells
New
[net-next,2/2] rxrpc: Fix loss of final ack on shutdown
rxrpc: Fixes
-
-
-
2020-10-15
David Howells
New
[net-next,1/2] rxrpc: Fix bundle counting for exclusive connections
rxrpc: Fixes
-
-
-
2020-10-15
David Howells
New
[net,6/6] rxrpc: Fix server keyring leak
rxrpc: Miscellaneous fixes
-
-
-
2020-10-05
David Howells
New
[net,5/6] rxrpc: The server keyring isn't network-namespaced
rxrpc: Miscellaneous fixes
-
-
-
2020-10-05
David Howells
New
[net,4/6] rxrpc: Fix accept on a connection that need securing
rxrpc: Miscellaneous fixes
-
-
-
2020-10-05
David Howells
New
[net,3/6] rxrpc: Fix some missing _bh annotations on locking conn->state_lock
rxrpc: Miscellaneous fixes
-
-
-
2020-10-05
David Howells
New
[net,2/6] rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()
rxrpc: Miscellaneous fixes
-
-
-
2020-10-05
David Howells
New
[net,1/6] rxrpc: Fix rxkad token xdr encoding
rxrpc: Miscellaneous fixes
-
-
-
2020-10-05
David Howells
New
[net-next,22/23] rxrpc: Make the parsing of xdr payloads more coherent
rxrpc: Fixes and preparation for RxGK
-
-
-
2020-10-01
David Howells
New
[net-next,12/23] rxrpc: Allow for a security trailer in a packet
rxrpc: Fixes and preparation for RxGK
-
-
-
2020-10-01
David Howells
New
[net-next,09/23] rxrpc: Change basic data packet size alignment to 1
rxrpc: Fixes and preparation for RxGK
-
-
-
2020-10-01
David Howells
New
[net-next,5/5] rxrpc: Fix an overget of the conn bundle when setting up a client conn
rxrpc: Fixes for the connection manager rewrite
-
-
-
2020-09-14
David Howells
New
[net-next,4/5] rxrpc: Fix conn bundle leak in net-namespace exit
rxrpc: Fixes for the connection manager rewrite
-
-
-
2020-09-14
David Howells
New
[net-next,3/5] rxrpc: Fix rxrpc_bundle::alloc_error to be signed
rxrpc: Fixes for the connection manager rewrite
-
-
-
2020-09-14
David Howells
New
[net-next,2/5] rxrpc: Fix a missing NULL-pointer check in a trace
rxrpc: Fixes for the connection manager rewrite
-
-
-
2020-09-14
David Howells
New
[net-next,2/3] rxrpc: Rewrite the client connection manager
rxrpc: Allow more calls to same peer
-
-
-
2020-09-08
David Howells
New
[net] rxrpc: Fix memory leak in rxkad_verify_response()
[net] rxrpc: Fix memory leak in rxkad_verify_response()
-
-
-
2020-08-27
David Howells
New
[net,6/7] afs: Don't use VL probe running state to make decisions outside probe code
Untitled series #54130
-
-
-
2020-08-27
David Howells
New
[net,5/7] afs: Expose information from afs_vlserver through /proc for debugging
Untitled series #54130
-
-
-
2020-08-27
David Howells
New
[net,2/7] rxrpc: Fix loss of RTT samples due to interposed ACK
Untitled series #54130
-
-
-
2020-08-27
David Howells
New
[net,2/3] rxrpc: Fix handling of rwind from an ACK packet
rxrpc: Performance drop fix and other fixes
-
-
-
2020-06-18
David Howells
New
[net] rxrpc: Fix race between incoming ACK parser and retransmitter
[net] rxrpc: Fix race between incoming ACK parser and retransmitter
-
-
-
2020-06-11
David Howells
New
[net,2/2] rxrpc: Fix missing notification
rxrpc: Fix hang due to missing notification
-
-
-
2020-06-08
David Howells
New
[net,2/2] rxrpc: Fix a memory leak in rxkad_verify_response() [ver #2]
rxrpc: Fix a warning and a leak [ver #2]
-
-
-
2020-05-22
David Howells
New
[net,1/2] rxrpc: Fix a warning
[net,1/2] rxrpc: Fix a warning
-
-
-
2020-05-22
David Howells
New
[net,3/3] rxrpc: Fix ack discard
Untitled series #41377
-
-
-
2020-05-20
David Howells
New
[net,2/3] rxrpc: Trace discarded ACKs
Untitled series #41377
-
-
-
2020-05-20
David Howells
New
[net] rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket
[net] rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket
-
-
-
2020-04-13
David Howells
New
[net,5/6] afs: Fix handling of an abort from a service handler
[net,1/6] rxrpc: Abstract out the calculation of whether there's Tx space
-
-
-
2020-03-19
David Howells
New
[net,3/6] rxrpc: Fix sendmsg(MSG_WAITALL) handling
[net,1/6] rxrpc: Abstract out the calculation of whether there's Tx space
-
-
-
2020-03-19
David Howells
New
[net,1/6] rxrpc: Abstract out the calculation of whether there's Tx space
[net,1/6] rxrpc: Abstract out the calculation of whether there's Tx space
-
-
-
2020-03-19
David Howells
New