summaryrefslogtreecommitdiffstats
path: root/drivers/net/fjes
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+1
2025-12-22fjes: Add missing iounmap in fjes_hw_init()Haoxiang Li-3/+9
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-2/+3
2024-10-31net: fjes: use ethtool string helpersRosen Penev-41/+23
2024-10-04net: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds-3/+1
2024-05-30net: fjes: correct TRACE_INCLUDE_PATHJakub Kicinski-1/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)-5/+5
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-04-08net: fjes: drop owner assignmentKrzysztof Kozlowski-1/+0
2024-01-24fjes: fix memleaks in fjes_hw_setupZhipeng Lu-7/+30
2023-12-05net: fjes: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi-1/+1
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li-3/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-09-21net: fjes: Reorder symbols to get rid of a few forward declarationsUwe Kleine-König-592/+560
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang-3/+3
2022-02-02drivers: net: Replace acpi_bus_get_device()Rafael J. Wysocki-3/+2
2021-12-22fjes: Check for error irqJiasheng Jiang-0/+5
2021-10-22net: fjes: constify and use eth_hw_addr_set()Jakub Kicinski-8/+11
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-2/+2
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches-2/+2
2021-06-10fjes: check return value after calling platform_get_resource()Yang Yingliang-0/+4
2021-06-01fjes: Use DEFINE_RES_MEM() and DEFINE_RES_IRQ() to simplify codeZhen Lei-10/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-2/+2
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+4
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-0/+3
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-2/+2
2019-12-09fjes: fix missed check in fjes_acpi_addChuhong Yuan-0/+3
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-1/+1
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra-1/+1
2019-10-29fjes: Handle workqueue allocation failureWill Deacon-1/+14
2019-06-22fjes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-13/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 308Thomas Gleixner-159/+10
2018-12-10fjes: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li-13/+1
2018-07-05fjes: use currently unused variable my_epid and max_epidColin Ian King-4/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-2/+1
2017-06-13fjes: remove duplicate set of flag IFF_BROADCASTZhang Shengju-1/+0
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+72
2017-03-22fjes: Do not load fjes driver if extended socket device is not power on.Yasuaki Ishimatsu-0/+24
2017-03-22fjes: Do not load fjes driver if system does not have extended socket device.Yasuaki Ishimatsu-5/+47
2017-03-15fjes: Fix wrong netdevice feature flagsTaku Izumi-1/+1
2017-03-12net: fjes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes-10/+9
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-1/+1