summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-05-05udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima
2026-05-05ipv6: Fix null-ptr-deref in fib6_mtu().Kuniyuki Iwashima
2026-05-05ipv6: default IPV6_SIT to mAlyssa Ross
2026-05-05wifi: mac80211: use safe list iteration in radar detect workBenjamin Berg
2026-05-05net/rds: handle zerocopy send cleanup before the message is queuedNan Li
2026-05-05openvswitch: vport: fix self-deadlock on release of tunnel portsIlya Maximets
2026-05-05openvswitch: vport: fix race between tunnel creation and linkingIlya Maximets
2026-05-05wifi: mac80211: check AP using NPCA has NPCA capabilityJohannes Berg
2026-05-05wifi: mac80211: don't parse full UHR operation from beaconsJohannes Berg
2026-05-05wifi: cfg80211: separate NPCA validity from chandef validityJohannes Berg
2026-05-05wifi: mac80211: set AP NPCA parameters in bss_confJohannes Berg
2026-05-05wifi: mac80211: mlme: use NPCA chandef if capableJohannes Berg
2026-05-05wifi: mac80211: allow only AP chanctx sharing with NPCAJohannes Berg
2026-05-05wifi: mac80211: add NPCA to chandef tracingJohannes Berg
2026-05-05wifi: mac80211: remove NPCA during chandef downgradeJohannes Berg
2026-05-05wifi: mac80211: use NPCA in chandef for validationJohannes Berg
2026-05-05wifi: cfg80211: add helper for parsing NPCA to chandefJohannes Berg
2026-05-05wifi: cfg80211: allow representing NPCA in chandefJohannes Berg
2026-05-05wifi: mac80211: carry element parsing frame type/from_apJohannes Berg
2026-05-05wifi: mac80211: move ieee80211_chandef_usable() upJohannes Berg
2026-05-05wifi: mac80211: use struct for ieee80211_determine_ap_chan() argsJohannes Berg
2026-05-05wifi: mac80211: mlme: advertise driver's extended MLD capa/opsJohannes Berg
2026-05-05wifi: cfg80211: allow devices to advertise extended MLD capa/opsJohannes Berg
2026-05-05wifi: cfg80211: ensure UHR ML-PM flag is consistentJohannes Berg
2026-05-05wifi: mac80211: track AP's extended MLD capa/opsJohannes Berg
2026-05-05wifi: mac80211: update UHR capabilities field orderJohannes Berg
2026-05-05wifi: mac80211: move frame RX handling to type filesJohannes Berg
2026-05-05wifi: cfg80211: add LTF keyseed support for secure rangingPeddolla Harshavardhan Reddy
2026-05-05wifi: cfg80211: allow suppressing FTM result reporting for PD requestsPeddolla Harshavardhan Reddy
2026-05-05wifi: cfg80211: add PD-specific preamble and bandwidth capabilitiesPeddolla Harshavardhan Reddy
2026-05-05wifi: cfg80211: add ingress/egress distance thresholds for FTMPeddolla Harshavardhan Reddy
2026-05-05wifi: cfg80211: add role-based peer limits to FTM capabilitiesPeddolla Harshavardhan Reddy
2026-05-05wifi: cfg80211: extend PMSR FTM response for proximity rangingPeddolla Harshavardhan Reddy
2026-05-05wifi: cfg80211: add NTB continuous ranging and FTM request type supportPeddolla Harshavardhan Reddy
2026-05-05wifi: cfg80211: add proximity detection capabilities to PMSRPeddolla Harshavardhan Reddy
2026-05-05wifi: cfg80211: add start/stop proximity detection commandsPeddolla Harshavardhan Reddy
2026-05-05wifi: cfg80211/mac80211: Add NL80211_IFTYPE_PD for PD PASN and PMSR operationsPeddolla Harshavardhan Reddy
2026-05-05wifi: cfg80211: Add MAC address filter to remain_on_channelPeddolla Harshavardhan Reddy
2026-05-05wifi: cfg80211: restrict LMR feedback check to TB and non-TB rangingPeddolla Harshavardhan Reddy
2026-05-05wifi: mac80211: add NAN channel evacuation supportMiri Korenblit
2026-05-05wifi: mac80211: avoid out-of-bounds access in monitorMiri Korenblit
2026-05-05wifi: mac80211: Fix a kernel panic in ieee80211_encrypt_tx_skb()Andrei Otcheretianski
2026-05-05wifi: mac80211: Allow setting MAC address on interface creationIlan Peer
2026-05-05wifi: mac80211: accept protected frames for NAN deviceAvraham Stern
2026-05-05wifi: mac80211: allow userspace TX/RX over NAN Data interfacesIlan Peer
2026-05-05wifi: mac80211: track the id of the NAN cluster we joinedMiri Korenblit
2026-05-05wifi: mac80211: set assoc_encrypted for EPP associationsKavita Kavita
2026-05-05wifi: cfg80211: indicate (Re)Association frame encryption to userspaceKavita Kavita
2026-05-05nfc: llcp: Fix use-after-free race in nfc_llcp_recv_cc()Lee Jones