summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-06-27net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addressesVladimir Oltean
2023-06-27Revert "af_unix: Call scm_recv() only after scm_set_cred()."Kuniyuki Iwashima
2023-06-27phylink: ReST-ify the phylink_pcs_neg_mode() kdocJakub Kicinski
2023-06-27libceph: Partially revert changes to support MSG_SPLICE_PAGESDavid Howells
2023-06-27net: phy: mscc: fix packet loss due to RGMII delaysVladimir Oltean
2023-06-27Merge branch 'use-vmalloc_array-and-vcalloc'Jakub Kicinski
2023-06-27net: mana: use vmalloc_array and vcallocJulia Lawall
2023-06-27net: enetc: use vmalloc_array and vcallocJulia Lawall
2023-06-27ionic: use vmalloc_array and vcallocJulia Lawall
2023-06-27pds_core: use vmalloc_array and vcallocJulia Lawall
2023-06-27gve: use vmalloc_array and vcallocJulia Lawall
2023-06-27octeon_ep: use vmalloc_array and vcallocJulia Lawall
2023-06-27net: usb: qmi_wwan: add u-blox 0x1312 compositionDavide Tronchin
2023-06-27perf trace: fix MSG_SPLICE_PAGES build errorMatthieu Baerts
2023-06-27Merge tag 'nf-23-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2023-06-27ipvlan: Fix return value of ipvlan_queue_xmit()Cambda Zhu
2023-06-26Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-06-26netfilter: nf_tables: fix underflow in chain reference counterPablo Neira Ayuso
2023-06-26netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso
2023-06-26netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov
2023-06-26linux/netfilter.h: fix kernel-doc warningsRandy Dunlap
2023-06-26netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...Florian Westphal
2023-06-26lib/ts_bm: reset initial match offset for every block of textJeremy Sowden
2023-06-26net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma
2023-06-26Merge branch 'sfc-next'David S. Miller
2023-06-26sfc: falcon: use padding to fix alignment in loopback testEdward Cree
2023-06-26sfc: siena: use padding to fix alignment in loopback testEdward Cree
2023-06-26sfc: use padding to fix alignment in loopback testEdward Cree
2023-06-26sfc: fix crash when reading stats while NIC is resettingEdward Cree
2023-06-26netfilter: nf_tables: limit allowed range via nla_policyFlorian Westphal
2023-06-26netfilter: nf_tables: Introduce NFT_MSG_GETSETELEM_RESETPhil Sutter
2023-06-26netfilter: snat: evict closing tcp entries on reply tuple collisionFlorian Westphal
2023-06-26netfilter: nf_tables: permit update of set sizeFlorian Westphal
2023-06-26netfilter: ipset: remove rcu_read_lock_bh pair from ip_set_testFlorian Westphal
2023-06-26netfilter: nft_payload: rebuild vlan header when neededPablo Neira Ayuso
2023-06-24Merge branch 'splice-net-switch-over-users-of-sendpage-and-remove-it'Jakub Kicinski
2023-06-24net: Kill MSG_SENDPAGE_NOTLASTDavid Howells
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-24ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells
2023-06-24ocfs2: Fix use of slab data with sendpageDavid Howells
2023-06-24scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells
2023-06-24scsi: iscsi_tcp: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells
2023-06-24drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells
2023-06-24smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGESDavid Howells
2023-06-24nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells
2023-06-24nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells
2023-06-24dlm: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells
2023-06-24rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells