aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-15Bluetooth: hci_sync: Avoid adding default advertising on startupYang Li1-1/+1
2025-08-15xfrm: xfrm_user: use strscpy() for alg_nameMiguel GarcĂ­a1-5/+5
2025-08-15net: ipv6: fix field-spanning memcpy warning in AH outputCharalampos Mitrodimas1-19/+31
2025-08-14net/sched: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu6-30/+42
2025-08-14net: bridge: fix soft lockup in br_multicast_query_expired()Wang Liang2-0/+18
2025-08-14bridge: Redirect to backup port when port is administratively downIdo Schimmel1-1/+2
2025-08-14net/sched: Use TC_RTAB_SIZE instead of magic numberYue Haibing1-2/+2
2025-08-14devlink/port: Check attributes early and constifyParav Pandit1-2/+2
2025-08-14devlink/port: Simplify return checksParav Pandit1-23/+6
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-210/+227
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds26-80/+160
2025-08-14net: ethtool: support including Flow Label in the flow hash for RSSJakub Kicinski2-13/+39
2025-08-13net: kcm: Fix race condition in kcm_unattach()Sven Stegemann1-8/+2
2025-08-13net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti1-5/+6
2025-08-13Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-1/+1
2025-08-13net: mctp: Fix bad kfree_skb in bind lookup testMatt Johnston1-1/+0
2025-08-13vsock: use sizeof(struct sockaddr_storage) instead of magic valueWang Liang1-6/+1
2025-08-13netfilter: nf_tables: reject duplicate device on updatesPablo Neira Ayuso1-0/+30
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker1-1/+2
2025-08-13netfilter: nft_set_pipapo: fix null deref for empty setFlorian Westphal1-3/+2
2025-08-12tls: handle data disappearing from under the TLS ULPJakub Kicinski3-5/+11
2025-08-12net/sched: Remove redundant memset(0) call in reset_policy()Thorsten Blum1-1/+0
2025-08-12phonet: add __rcu annotationsEric Dumazet2-13/+14
2025-08-12caif: Replace memset(0) + strscpy() with strscpy_pad()Thorsten Blum1-3/+1
2025-08-12RDS: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-08-12tcp: cdg: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-08-12devlink: let driver opt out of automatic phys_port_name generationJedrzej Jagielski1-1/+1
2025-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfMartin KaFai Lau14-163/+99
2025-08-12Merge tag 'ipsec-2025-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni4-6/+12
2025-08-12net: prevent deadlocks when enabling NAPIs with mixed kthread configJakub Kicinski2-2/+11
2025-08-12net: update NAPI threaded config even for disabled NAPIsJakub Kicinski1-1/+6
2025-08-11Merge tag 'nfsd-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-8/+35
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-122/+32
2025-08-08sctp: linearize cloned gso packets in sctp_rcvXin Long1-1/+1
2025-08-08vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic1-1/+2
2025-08-08net: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski1-0/+29
2025-08-08Merge tag 'nf-25-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski7-45/+45
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds11-41/+67
2025-08-07bpf: Standardize function declaration styleLi Jun1-11/+11
2025-08-07netfilter: nft_socket: remove WARN_ON_ONCE with huge level valuePablo Neira Ayuso1-1/+1
2025-08-07netfilter: conntrack: clean up returns in nf_conntrack_log_invalid_sysctl()Dan Carpenter1-3/+3
2025-08-07netfilter: nft_set_pipapo: don't return bogus extension pointerFlorian Westphal1-6/+6
2025-08-07netfilter: ctnetlink: remove refcounting in expectation dumpersFlorian Westphal1-24/+17
2025-08-07netfilter: ctnetlink: fix refcount leak on table dumpFlorian Westphal1-11/+13
2025-08-07netfilter: add back NETFILTER_XTABLES dependenciesArnd Bergmann3-0/+5
2025-08-07udp: also consider secpath when evaluating ipsec use for checksummingSabrina Dubroca1-1/+1
2025-08-07xfrm: bring back device check in validate_xmit_xfrmSabrina Dubroca1-1/+2
2025-08-07xfrm: restore GSO for SW cryptoSabrina Dubroca1-2/+7
2025-08-06sunrpc: fix handling of server side tls alertsOlga Kornievskaia1-8/+35
2025-08-06xfrm: flush all states in xfrm_state_finiSabrina Dubroca2-2/+2