summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-20Merge tag 'ieee802154-for-net-2023-06-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2-2/+2
2023-06-19NFS: add sysfs shutdown knobBenjamin Coddington1-0/+5
2023-06-19NFS: Add sysfs links to sunrpc clients for nfs_clientsBenjamin Coddington1-7/+0
2023-06-19ipv6: exthdrs: Remove redundant skb_headlen() check in ip6_parse_tlv().Kuniyuki Iwashima1-3/+0
2023-06-19ipv6: exthdrs: Reload hdr only when needed in ipv6_srh_rcv().Kuniyuki Iwashima1-2/+2
2023-06-19ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().Kuniyuki Iwashima1-5/+1
2023-06-19ipv6: rpl: Remove redundant multicast tests in ipv6_rpl_srh_rcv().Kuniyuki Iwashima1-2/+1
2023-06-19ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().Kuniyuki Iwashima2-23/+1
2023-06-19SUNRPC: Add a TCP-with-TLS RPC transport classChuck Lever2-0/+371
2023-06-19SUNRPC: Capture CMSG metadata on client-side receiveChuck Lever1-2/+47
2023-06-19SUNRPC: Ignore data_ready callbacks during TLS handshakesChuck Lever1-0/+6
2023-06-19SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavorChuck Lever4-2/+180
2023-06-19SUNRPC: Trace the rpc_create_argsChuck Lever1-1/+1
2023-06-19SUNRPC: Plumb an API for setting transport layer securityChuck Lever1-0/+4
2023-06-19SUNRPC: attempt to reach rpcbind with an abstract socket nameNeilBrown1-8/+31
2023-06-19SUNRPC: support abstract unix socket addressesNeilBrown2-4/+13
2023-06-19wifi: mac80211: add eht_capa debugfs fieldBen Greear1-0/+185
2023-06-19ipvs: align inner_mac_header for encapsulationTerin Stock1-0/+2
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko2-8/+0
2023-06-19wifi: mac80211: check EHT basic MCS/NSS setJohannes Berg1-1/+88
2023-06-19wifi: cfg80211: search all RNR elements for colocated APsBenjamin Berg1-64/+63
2023-06-19wifi: cfg80211: stop parsing after allocation failureBenjamin Berg1-1/+2
2023-06-19wifi: update multi-link element STA reconfigJohannes Berg1-1/+1
2023-06-19wifi: mac80211: agg-tx: prevent start/stop raceJohannes Berg1-0/+8
2023-06-19wifi: mac80211: agg-tx: add a few locking assertionsJohannes Berg1-1/+5
2023-06-19wifi: mac80211: Support link removal using Reconfiguration ML elementIlan Peer2-0/+172
2023-06-19wifi: mac80211: add set_active_links variant not locking sdataBenjamin Berg2-2/+14
2023-06-19wifi: mac80211: add ___ieee80211_disconnect variant not locking sdataBenjamin Berg1-5/+7
2023-06-19wifi: cfg80211/nl80211: Add support to indicate STA MLD setup links removalVeerendranath Jakkam4-0/+101
2023-06-19wifi: cfg80211: do not scan disabled links on 6GHzBenjamin Berg1-0/+7
2023-06-19wifi: cfg80211: handle BSS data contained in ML probe responsesBenjamin Berg1-7/+354
2023-06-19wifi: cfg80211: use structs for TBTT information accessBenjamin Berg1-28/+33
2023-06-19wifi: cfg80211: use a struct for inform_single_bss dataBenjamin Berg1-97/+112
2023-06-19wifi: cfg80211: Always ignore ML elementBenjamin Berg1-0/+4
2023-06-19wifi: ieee80211: add helper to validate ML element type and sizeBenjamin Berg1-1/+2
2023-06-19wifi: mac80211: Include Multi-Link in CRC calculationIlan Peer1-0/+4
2023-06-19wifi: cfg80211: fix regulatory disconnect with OCB/NANJohannes Berg2-20/+10
2023-06-19wifi: cfg80211: fix regulatory disconnect for non-MLOJohannes Berg1-1/+1
2023-06-19wifi: mac80211: Rename ieee80211_mle_sta_prof_size_ok()Ilan Peer1-1/+2
2023-06-19wifi: mac80211: Add support for parsing Reconfiguration Multi Link elementIlan Peer2-3/+23
2023-06-19wifi: mac80211: Rename multi_linkIlan Peer3-18/+18
2023-06-19wifi: mac80211: use cfg80211 defragmentation helperBenjamin Berg2-58/+37
2023-06-19wifi: cfg80211: add element defragmentation helperBenjamin Berg1-0/+60
2023-06-19wifi: cfg80211: drop incorrect nontransmitted BSS update codeBenjamin Berg1-143/+11
2023-06-19wifi: cfg80211: rewrite merging of inherited elementsBenjamin Berg1-89/+124
2023-06-19wifi: cfg80211: ignore invalid TBTT info field typesBenjamin Berg1-0/+7
2023-06-19wifi: mac80211: use new inform_bss callbackBenjamin Berg3-55/+42
2023-06-19wifi: cfg80211: add inform_bss op to update BSSBenjamin Berg3-0/+33
2023-06-19wifi: cfg80211: keep bss_lock held when informingBenjamin Berg1-24/+42
2023-06-19wifi: cfg80211: move regulatory_hint_found_beacon to be earlierBenjamin Berg1-20/+22