aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2026-01-25net: expand NETDEV_RSS_KEY_LEN to 256 bytesEric Dumazet1-2/+8
2026-01-25net: inline get_netmem() and put_netmem()Eric Dumazet1-21/+10
2026-01-25net: inline net_is_devmem_iov()Eric Dumazet2-11/+1
2026-01-25gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet1-1/+1
2026-01-24bpf: add fsession supportMenglong Dong1-0/+1
2026-01-23net: add queue config validation callbackJakub Kicinski3-14/+66
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski3-38/+34
2026-01-23net: move mp->rx_page_size validation to __net_mp_open_rxq()Jakub Kicinski1-4/+6
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski2-0/+33
2026-01-23net: introduce mangleid_featuresPaolo Abeni1-1/+4
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap2-0/+2
2026-01-20net: add kdoc for napi_consume_skb()Jakub Kicinski1-1/+12
2026-01-20net: fclone allocation small optimizationEric Dumazet1-1/+8
2026-01-20net: remove legacy way to get/set HW timestamp configVadim Fedorenko1-44/+16
2026-01-20net: split kmalloc_reserve() to allow inliningEric Dumazet1-20/+21
2026-01-20Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski2-9/+39
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski7-435/+24
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu1-10/+10
2026-01-20net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei1-2/+15
2026-01-20net: Proxy net_mp_{open,close}_rxq for leased queuesDavid Wei1-18/+60
2026-01-20net: Add lease info to queue-get responseDaniel Borkmann2-0/+81
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann5-5/+253
2026-01-20net: Add queue-create operationDaniel Borkmann3-0/+27
2026-01-15net: minor __alloc_skb() optimizationEric Dumazet1-1/+1
2026-01-15net: add skb->data_len and (skb>end - skb->tail) to skb_dump()Eric Dumazet1-3/+4
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+31
2026-01-15net: inline napi_skb_cache_get()Eric Dumazet1-1/+1
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov3-9/+14
2026-01-13dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet1-0/+1
2026-01-14net: pass queue rx page size from memory providerPavel Begunkov1-0/+9
2026-01-14net: add bare bone queue configsPavel Begunkov2-3/+26
2026-01-14net: memzero mp params when closing a queuePavel Begunkov1-6/+4
2026-01-13net: add net.core.qdisc_max_burstEric Dumazet3-3/+11
2026-01-12net: add skbuff_clear() helperEric Dumazet1-10/+22
2026-01-12net: devmem: convert binding refcount to percpu_refBobby Eshleman2-10/+22
2026-01-09net: update netdev_lock_{type,name}Eric Dumazet1-6/+19
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+9
2026-01-06net: fully inline backlog_unlock_irq_restore()Eric Dumazet1-7/+6
2026-01-05net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib1-3/+5
2026-01-04net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi1-3/+4
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan2-6/+6
2025-12-28net: avoid prefetching NULL pointersEric Dumazet1-3/+5
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds19-316/+695
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-13/+19
2025-12-02Merge 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