Show patches with: Submitter = David Laight       |   55 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
net: sctp: Fix negotiation of the number of data streams - backport request net: sctp: Fix negotiation of the number of data streams - backport request 1 1 - - --- 2020-10-13 David Laight davem Not Applicable
[9/9,net-next] net/socket: Use iovec_import() instead of import_iovec(). Changes to code that reads iovec from userspace - - - - --- 2020-09-15 David Laight davem Not Applicable
[8/9,next] fs: Use iovec_import() instead of import_iovec(). Changes to code that reads iovec from userspace - - - - --- 2020-09-15 David Laight davem Not Applicable
[7/9,next] mm/process_vm_access: Use iovec_import() instead of import_iovec(). Changes to code that reads iovec from userspace - - - - --- 2020-09-15 David Laight davem Not Applicable
[6/9,next] security/keys: Use iovec_import() instead of import_iovec(). Changes to code that reads iovec from userspace - - - - --- 2020-09-15 David Laight davem Not Applicable
[5/9,next] scsi: Use iovec_import() instead of import_iovec(). Changes to code that reads iovec from userspace - - - - --- 2020-09-15 David Laight davem Not Applicable
[4/9,next] fs/io_uring Don't use the return value from import_iovec(). Changes to code that reads iovec from userspace - - 1 - --- 2020-09-15 David Laight davem Not Applicable
[3/9,next] lib/iov_iter: Improved function for importing iovec[] from userpace. Changes to code that reads iovec from userspace - - - - --- 2020-09-15 David Laight davem Not Applicable
[2/9,next] fs: Move rw_copy_check_uvector() into lib/iov_iter.c and make static. Changes to code that reads iovec from userspace - - 1 - --- 2020-09-15 David Laight davem Not Applicable
[1/9,next] mm:process_vm_access Call import_iovec() instead of rw_copy_check_uvector() Changes to code that reads iovec from userspace - - - - --- 2020-09-15 David Laight davem Not Applicable
[v2] net: sctp: Fix negotiation of the number of data streams. [v2] net: sctp: Fix negotiation of the number of data streams. 1 1 - - --- 2020-08-19 David Laight davem Accepted
net: sctp: Fix negotiation of the number of data streams. net: sctp: Fix negotiation of the number of data streams. - - - - --- 2020-08-18 David Laight davem Changes Requested
[v3,net-next,2/8] sctp: setsockopt, move usercopies into a wrapper. [v3,net-next,1/8] sctp: setsockopt, expand some #defines - - - - --- 2020-05-26 David Laight davem Changes Requested
[v3,net-next,1/8] sctp: setsockopt, expand some #defines [v3,net-next,1/8] sctp: setsockopt, expand some #defines - - - - --- 2020-05-26 David Laight davem Changes Requested
[v3,net-next,4/8] sctp: getsockopt, rename some locals. [v3,net-next,1/8] sctp: setsockopt, expand some #defines - - - - --- 2020-05-26 David Laight davem Changes Requested
[v3,net-next,5/8] sctp: getsockopt, move usercopies into a wrapper. [v3,net-next,1/8] sctp: setsockopt, expand some #defines - - - - --- 2020-05-26 David Laight davem Changes Requested
[v3,net-next,6/8] sctp: getsockopt, expand some #defines [v3,net-next,1/8] sctp: setsockopt, expand some #defines - - - - --- 2020-05-26 David Laight davem Changes Requested
[v3,net-next,7/8] sctp: setsockopt, remove 'goto out' [v3,net-next,1/8] sctp: setsockopt, expand some #defines - - - - --- 2020-05-26 David Laight davem Changes Requested
[v3,net-next,8/8] sctp: setsockopt, whitespace changes [v3,net-next,1/8] sctp: setsockopt, expand some #defines - - - - --- 2020-05-26 David Laight davem Changes Requested
[v3,net-next,1/8] sctp: setsockopt, rename some locals. [v3,net-next,1/8] sctp: setsockopt, rename some locals. - - - - --- 2020-05-26 David Laight davem Changes Requested
Subject: [PATCH v2 net-next] sctp: Pull the user copies out of the individual sockopt functions. Subject: [PATCH v2 net-next] sctp: Pull the user copies out of the individual sockopt functions. - - - - --- 2020-05-22 David Laight davem RFC
[net-next] sctp: Pull the user copies out of the individual sockopt functions. [net-next] sctp: Pull the user copies out of the individual sockopt functions. - - - - --- 2020-05-20 David Laight davem Superseded
[v2] x86: Optimise x86 IP checksum code [v2] x86: Optimise x86 IP checksum code - - - - --- 2020-05-10 David Laight davem Not Applicable
[net-next] net/ipv4/raw Optimise ipv4 raw sends when IP_HDRINCL set. [net-next] net/ipv4/raw Optimise ipv4 raw sends when IP_HDRINCL set. - - - - --- 2020-05-10 David Laight davem Changes Requested
[RFC,10/12] net/socket: Use iovec_import() instead of import_iovec(). Changes to code that reads iovec from userspace - - - - --- 2020-03-31 David Laight davem RFC
[net-next] Remove DST_HOST [net-next] Remove DST_HOST 1 - - - --- 2020-03-23 David Laight davem Accepted
[net,1/1] e1000e: Stop tx/rx setup spinning for upwards of 300us. e1000e: Stop tx/rx setup spinning for upwards of 300us. - - - - --- 2020-03-03 David Laight davem Awaiting Upstream
[3/3] Optimise kfree() of memory used for large user iovecs. Optimisation to the 'iovec' copying code. - - - - --- 2020-01-24 David Laight davem Not Applicable
[2/3] Use _copy_from_user() to read SG iovec array. Optimisation to the 'iovec' copying code. - - - - --- 2020-01-24 David Laight davem Not Applicable
[1/3] Use a struct for the on-stack 'struct iovec' cache for user sg requests. Optimisation to the 'iovec' copying code. - - - - --- 2020-01-24 David Laight davem Not Applicable
[V2,net-next] core: Simplify logic in dev_load(). - - - - --- 2014-09-03 David Laight davem Changes Requested
[V2,net] core: Don't attempt to load the "" driver. - - - - --- 2014-09-03 David Laight davem Changes Requested
[net-next] core: Simplify logic in dev_load(). - - - - --- 2014-09-02 David Laight davem Changes Requested
[net] core: Don't attempt to load the "" driver. - - - - --- 2014-09-02 David Laight davem Changes Requested
[net-next,v3,3/3] net: sctp: Add support for MSG_MORE on SCTP - - - - --- 2014-07-22 David Laight davem Changes Requested
[net-next,v3,2/3] net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY 1 - - - --- 2014-07-22 David Laight davem Accepted
[net-next,v3,1/3] net: sctp: Open out the check for Nagle 1 - - - --- 2014-07-22 David Laight davem Accepted
[net-next,v3,3/3] Add support for MSG_MORE on SCTP - - - - --- 2014-07-18 David Laight davem Changes Requested
[net-next,v3,2/3] Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY - - - - --- 2014-07-18 David Laight davem Changes Requested
[net-next,v3,1/3] Open out the check for Nagle - - - - --- 2014-07-18 David Laight davem Changes Requested
[net-next,v2,3/3] net: sctp: Add partial support for MSG_MORE on SCTP - - - - --- 2014-07-09 David Laight davem Changes Requested
[net-next,v2,2/3] net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY 1 - - - --- 2014-07-09 David Laight davem Changes Requested
[v2,net-next,1/3] net: sctp: Open out the check for Nagle - - - - --- 2014-07-09 David Laight davem Changes Requested
[net-next,v2,3/3] net: sctp: Use pointers (not array indexes) to access sctp_cmd_seq_t.cmds[]. - - - - --- 2014-07-04 David Laight davem Accepted
[net-next,v2,2/3] net: sctp: Optimise the way 'sctp_arg_t' values are initialised. - - - - --- 2014-07-04 David Laight davem Accepted
[net-next,v2,1/3] net: sctp: Inline the functions from command.c - - - - --- 2014-07-04 David Laight davem Accepted
[net-next,3/3] net: sctp: Use pointers (not array indexes) to access sctp_cmd_seq_t.cmds[] - - - - --- 2014-06-30 David Laight davem Changes Requested
[net-next,2/3] net: sctp: Optimise the way 'sctp_arg_t' values are initialised - - - - --- 2014-06-30 David Laight davem Changes Requested
[net-next,1/3] net: sctp: Inline the functions from command.c 1 - - - --- 2014-06-30 David Laight davem Changes Requested
[net-next] sctp: Add partially support for MSG_MORE to SCTP. - - - - --- 2014-06-20 David Laight davem Changes Requested
SCTP data chunk bundling when SCTP_NODELAY is set - - - - --- 2014-06-18 David Laight davem RFC
[RFC] sctp: optimise sctp/command.[ch] - - - - --- 2014-06-13 David Laight davem RFC
[RFC,1/1] usb: Tell xhci when usb data might be misaligned - - - - --- 2014-01-30 David Laight davem Not Applicable
usbnet: Fix dma setup for fragmented packets that need a pad byte appended. 1 - 1 1 --- 2014-01-14 David Laight davem Not Applicable
usb: xhci: Link TRB must not occur with a USB payload burst. - - - - --- 2013-11-07 David Laight davem Not Applicable