aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-08-11net/tls: Fail tls_sw_splice_read() after a failed async decryptChuck Lever1-0/+5
2026-08-11net: packet: fix wrong transport_header when sending VLAN-tagged frameWei Fang1-2/+2
2026-08-11ipv4: fix use-after-free in fib_nhc_update_mtu()Chengfeng Ye2-23/+40
2026-08-11sctp: auth: propagate HMAC calculation errors to callersQing Luo3-10/+21
2026-08-10netdev: check for nla_put_u32() failuresJakub Kicinski1-3/+9
2026-08-10net/sched: act_ct: fix sk_buff leak when the header checks reject a packetHyunjung Ko1-4/+25
2026-08-10keys, dns: Drop unused NUL terminator from upayload->dataThorsten Blum1-2/+1
2026-08-10tcp: fix icsk_ack.ato bitfield overflowJiayuan Chen2-4/+6
2026-08-10net/sched: act_gact, act_police: range check the fallback control actionHyunjung Ko2-0/+11
2026-08-10net: expect instance lock in netdev_queue_get_dma_dev()Jakub Kicinski1-1/+1
2026-08-10netfilter: nf_conntrack_expect: bail out on insert dead expectationsPablo Neira Ayuso1-0/+6
2026-08-10netfilter: conntrack: always lower timeout for non-closing RST packetsPablo Neira Ayuso1-1/+2
2026-08-10netfilter: ipset: let destroy callbacks adjust ext mem sizeFlorian Westphal2-3/+2
2026-08-10netfilter: ipset: fix list type element drift bugFlorian Westphal1-2/+5
2026-08-10netfilter: flowtable: publish GC-visible tuple lastJérémy Jean1-3/+4
2026-08-10netfilter: nf_tables_offload: suppress WARN_ON_ONCE for ENOMEM in abort pathAlexey Velichayshiy1-1/+1
2026-08-10ipvs: revalidate ihl to prevent out-of-bounds accessJulian Anastasov2-3/+11
2026-08-10ipvs: clear IPv4 options after rebasing tunnel ICMP errorsKyle Zeng1-0/+1
2026-08-10netfilter: nfnetlink_log: wait for rcu grace period before freeing pernet stateFlorian Westphal2-6/+11
2026-08-10netfilter: nf_conntrack: defer invalid log until after unlockZihan Xi3-48/+102
2026-08-10ipvs: separate destination availability stateYizhou Zhao7-16/+16
2026-08-10ipvs: properly update the overload flag on dest editJulian Anastasov2-25/+69
2026-08-10ipvs: add totalconns for destJulian Anastasov6-33/+16
2026-08-10netfilter: bridge: release template ct on non-IP pathZhiling Zou1-0/+1
2026-08-10netfilter: ipset: fix refcount race between list:set GC and swapXiang Mei (Microsoft)1-6/+13
2026-08-10sunrpc: xprtsock: annotate shared socket callbacks with READ_ONCE/WRITE_ONCERunyu Xiao1-9/+11
2026-08-10SUNRPC: check rpc_sockaddr2uaddr() return value in rpcb_register_inet4/6Weiming Shi1-0/+4
2026-08-10sunrpc: remove unused svc_version vs_count fieldJeff Layton1-3/+0
2026-08-10sunrpc: use per-net counts in svc_seq_show()Jeff Layton1-1/+1
2026-08-10sunrpc: add per-netns per-procedure call counts to svc_statJeff Layton1-0/+62
2026-08-10sunrpc: derive the pool count instead of caching it in sv_nrpoolsJeff Layton2-20/+37
2026-08-10sunrpc: tear down pool counters before dropping the pool map referenceJeff Layton1-3/+4
2026-08-10sunrpc: guarantee a thread per pool when auto-distributingJeff Layton1-0/+16
2026-08-10sunrpc: hardcode pool_mode to pernode, remove other modesJeff Layton1-207/+53
2026-08-10sunrpc: route to a populated pool in svc_pool_for_cpu()Jeff Layton1-1/+28
2026-08-10SUNRPC: Restore NUMA_NO_NODE for svc thread allocations in global modeAmeer Hamza1-2/+4
2026-08-10svcrdma: Reject inline replies that overflow the pull-up bufferChuck Lever1-15/+32
2026-08-10sunrpc: defer rq_argp and rq_resp free until after RCU grace periodJeff Layton1-3/+10
2026-08-10SUNRPC: Add svc_serv_maxthreads() to report the thread ceilingChuck Lever1-0/+23
2026-08-10net/sunrpc/svcauth_unix: Use strscpy() to copy strings into arraysDavid Laight1-2/+2
2026-08-10rpcrdma: arm rn_done before publishing the notificationChuck Lever1-6/+18
2026-08-10SUNRPC: Check svc pool percpu counter allocationChuck Lever1-6/+39
2026-08-10sunrpc: init gssp_lock before publishing proc entryChris Mason4-8/+1
2026-08-10SUNRPC: close backchannel before destroying callback serviceChuck Lever1-7/+31
2026-08-10SUNRPC: Zero rpc_gss_wire_cred at svcauth_gss_decode_credbody() entryChris Mason1-0/+3
2026-08-10SUNRPC: Guard svcauth_gss_release() dispatch on rq_auth_statChris Mason1-0/+2
2026-08-10SUNRPC: reject duplicate CREDS_VALUE optionsChris Mason1-0/+6
2026-08-10SUNRPC: fix gssx_dec_option_array error path bugsChris Mason1-3/+6
2026-08-10SUNRPC: Reject krb5 v2 wrap tokens with oversized ec fieldChuck Lever1-0/+2
2026-08-10svcrdma: Clear sc_cm_id when ADDR_CHANGE replacement failsChuck Lever1-1/+3