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
2025-02-06
rtnetlink: fix netns leak with rtnl_setlink()
Nicolas Dichtel
-0
/
+1
2025-02-06
netdev-genl: Elide napi_id when not present
Joe Damato
-5
/
+9
2025-02-06
Merge branch 'io_uring-zero-copy-rx'
Jakub Kicinski
-79
/
+217
2025-02-06
net: add helpers for setting a memory provider on an rx queue
David Wei
-0
/
+69
2025-02-06
net: page_pool: add memory provider helpers
Pavel Begunkov
-0
/
+28
2025-02-06
net: prepare for non devmem TCP memory providers
Pavel Begunkov
-0
/
+12
2025-02-06
net: page_pool: add a mp hook to unregister_netdevice*
Pavel Begunkov
-26
/
+31
2025-02-06
net: page_pool: add callback for mp info printing
Pavel Begunkov
-8
/
+18
2025-02-06
net: page_pool: create hooks for custom memory providers
Pavel Begunkov
-9
/
+29
2025-02-06
net: generalise net_iov chunk owners
Pavel Begunkov
-28
/
+22
2025-02-06
net: prefix devmem specific helpers
Pavel Begunkov
-8
/
+8
2025-02-06
net: page_pool: don't cast mp param to devmem
Pavel Begunkov
-1
/
+1
2025-02-06
flow_dissector: use RCU protection to fetch dev_net()
Eric Dumazet
-10
/
+11
2025-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+14
2025-02-05
net: flush_backlog() small changes
Eric Dumazet
-4
/
+8
2025-02-05
net-sysfs: remove rtnl_trylock from queue attributes
Antoine Tenart
-58
/
+89
2025-02-05
net-sysfs: prevent uncleared queues from being re-added
Antoine Tenart
-0
/
+32
2025-02-05
net-sysfs: move queue attribute groups outside the default groups
Antoine Tenart
-6
/
+21
2025-02-05
net-sysfs: remove rtnl_trylock from device attributes
Antoine Tenart
-53
/
+138
2025-02-04
net: warn if NAPI instance wasn't shut down
Jakub Kicinski
-0
/
+3
2025-02-04
neighbour: remove neigh_parms_destroy()
Eric Dumazet
-8
/
+1
2025-02-03
net: harmonize tstats and dstats
Paolo Abeni
-0
/
+14
2025-01-30
Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-37
/
+21
2025-01-30
net: revert RTNL changes in unregister_netdevice_many_notify()
Eric Dumazet
-30
/
+3
2025-01-29
net: xdp: Disallow attaching device-bound programs in generic mode
Toke Høiland-Jørgensen
-0
/
+4
2025-01-29
bpf: Disable non stream socket for strparser
Jiayuan Chen
-1
/
+4
2025-01-29
bpf: Fix wrong copied_seq calculation
Jiayuan Chen
-0
/
+7
2025-01-29
bpf: Remove unnecessary BTF lookups in bpf_sk_storage_tracing_allowed
Jared Kangas
-12
/
+1
2025-01-27
net: page_pool: don't try to stash the napi id
Jakub Kicinski
-7
/
+14
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-4
/
+3
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
-4
/
+3
2025-01-23
Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-5
/
+8
2025-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-1
/
+4
2025-01-20
net: provide pending ring configuration in net_device
Jakub Kicinski
-0
/
+2
2025-01-20
net: move HDS config from ethtool state
Jakub Kicinski
-4
/
+10
2025-01-20
net: sched: refine software bypass handling in tc_run
Xin Long
-6
/
+9
2025-01-18
net: introduce netdev_napi_exit()
Eric Dumazet
-6
/
+17
2025-01-18
net: destroy dev->lock later in free_netdev()
Eric Dumazet
-2
/
+2
2025-01-17
net: let net.core.dev_weight always be non-zero
Liu Jian
-1
/
+4
2025-01-16
bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-write
Daniel Xu
-1
/
+1
2025-01-16
dev: Hold rtnl_net_lock() for dev_ifsioc().
Kuniyuki Iwashima
-26
/
+22
2025-01-16
dev: Remove devnet_rename_sem.
Kuniyuki Iwashima
-14
/
+2
2025-01-16
dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().
Kuniyuki Iwashima
-0
/
+2
2025-01-16
selftests: drv-net-hw: inject pp_alloc_fail errors in the right place
John Daley
-1
/
+1
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-23
/
+38
2025-01-16
netdev: avoid CFI problems with sock priv helpers
Jakub Kicinski
-2
/
+12
2025-01-15
Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'
Jakub Kicinski
-22
/
+80
2025-01-15
net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)
Eric Dumazet
-2
/
+1
2025-01-15
net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)
Eric Dumazet
-0
/
+3
2025-01-15
net: no longer hold RTNL while calling flush_all_backlogs()
Eric Dumazet
-3
/
+28
[prev]
[next]