summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-08-28netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski1-0/+7
2025-08-28bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon1-0/+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-27sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu1-2/+2
2025-06-27bpf: Clean up sockmap related KconfigsCong Wang3-68/+85
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: 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-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-13drop_monitor: fix incorrect initialization orderGavrilov Ilia1-15/+14
2025-03-13ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1
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-02-01net: add exit_batch_rtnl() methodEric Dumazet1-1/+30
2025-02-01net: net_namespace: Optimize the codeYajun Deng1-28/+24
2025-02-01bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj1-12/+18
2025-01-09skb_expand_head() adjust skb->truesize incorrectlyVasily Averin1-13/+23
2025-01-09bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen1-2/+2
2025-01-09skbuff: introduce skb_expand_head()Vasily Averin1-0/+42
2025-01-09bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang1-6/+15
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, 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-17net: 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-08net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long1-1/+12
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
2024-10-17sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet1-0/+1
2024-10-17inet: inet_defrag: prevent sk release while still in useFlorian Westphal1-0/+12
2024-09-12bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeConnor O'Brien2-14/+3
2024-09-04ethtool: check device is present when getting link settingsJamie Bainbridge1-1/+1
2024-08-19net: linkwatch: use system_unbound_wqEric Dumazet1-2/+2
2024-08-19bpf: Fix a segment issue when downgrading gso_sizeFred Li1-4/+11
2024-08-19xdp: fix invalid wait context of page_pool_destroy()Taehee Yoo1-3/+1