summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet
2025-11-25net: annotate a data-race in __dev_xmit_skb()Eric Dumazet
2025-11-25net: prefech skb->priority in __dev_xmit_skb()Eric Dumazet
2025-11-25net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()Eric Dumazet
2025-11-25net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()Eric Dumazet
2025-11-25net: init shinfo->gso_segs from qdisc_pkt_len_init()Eric Dumazet
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet
2025-11-24net: factor-out _sk_charge() helperPaolo Abeni
2025-11-20tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet
2025-11-20tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-19net: prefetch the next skb in napi_skb_cache_get()Jason Xing
2025-11-19net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing
2025-11-19net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing
2025-11-19net: increase default NAPI_SKB_CACHE_SIZE to 128Jason Xing
2025-11-18net: use napi_skb_cache even in process contextEric Dumazet
2025-11-18net: __alloc_skb() cleanupEric Dumazet
2025-11-18net: add a new @alloc parameter to napi_skb_cache_get()Eric Dumazet
2025-11-13net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()Jiaming Zhang
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-12net: clear skb->sk in skb_release_head_state()Eric Dumazet
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing
2025-11-10net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao
2025-11-10bpf: Make bpf_skb_change_head helper metadata-safeJakub Sitnicki
2025-11-10bpf: Make bpf_skb_change_proto helper metadata-safeJakub Sitnicki
2025-11-10bpf: Make bpf_skb_adjust_room metadata-safeJakub Sitnicki
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki
2025-11-10net: Preserve metadata on pskb_expand_headJakub Sitnicki
2025-11-07net: increase skb_defer_max default to 128Eric Dumazet
2025-11-07net: fix napi_consume_skb() with alien skbsEric Dumazet
2025-11-07net: allow skb_release_head_state() to be called multiple timesEric Dumazet
2025-11-07net: add prefetch() in skb_defer_free_flush()Eric Dumazet
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-11-06net: selftests: export packet creation helpers for driver useRaju Rangoju
2025-11-05net: gro_cells: Reduce lock scope in gro_cell_pollSebastian Andrzej Siewior
2025-11-04netpoll: Fix deadlock in memory allocation under spinlockBreno Leitao
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: devmem: Remove unused declaration net_devmem_bind_tx_release()Yue Haibing
2025-11-04net: mark deliver_skb() as unlikely and not inlinedEric Dumazet
2025-11-04rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATSAdrian Moreno
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski