summaryrefslogtreecommitdiff
path: root/net/core/netpoll.c
AgeCommit message (Expand)Author
2026-07-30netconsole: move netpoll_wait_carrier() as netcons_wait_carrier()Breno Leitao
2026-07-30netconsole: move egress_dev() as netcons_egress_dev()Breno Leitao
2026-07-30netconsole: move netpoll_take_ipv6() as netcons_take_ipv6()Breno Leitao
2026-07-30netconsole: move netpoll_take_ipv4() as netcons_take_ipv4()Breno Leitao
2026-07-30netconsole: move netpoll_local_ip_unset() as netcons_local_ip_unset()Breno Leitao
2026-07-30netconsole: take over netpoll_setup() from netpollBreno Leitao
2026-07-30netpoll: export the netpoll_setup() helpers for netconsoleBreno Leitao
2026-07-30netpoll: export carrier_timeout via netpoll_get_carrier_timeout()Breno Leitao
2026-07-17netconsole: move skb_pool_flush() from netpollBreno Leitao
2026-07-17netconsole: move refill_skbs() and skb-pool sizing macros from netpollBreno Leitao
2026-07-17netconsole: move refill_skbs_work_handler() from netpollBreno Leitao
2026-07-17netconsole: take over skb pool lifecycle from netpollBreno Leitao
2026-07-17netpoll: export refill_skbs(), refill_skbs_work_handler(), skb_pool_flush()Breno Leitao
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-06-30netpoll: do not warn when the best-effort pool refill failsBreno Leitao
2026-06-27netpoll: fix a use-after-free on shutdown pathBreno Leitao
2026-06-09netconsole: do not dequeue pooled skbs that cannot satisfy lenBreno Leitao
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-21netpoll: normalize skb->dev to the netpoll deviceZhang Cen
2026-05-13netconsole: move find_skb() from netpollBreno Leitao
2026-05-13netpoll: rename and export netpoll_zap_completion_queue()Breno Leitao
2026-05-13netconsole: move netpoll_udp_checksum() from netpollBreno Leitao
2026-05-13netconsole: move push_udp() from netpollBreno Leitao
2026-05-13netconsole: move push_eth() from netpollBreno Leitao
2026-05-13netconsole: move push_ipv4() from netpollBreno Leitao
2026-05-13netconsole: move push_ipv6() from netpollBreno Leitao
2026-05-13netconsole: move netpoll_send_udp() from netpollBreno Leitao
2026-05-13netpoll: expose UDP packet builder helpers for netconsoleBreno Leitao
2026-05-04netpoll: pass buffer size to egress_dev() to avoid MAC truncationBreno Leitao
2026-04-27netpoll: fix IPv6 local-address corruptionBreno Leitao
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-11-28net: netpoll: initialize work queue before error checksBreno Leitao
2025-11-10net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao
2025-11-04netpoll: Fix deadlock in memory allocation under spinlockBreno Leitao
2025-09-19net: netpoll: use synchronize_net() instead of synchronize_rcu()Breno Leitao
2025-09-19net: netpoll: remove unused netpoll pointer from netpoll_infoBreno Leitao
2025-07-30netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski
2025-07-07netpoll: move Ethernet setup to push_eth() helperBreno Leitao
2025-07-07netpoll: factor out UDP header setup into push_udp() helperBreno Leitao
2025-07-07netpoll: factor out IPv4 header setup into push_ipv4() helperBreno Leitao
2025-07-07netpoll: factor out IPv6 header setup into push_ipv6() helperBreno Leitao
2025-07-07netpoll: factor out UDP checksum calculation into helperBreno Leitao
2025-07-07netpoll: Improve code clarity with explicit struct size calculationsBreno Leitao
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-23net: netpoll: Initialize UDP checksum field before checksummingBreno Leitao
2025-06-19netpoll: Extract IPv6 address retrieval functionBreno Leitao
2025-06-19netpoll: extract IPv4 address retrieval into helper functionBreno Leitao
2025-06-19netpoll: Extract carrier wait functionBreno Leitao