s' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb/etas_es58x/es58x_core.c
d9926948'>net: sched: fix ordering of qlen adjustment
AgeCommit message (Expand)Author
2026-03-02can: usb: etas_es58x: correctly anchor the urb in the read bulk callbackGreg Kroah-Hartman
2026-01-09can: etas_es58x: allow partial RX URB allocation to succeedSzymon Wilczek
2025-10-31can: convert generic HW timestamp ioctl to ndo_hwtstamp callbacksVadim Fedorenko
2025-10-17can: treewide: remove can_change_mtu()Vincent Mailhol
2025-09-19can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol
2025-05-21can: dev: add struct data_bittiming_params to group FD parametersVincent Mailhol
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2023-10-04can: etas_es58x: add missing a blank line after declarationVincent Mailhol
2022-12-12can: etas_es58x: remove es58x_get_product_info()Vincent Mailhol
2022-12-12can: etas_es58x: export product information through devlink_ops::info_get()Vincent Mailhol
2022-12-12can: etas_es58x: add devlink port supportVincent Mailhol
2022-12-12can: etas_es58x: add devlink supportVincent Mailhol
2022-12-12can: etas_es58x: sort the includes by alphabetic orderVincent Mailhol
2022-11-24can: etas_es58x: es58x_init_netdev(): free netdev when register_candev()Zhang Changzhong
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-07-29can: etas_es58x: remove useless calls to usb_fill_bulk_urb()Vincent Mailhol
2022-07-28can: etas_es58x: advertise timestamping capabilities and add ioctl supportVincent Mailhol
2022-07-26can: etas_es58x: remove DRV_VERSIONVincent Mailhol
2022-07-26can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAMEVincent Mailhol
2022-06-11can: etas_es58x: replace es58x_device::rx_max_packet_size by usb_maxpacket()Vincent Mailhol
2022-02-25can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8Vincent Mailhol
Lion Ackermann
2024-09-10sch_cake: constify inverse square root cacheDave Taht
2024-09-05sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen
2024-04-19net_sched: cake: implement lockless cake_dump()Eric Dumazet
2024-04-09net: sched: cake: Optimize the number of function calls and branches in heap ...Kuan-Wei Chiu
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-03-22sch_cake: do not use skb_mac_header() in cake_overhead()Eric Dumazet
2023-02-01net: sched: use skb_ip_totlen and iph_totlenXin Long
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-10-19net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao
2022-09-01net: sched: remove redundant NULL check in change hook functionZhengchao Shao
2022-01-07sch_cake: revise Diffserv docsKevin Bracey
2021-12-10sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet