summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-08-19net: Make nexthop-dumps scale linearly with the number of nexthopsChristoph Paasch-3/+33
2025-08-19net/sched: sch_dualpi2: Run prob update timer in softirq to avoid deadlockVictor Nogueira-2/+3
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'Martin KaFai Lau-0/+57
2025-08-18Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'Martin KaFai Lau-0/+57
2025-08-18mptcp: disable add_addr retransmission when timeout is 0Geliang Tang-3/+10
2025-08-18mptcp: remove duplicate sk_reset_timer callGeliang Tang-3/+2
2025-08-18mptcp: pm: kernel: flush: do not reset ADD_ADDR limitMatthieu Baerts (NGI0)-1/+0
2025-08-18mptcp: drop skb if MPTCP skb extension allocation failsChristoph Paasch-2/+4
2025-08-18ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_addMinhong He-0/+3
2025-08-18net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski-0/+12
2025-08-18bpf: Enable read/write access to skb metadata through a dynptrJakub Sitnicki-0/+16
2025-08-18bpf: Add dynptr type for skb metadataJakub Sitnicki-0/+41
2025-08-15net: bridge: remove unused argument of br_multicast_query_expired()Wang Liang-6/+3
2025-08-15Bluetooth: hci_conn: do return error from hci_enhanced_setup_sync()Sergey Shtylyov-1/+2
2025-08-15Bluetooth: hci_event: fix MTU for BN == 0 in CIS EstablishedPauli Virtanen-4/+4
2025-08-15Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFFYang Li-4/+8
2025-08-15Bluetooth: hci_core: Fix using ll_privacy_capable for current settingsLuiz Augusto von Dentz-1/+1
2025-08-15Bluetooth: hci_core: Fix using {cis,bis}_capable for current settingsLuiz Augusto von Dentz-14/+14
2025-08-15Bluetooth: hci_conn: Fix not cleaning up Broadcaster/Broadcast SourceLuiz Augusto von Dentz-1/+1
2025-08-15Bluetooth: hci_conn: Fix running bis_cleanup for hci_conn->type PA_LINKLuiz Augusto von Dentz-2/+17
2025-08-15Bluetooth: ISO: Fix getname not returning broadcast fieldsLuiz Augusto von Dentz-1/+1
2025-08-15Bluetooth: hci_sync: Fix scan state after PA Sync has been establishedLuiz Augusto von Dentz-2/+5
2025-08-15Bluetooth: hci_sync: Avoid adding default advertising on startupYang Li-1/+1
2025-08-15xfrm: xfrm_user: use strscpy() for alg_nameMiguel GarcĂ­a-5/+5
2025-08-15net: ipv6: fix field-spanning memcpy warning in AH outputCharalampos Mitrodimas-19/+31
2025-08-14net/sched: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu-30/+42
2025-08-14net: bridge: fix soft lockup in br_multicast_query_expired()Wang Liang-0/+18
2025-08-14bridge: Redirect to backup port when port is administratively downIdo Schimmel-1/+2
2025-08-14net/sched: Use TC_RTAB_SIZE instead of magic numberYue Haibing-2/+2
2025-08-14devlink/port: Check attributes early and constifyParav Pandit-2/+2
2025-08-14devlink/port: Simplify return checksParav Pandit-23/+6
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-210/+227
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-80/+160
2025-08-14net: ethtool: support including Flow Label in the flow hash for RSSJakub Kicinski-13/+39
2025-08-13net: kcm: Fix race condition in kcm_unattach()Sven Stegemann-8/+2
2025-08-13net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti-5/+6
2025-08-13Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-1/+1
2025-08-13net: mctp: Fix bad kfree_skb in bind lookup testMatt Johnston-1/+0
2025-08-13vsock: use sizeof(struct sockaddr_storage) instead of magic valueWang Liang-6/+1
2025-08-13netfilter: nf_tables: reject duplicate device on updatesPablo Neira Ayuso-0/+30
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker-1/+2
2025-08-13netfilter: nft_set_pipapo: fix null deref for empty setFlorian Westphal-3/+2
2025-08-12tls: handle data disappearing from under the TLS ULPJakub Kicinski-5/+11
2025-08-12net/sched: Remove redundant memset(0) call in reset_policy()Thorsten Blum-1/+0
2025-08-12phonet: add __rcu annotationsEric Dumazet-13/+14
2025-08-12caif: Replace memset(0) + strscpy() with strscpy_pad()Thorsten Blum-3/+1
2025-08-12RDS: remove redundant __GFP_NOWARNQianfeng Rong-1/+1
2025-08-12tcp: cdg: remove redundant __GFP_NOWARNQianfeng Rong-1/+1
2025-08-12devlink: let driver opt out of automatic phys_port_name generationJedrzej Jagielski-1/+1
2025-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfMartin KaFai Lau-163/+99