summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-2566-442/+20
* ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells2023-06-251-6/+9
* ocfs2: Fix use of slab data with sendpageDavid Howells2023-06-251-11/+12
* scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-251-6/+9
* scsi: iscsi_tcp: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-252-18/+10
* drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells2023-06-251-4/+8
* smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGESDavid Howells2023-06-255-52/+1
* nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells2023-06-251-17/+29
* nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells2023-06-251-22/+27
* dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-251-3/+7
* rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-251-11/+12
* ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells2023-06-251-72/+19
* ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-251-40/+20
* net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()David Howells2023-06-251-22/+28
* tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-255-13/+17
* Merge tag 'mlx5-updates-2023-06-21' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-06-2510-68/+84
|\
| * net/mlx5: Remove pointless vport lookup from mlx5_esw_check_port_type()Jiri Pirko2023-06-231-6/+0
| * net/mlx5: Remove redundant check from mlx5_esw_query_vport_vhca_id()Jiri Pirko2023-06-231-3/+0
| * net/mlx5: Remove redundant is_mdev_switchdev_mode() check from is_ib_rep_supp...Jiri Pirko2023-06-231-3/+0
| * net/mlx5: Remove redundant MLX5_ESWITCH_MANAGER() check from is_ib_rep_suppor...Jiri Pirko2023-06-231-3/+0
| * net/mlx5e: E-Switch, Fix shared fdb error flowRoi Dayan2023-06-231-0/+4
| * net/mlx5e: Remove redundant commentRoi Dayan2023-06-231-1/+0
| * net/mlx5e: E-Switch, Pass other_vport flag if vport is not 0Roi Dayan2023-06-231-3/+6
| * net/mlx5e: E-Switch, Use xarray for devcom paired device indexRoi Dayan2023-06-232-7/+25
| * net/mlx5e: E-Switch, Add peer fdb miss rules for vport manager or ecpfRoi Dayan2023-06-231-1/+9
| * net/mlx5e: Use vhca_id for device index in vport rx rulesRoi Dayan2023-06-231-3/+3
| * net/mlx5: Lag, Remove duplicate code checking lag is supportedRoi Dayan2023-06-233-15/+14
| * net/mlx5: Fix error code in mlx5_is_reset_now_capable()Dan Carpenter2023-06-231-1/+1
| * net/mlx5: Fix reserved at offset in hca_cap registerLama Kayal2023-06-231-2/+2
| * net/mlx5: Fix SFs kernel documentation errorShay Drory2023-06-231-10/+12
| * net/mlx5: Fix UAF in mlx5_eswitch_cleanup()Shay Drory2023-06-231-10/+8
* | Merge branch 'netlink-add-display-hint-to-ynl'Jakub Kicinski2023-06-256-6/+168
|\ \
| * | netlink: specs: add display hints to ovs_flowDonald Hunter2023-06-251-0/+107
| * | tools: ynl: add display-hint support to ynlDonald Hunter2023-06-252-5/+39
| * | netlink: specs: add display-hint to schema definitionsDonald Hunter2023-06-253-1/+22
|/ /
* | Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...Jakub Kicinski2023-06-259-11/+226
|\ \
| * | ieee802154: ca8210: Remove stray gpiod_unexport() callAndy Shevchenko2023-06-061-1/+0
| * | Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal2023-06-0613518-397345/+792263
| |\ \
| * | | ieee802154: ca8210: Flag the driver as being limitedMiquel Raynal2023-03-241-1/+2
| * | | net: ieee802154: Handle limited devices with only datagram supportMiquel Raynal2023-03-242-0/+13
| * | | mac802154: Handle received BEACON_REQMiquel Raynal2023-03-236-5/+117
| * | | ieee802154: Add support for allowing to answer BEACON_REQMiquel Raynal2023-03-231-1/+1
| * | | mac802154: Handle active scanningMiquel Raynal2023-03-234-3/+92
| * | | ieee802154: Add support for user active scan requestsMiquel Raynal2023-03-231-0/+1
* | | | Merge branch 'selftests-mptcp-refactoring-and-minor-fixes'Jakub Kicinski2023-06-252-264/+369
|\ \ \ \
| * | | | selftests: mptcp: connect: fix comment typoYueh-Shun Li2023-06-251-1/+1
| * | | | selftests: mptcp: add pm_nl_set_endpoint helperGeliang Tang2023-06-251-113/+122
| * | | | selftests: mptcp: drop sflags parameterGeliang Tang2023-06-251-17/+22
| * | | | selftests: mptcp: drop addr_nr_ns1/2 parametersGeliang Tang2023-06-251-73/+103
| * | | | selftests: mptcp: drop test_linkfail parameterGeliang Tang2023-06-251-93/+99