summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-08-14net: ethtool: support including Flow Label in the flow hash for RSSJakub Kicinski
2025-08-13net: kcm: Fix race condition in kcm_unattach()Sven Stegemann
2025-08-13net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti
2025-08-13Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2025-08-13net: mctp: Fix bad kfree_skb in bind lookup testMatt Johnston
2025-08-13vsock: use sizeof(struct sockaddr_storage) instead of magic valueWang Liang
2025-08-13netfilter: nf_tables: reject duplicate device on updatesPablo Neira Ayuso
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker
2025-08-13netfilter: nft_set_pipapo: fix null deref for empty setFlorian Westphal
2025-08-12tls: handle data disappearing from under the TLS ULPJakub Kicinski
2025-08-12net/sched: Remove redundant memset(0) call in reset_policy()Thorsten Blum
2025-08-12phonet: add __rcu annotationsEric Dumazet
2025-08-12caif: Replace memset(0) + strscpy() with strscpy_pad()Thorsten Blum
2025-08-12RDS: remove redundant __GFP_NOWARNQianfeng Rong
2025-08-12tcp: cdg: remove redundant __GFP_NOWARNQianfeng Rong
2025-08-12devlink: let driver opt out of automatic phys_port_name generationJedrzej Jagielski
2025-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfMartin KaFai Lau
2025-08-12Merge tag 'ipsec-2025-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-08-12net: prevent deadlocks when enabling NAPIs with mixed kthread configJakub Kicinski
2025-08-12net: update NAPI threaded config even for disabled NAPIsJakub Kicinski
2025-08-11Merge tag 'nfsd-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-08-08sctp: linearize cloned gso packets in sctp_rcvXin Long
2025-08-08vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic
2025-08-08net: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski
2025-08-08Merge tag 'nf-25-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-08-07bpf: Standardize function declaration styleLi Jun
2025-08-07netfilter: nft_socket: remove WARN_ON_ONCE with huge level valuePablo Neira Ayuso
2025-08-07netfilter: conntrack: clean up returns in nf_conntrack_log_invalid_sysctl()Dan Carpenter
2025-08-07netfilter: nft_set_pipapo: don't return bogus extension pointerFlorian Westphal
2025-08-07netfilter: ctnetlink: remove refcounting in expectation dumpersFlorian Westphal
2025-08-07netfilter: ctnetlink: fix refcount leak on table dumpFlorian Westphal
2025-08-07netfilter: add back NETFILTER_XTABLES dependenciesArnd Bergmann
2025-08-07udp: also consider secpath when evaluating ipsec use for checksummingSabrina Dubroca
2025-08-07xfrm: bring back device check in validate_xmit_xfrmSabrina Dubroca
2025-08-07xfrm: restore GSO for SW cryptoSabrina Dubroca
2025-08-06sunrpc: fix handling of server side tls alertsOlga Kornievskaia
2025-08-06xfrm: flush all states in xfrm_state_finiSabrina Dubroca
2025-08-05net: Update threaded state in napi config in netif_set_threadedSamiullah Khawaja
2025-08-04net/sched: mqprio: fix stack out-of-bounds write in tc entry parsingMaher Azzouzi
2025-08-04net/packet: fix a race in packet_set_ring() and packet_notifier()Quang Le
2025-08-04net: devmem: fix DMA direction on unmappingJakub Kicinski
2025-08-03sunrpc: fix client side handling of tls alertsOlga Kornievskaia
2025-08-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-08-01net: Add locking to protect skb->dev access in ip_outputSharath Chandra Vurukala
2025-08-01net/sched: taprio: enforce minimum value for picos_per_byteTakamitsu Iwai
2025-08-01ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet