summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-08-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-08-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-08-01bpf: Check netfilter ctx accesses are alignedPaul Chaignon
2025-08-01bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon
2025-08-01vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffersWill Deacon
2025-08-01vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon
2025-08-01vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon
2025-08-01vsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon
2025-08-01vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon
2025-08-01vsock/virtio: Validate length in packet header before skb_put()Will Deacon
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-29Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-07-28Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-07-28Merge tag 'nfsd-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-26ipv6: annotate data-races around rt->fib6_nsiblingsEric Dumazet
2025-07-26ipv6: fix possible infinite loop in fib6_info_uses_dev()Eric Dumazet
2025-07-26ipv6: prevent infinite loop in rt6_nlmsg_size()Eric Dumazet
2025-07-26ipv6: add a retry logic in net6_rt_notify()Eric Dumazet
2025-07-26net/sched: taprio: align entry index attr validation with mqprioSimon Horman
2025-07-26vsock: remove unnecessary null check in vsock_getname()Wang Liang
2025-07-25Merge tag 'nf-next-25-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-07-25net/sched: Add precise drop reason for pfifo_fast queue overflowsFan Yu
2025-07-25neighbour: Fix null-ptr-deref in neigh_flush_dev().Kuniyuki Iwashima
2025-07-25ipv6: add `force_forwarding` sysctl to enable per-interface forwardingGabriel Goller
2025-07-25mptcp: remove pr_fallback()Paolo Abeni
2025-07-25mptcp: track fallbacks accurately via mibsPaolo Abeni
2025-07-25netfilter: xt_nfacct: don't assume acct name is null-terminatedFlorian Westphal
2025-07-25netfilter: nft_set_pipapo: prefer kvmalloc for scratch mapsFlorian Westphal
2025-07-25netfilter: nft_set_pipapo: merge pipapo_get/lookupFlorian Westphal
2025-07-25netfilter: nft_set: remove indirection from update API callFlorian Westphal
2025-07-25netfilter: nft_set: remove one argument from lookup and update functionsFlorian Westphal
2025-07-25netfilter: nft_set_pipapo: remove unused argumentsFlorian Westphal
2025-07-25netfilter: nfnetlink_hook: Dump flowtable infoPhil Sutter
2025-07-25netfilter: nfnetlink: New NFNLA_HOOK_INFO_DESC helperPhil Sutter
2025-07-25ipvs: Rename del_timer in comment in ip_vs_conn_expire_now()WangYuli
2025-07-25netfilter: Exclude LEGACY TABLES on PREEMPT_RT.Pablo Neira Ayuso
2025-07-25netfilter: conntrack: Remove unused net in nf_conntrack_double_lock()Yue Haibing
2025-07-25netfilter: load nf_log_syslog on enabling nf_conntrack_log_invalidLance Yang
2025-07-25netfilter: conntrack: table full detailed loglvxiafei
2025-07-24net: define an enum for the napi threaded stateSamiullah Khawaja
2025-07-24net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja