index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
2026-01-13
net: add net.core.qdisc_max_burst
Eric Dumazet
2026-01-09
net: update netdev_lock_{type,name}
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
2025-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-09-18
net: tcp: allow tcp_timewait_sock to validate skbs before handing to device
Daniel Zahka
2025-09-18
net: move sk_validate_xmit_skb() to net/core/dev.c
Daniel Zahka
2025-09-14
net: use NUMA drop counters for softnet_data.dropped
Eric Dumazet
2025-09-11
net: Use NAPI_* in test_bit when stopping napi kthread
Samiullah Khawaja
2025-08-27
net: Cache hash and flow_id to avoid recalculation
Krishna Kumar
2025-08-27
net: Prevent RPS table overwrite of active flows
Krishna Kumar
2025-08-18
net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUM
Jakub Ramaseuski
2025-08-12
net: prevent deadlocks when enabling NAPIs with mixed kthread config
Jakub Kicinski
2025-08-12
net: update NAPI threaded config even for disabled NAPIs
Jakub Kicinski
2025-08-05
net: Update threaded state in napi config in netif_set_threaded
Samiullah Khawaja
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-07-24
net: define an enum for the napi threaded state
Samiullah Khawaja
2025-07-24
net: Use netif_threaded_enable instead of netif_set_threaded in drivers
Samiullah Khawaja
2025-07-24
net: Create separate gro_flush_normal function
Samiullah Khawaja
2025-07-18
net: s/dev_close_many/netif_close_many/
Stanislav Fomichev
2025-07-18
net: s/dev_set_threaded/netif_set_threaded/
Stanislav Fomichev
2025-07-18
net: s/dev_get_flags/netif_get_flags/
Stanislav Fomichev
2025-07-18
net: s/__dev_set_mtu/__netif_set_mtu/
Stanislav Fomichev
2025-07-18
net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/
Stanislav Fomichev
2025-07-18
net: s/dev_get_mac_address/netif_get_mac_address/
Stanislav Fomichev
2025-07-18
net: s/dev_get_port_parent_id/netif_get_port_parent_id/
Stanislav Fomichev
[next]