summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| | * | | | | | | | net: Use umd_cleanup_helper()Jarkko Sakkinen2023-05-312-11/+2
| * | | | | | | | | Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-06-2231-866/+2193
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | wifi: mac80211: mark keys as uploaded when added by the driverYedidya Benshimol2023-06-211-2/+6
| | * | | | | | | | | wifi: nl80211/reg: add no-EHT regulatory flagJohannes Berg2023-06-211-1/+3
| | * | | | | | | | | wifi: cfg80211: Retrieve PSD information from RNR AP informationIlan Peer2023-06-211-0/+13
| | * | | | | | | | | wifi: mac80211: fix CRC calculation for extended elemsJohannes Berg2023-06-211-14/+11
| | * | | | | | | | | wifi: mac80211: avoid lockdep checking when removing deflinkBenjamin Berg2023-06-211-2/+3
| | * | | | | | | | | wifi: mac80211: always hold sdata lock in chanctx assign/unassignJohannes Berg2023-06-212-5/+18
| | * | | | | | | | | wifi: mac80211: store BSS param change count from assoc responseJohannes Berg2023-06-212-1/+17
| | * | | | | | | | | wifi: mac80211: drop some unprotected action framesJohannes Berg2023-06-211-2/+13