summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-03-11wifi: mac80211: fix ML reconf reset in disconnectJohannes Berg1-4/+4
2025-03-11wifi: mac80211: Notify cfg80211 about added link addressesIlan Peer1-1/+4
2025-03-11wifi: cfg80211: Update the link address when a link is addedIlan Peer1-0/+4
2025-03-11wifi: mac80211: fix warning on disconnect during failed ML reconfJohannes Berg1-1/+1
2025-03-11wifi: mac80211: fix userspace_selectors corruptionJohannes Berg1-8/+6
2025-03-11wifi: mac80211: allow 320 MHz FTM measurementsAvraham Stern1-1/+2
2025-03-11wifi: mac80211: fix U-APSD check in ML reconfigurationJohannes Berg1-5/+4
2025-03-11wifi: cfg80211: allow IR in 20 MHz configurationsAnjaneyulu3-2/+14
2025-03-11wifi: mac80211: mlme: support extended MLD capa/ops in assocJohannes Berg2-2/+32
2025-03-11wifi: cfg80211: allow setting extended MLD capa/opsJohannes Berg2-0/+16
2025-03-11wifi: cfg80211: move link reconfig parameters into a structJohannes Berg8-62/+55
2025-03-10mptcp: pm: move Netlink PM helpers to pm_netlink.cMatthieu Baerts (NGI0)3-123/+117
2025-03-10mptcp: pm: split in-kernel PM specific codeMatthieu Baerts (NGI0)3-1405/+1411
2025-03-10mptcp: pm: move generic PM helpers to pm.cMatthieu Baerts (NGI0)3-468/+467
2025-03-10mptcp: pm: move generic helper at the topMatthieu Baerts (NGI0)1-27/+27
2025-03-10mptcp: pm: export mptcp_remote_addressMatthieu Baerts (NGI0)2-8/+11
2025-03-10mptcp: pm: worker: split in-kernel and common tasksMatthieu Baerts (NGI0)3-20/+30
2025-03-10mptcp: pm: avoid calling PM specific code from coreMatthieu Baerts (NGI0)4-7/+12
2025-03-10mptcp: pm: kernel: add '_pm' to mptcp_nl_set_flagsMatthieu Baerts (NGI0)1-4/+4
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_is_init_remote_addrMatthieu Baerts (NGI0)3-5/+5
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_subflow_chk_stale()Matthieu Baerts (NGI0)3-3/+3
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_rm_addr_receivedMatthieu Baerts (NGI0)1-28/+27
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_workMatthieu Baerts (NGI0)3-3/+3
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_mp_prio_send_ackMatthieu Baerts (NGI0)3-11/+11
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_addr_send_ackMatthieu Baerts (NGI0)4-7/+7
2025-03-10mptcp: pm: use addr entry for get_local_idGeliang Tang4-23/+20
2025-03-10net: devmem: do not WARN conditionally after netdev_rx_queue_restart()Taehee Yoo1-1/+3
2025-03-10net: ethtool: tsinfo: Fix dump commandKory Maincent1-1/+2
2025-03-10ipv6: save dontfrag in corkWillem de Bruijn1-4/+5
2025-03-10ipv6: remove leftover ip6 cookie initializerWillem de Bruijn1-2/+0
2025-03-10svcrdma: do not unregister device for listenersOlga Kornievskaia1-1/+2
2025-03-10SUNRPC: Remove unused make_checksumDr. David Alan Gilbert2-94/+0
2025-03-10SUNRPC: Remove unused krb5_decryptDr. David Alan Gilbert2-57/+0
2025-03-10sunrpc: clean cache_detail immediately when flush is written frequentlyLi Lingfeng1-1/+5
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells1-2/+2
2025-03-10rxrpc: Allow the app to store private data on peer structsDavid Howells2-0/+27
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski29-0/+33
2025-03-08udp: expand SKB_DROP_REASON_UDP_CSUM useEric Dumazet2-4/+4
2025-03-08netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao1-2/+7
2025-03-08netpoll: Optimize skb refilling on critical pathBreno Leitao1-2/+13
2025-03-08tcp: ulp: diag: more info without CAP_NET_ADMINMatthieu Baerts (NGI0)3-22/+32
2025-03-08tcp: ulp: diag: always print the name if anyMatthieu Baerts (NGI0)1-11/+10
2025-03-08netmem: prevent TX of unreadable skbsMina Almasry1-0/+3
2025-03-08net: ethtool: use correct device pointer in ethnl_default_dump_one()Eric Dumazet1-2/+2
2025-03-07Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz5-27/+19
2025-03-07Bluetooth: hci_event: Fix enabling passive scanningLuiz Augusto von Dentz1-15/+22
2025-03-07Bluetooth: SCO: fix sco_conn refcounting on sco_conn_readyPauli Virtanen1-1/+12
2025-03-07wifi: cfg80211: cancel wiphy_work before freeing wiphyMiri Korenblit1-0/+7
2025-03-07wifi: mac80211: fix SA Query processing in MLOJohannes Berg1-5/+5
2025-03-07wifi: nl80211: fix assoc link handlingJohannes Berg1-4/+8