index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2025-08-12
Merge tag 'ipsec-2025-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
-6
/
+12
2025-08-12
net: prevent deadlocks when enabling NAPIs with mixed kthread config
Jakub Kicinski
-2
/
+11
2025-08-12
net: update NAPI threaded config even for disabled NAPIs
Jakub Kicinski
-1
/
+6
2025-08-11
Merge tag 'nfsd-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
-8
/
+35
2025-08-09
Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
-122
/
+32
2025-08-08
sctp: linearize cloned gso packets in sctp_rcv
Xin Long
-1
/
+1
2025-08-08
vsock: Do not allow binding to VMADDR_PORT_ANY
Budimir Markovic
-1
/
+2
2025-08-08
net: page_pool: allow enabling recycling late, fix false positive warning
Jakub Kicinski
-0
/
+29
2025-08-08
Merge tag 'nf-25-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
-45
/
+45
2025-08-08
Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-41
/
+67
2025-08-07
bpf: Standardize function declaration style
Li Jun
-11
/
+11
2025-08-07
netfilter: nft_socket: remove WARN_ON_ONCE with huge level value
Pablo Neira Ayuso
-1
/
+1
2025-08-07
netfilter: conntrack: clean up returns in nf_conntrack_log_invalid_sysctl()
Dan Carpenter
-3
/
+3
2025-08-07
netfilter: nft_set_pipapo: don't return bogus extension pointer
Florian Westphal
-6
/
+6
2025-08-07
netfilter: ctnetlink: remove refcounting in expectation dumpers
Florian Westphal
-24
/
+17
2025-08-07
netfilter: ctnetlink: fix refcount leak on table dump
Florian Westphal
-11
/
+13
2025-08-07
netfilter: add back NETFILTER_XTABLES dependencies
Arnd Bergmann
-0
/
+5
2025-08-07
udp: also consider secpath when evaluating ipsec use for checksumming
Sabrina Dubroca
-1
/
+1
2025-08-07
xfrm: bring back device check in validate_xmit_xfrm
Sabrina Dubroca
-1
/
+2
2025-08-07
xfrm: restore GSO for SW crypto
Sabrina Dubroca
-2
/
+7
2025-08-06
sunrpc: fix handling of server side tls alerts
Olga Kornievskaia
-8
/
+35
2025-08-06
xfrm: flush all states in xfrm_state_fini
Sabrina Dubroca
-2
/
+2
2025-08-05
net: Update threaded state in napi config in netif_set_threaded
Samiullah Khawaja
-17
/
+9
2025-08-04
net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing
Maher Azzouzi
-1
/
+1
2025-08-04
net/packet: fix a race in packet_set_ring() and packet_notifier()
Quang Le
-6
/
+6
2025-08-04
net: devmem: fix DMA direction on unmapping
Jakub Kicinski
-7
/
+6
2025-08-03
sunrpc: fix client side handling of tls alerts
Olga Kornievskaia
-10
/
+30
2025-08-01
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-0
/
+6
2025-08-01
net: Add locking to protect skb->dev access in ip_output
Sharath Chandra Vurukala
-5
/
+10
2025-08-01
net/sched: taprio: enforce minimum value for picos_per_byte
Takamitsu Iwai
-3
/
+18
2025-08-01
ipv6: reject malicious packets in ipv6_gso_segment()
Eric Dumazet
-1
/
+3
2025-08-01
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
-6
/
+17
2025-08-01
bpf: Check netfilter ctx accesses are aligned
Paul Chaignon
-0
/
+3
2025-08-01
bpf: Check flow_dissector ctx accesses are aligned
Paul Chaignon
-0
/
+3
2025-08-01
vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffers
Will Deacon
-2
/
+3
2025-08-01
vsock/virtio: Rename virtio_vsock_skb_rx_put()
Will Deacon
-1
/
+1
2025-08-01
vsock/virtio: Rename virtio_vsock_alloc_skb()
Will Deacon
-2
/
+2
2025-08-01
vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page
Will Deacon
-1
/
+1
2025-08-01
vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()
Will Deacon
-1
/
+3
2025-08-01
vsock/virtio: Validate length in packet header before skb_put()
Will Deacon
-2
/
+10
2025-07-30
netlink: avoid infinite retry looping in netlink_unicast()
Fedor Pchelkin
-1
/
+1
2025-07-30
netpoll: prevent hanging NAPI when netcons gets enabled
Jakub Kicinski
-0
/
+7
2025-07-30
kcm: Fix splice support
Michal Luczaj
-0
/
+6
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-21
/
+18
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-5550
/
+11330
2025-07-29
Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
-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
2025-07-29
Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-6
/
+1
2025-07-28
Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-7
/
+7
2025-07-28
Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linux
Linus Torvalds
-0
/
+46
[prev]
[next]