summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet-3/+11
2026-01-12net: add skbuff_clear() helperEric Dumazet-10/+22
2026-01-12net: devmem: convert binding refcount to percpu_refBobby Eshleman-10/+22
2026-01-09net: update netdev_lock_{type,name}Eric Dumazet-6/+19
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+9
2026-01-06net: fully inline backlog_unlock_irq_restore()Eric Dumazet-7/+6
2026-01-05net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib-3/+5
2026-01-04net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi-3/+4
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan-6/+6
2025-12-28net: avoid prefetching NULL pointersEric Dumazet-3/+5
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+0
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-316/+695
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-13/+19
2025-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-12-02net: page_pool: sanitise allocation orderPavel Begunkov-0/+3
2025-12-02net: page pool: xa init with destroy on pp initPavel Begunkov-0/+1
2025-12-02Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-13/+7
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-11-28net: netpoll: initialize work queue before error checksBreno Leitao-1/+1
2025-11-27net: restore napi_consume_skb()'s NULL-handlingJakub Kicinski-1/+1
2025-11-27netmem, devmem, tcp: access pp fields through @desc in net_iovByungchul Park-3/+3
2025-11-26phy: add hwtstamp_get callback to phy driversVadim Fedorenko-4/+5
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet-2/+2
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen-0/+2
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet-9/+13
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet-10/+5
2025-11-25net: annotate a data-race in __dev_xmit_skb()Eric Dumazet-1/+1
2025-11-25net: prefech skb->priority in __dev_xmit_skb()Eric Dumazet-0/+1
2025-11-25net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()Eric Dumazet-1/+1
2025-11-25net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()Eric Dumazet-4/+11
2025-11-25net: init shinfo->gso_segs from qdisc_pkt_len_init()Eric Dumazet-1/+2
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet-1/+1
2025-11-24net: factor-out _sk_charge() helperPaolo Abeni-0/+18
2025-11-20tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet-0/+2
2025-11-20tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet-7/+2
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2025-11-19net: prefetch the next skb in napi_skb_cache_get()Jason Xing-0/+2
2025-11-19net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk freeJason Xing-6/+8
2025-11-19net: increase default NAPI_SKB_CACHE_BULK to 32Jason Xing-1/+1
2025-11-19net: increase default NAPI_SKB_CACHE_SIZE to 128Jason Xing-1/+1
2025-11-18net: use napi_skb_cache even in process contextEric Dumazet-0/+5
2025-11-18net: __alloc_skb() cleanupEric Dumazet-10/+18
2025-11-18net: add a new @alloc parameter to napi_skb_cache_get()Eric Dumazet-7/+8
2025-11-18bpf: Remove smap argument from bpf_selem_free()Amery Hung-1/+1
2025-11-18bpf: Always charge/uncharge memory when allocating/unlinking storage elementsAmery Hung-1/+1
2025-11-18scm: Convert put_cmsg() to scoped user accessChristophe Leroy-13/+7
2025-11-14bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau-3/+6
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov-9/+9
2025-11-13net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()Jiaming Zhang-0/+3
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5