summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGESDavid Howells2023-06-255-52/+1
* 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-254-10/+15
* Merge tag 'ieee802154-for-net-next-2023-06-23' of gitolite.kernel.org:pub/scm...Jakub Kicinski2023-06-256-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-251-1/+1
* | | af_unix: Call scm_recv() only after scm_set_cred().Kuniyuki Iwashima2023-06-251-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-2331-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
| * | | | wifi: mac80211: move action length check upJohannes Berg2023-06-211-4/+5
| * | | | wifi: mac80211: drop unprotected robust mgmt before 4-way-HSAlon Giladi2023-06-211-3/+10
| * | | | wifi: mac80211: add eht_capa debugfs fieldBen Greear2023-06-191-0/+185
| * | | | wifi: mac80211: check EHT basic MCS/NSS setJohannes Berg2023-06-191-1/+88
| * | | | wifi: cfg80211: search all RNR elements for colocated APsBenjamin Berg2023-06-191-64/+63
| * | | | wifi: cfg80211: stop parsing after allocation failureBenjamin Berg2023-06-191-1/+2
| * | | | wifi: update multi-link element STA reconfigJohannes Berg2023-06-191-1/+1
| * | | | wifi: mac80211: agg-tx: prevent start/stop raceJohannes Berg2023-06-191-0/+8
| * | | | wifi: mac80211: agg-tx: add a few locking assertionsJohannes Berg2023-06-191-1/+5
| * | | | wifi: mac80211: Support link removal using Reconfiguration ML elementIlan Peer2023-06-192-0/+172
| * | | | wifi: mac80211: add set_active_links variant not locking sdataBenjamin Berg2023-06-192-2/+14
| * | | | wifi: mac80211: add ___ieee80211_disconnect variant not locking sdataBenjamin Berg2023-06-191-5/+7
| * | | | wifi: cfg80211/nl80211: Add support to indicate STA MLD setup links removalVeerendranath Jakkam2023-06-194-0/+101
| * | | | wifi: cfg80211: do not scan disabled links on 6GHzBenjamin Berg2023-06-191-0/+7
| * | | | wifi: cfg80211: handle BSS data contained in ML probe responsesBenjamin Berg2023-06-191-7/+354
| * | | | wifi: cfg80211: use structs for TBTT information accessBenjamin Berg2023-06-191-28/+33
| * | | | wifi: cfg80211: use a struct for inform_single_bss dataBenjamin Berg2023-06-191-97/+112
| * | | | wifi: cfg80211: Always ignore ML elementBenjamin Berg2023-06-191-0/+4