aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-07netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao1-2/+7
2025-03-07netpoll: Optimize skb refilling on critical pathBreno Leitao1-2/+13
2025-03-07tcp: ulp: diag: more info without CAP_NET_ADMINMatthieu Baerts (NGI0)3-22/+32
2025-03-07tcp: ulp: diag: always print the name if anyMatthieu Baerts (NGI0)1-11/+10
2025-03-07netmem: prevent TX of unreadable skbsMina Almasry1-0/+3
2025-03-07net: 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
2025-03-07wifi: mac80211: don't queue sdata::work for a non-running sdataMiri Korenblit1-3/+5
2025-03-07wifi: mac80211: flush the station before moving it to UN-AUTHORIZED stateEmmanuel Grumbach1-3/+17
2025-03-06Merge tag 'nf-25-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski4-18/+24
2025-03-06sched: address a potential NULL pointer dereference in the GRED scheduler.Jun Yang1-1/+2
2025-03-06tcp: clamp window like before the cleanupMatthieu Baerts (NGI0)1-6/+6
2025-03-06inet: call inet6_ehashfn() once from inet6_hash_connect()Eric Dumazet2-12/+29
2025-03-06inet: change lport contribution to inet_ehashfn() and inet6_ehashfn()Eric Dumazet2-4/+4
2025-03-06tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()Eric Dumazet1-11/+26
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-107/+200
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev6-49/+38
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski10-24/+82
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev4-2/+28
2025-03-06net: hold netdev instance lock during sysfs operationsStanislav Fomichev3-46/+79
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev4-32/+73
2025-03-06net: hold netdev instance lock during rtnetlink operationsStanislav Fomichev5-144/+295
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev1-0/+5
2025-03-06net: hold netdev instance lock during qdisc ndo_setup_tcStanislav Fomichev1-4/+24
2025-03-06net: sched: wrap doit/dumpit methodsStanislav Fomichev1-68/+123
2025-03-06net: hold netdev instance lock during nft ndo_setup_tcStanislav Fomichev3-2/+20
2025-03-06net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev2-2/+16
2025-03-06netfilter: nf_tables: make destruction work queue pernetFlorian Westphal2-14/+18
2025-03-06net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman1-0/+1