summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-07-06net: selftests: fix TCP packet checksumJakub Kicinski1-2/+3
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-19bpf, sockmap: Avoid using sk_socket after free when sendingJiayuan Chen1-0/+8
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-06-04af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima1-0/+1
2025-06-04af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima1-0/+2
2025-06-04af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima1-0/+2
2025-06-04af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima1-0/+7
2025-06-04af_unix: Try to run GC async.Kuniyuki Iwashima1-0/+5
2025-06-04net: pktgen: fix access outside of user given buffer in pktgen_thread_write()Peter Seiderer1-3/+4
2025-06-04net: pktgen: fix mpls maximum labels list parsingPeter Seiderer1-2/+4
2025-05-18bpf: Scrub packet on bpf_redirect_peerPaul Chaignon1-0/+1
2025-05-09net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan2-6/+6
2025-05-09bpf: consider that tail calls invalidate packet pointersEduard Zingerman1-0/+2
2025-05-09bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman1-35/+28
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-25bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn1-36/+44
2025-04-25page_pool: avoid infinite loop to schedule delayed workerJason Xing1-1/+7
2025-04-10net: decrease cached dst counters in dst_releaseAntoine Tenart1-0/+8
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-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-07ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1
2025-03-07net: set the minimum for net_hotdata.netdev_budget_usecsJiri Slaby (SUSE)1-1/+2
2025-02-27drop_monitor: fix incorrect initialization orderGavrilov Ilia1-15/+14
2025-02-27bpf: Disable non stream socket for strparserJiayuan Chen1-1/+4
2025-02-27bpf: Fix wrong copied_seq calculationJiayuan Chen1-0/+7
2025-02-27net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-3/+34
2025-02-27flow_dissector: Fix port range key handling in BPF conversionCong Wang1-8/+10
2025-02-27flow_dissector: Fix handling of mixed port and port-range keysCong Wang1-12/+19
2025-02-27sockmap, vsock: For connectible sockets allow only connectedMichal Luczaj1-0/+3
2025-02-21neighbour: use RCU protection in __neigh_notify()Eric Dumazet1-2/+6
2025-02-21neighbour: delete redundant judgment statementsLi Zetao1-2/+1
2025-02-21flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet1-10/+11
2025-02-08net: xdp: Disallow attaching device-bound programs in generic modeToke Høiland-Jørgensen1-0/+4
2025-02-08bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-writeDaniel Xu1-1/+1
2025-02-08net: let net.core.dev_weight always be non-zeroLiu Jian1-1/+4
2025-01-23net: add exit_batch_rtnl() methodEric Dumazet1-1/+30
2025-01-23pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev1-3/+3
2025-01-23bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj1-12/+18
2025-01-17ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima1-3/+7