aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fjes
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-2/+2
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchGravatar Ingo Molnar 1-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-1/+4
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-0/+3
2019-12-12netdev: pass the stuck queue to the timeout handlerGravatar Michael S. Tsirkin 1-2/+2
2019-12-09fjes: fix missed check in fjes_acpi_addGravatar Chuhong Yuan 1-0/+3
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-1/+1
2019-11-27ftrace: Rework event_create_dir()Gravatar Peter Zijlstra 1-1/+1
2019-10-29fjes: Handle workqueue allocation failureGravatar Will Deacon 1-1/+14
2019-06-22fjes: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-13/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 308Gravatar Thomas Gleixner 10-159/+10
2018-12-10fjes: convert to DEFINE_SHOW_ATTRIBUTEGravatar Yangtao Li 1-13/+1
2018-07-05fjes: use currently unused variable my_epid and max_epidGravatar Colin Ian King 1-4/+4
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-2/+1
2017-06-13fjes: remove duplicate set of flag IFF_BROADCASTGravatar Zhang Shengju 1-1/+0
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+72
2017-03-22fjes: Do not load fjes driver if extended socket device is not power on.Gravatar Yasuaki Ishimatsu 1-0/+24
2017-03-22fjes: Do not load fjes driver if system does not have extended socket device.Gravatar Yasuaki Ishimatsu 1-5/+47
2017-03-15fjes: Fix wrong netdevice feature flagsGravatar Taku Izumi 1-1/+1
2017-03-12net: fjes: use new api ethtool_{get|set}_link_ksettingsGravatar Philippe Reynes 1-10/+9
2017-01-30drivers: net: generalize napi_complete_done()Gravatar Eric Dumazet 1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionGravatar stephen hemminger 1-5/+2
2016-10-20net: use core MTU range checking in misc driversGravatar Jarod Wilson 1-0/+2
2016-10-17fjes: fix format string for trace outputGravatar Arnd Bergmann 1-2/+2
2016-10-14fjes: Update fjes driver version : 1.2Gravatar Taku Izumi 1-1/+1
2016-10-14fjes: Add debugfs entry for EP status information in fjes driverGravatar Taku Izumi 4-2/+145
2016-10-14fjes: ethtool -w and -W support for fjes driverGravatar Taku Izumi 4-0/+284
2016-10-14fjes: Add tracepoints in fjes driverGravatar Taku Izumi 5-4/+369
2016-10-14fjes: Enhance ethtool -S for fjes driverGravatar Taku Izumi 4-5/+137
2016-10-14fjes: ethtool -d support for fjes driverGravatar Taku Izumi 1-0/+48
2016-08-15fjes: Delete owner assignmentGravatar Markus Elfring 1-1/+0
2016-06-03net: fjes: fjes_main: Remove create_workqueueGravatar Bhaktipriya Shridhar 1-2/+3
2016-05-09fjes: Fix unnecessary spinlock_irqsaveGravatar Taku Izumi 1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-1/+1
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startGravatar Florian Westphal 1-1/+1
2016-04-16fjes: Update fjes driver version : 1.1Gravatar Taku Izumi 1-1/+1
2016-04-16fjes: Introduce spinlock for rx_statusGravatar Taku Izumi 3-9/+72
2016-04-16fjes: Enhance changing MTU related workGravatar Taku Izumi 3-11/+58
2016-04-16fjes: fix bitwise check bug in fjes_raise_intr_rxdata_taskGravatar Taku Izumi 1-1/+2
2016-04-16fjes: fix incorrect statistics information in fjes_xmit_frame()Gravatar Taku Izumi 1-7/+7
2016-04-16fjes: optimize timeout valueGravatar Taku Izumi 1-3/+3
2016-04-11net: fjes: Use resource_sizeGravatar Vaishali Thakkar 1-1/+1
2015-11-15fjes: fix inconsistent indentingGravatar Colin Ian King 1-1/+1
2015-11-07fjes: Delete an unnecessary check before the function call "vfree"Gravatar Markus Elfring 1-3/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Gravatar Ivan Vecera 1-2/+0
2015-09-17fjes: fix off-by-one error at fjes_hw_update_zone_task()Gravatar Taku Izumi 1-4/+4
2015-08-24fjes: ethtool supportGravatar Taku Izumi 4-1/+141