index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
netpoll.c
Age
Commit message (
Expand
)
Author
4 days
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
6 days
netpoll: do not warn when the best-effort pool refill fails
Breno Leitao
9 days
netpoll: fix a use-after-free on shutdown path
Breno Leitao
2026-06-09
netconsole: do not dequeue pooled skbs that cannot satisfy len
Breno Leitao
2026-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-05-21
netpoll: normalize skb->dev to the netpoll device
Zhang Cen
2026-05-13
netconsole: move find_skb() from netpoll
Breno Leitao
2026-05-13
netpoll: rename and export netpoll_zap_completion_queue()
Breno Leitao
2026-05-13
netconsole: move netpoll_udp_checksum() from netpoll
Breno Leitao
2026-05-13
netconsole: move push_udp() from netpoll
Breno Leitao
2026-05-13
netconsole: move push_eth() from netpoll
Breno Leitao
2026-05-13
netconsole: move push_ipv4() from netpoll
Breno Leitao
2026-05-13
netconsole: move push_ipv6() from netpoll
Breno Leitao
2026-05-13
netconsole: move netpoll_send_udp() from netpoll
Breno Leitao
2026-05-13
netpoll: expose UDP packet builder helpers for netconsole
Breno Leitao
2026-05-04
netpoll: pass buffer size to egress_dev() to avoid MAC truncation
Breno Leitao
2026-04-27
netpoll: fix IPv6 local-address corruption
Breno Leitao
2026-03-05
net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lock
Sebastian Andrzej Siewior
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-11-28
net: netpoll: initialize work queue before error checks
Breno Leitao
2025-11-10
net: netpoll: fix incorrect refcount handling causing incorrect cleanup
Breno Leitao
2025-11-04
netpoll: Fix deadlock in memory allocation under spinlock
Breno Leitao
2025-09-19
net: netpoll: use synchronize_net() instead of synchronize_rcu()
Breno Leitao
2025-09-19
net: netpoll: remove unused netpoll pointer from netpoll_info
Breno Leitao
2025-07-30
netpoll: prevent hanging NAPI when netcons gets enabled
Jakub Kicinski
2025-07-07
netpoll: move Ethernet setup to push_eth() helper
Breno Leitao
2025-07-07
netpoll: factor out UDP header setup into push_udp() helper
Breno Leitao
2025-07-07
netpoll: factor out IPv4 header setup into push_ipv4() helper
Breno Leitao
2025-07-07
netpoll: factor out IPv6 header setup into push_ipv6() helper
Breno Leitao
2025-07-07
netpoll: factor out UDP checksum calculation into helper
Breno Leitao
2025-07-07
netpoll: Improve code clarity with explicit struct size calculations
Breno Leitao
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-06-23
net: netpoll: Initialize UDP checksum field before checksumming
Breno Leitao
2025-06-19
netpoll: Extract IPv6 address retrieval function
Breno Leitao
2025-06-19
netpoll: extract IPv4 address retrieval into helper function
Breno Leitao
2025-06-19
netpoll: Extract carrier wait function
Breno Leitao
2025-06-16
netpoll: move netpoll_print_options to netconsole
Breno Leitao
2025-06-16
netpoll: relocate netconsole-specific functions to netconsole module
Breno Leitao
2025-06-16
netpoll: expose netpoll logging macros in public header
Breno Leitao
2025-06-16
netpoll: remove __netpoll_cleanup from exported API
Breno Leitao
2025-03-24
netpoll: Eliminate redundant assignment
Breno Leitao
2025-03-19
netconsole: allow selection of egress interface via MAC address
Uday Shankar
2025-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2025-03-07
netpoll: hold rcu read lock in __netpoll_send_skb()
Breno Leitao
2025-03-07
netpoll: Optimize skb refilling on critical path
Breno Leitao
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-14
net: netpoll: ensure skb_pool list is always initialized
John Sperbeck
2024-12-04
netpoll: Make netpoll_send_udp return status instead of void
Maksym Kutsevol
2024-12-04
netpoll: Use rtnl_dereference() for npinfo pointer access
Breno Leitao
[next]