summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | netfilter: ipset: remove rcu_read_lock_bh pair from ip_set_testFlorian Westphal2023-06-261-2/+0
| * | | | netfilter: nft_payload: rebuild vlan header when neededPablo Neira Ayuso2023-06-261-1/+2
| * | | | ipvs: dynamically limit the connection hash tableJulian Anastasov2023-06-011-9/+17
| * | | | ipvs: increase ip_vs_conn_tab_bits range for 64BITAbhijeet Rastogi2023-06-012-15/+16
* | | | | Merge branch 'sfc-next'David S. Miller2023-06-263-57/+84
|\ \ \ \ \
| * | | | | sfc: falcon: use padding to fix alignment in loopback testEdward Cree2023-06-261-19/+28
| * | | | | sfc: siena: use padding to fix alignment in loopback testEdward Cree2023-06-261-19/+28
| * | | | | sfc: use padding to fix alignment in loopback testEdward Cree2023-06-261-19/+28
|/ / / / /
* | | | | Merge branch 'splice-net-switch-over-users-of-sendpage-and-remove-it'Jakub Kicinski2023-06-2588-748/+230
|\ \ \ \ \
| * | | | | net: Kill MSG_SENDPAGE_NOTLASTDavid Howells2023-06-256-12/+5
| * | | | | 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