summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-01-22netfilter: nft_set_rbtree: remove seqcount_rwlock_tPablo Neira Ayuso1-6/+0
2026-01-22netfilter: nft_set_rbtree: use binary search array in get commandPablo Neira Ayuso1-90/+64
2026-01-22netfilter: nft_set_rbtree: translate rbtree to array for binary searchPablo Neira Ayuso1-84/+257
2026-01-22netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso2-1/+4
2026-01-22cipso: harden use of skb_cow() in cipso_v4_skbuff_setattr()Will Rosenberg1-1/+2
2026-01-22Merge tag 'nf-next-26-01-20' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski23-54/+99
2026-01-22gro: inline tcp6_gro_complete()Eric Dumazet3-14/+11
2026-01-22gro: inline tcp6_gro_receive()Eric Dumazet4-17/+18
2026-01-22tcp: preserve const qualifier in tcp_rsk() and inet_rsk()Eric Dumazet2-2/+2
2026-01-21net: remove HIPPI support and RoadRunner HIPPI driverEthan Nelson-Moore2-194/+0
2026-01-21tcp: move tcp_rate_skb_delivered() to tcp_input.cEric Dumazet2-44/+44
2026-01-21net: add kdoc for napi_consume_skb()Jakub Kicinski1-1/+12
2026-01-21net: fclone allocation small optimizationEric Dumazet1-1/+8
2026-01-21net: remove legacy way to get/set HW timestamp configVadim Fedorenko1-44/+16
2026-01-21net: split kmalloc_reserve() to allow inliningEric Dumazet1-20/+21
2026-01-21Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski2-9/+39
2026-01-21Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski10-509/+50
2026-01-20netfilter: xt_tcpmss: check remaining length before reading optlenFlorian Westphal1-1/+1
2026-01-20netfilter: nf_conncount: fix tracking of connections from localhostFernando Fernandez Mancera1-2/+13
2026-01-20netfilter: nft_compat: add more restrictions on netlink attributesFlorian Westphal1-3/+10
2026-01-20netfilter: nfnetlink_queue: nfqnl_instance GFP_ATOMIC -> GFP_KERNEL_ACCOUNT a...Scott Mitchell1-41/+34
2026-01-20netfilter: nf_conntrack: don't rely on implicit includesFlorian Westphal11-0/+16
2026-01-20netfilter: don't include xt and nftables.h in unrelated subsystemsFlorian Westphal5-2/+5
2026-01-20netfilter: nf_conntrack: enable icmp clash supportFlorian Westphal2-0/+2
2026-01-20netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera1-5/+10
2026-01-20netfilter: nf_conntrack: Add allow_clash to generic protocol handlerYuto Hamaguchi1-0/+1
2026-01-20netfilter: nf_tables: reset table validation state on abortFlorian Westphal1-0/+7
2026-01-20xsk: Proxy pool management for leased queuesDaniel Borkmann1-13/+35
2026-01-20xsk: Extend xsk_rcv_check validationDaniel Borkmann1-3/+26
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, ethtool: Disallow leased real rxqs to be resizedDaniel Borkmann2-9/+12
2026-01-20net: Add lease info to queue-get responseDaniel Borkmann2-0/+81
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann6-6/+254
2026-01-20net: Add queue-create operationDaniel Borkmann3-0/+27
2026-01-19ipv6: annotate data-races in net/ipv6/route.cEric Dumazet1-11/+13
2026-01-19ipv6: exthdrs: annotate data-race over multiple sysctlEric Dumazet1-4/+6
2026-01-19ipv6: annotate data-races around sysctl.ip6_rt_gc_intervalEric Dumazet1-6/+6
2026-01-19ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet3-4/+6
2026-01-18tcp: move tcp_rate_skb_sent() to tcp_output.cEric Dumazet2-35/+35
2026-01-18net/sched: cake: avoid separate allocation of struct cake_sched_configToke Høiland-Jørgensen1-23/+6
2026-01-16net: minor __alloc_skb() optimizationEric Dumazet1-1/+1
2026-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-103/+143
2026-01-15Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds19-83/+96
2026-01-15Merge tag 'linux-can-fixes-for-6.19-20260115' of git://git.kernel.org/pub/scm...Paolo Abeni2-42/+19
2026-01-15Merge tag 'ipsec-2026-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni3-4/+5
2026-01-15net: inline napi_skb_cache_get()Eric Dumazet1-1/+1
2026-01-15xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending pathJason Xing3-5/+10
2026-01-15xsk: advance cq/fq check when shared umem is usedJason Xing2-4/+7
2026-01-15net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon r...Tetsuo Handa1-1/+9