aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fjes
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-08net: fjes: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-01-24fjes: fix memleaks in fjes_hw_setupZhipeng Lu1-7/+30
2023-12-05net: fjes: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-1/+1
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-3/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-21net: fjes: Reorder symbols to get rid of a few forward declarationsUwe Kleine-König1-592/+560
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-02-02drivers: net: Replace acpi_bus_get_device()Rafael J. Wysocki1-3/+2
2021-12-22fjes: Check for error irqJiasheng Jiang1-0/+5
2021-10-22net: fjes: constify and use eth_hw_addr_set()Jakub Kicinski3-8/+11
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-2/+2
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches1-2/+2
2021-06-10fjes: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-01fjes: Use DEFINE_RES_MEM() and DEFINE_RES_IRQ() to simplify codeZhen Lei1-10/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar1-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+4
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+3
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-12-09fjes: fix missed check in fjes_acpi_addChuhong Yuan1-0/+3
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-1/+1
2019-10-29fjes: Handle workqueue allocation failureWill Deacon1-1/+14
2019-06-22fjes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 308Thomas Gleixner10-159/+10
2018-12-10fjes: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+1
2018-07-05fjes: use currently unused variable my_epid and max_epidColin Ian King1-4/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-06-13fjes: remove duplicate set of flag IFF_BROADCASTZhang Shengju1-1/+0
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+72
2017-03-22fjes: Do not load fjes driver if extended socket device is not power on.Yasuaki Ishimatsu1-0/+24
2017-03-22fjes: Do not load fjes driver if system does not have extended socket device.Yasuaki Ishimatsu1-5/+47
2017-03-15fjes: Fix wrong netdevice feature flagsTaku Izumi1-1/+1
2017-03-12net: fjes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-10/+9
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-5/+2
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-0/+2
2016-10-17fjes: fix format string for trace outputArnd Bergmann1-2/+2
2016-10-14fjes: Update fjes driver version : 1.2Taku Izumi1-1/+1
2016-10-14fjes: Add debugfs entry for EP status information in fjes driverTaku Izumi4-2/+145
2016-10-14fjes: ethtool -w and -W support for fjes driverTaku Izumi4-0/+284
2016-10-14fjes: Add tracepoints in fjes driverTaku Izumi5-4/+369
2016-10-14fjes: Enhance ethtool -S for fjes driverTaku Izumi4-5/+137
2016-10-14fjes: ethtool -d support for fjes driverTaku Izumi1-0/+48
2016-08-15fjes: Delete owner assignmentMarkus Elfring1-1/+0
2016-06-03net: fjes: fjes_main: Remove create_workqueueBhaktipriya Shridhar1-2/+3
2016-05-09fjes: Fix unnecessary spinlock_irqsaveTaku Izumi1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-04-16fjes: Update fjes driver version : 1.1Taku Izumi1-1/+1
2016-04-16fjes: Introduce spinlock for rx_statusTaku Izumi3-9/+72
2016-04-16fjes: Enhance changing MTU related workTaku Izumi3-11/+58
2016-04-16fjes: fix bitwise check bug in fjes_raise_intr_rxdata_taskTaku Izumi1-1/+2
2016-04-16fjes: fix incorrect statistics information in fjes_xmit_frame()Taku Izumi1-7/+7
2016-04-16fjes: optimize timeout valueTaku Izumi1-3/+3
2016-04-11net: fjes: Use resource_sizeVaishali Thakkar1-1/+1
2015-11-15fjes: fix inconsistent indentingColin Ian King1-1/+1
2015-11-07fjes: Delete an unnecessary check before the function call "vfree"Markus Elfring1-3/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-2/+0
2015-09-17fjes: fix off-by-one error at fjes_hw_update_zone_task()Taku Izumi1-4/+4
2015-08-24fjes: ethtool supportTaku Izumi4-1/+141
2015-08-24fjes: handle receive cancellation request interruptTaku Izumi1-0/+78
2015-08-24fjes: epstop_taskTaku Izumi3-0/+33
2015-08-24fjes: update_zone_taskTaku Izumi3-0/+194
2015-08-24fjes: unshare_watch_taskTaku Izumi2-0/+129
2015-08-24fjes: force_close_taskTaku Izumi2-0/+14
2015-08-24fjes: interrupt_watch_taskTaku Izumi2-1/+44
2015-08-24fjes: net_device_ops.ndo_vlan_rx_add/kill_vidTaku Izumi3-0/+69
2015-08-24fjes: net_device_ops.ndo_tx_timeoutTaku Izumi1-0/+9
2015-08-24fjes: net_device_ops.ndo_change_mtuTaku Izumi1-0/+29
2015-08-24fjes: net_device_ops.ndo_get_stats64Taku Izumi1-0/+13
2015-08-24fjes: NAPI polling functionTaku Izumi3-2/+214
2015-08-24fjes: tx_stall_taskTaku Izumi2-0/+63
2015-08-24fjes: raise_intr_rxdata_taskTaku Izumi2-0/+67
2015-08-24fjes: net_device_ops.ndo_start_xmitTaku Izumi4-0/+245
2015-08-24fjes: net_device_ops.ndo_open and .ndo_stopTaku Izumi5-0/+439
2015-08-24fjes: buffer address regist/unregistration routineTaku Izumi2-1/+194
2015-08-24fjes: ES information acquisition routineTaku Izumi3-0/+148
2015-08-24fjes: platform_driver's .probe and .remove routineTaku Izumi2-0/+119
2015-08-24fjes: Hardware cleanup routineTaku Izumi2-0/+67
2015-08-24fjes: Hardware initialization routineTaku Izumi5-1/+650
2015-08-24fjes: Introduce FUJITSU Extended Socket Network Device driverTaku Izumi3-0/+275