summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2026-01-20net: Proxy net_mp_{open,close}_rxq for leased queuesDavid Wei
2026-01-20net: Add lease info to queue-get responseDaniel Borkmann
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann
2026-01-20net: Add queue-create operationDaniel Borkmann
2026-01-15net: minor __alloc_skb() optimizationEric Dumazet
2026-01-15net: add skb->data_len and (skb>end - skb->tail) to skb_dump()Eric Dumazet
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-15net: inline napi_skb_cache_get()Eric Dumazet
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-13dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet
2026-01-14net: pass queue rx page size from memory providerPavel Begunkov
2026-01-14net: add bare bone queue configsPavel Begunkov
2026-01-14net: memzero mp params when closing a queuePavel Begunkov
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet
2026-01-12net: add skbuff_clear() helperEric Dumazet
2026-01-12net: devmem: convert binding refcount to percpu_refBobby Eshleman
2026-01-09net: update netdev_lock_{type,name}Eric Dumazet
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-06net: fully inline backlog_unlock_irq_restore()Eric Dumazet
2026-01-05net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib
2026-01-04net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan
2025-12-28net: avoid prefetching NULL pointersEric Dumazet
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-12-02net: page_pool: sanitise allocation orderPavel Begunkov
2025-12-02net: page pool: xa init with destroy on pp initPavel Begunkov
2025-12-02Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-28net: netpoll: initialize work queue before error checksBreno Leitao
2025-11-27net: restore napi_consume_skb()'s NULL-handlingJakub Kicinski
2025-11-27netmem, devmem, tcp: access pp fields through @desc in net_iovByungchul Park
2025-11-26phy: add hwtstamp_get callback to phy driversVadim Fedorenko
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