summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-03-10mptcp: pm: move Netlink PM helpers to pm_netlink.cMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: split in-kernel PM specific codeMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: move generic PM helpers to pm.cMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: move generic helper at the topMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: export mptcp_remote_addressMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: worker: split in-kernel and common tasksMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: avoid calling PM specific code from coreMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: kernel: add '_pm' to mptcp_nl_set_flagsMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_is_init_remote_addrMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_subflow_chk_stale()Matthieu Baerts (NGI0)
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_rm_addr_receivedMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_workMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_mp_prio_send_ackMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: remove '_nl' from mptcp_pm_nl_addr_send_ackMatthieu Baerts (NGI0)
2025-03-10mptcp: pm: use addr entry for get_local_idGeliang Tang
2025-03-10net: devmem: do not WARN conditionally after netdev_rx_queue_restart()Taehee Yoo
2025-03-10net: ethtool: tsinfo: Fix dump commandKory Maincent
2025-03-10ipv6: save dontfrag in corkWillem de Bruijn
2025-03-10ipv6: remove leftover ip6 cookie initializerWillem de Bruijn
2025-03-10svcrdma: do not unregister device for listenersOlga Kornievskaia
2025-03-10SUNRPC: Remove unused make_checksumDr. David Alan Gilbert
2025-03-10SUNRPC: Remove unused krb5_decryptDr. David Alan Gilbert
2025-03-10sunrpc: clean cache_detail immediately when flush is written frequentlyLi Lingfeng
2025-03-10afs: Use the per-peer app data provided by rxrpcDavid Howells
2025-03-10rxrpc: Allow the app to store private data on peer structsDavid Howells
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-08udp: expand SKB_DROP_REASON_UDP_CSUM useEric Dumazet
2025-03-07netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao
2025-03-07netpoll: Optimize skb refilling on critical pathBreno Leitao
2025-03-07tcp: ulp: diag: more info without CAP_NET_ADMINMatthieu Baerts (NGI0)
2025-03-07tcp: ulp: diag: always print the name if anyMatthieu Baerts (NGI0)
2025-03-07netmem: prevent TX of unreadable skbsMina Almasry
2025-03-07net: ethtool: use correct device pointer in ethnl_default_dump_one()Eric Dumazet
2025-03-07Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz
2025-03-07Bluetooth: hci_event: Fix enabling passive scanningLuiz Augusto von Dentz
2025-03-07Bluetooth: SCO: fix sco_conn refcounting on sco_conn_readyPauli Virtanen
2025-03-07wifi: cfg80211: cancel wiphy_work before freeing wiphyMiri Korenblit
2025-03-07wifi: mac80211: fix SA Query processing in MLOJohannes Berg
2025-03-07wifi: nl80211: fix assoc link handlingJohannes Berg
2025-03-07wifi: mac80211: don't queue sdata::work for a non-running sdataMiri Korenblit
2025-03-07wifi: mac80211: flush the station before moving it to UN-AUTHORIZED stateEmmanuel Grumbach
2025-03-06Merge tag 'nf-25-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-03-06sched: address a potential NULL pointer dereference in the GRED scheduler.Jun Yang
2025-03-06tcp: clamp window like before the cleanupMatthieu Baerts (NGI0)
2025-03-06inet: call inet6_ehashfn() once from inet6_hash_connect()Eric Dumazet
2025-03-06inet: change lport contribution to inet_ehashfn() and inet6_ehashfn()Eric Dumazet
2025-03-06tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()Eric Dumazet
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski