summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
5 daysnet: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi1-3/+4
5 dayspage_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen1-6/+10
5 daysnet: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Thadeu Lima de Souza Cascardo1-15/+0
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-07page_pool: always add GFP_NOWARN for ATOMIC allocationsJakub Kicinski1-0/+6
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-19bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann1-0/+2
2025-10-19bpf: 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-09-09ptp: Add generic PTP is_sync() functionKurt Kanzenbach1-0/+12
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-08-28bpf, sockmap: Fix psock incorrectly pointing to skJiayuan Chen1-0/+7
2025-08-28bpf, sockmap: Fix panic when calling skb_linearizeJiayuan Chen1-23/+27
2025-07-17bpf, sockmap: Fix skb refcnt race after locking changesJohn Fastabend1-4/+8
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