summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-28262-4447/+6923
|\
| * net: scm: introduce and use scm_recv_unix helperAlexander Mikhalitsyn2023-06-271-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-2719-106/+249
| |\
| | * netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-06-272-4/+15
| | * net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addressesVladimir Oltean2023-06-274-29/+64
| | * netfilter: nf_tables: fix underflow in chain reference counterPablo Neira Ayuso2023-06-261-1/+3
| | * netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso2023-06-261-0/+2
| | * netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov2023-06-261-1/+1
| | * netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...Florian Westphal2023-06-261-3/+49
| | * net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma2023-06-266-24/+77
| | * sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet2023-06-241-34/+25
| | * Merge tag 'linux-can-fixes-for-6.4-20230622' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-06-221-2/+3
| | |\
| | | * can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp2023-06-221-2/+3
| | * | netlink: do not hard code device address lenth in fdb dumpsEric Dumazet2023-06-221-4/+4
| | * | netlink: fix potential deadlock in netlink_set_err()Eric Dumazet2023-06-222-4/+6
| * | | Revert "af_unix: Call scm_recv() only after scm_set_cred()."Kuniyuki Iwashima2023-06-271-1/+1
| * | | libceph: Partially revert changes to support MSG_SPLICE_PAGESDavid Howells2023-06-272-39/+107
| * | | Merge tag 'nf-next-23-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-06-2621-70/+194
| |\ \ \
| | * | | netfilter: nf_tables: limit allowed range via nla_policyFlorian Westphal2023-06-2615-21/+21
| | * | | netfilter: nf_tables: Introduce NFT_MSG_GETSETELEM_RESETPhil Sutter2023-06-261-20/+48
| | * | | 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-261-0/+4
| | * | | 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
| * | | | net: Kill MSG_SENDPAGE_NOTLASTDavid Howells2023-06-243-4/+3
| * | | | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-2449-330/+8
| * | | | smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGESDavid Howells2023-06-245-52/+1
| * | | | rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-241-11/+12
| * | | | ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells2023-06-241-72/+19
| * | | | ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-241-40/+20
| * | | | net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()David Howells2023-06-241-22/+28
| * | | | tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-244-10/+15
| * | | | Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...Jakub Kicinski2023-06-246-8/+202
| |\ \ \ \
| | * \ \ \ Merge tag 'v6.4-rc4' into wpan-next/stagingMiquel Raynal2023-06-06316-3151/+10331
| | |\ \ \ \
| | * | | | | net: ieee802154: Handle limited devices with only datagram supportMiquel Raynal2023-03-241-0/+10
| | * | | | | mac802154: Handle received BEACON_REQMiquel Raynal2023-03-235-5/+115
| | * | | | | ieee802154: Add support for allowing to answer BEACON_REQMiquel Raynal2023-03-231-1/+1
| | * | | | | mac802154: Handle active scanningMiquel Raynal2023-03-233-2/+75
| | * | | | | ieee802154: Add support for user active scan requestsMiquel Raynal2023-03-231-0/+1
| * | | | | | net/tcp: optimise locking for blocking splicePavel Begunkov2023-06-241-1/+1
| * | | | | | af_unix: Call scm_recv() only after scm_set_cred().Kuniyuki Iwashima2023-06-241-1/+1
| * | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-245-47/+121
| |\ \ \ \ \ \
| | * | | | | | bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindingsGilad Sever2023-06-211-30/+39
| | * | | | | | bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpointGilad Sever2023-06-211-6/+18
| | * | | | | | bpf: Factor out socket lookup functions for the TC hookpoint.Gilad Sever2023-06-211-3/+60
| | * | | | | | bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko2023-06-192-8/+0
| | * | | | | | bpf/xdp: optimize bpf_xdp_pointer to avoid reading sinfoJesper Dangaard Brouer2023-06-051-3/+4
| | * | | | | | bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos2023-06-011-1/+13