summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp2023-06-221-2/+3
| | * | | net: phy: dp83td510: fix kernel stall during netboot in DP83TD510E PHY driverOleksij Rempel2023-06-231-18/+5
| | * | | netlink: do not hard code device address lenth in fdb dumpsEric Dumazet2023-06-231-4/+4
| | * | | netlink: fix potential deadlock in netlink_set_err()Eric Dumazet2023-06-232-4/+6
| | * | | net: stmmac: fix double serdes powerdownBartosz Golaszewski2023-06-231-6/+0
| | * | | MAINTAINERS: update email addresses of octeon_ep driver maintainersSathesh Edara2023-06-231-1/+1
| | * | | Bluetooth: MAINTAINERS: add Devicetree bindings to Bluetooth driversKrzysztof Kozlowski2023-06-231-0/+1
| * | | | Revert "af_unix: Call scm_recv() only after scm_set_cred()."Kuniyuki Iwashima2023-06-271-1/+1
| * | | | phylink: ReST-ify the phylink_pcs_neg_mode() kdocJakub Kicinski2023-06-271-4/+6
| * | | | libceph: Partially revert changes to support MSG_SPLICE_PAGESDavid Howells2023-06-272-39/+107
| * | | | net: phy: mscc: fix packet loss due to RGMII delaysVladimir Oltean2023-06-271-2/+2
| * | | | Merge branch 'use-vmalloc_array-and-vcalloc'Jakub Kicinski2023-06-276-9/+9
| |\ \ \ \
| | * | | | net: mana: use vmalloc_array and vcallocJulia Lawall2023-06-271-1/+1
| | * | | | net: enetc: use vmalloc_array and vcallocJulia Lawall2023-06-271-2/+2
| | * | | | ionic: use vmalloc_array and vcallocJulia Lawall2023-06-271-2/+2
| | * | | | pds_core: use vmalloc_array and vcallocJulia Lawall2023-06-271-2/+2
| | * | | | gve: use vmalloc_array and vcallocJulia Lawall2023-06-271-1/+1
| | * | | | octeon_ep: use vmalloc_array and vcallocJulia Lawall2023-06-271-1/+1
| |/ / / /
| * | | | perf trace: fix MSG_SPLICE_PAGES build errorMatthieu Baerts2023-06-271-0/+3
| * | | | Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-06-2623-70/+199
| |\ \ \ \
| | * | | | netfilter: nf_tables: limit allowed range via nla_policyFlorian Westphal2023-06-2615-21/+21
| | * | | | netfilter: nf_tables: Introduce NFT_MSG_GETSETELEM_RESETPhil Sutter2023-06-262-20/+50
| | * | | | netfilter: snat: evict closing tcp entries on reply tuple collisionFlorian Westphal2023-06-261-4/+88
| | * | | | netfilter: nf_tables: permit update of set sizeFlorian Westphal2023-06-262-0/+7
| | * | | | 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
| |\ \ \ \ \