summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
5 daysnet: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi1-3/+4
5 daysbpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itselfJakub Sitnicki1-23/+30
2025-12-07net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao1-2/+5
2025-12-07page_pool: Clamp pool size to max 16K pagesDragos Tatulea1-5/+1
2025-12-07net: call cond_resched() less often in __release_sock()Eric Dumazet1-4/+8
2025-12-07net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima1-2/+1
2025-10-29net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao1-0/+1
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck1-3/+0
2025-10-29net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov1-19/+48
2025-10-29net: rtnetlink: add bulk delete support flagNikolay Aleksandrov1-0/+8
2025-10-29net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov1-1/+1
2025-10-29net: rtnetlink: add msg kind namesNikolay Aleksandrov1-3/+3
2025-10-29bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann1-0/+2
2025-10-29bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon1-6/+10
2025-10-02net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-0/+5
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