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
/
core
Age
Commit message (
Expand
)
Author
Lines
2026-02-02
linkwatch: use __dev_put() in callers to prevent UAF
Jiayuan Chen
-5
/
+15
2026-01-31
bpf: Fix bpf_xdp_store_bytes proto for read-only arg
Paul Chaignon
-1
/
+1
2026-01-31
net: don't touch dev->stats in BPF redirect paths
Jakub Kicinski
-4
/
+4
2026-01-30
tcp: reduce tcp sockets size by one cache line
Eric Dumazet
-6
/
+10
2026-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+2
2026-01-29
net: fix segmentation of forwarding fraglist GRO
Jibin Zhang
-0
/
+2
2026-01-27
bpf, sockmap: Fix FIONREAD for sockmap
Jiayuan Chen
-0
/
+3
2026-01-27
bpf, sockmap: Fix incorrect copied_seq calculation
Jiayuan Chen
-3
/
+24
2026-01-26
net: include <linux/hex.h> from sysctl_net_core.c
Eric Dumazet
-0
/
+1
2026-01-25
net: core: neighbour: Make another netlink notification atomically
Petr Machata
-4
/
+9
2026-01-25
net: core: neighbour: Make one netlink notification atomically
Petr Machata
-3
/
+5
2026-01-25
net: core: neighbour: Reorder netlink & internal notification
Petr Machata
-2
/
+2
2026-01-25
net: core: neighbour: Inline neigh_update_notify() calls
Petr Machata
-11
/
+10
2026-01-25
net: core: neighbour: Process ARP queue later
Petr Machata
-1
/
+7
2026-01-25
net: core: neighbour: Extract ARP queue processing to a helper function
Petr Machata
-35
/
+43
2026-01-25
net: core: neighbour: Call __neigh_notify() under a lock
Petr Machata
-6
/
+12
2026-01-25
net: core: neighbour: Add a neigh_fill_info() helper for when lock not held
Petr Machata
-7
/
+17
2026-01-25
net: expand NETDEV_RSS_KEY_LEN to 256 bytes
Eric Dumazet
-2
/
+8
2026-01-25
net: inline get_netmem() and put_netmem()
Eric Dumazet
-21
/
+10
2026-01-25
net: inline net_is_devmem_iov()
Eric Dumazet
-11
/
+1
2026-01-25
gro: change the BUG_ON() in gro_pull_from_frag0()
Eric Dumazet
-1
/
+1
2026-01-24
bpf: add fsession support
Menglong Dong
-0
/
+1
2026-01-23
net: add queue config validation callback
Jakub Kicinski
-14
/
+66
2026-01-23
net: use netdev_queue_config() for mp restart
Jakub Kicinski
-38
/
+34
2026-01-23
net: move mp->rx_page_size validation to __net_mp_open_rxq()
Jakub Kicinski
-4
/
+6
2026-01-23
net: introduce a trivial netdev_queue_config()
Jakub Kicinski
-0
/
+33
2026-01-23
net: introduce mangleid_features
Paolo Abeni
-1
/
+4
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+4
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+2
2026-01-20
net: add kdoc for napi_consume_skb()
Jakub Kicinski
-1
/
+12
2026-01-20
net: fclone allocation small optimization
Eric Dumazet
-1
/
+8
2026-01-20
net: remove legacy way to get/set HW timestamp config
Vadim Fedorenko
-44
/
+16
2026-01-20
net: split kmalloc_reserve() to allow inlining
Eric Dumazet
-20
/
+21
2026-01-20
Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linux
Jakub Kicinski
-9
/
+39
2026-01-20
Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"
Jakub Kicinski
-435
/
+24
2026-01-20
bpf: Fix memory access flags in helper prototypes
Zesen Liu
-10
/
+10
2026-01-20
net: Proxy netdev_queue_get_dma_dev for leased queues
David Wei
-2
/
+15
2026-01-20
net: Proxy net_mp_{open,close}_rxq for leased queues
David Wei
-18
/
+60
2026-01-20
net: Add lease info to queue-get response
Daniel Borkmann
-0
/
+81
2026-01-20
net: Implement netdev_nl_queue_create_doit
Daniel Borkmann
-5
/
+253
2026-01-20
net: Add queue-create operation
Daniel Borkmann
-0
/
+27
2026-01-15
net: minor __alloc_skb() optimization
Eric Dumazet
-1
/
+1
2026-01-15
net: add skb->data_len and (skb>end - skb->tail) to skb_dump()
Eric Dumazet
-3
/
+4
2026-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-9
/
+31
2026-01-15
net: inline napi_skb_cache_get()
Eric Dumazet
-1
/
+1
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
-9
/
+14
2026-01-13
dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()
Eric Dumazet
-0
/
+1
2026-01-14
net: pass queue rx page size from memory provider
Pavel Begunkov
-0
/
+9
2026-01-14
net: add bare bone queue configs
Pavel Begunkov
-3
/
+26
2026-01-14
net: memzero mp params when closing a queue
Pavel Begunkov
-6
/
+4
[prev]
[next]