summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds19-316/+695
2025-12-04Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-13/+19
2025-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-12-02net: page_pool: sanitise allocation orderPavel Begunkov1-0/+3
2025-12-02net: page pool: xa init with destroy on pp initPavel Begunkov1-0/+1
2025-12-02Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-13/+7
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-11-29net: netpoll: initialize work queue before error checksBreno Leitao1-1/+1
2025-11-28net: restore napi_consume_skb()'s NULL-handlingJakub Kicinski1-1/+1
2025-11-28netmem, devmem, tcp: access pp fields through @desc in net_iovByungchul Park1-3/+3
2025-11-27phy: add hwtstamp_get callback to phy driversVadim Fedorenko1-4/+5
2025-11-26net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet1-2/+2
2025-11-26tools: 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-25net: factor-out _sk_charge() helperPaolo Abeni1-0/+18
2025-11-21tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet1-0/+2
2025-11-21tcp: 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-20net: prefetch the next skb in napi_skb_cache_get()Jason Xing1-0/+2
2025-11-20net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing1-6/+8
2025-11-20net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing1-1/+1
2025-11-20net: increase default NAPI_SKB_CACHE_SIZE to 128Jason Xing1-1/+1
2025-11-19net: use napi_skb_cache even in process contextEric Dumazet1-0/+5
2025-11-19net: __alloc_skb() cleanupEric Dumazet1-10/+18
2025-11-19net: add a new @alloc parameter to napi_skb_cache_get()Eric Dumazet1-7/+8
2025-11-19bpf: Remove smap argument from bpf_selem_free()Amery Hung1-1/+1
2025-11-19bpf: Always charge/uncharge memory when allocating/unlinking storage elementsAmery Hung1-1/+1
2025-11-18scm: Convert put_cmsg() to scoped user accessChristophe Leroy1-13/+7
2025-11-15bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau1-3/+6
2025-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov2-9/+9
2025-11-14net: 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-11net: export netdev_get_by_index_lock()David Wei1-1/+0
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing1-3/+5
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner4-18/+44
2025-11-11net: 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