summaryrefslogtreecommitdiffstats
path: root/drivers/net/fjes
Commit message (Expand)AuthorAgeFilesLines
* fjes: fix memleaks in fjes_hw_setupZhipeng Lu2024-01-241-7/+30
* net: fjes: Convert to platform remove callback returning voidUwe Kleine-König2023-12-051-4/+2
* netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-111-1/+1
* ACPI: make remove callback of ACPI driver voidDawei Li2022-11-231-3/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: fjes: Reorder symbols to get rid of a few forward declarationsUwe Kleine-König2022-09-211-592/+560
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* drivers: net: Replace acpi_bus_get_device()Rafael J. Wysocki2022-02-021-3/+2
* fjes: Check for error irqJiasheng Jiang2021-12-221-0/+5
* net: fjes: constify and use eth_hw_addr_set()Jakub Kicinski2021-10-223-8/+11
* Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-031-2/+2
|\
| * treewide: Add missing semicolons to __assign_str usesJoe Perches2021-06-301-2/+2
* | fjes: check return value after calling platform_get_resource()Yang Yingliang2021-06-101-0/+4
* | fjes: Use DEFINE_RES_MEM() and DEFINE_RES_IRQ() to simplify codeZhen Lei2021-06-011-10/+2
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-222-1/+4
| |\
| * | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-281-1/+1
|\ \ \
| * \ \ Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-251-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-271-1/+1
| | |/
* | / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-221-0/+3
|\ \
| * | fjes: fix missed check in fjes_acpi_addChuhong Yuan2019-12-091-0/+3
| |/
* / treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* fjes: Handle workqueue allocation failureWill Deacon2019-10-291-1/+14
* fjes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-221-13/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 308Thomas Gleixner2019-06-0510-159/+10
* fjes: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-101-13/+1
* fjes: use currently unused variable my_epid and max_epidColin Ian King2018-07-051-4/+4
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1
* fjes: remove duplicate set of flag IFF_BROADCASTZhang Shengju2017-06-131-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-6/+72
|\
| * fjes: Do not load fjes driver if extended socket device is not power on.Yasuaki Ishimatsu2017-03-221-0/+24
| * fjes: Do not load fjes driver if system does not have extended socket device.Yasuaki Ishimatsu2017-03-221-5/+47
| * fjes: Fix wrong netdevice feature flagsTaku Izumi2017-03-151-1/+1
* | net: fjes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-121-10/+9
|/
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-5/+2
* net: use core MTU range checking in misc driversJarod Wilson2016-10-201-0/+2
* fjes: fix format string for trace outputArnd Bergmann2016-10-171-2/+2
* fjes: Update fjes driver version : 1.2Taku Izumi2016-10-141-1/+1
* fjes: Add debugfs entry for EP status information in fjes driverTaku Izumi2016-10-144-2/+145
* fjes: ethtool -w and -W support for fjes driverTaku Izumi2016-10-144-0/+284
* fjes: Add tracepoints in fjes driverTaku Izumi2016-10-145-4/+369
* fjes: Enhance ethtool -S for fjes driverTaku Izumi2016-10-144-5/+137
* fjes: ethtool -d support for fjes driverTaku Izumi2016-10-141-0/+48
* fjes: Delete owner assignmentMarkus Elfring2016-08-151-1/+0
* net: fjes: fjes_main: Remove create_workqueueBhaktipriya Shridhar2016-06-031-2/+3
* fjes: Fix unnecessary spinlock_irqsaveTaku Izumi2016-05-091-1/+0