index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
10 days
net: correctly handle tunneled traffic on IPV6_CSUM GSO fallback
Willem de Bruijn
2026-03-05
net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lock
Sebastian Andrzej Siewior
2026-03-04
net: devmem: use READ_ONCE/WRITE_ONCE on binding->dev
Bobby Eshleman
2026-03-03
net: Fix rcu_tasks stall in threaded busypoll
YiFei Zhu
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2026-02-26
net: consume xmit errors of GSO frames
Jakub Kicinski
2026-02-23
net: do not pass flow_id to set_rps_cpu()
Eric Dumazet
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
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
2026-02-17
net: remove WARN_ON_ONCE when accessing forward path array
Pablo Neira Ayuso
2026-02-17
net: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RT
Eric Dumazet
2026-02-06
net/ipv6: Remove jumbo_remove step from TX path
Alice Mikityanska
2026-01-23
net: use netdev_queue_config() for mp restart
Jakub Kicinski
2026-01-23
net: introduce mangleid_features
Paolo Abeni
2026-01-20
Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linux
Jakub Kicinski
2026-01-20
Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"
Jakub Kicinski
2026-01-20
net: Implement netdev_nl_queue_create_doit
Daniel Borkmann
2026-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-01-14
net: add bare bone queue configs
Pavel Begunkov
2026-01-13
net: add net.core.qdisc_max_burst
Eric Dumazet
2026-01-09
net: update netdev_lock_{type,name}
Eric Dumazet
2026-01-06
net: fully inline backlog_unlock_irq_restore()
Eric Dumazet
2025-12-28
net: avoid prefetching NULL pointers
Eric Dumazet
2025-11-25
net_sched: add qdisc_dequeue_drop() helper
Eric Dumazet
2025-11-25
net_sched: add tcf_kfree_skb_list() helper
Eric Dumazet
2025-11-25
net: annotate a data-race in __dev_xmit_skb()
Eric Dumazet
2025-11-25
net: prefech skb->priority in __dev_xmit_skb()
Eric Dumazet
2025-11-25
net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()
Eric Dumazet
2025-11-25
net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()
Eric Dumazet
2025-11-25
net: init shinfo->gso_segs from qdisc_pkt_len_init()
Eric Dumazet
2025-11-25
net_sched: make room for (struct qdisc_skb_cb)->pkt_segs
Eric Dumazet
2025-11-07
net: add prefetch() in skb_defer_free_flush()
Eric Dumazet
2025-11-04
net: Convert struct sockaddr to fixed-size "sa_data[14]"
Kees Cook
2025-11-04
net: mark deliver_skb() as unlikely and not inlined
Eric Dumazet
2025-11-03
net: Extend NAPI threaded polling to allow kthread based busy polling
Samiullah Khawaja
2025-10-29
ipv6: icmp: Add RFC 5837 support
Ido Schimmel
2025-10-28
net: optimize enqueue_to_backlog() for the fast path
Eric Dumazet
2025-10-21
net: add a common function to compute features for upper devices
Hangbin Liu
2025-10-20
net: add a fast path in __netif_schedule()
Eric Dumazet
2025-10-16
net: dev_queue_xmit() llist adoption
Eric Dumazet
2025-10-16
Revert "net/sched: Fix mirred deadlock on device recursion"
Eric Dumazet
2025-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-10-15
net: allow busy connected flows to switch tx queues
Eric Dumazet
2025-10-14
net: core: fix lockdep splat on device unregister
Florian Westphal
2025-09-30
net: add NUMA awareness to skb_attempt_defer_free()
Eric Dumazet
2025-09-30
net: use llist for sd->defer_list
Eric Dumazet
2025-09-30
net: make softnet_data.defer_count an atomic
Eric Dumazet
2025-09-25
net: gso: restore ids of outer ip headers correctly
Richard Gobert
[next]