aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-27net: restore napi_consume_skb()'s NULL-handlingJakub Kicinski1-1/+1
2025-11-27netmem, devmem, tcp: access pp fields through @desc in net_iovByungchul Park1-3/+3
2025-11-26phy: add hwtstamp_get callback to phy driversVadim Fedorenko1-4/+5
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet1-2/+2
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen2-0/+2
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet1-9/+13
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet1-10/+5
2025-11-25net: annotate a data-race in __dev_xmit_skb()Eric Dumazet1-1/+1
2025-11-25net: prefech skb->priority in __dev_xmit_skb()Eric Dumazet1-0/+1
2025-11-25net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()Eric Dumazet1-1/+1
2025-11-25net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()Eric Dumazet1-4/+11
2025-11-25net: init shinfo->gso_segs from qdisc_pkt_len_init()Eric Dumazet1-1/+2
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet1-1/+1
2025-11-24net: factor-out _sk_charge() helperPaolo Abeni1-0/+18
2025-11-20tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet1-0/+2
2025-11-20tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet1-7/+2
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2025-11-19net: prefetch the next skb in napi_skb_cache_get()Jason Xing1-0/+2
2025-11-19net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing1-6/+8
2025-11-19net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing1-1/+1
2025-11-19net: increase default NAPI_SKB_CACHE_SIZE to 128Jason Xing1-1/+1
2025-11-18net: use napi_skb_cache even in process contextEric Dumazet1-0/+5
2025-11-18net: __alloc_skb() cleanupEric Dumazet1-10/+18
2025-11-18net: add a new @alloc parameter to napi_skb_cache_get()Eric Dumazet1-7/+8
2025-11-13net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()Jiaming Zhang1-0/+3
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2025-11-12net: clear skb->sk in skb_release_head_state()Eric Dumazet1-0/+1
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing1-3/+5
2025-11-10net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao1-2/+5
2025-11-10bpf: Make bpf_skb_change_head helper metadata-safeJakub Sitnicki1-1/+3
2025-11-10bpf: Make bpf_skb_change_proto helper metadata-safeJakub Sitnicki1-1/+2
2025-11-10bpf: Make bpf_skb_adjust_room metadata-safeJakub Sitnicki1-4/+5
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki1-6/+12
2025-11-10net: Preserve metadata on pskb_expand_headJakub Sitnicki1-2/+4
2025-11-07net: increase skb_defer_max default to 128Eric Dumazet1-1/+1
2025-11-07net: fix napi_consume_skb() with alien skbsEric Dumazet1-0/+5
2025-11-07net: allow skb_release_head_state() to be called multiple timesEric Dumazet1-4/+3
2025-11-07net: add prefetch() in skb_defer_free_flush()Eric Dumazet1-0/+1
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+6
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-7/+4
2025-11-06net: selftests: export packet creation helpers for driver useRaju Rangoju1-41/+7
2025-11-05net: gro_cells: Reduce lock scope in gro_cell_pollSebastian Andrzej Siewior1-2/+2
2025-11-04netpoll: Fix deadlock in memory allocation under spinlockBreno Leitao1-5/+2
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook2-2/+2
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook2-3/+4
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: devmem: Remove unused declaration net_devmem_bind_tx_release()Yue Haibing1-1/+0
2025-11-04net: mark deliver_skb() as unlikely and not inlinedEric Dumazet1-11/+11
2025-11-04rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATSAdrian Moreno1-4/+11