summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-08-07netfilter: conntrack: clean up returns in nf_conntrack_log_invalid_sysctl()Dan Carpenter1-3/+3
2025-08-07netfilter: nft_set_pipapo: don't return bogus extension pointerFlorian Westphal1-6/+6
2025-08-07netfilter: ctnetlink: remove refcounting in expectation dumpersFlorian Westphal1-24/+17
2025-08-07netfilter: ctnetlink: fix refcount leak on table dumpFlorian Westphal1-11/+13
2025-08-07netfilter: add back NETFILTER_XTABLES dependenciesArnd Bergmann3-0/+5
2025-08-07udp: also consider secpath when evaluating ipsec use for checksummingSabrina Dubroca1-1/+1
2025-08-07xfrm: bring back device check in validate_xmit_xfrmSabrina Dubroca1-1/+2
2025-08-07xfrm: restore GSO for SW cryptoSabrina Dubroca1-2/+7
2025-08-06sunrpc: fix handling of server side tls alertsOlga Kornievskaia1-8/+35
2025-08-06xfrm: flush all states in xfrm_state_finiSabrina Dubroca2-2/+2
2025-08-06net: Update threaded state in napi config in netif_set_threadedSamiullah Khawaja1-17/+9
2025-08-05net/sched: mqprio: fix stack out-of-bounds write in tc entry parsingMaher Azzouzi1-1/+1
2025-08-05net/packet: fix a race in packet_set_ring() and packet_notifier()Quang Le1-6/+6
2025-08-05net: devmem: fix DMA direction on unmappingJakub Kicinski2-7/+6
2025-08-03sunrpc: fix client side handling of tls alertsOlga Kornievskaia1-10/+30
2025-08-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-0/+6
2025-08-02net: Add locking to protect skb->dev access in ip_outputSharath Chandra Vurukala1-5/+10
2025-08-02net/sched: taprio: enforce minimum value for picos_per_byteTakamitsu Iwai1-3/+18
2025-08-02ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet1-1/+3
2025-08-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-6/+17
2025-08-01bpf: Check netfilter ctx accesses are alignedPaul Chaignon1-0/+3
2025-08-01bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon1-0/+3
2025-08-01vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffersWill Deacon1-2/+3
2025-08-01vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon1-1/+1
2025-08-01vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon2-2/+2
2025-08-01vsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon1-1/+1
2025-08-01vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon1-1/+3
2025-08-01vsock/virtio: Validate length in packet header before skb_put()Will Deacon1-2/+10
2025-07-31netlink: avoid infinite retry looping in netlink_unicast()Fedor Pchelkin1-1/+1
2025-07-31netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski1-0/+7
2025-07-31kcm: Fix splice supportMichal Luczaj1-0/+6
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds8-21/+18
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds321-5550/+11330
2025-07-30Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+1
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-07-29Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-6/+1
2025-07-29Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-7/+7
2025-07-29Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-0/+46
2025-07-29Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-34/+76
2025-07-28Merge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+8
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-422/+157
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2025-07-28Merge tag 'nfsd-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds5-127/+76
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-65/+118
2025-07-26ipv6: annotate data-races around rt->fib6_nsiblingsEric Dumazet2-9/+16
2025-07-26ipv6: fix possible infinite loop in fib6_info_uses_dev()Eric Dumazet1-6/+11
2025-07-26ipv6: prevent infinite loop in rt6_nlmsg_size()Eric Dumazet2-18/+20
2025-07-26ipv6: add a retry logic in net6_rt_notify()Eric Dumazet1-5/+10
2025-07-26net/sched: taprio: align entry index attr validation with mqprioSimon Horman1-8/+4
2025-07-26vsock: remove unnecessary null check in vsock_getname()Wang Liang1-5/+0