summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-07-10net: 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-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-27bpf, sockmap: Avoid using sk_socket after free when sendingJiayuan Chen1-0/+8
2025-06-27bpf, sockmap: fix duplicated data transmissionJiayuan Chen1-5/+9
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-02net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel1-5/+13
2025-05-02net: defer final 'struct net' free in netns dismantleEric Dumazet1-1/+20
2025-05-02net: openvswitch: fix race on port outputFelix Huettner1-0/+1
2025-05-02net: make sock_inuse_add() availableEric Dumazet1-10/+0
2025-05-02net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang1-1/+1
2025-05-02bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn1-36/+44
2025-05-02bpf: Add endian modifiers to fix endian warningsBen Dooks1-2/+2
2025-05-02page_pool: avoid infinite loop to schedule delayed workerJason Xing1-1/+7
2025-04-10rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang1-0/+3
2025-04-10bpf, sockmap: Fix race between element replace and close()Michal Luczaj1-3/+2
2025-04-10net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma1-0/+1
2025-04-10netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao1-2/+7
2025-03-13ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1
2025-03-13drop_monitor: fix incorrect initialization orderGavrilov Ilia1-15/+14
2025-03-13net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-3/+34
2025-03-13flow_dissector: Fix port range key handling in BPF conversionCong Wang1-8/+10
2025-03-13flow_dissector: Fix handling of mixed port and port-range keysCong Wang1-12/+19
2025-03-13net: extract port range fields from fl_flow_keyMaksym Glubokiy1-0/+7
2025-03-13neighbour: use RCU protection in __neigh_notify()Eric Dumazet1-2/+6
2025-03-13neighbour: delete redundant judgment statementsLi Zetao1-2/+1
2025-03-13net: 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-09net: restrict SO_REUSEPORT to inet socketsEric Dumazet1-1/+4
2025-01-09bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang1-6/+15
2025-01-09tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang1-1/+5
2024-12-19bpf, sockmap: Fix update element with sameMichal Luczaj1-0/+1
2024-12-14netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao1-1/+1
2024-12-14net/neighbor: clear error in case strict check is not setJakub Kicinski1-0/+1
2024-12-14bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen1-2/+2
2024-12-14bpf, sockmap: Fix sk_msg_reset_currZijian Zhang1-11/+9
2024-12-14bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang1-6/+9
2024-12-14bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang1-20/+33
2024-11-14net: do not delay dst_entries_add() in dst_release()Eric Dumazet1-5/+12
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin1-0/+4
2024-11-01bpf: Make sure internal and UAPI bpf_redirect flags don't overlapToke Høiland-Jørgensen1-3/+5
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+29
2024-10-17net: rtnetlink: add msg kind namesNikolay Aleksandrov1-3/+3
2024-10-17net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
2024-10-17net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1