summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-08-28netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski
2025-08-28bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon
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-27sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu
2025-06-27bpf: Clean up sockmap related KconfigsCong Wang
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: defer final 'struct net' free in netns dismantleEric Dumazet
2025-05-02net: openvswitch: fix race on port outputFelix Huettner
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-13drop_monitor: fix incorrect initialization orderGavrilov Ilia
2025-03-13ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu
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-02-01net: add exit_batch_rtnl() methodEric Dumazet
2025-02-01net: net_namespace: Optimize the codeYajun Deng
2025-02-01bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj
2025-01-09skb_expand_head() adjust skb->truesize incorrectlyVasily Averin
2025-01-09bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen
2025-01-09skbuff: introduce skb_expand_head()Vasily Averin
2025-01-09bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang
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, 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-17net: 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-08net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long
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
2024-10-17inet: inet_defrag: prevent sk release while still in useFlorian Westphal
2024-09-12bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeConnor O'Brien
2024-09-04ethtool: check device is present when getting link settingsJamie Bainbridge
2024-08-19net: linkwatch: use system_unbound_wqEric Dumazet
2024-08-19bpf: Fix a segment issue when downgrading gso_sizeFred Li
2024-08-19xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo