summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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 duplicated data transmissionJiayuan Chen
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-02net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel
2025-05-02net: defer final 'struct net' free in netns dismantleEric Dumazet
2025-05-02net: openvswitch: fix race on port outputFelix Huettner
2025-05-02net: make sock_inuse_add() availableEric Dumazet
2025-05-02net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang
2025-05-02bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn
2025-05-02bpf: Add endian modifiers to fix endian warningsBen Dooks
2025-05-02page_pool: avoid infinite loop to schedule delayed workerJason Xing
2025-04-10rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang
2025-04-10bpf, sockmap: Fix race between element replace and close()Michal Luczaj
2025-04-10net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma
2025-04-10netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao
2025-03-13ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu
2025-03-13drop_monitor: fix incorrect initialization orderGavrilov Ilia
2025-03-13net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao
2025-03-13flow_dissector: Fix port range key handling in BPF conversionCong Wang
2025-03-13flow_dissector: Fix handling of mixed port and port-range keysCong Wang
2025-03-13net: extract port range fields from fl_flow_keyMaksym Glubokiy
2025-03-13neighbour: use RCU protection in __neigh_notify()Eric Dumazet
2025-03-13neighbour: delete redundant judgment statementsLi Zetao
2025-03-13net: let net.core.dev_weight always be non-zeroLiu Jian
2025-01-23net: add exit_batch_rtnl() methodEric Dumazet
2025-01-23pktgen: Avoid out-of-bounds access in get_imix_entriesArtem Chernyshev
2025-01-23bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj
2025-01-09net: restrict SO_REUSEPORT to inet socketsEric Dumazet
2025-01-09bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang
2025-01-09tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang
2024-12-19bpf, sockmap: Fix update element with sameMichal Luczaj
2024-12-14netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao
2024-12-14net/neighbor: clear error in case strict check is not setJakub Kicinski
2024-12-14bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen
2024-12-14bpf, sockmap: Fix sk_msg_reset_currZijian Zhang
2024-12-14bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang
2024-12-14bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang
2024-11-14net: do not delay dst_entries_add() in dst_release()Eric Dumazet
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin
2024-11-01bpf: Make sure internal and UAPI bpf_redirect flags don't overlapToke Høiland-Jørgensen
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima
2024-10-17net: rtnetlink: add msg kind namesNikolay Aleksandrov
2024-10-17net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet
2024-10-17net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet
2024-10-17sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet