index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
netdev-genl.c
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
net: move mp dev config validation to __net_mp_open_rxq()
Jakub Kicinski
1
-6
/
+0
7 days
net: fix use-after-free in the netdev_nl_sock_priv_destroy()
Taehee Yoo
1
-2
/
+4
13 days
net: designate queue counts as "double ops protected" by instance lock
Jakub Kicinski
1
-0
/
+7
13 days
net: bubble up taking netdev instance lock to callers of net_devmem_unbind_dm...
Jakub Kicinski
1
-0
/
+2
2025-03-12
net: drop rtnl_lock for queue_mgmt operations
Stanislav Fomichev
1
-7
/
+6
2025-03-12
net: add granular lock for the netdev netlink socket
Stanislav Fomichev
1
-0
/
+6
2025-03-12
net: create netdev_nl_sock to wrap bindings list
Stanislav Fomichev
1
-10
/
+9
2025-02-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+2
2025-02-20
xsk: Add launch time hardware offload support to XDP Tx metadata
Song Yoong Siang
1
-0
/
+2
2025-02-17
netdev-genl: Add an XSK attribute to queues
Joe Damato
1
-0
/
+12
2025-02-17
net: use napi_id_valid helper
Stefano Jordhani
1
-1
/
+1
2025-02-12
net: report csum_complete via qstats
Jakub Kicinski
1
-0
/
+1
2025-02-06
netdev-genl: Elide napi_id when not present
Joe Damato
1
-5
/
+9
2025-02-06
net: page_pool: add callback for mp info printing
Pavel Begunkov
1
-5
/
+6
2025-01-15
netdev-genl: remove rtnl_lock protection from NAPI ops
Jakub Kicinski
1
-10
/
+0
2025-01-15
net: make netdev netlink ops hold netdev_lock()
Jakub Kicinski
1
-21
/
+25
2025-01-10
net: warn during dump if NAPI list is not sorted
Jakub Kicinski
1
-0
/
+7
2025-01-08
netdev: prevent accessing NAPI instances from another namespace
Jakub Kicinski
1
-4
/
+2
2025-01-07
net: don't dump Tx and uninitialized NAPIs
Jakub Kicinski
1
-2
/
+3
2024-12-20
netdev-genl: avoid empty messages in napi get
Jakub Kicinski
1
-1
/
+5
2024-12-18
netdev-genl: avoid empty messages in queue dump
Jakub Kicinski
1
-2
/
+2
2024-12-16
netdev: fix repeated netlink messages in queue stats
Jakub Kicinski
1
-2
/
+2
2024-12-16
netdev: fix repeated netlink messages in queue dump
Jakub Kicinski
1
-7
/
+4
2024-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+2
2024-11-15
netdev-genl: Hold rcu_read_lock in napi_set
Joe Damato
1
-0
/
+2
2024-11-15
netdev-genl: Hold rcu_read_lock in napi_get
Joe Damato
1
-0
/
+2
2024-11-11
net: Add napi_struct parameter irq_suspend_timeout
Martin Karsten
1
-0
/
+12
2024-10-14
netdev-genl: Support setting per-NAPI config values
Joe Damato
1
-0
/
+45
2024-10-14
netdev-genl: Dump gro_flush_timeout
Joe Damato
1
-0
/
+6
2024-10-14
netdev-genl: Dump napi_defer_hard_irqs
Joe Damato
1
-0
/
+6
2024-10-10
genetlink: extend info user-storage to match NL cb ctx
Paolo Abeni
1
-1
/
+1
2024-09-11
netdev: add dmabuf introspection
Mina Almasry
1
-0
/
+7
2024-09-11
netdev: support binding dma-buf to netdevice
Mina Almasry
1
-5
/
+123
2024-09-11
net: netdev netlink api to bind dma-buf to a net device
Mina Almasry
1
-0
/
+6
2024-09-02
netdev-genl: Set extack and fix error on napi-get
Joe Damato
1
-3
/
+5
2024-06-14
netdev-genl: fix error codes when outputting XDP features
Jakub Kicinski
1
-8
/
+8
2024-05-13
netdev: Add queue stats for TX stop and wake
Daniel Jurgens
1
-1
/
+3
2024-04-30
netdev: add queue stats
Xuan Zhuo
1
-2
/
+21
2024-04-23
netdev: support dumping a single netdev in qstats
Jakub Kicinski
1
-13
/
+39
2024-03-07
netdev: add queue stat for alloc failures
Jakub Kicinski
1
-1
/
+2
2024-03-07
netdev: add per-queue statistics
Jakub Kicinski
1
-0
/
+213
2024-03-06
netdev: let netlink core handle -EMSGSIZE errors
Jakub Kicinski
1
-12
/
+3
2023-12-04
netdev-genl: Add PID for the NAPI thread
Amritha Nambiar
1
-0
/
+7
2023-12-04
net: Add NAPI IRQ support
Amritha Nambiar
1
-0
/
+4
2023-12-04
netdev-genl: Add netlink framework functions for napi
Amritha Nambiar
1
-2
/
+119
2023-12-04
netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI
Amritha Nambiar
1
-0
/
+10
2023-12-04
netdev-genl: Add netlink framework functions for queue
Amritha Nambiar
1
-3
/
+184
2023-12-04
netdev-genl: spec: Extend netdev netlink spec in YAML for queue
Amritha Nambiar
1
-0
/
+10
2023-11-29
xsk: Add TX timestamp and TX checksum offload support
Stanislav Fomichev
1
-1
/
+12
2023-09-15
bpf: expose information about supported xdp metadata kfunc
Stanislav Fomichev
1
-1
/
+11
[next]