summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-10-02net: allow alloc_skb_with_frags() to use MAX_SKB_FRAGSJason Baron1-1/+1
2025-09-09net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=yEric Dumazet1-0/+2
2025-08-28net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski1-0/+12
2025-08-20net: better track kernel sockets lifetimeEric Dumazet1-5/+22
2025-08-20net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima1-4/+4
2025-08-20neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande1-3/+9
2025-08-20net: ieee8021q: fix insufficient table-size assertionRubenKelevra1-31/+13
2025-08-15netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski1-0/+7
2025-08-15bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon1-0/+3
2025-08-15net: dst: annotate data-races around dst->outputEric Dumazet1-1/+1
2025-08-15net: dst: annotate data-races around dst->inputEric Dumazet1-1/+1
2025-08-15bpf, sockmap: Fix psock incorrectly pointing to skJiayuan Chen1-0/+7
2025-07-06net: selftests: fix TCP packet checksumJakub Kicinski1-2/+3
2025-06-27net: netmem: fix skb_ensure_writable with unreadable skbsMina Almasry1-3/+0
2025-06-27bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-2/+3
2025-06-27net: Fix checksum update for ILA adj-transportPaul Chaignon2-3/+3
2025-06-27net: clear the dst when changing skb protocolJakub Kicinski1-6/+13
2025-06-27bpf, sockmap: Fix data lost during EAGAIN retriesJiayuan Chen1-1/+2
2025-06-27sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu1-2/+2
2025-06-27net: page_pool: Don't recycle into cache on PREEMPT_RTSebastian Andrzej Siewior1-0/+4
2025-06-19page_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen1-13/+14
2025-06-19Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocatedTengteng Yang1-4/+4
2025-06-19bpf, sockmap: Avoid using sk_socket after free when sendingJiayuan Chen1-0/+8
2025-06-19page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen2-14/+95
2025-06-19page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen3-16/+9
2025-06-19bpf, sockmap: Fix panic when calling skb_linearizeJiayuan Chen1-15/+16
2025-06-19bpf, sockmap: fix duplicated data transmissionJiayuan Chen1-5/+9
2025-05-29net: flush_backlog() small changesEric Dumazet1-4/+8
2025-05-29net: page_pool: avoid false positive warning if NAPI was never addedJakub Kicinski2-5/+14
2025-05-29net: pktgen: fix access outside of user given buffer in pktgen_thread_write()Peter Seiderer1-3/+4
2025-05-29net: pktgen: fix mpls maximum labels list parsingPeter Seiderer1-2/+4
2025-05-18net: export a helper for adding up queue statsJakub Kicinski1-19/+50
2025-05-18bpf: Scrub packet on bpf_redirect_peerPaul Chaignon1-0/+1
2025-05-02net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel1-5/+13
2025-05-02net: lwtunnel: disable BHs when requiredJustin Iurman1-6/+20
2025-04-20net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-0/+5
2025-04-20bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn1-36/+44
2025-04-20page_pool: avoid infinite loop to schedule delayed workerJason Xing1-1/+7
2025-04-20net: page_pool: don't cast mp param to devmemPavel Begunkov1-1/+1
2025-04-10net: decrease cached dst counters in dst_releaseAntoine Tenart1-0/+8
2025-04-10net: devmem: do not WARN conditionally after netdev_rx_queue_restart()Taehee Yoo1-1/+3
2025-04-10rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang1-0/+3
2025-03-28net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma1-0/+1
2025-03-28net: lwtunnel: fix recursion loopsJustin Iurman1-12/+53
2025-03-22netmem: prevent TX of unreadable skbsMina Almasry1-0/+3
2025-03-22net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker1-1/+1
2025-03-22netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao1-2/+7
2025-03-07net: Clear old fragment checksum value in napi_reuse_skbMohammad Heib1-0/+1
2025-03-07tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev1-0/+10
2025-03-07ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1