index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-05
net: Update threaded state in napi config in netif_set_threaded
Samiullah Khawaja
1
-17
/
+9
2025-08-04
net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing
Maher Azzouzi
1
-1
/
+1
2025-08-04
net/packet: fix a race in packet_set_ring() and packet_notifier()
Quang Le
1
-6
/
+6
2025-08-04
net: devmem: fix DMA direction on unmapping
Jakub Kicinski
2
-7
/
+6
2025-08-03
sunrpc: fix client side handling of tls alerts
Olga Kornievskaia
1
-10
/
+30
2025-08-01
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2
-0
/
+6
2025-08-01
net: Add locking to protect skb->dev access in ip_output
Sharath Chandra Vurukala
1
-5
/
+10
2025-08-01
net/sched: taprio: enforce minimum value for picos_per_byte
Takamitsu Iwai
1
-3
/
+18
2025-08-01
ipv6: reject malicious packets in ipv6_gso_segment()
Eric Dumazet
1
-1
/
+3
2025-08-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-6
/
+17
2025-08-01
bpf: Check netfilter ctx accesses are aligned
Paul Chaignon
1
-0
/
+3
2025-08-01
bpf: Check flow_dissector ctx accesses are aligned
Paul Chaignon
1
-0
/
+3
2025-08-01
vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffers
Will Deacon
1
-2
/
+3
2025-08-01
vsock/virtio: Rename virtio_vsock_skb_rx_put()
Will Deacon
1
-1
/
+1
2025-08-01
vsock/virtio: Rename virtio_vsock_alloc_skb()
Will Deacon
2
-2
/
+2
2025-08-01
vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page
Will Deacon
1
-1
/
+1
2025-08-01
vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()
Will Deacon
1
-1
/
+3
2025-08-01
vsock/virtio: Validate length in packet header before skb_put()
Will Deacon
1
-2
/
+10
2025-07-30
netlink: avoid infinite retry looping in netlink_unicast()
Fedor Pchelkin
1
-1
/
+1
2025-07-30
netpoll: prevent hanging NAPI when netcons gets enabled
Jakub Kicinski
1
-0
/
+7
2025-07-30
kcm: Fix splice support
Michal Luczaj
1
-0
/
+6
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
8
-21
/
+18
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
321
-5550
/
+11330
2025-07-29
Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-0
/
+1
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2025-07-29
Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-6
/
+1
2025-07-28
Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-7
/
+7
2025-07-28
Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+46
2025-07-28
Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-34
/
+76
2025-07-28
Merge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+8
2025-07-28
Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-422
/
+157
2025-07-28
Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2025-07-28
Merge tag 'nfsd-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
5
-127
/
+76
2025-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-65
/
+118
2025-07-26
ipv6: annotate data-races around rt->fib6_nsiblings
Eric Dumazet
2
-9
/
+16
2025-07-26
ipv6: fix possible infinite loop in fib6_info_uses_dev()
Eric Dumazet
1
-6
/
+11
2025-07-26
ipv6: prevent infinite loop in rt6_nlmsg_size()
Eric Dumazet
2
-18
/
+20
2025-07-26
ipv6: add a retry logic in net6_rt_notify()
Eric Dumazet
1
-5
/
+10
2025-07-26
net/sched: taprio: align entry index attr validation with mqprio
Simon Horman
1
-8
/
+4
2025-07-26
vsock: remove unnecessary null check in vsock_getname()
Wang Liang
1
-5
/
+0
2025-07-25
Merge tag 'nf-next-25-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
20
-299
/
+331
2025-07-25
net/sched: Add precise drop reason for pfifo_fast queue overflows
Fan Yu
1
-0
/
+2
2025-07-25
neighbour: Fix null-ptr-deref in neigh_flush_dev().
Kuniyuki Iwashima
1
-27
/
+61
2025-07-25
ipv6: add `force_forwarding` sysctl to enable per-interface forwarding
Gabriel Goller
2
-1
/
+84
2025-07-25
mptcp: remove pr_fallback()
Paolo Abeni
4
-9
/
+0
2025-07-25
mptcp: track fallbacks accurately via mibs
Paolo Abeni
7
-45
/
+62
2025-07-25
netfilter: xt_nfacct: don't assume acct name is null-terminated
Florian Westphal
1
-2
/
+2
2025-07-25
netfilter: nft_set_pipapo: prefer kvmalloc for scratch maps
Florian Westphal
1
-5
/
+4
2025-07-25
netfilter: nft_set_pipapo: merge pipapo_get/lookup
Florian Westphal
1
-130
/
+58
2025-07-25
netfilter: nft_set: remove indirection from update API call
Florian Westphal
3
-9
/
+5
[prev]
[next]