summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2026-01-11net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Thadeu Lima de Souza Cascardo
2026-01-11page_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen
2026-01-11bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau
2025-12-07net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao
2025-12-07page_pool: Clamp pool size to max 16K pagesDragos Tatulea
2025-12-07page_pool: always add GFP_NOWARN for ATOMIC allocationsJakub Kicinski
2025-12-07net: call cond_resched() less often in __release_sock()Eric Dumazet
2025-12-07net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima
2025-12-07bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck
2025-10-19bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann
2025-10-15bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon
2025-09-19net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-08-28net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski
2025-08-28neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande
2025-08-15netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski
2025-08-15bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon
2025-08-15bpf, sockmap: Fix psock incorrectly pointing to skJiayuan Chen
2025-07-06net: selftests: fix TCP packet checksumJakub Kicinski
2025-06-27bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon
2025-06-27net: Fix checksum update for ILA adj-transportPaul Chaignon
2025-06-27bpf, sockmap: Fix data lost during EAGAIN retriesJiayuan Chen
2025-06-27sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu
2025-06-27bpf, sockmap: Avoid using sk_socket after free when sendingJiayuan Chen
2025-06-27bpf, sockmap: Fix panic when calling skb_linearizeJiayuan Chen
2025-06-27bpf, sockmap: fix duplicated data transmissionJiayuan Chen
2025-06-04af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima
2025-06-04af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima
2025-06-04af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima
2025-06-04af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima
2025-06-04af_unix: Try to run GC async.Kuniyuki Iwashima
2025-06-04net: pktgen: fix access outside of user given buffer in pktgen_thread_write()Peter Seiderer
2025-06-04net: pktgen: fix mpls maximum labels list parsingPeter Seiderer
2025-05-18bpf: Scrub packet on bpf_redirect_peerPaul Chaignon
2025-05-02net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel
2025-05-02net: lwtunnel: disable BHs when requiredJustin Iurman
2025-04-25bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn
2025-04-25page_pool: avoid infinite loop to schedule delayed workerJason Xing
2025-04-10rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang
2025-03-28net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma
2025-03-28net: lwtunnel: fix recursion loopsJustin Iurman
2025-03-28netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao
2025-03-07net: Clear old fragment checksum value in napi_reuse_skbMohammad Heib
2025-03-07ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu
2025-03-07net: set the minimum for net_hotdata.netdev_budget_usecsJiri Slaby (SUSE)
2025-03-07drop_monitor: fix incorrect initialization orderGavrilov Ilia
2025-03-07bpf: Fix wrong copied_seq calculationJiayuan Chen
2025-03-07net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao
2025-03-07flow_dissector: Fix port range key handling in BPF conversionCong Wang
2025-03-07flow_dissector: Fix handling of mixed port and port-range keysCong Wang