summaryrefslogtreecommitdiff
path: root/drivers/net/fjes
AgeCommit message (Expand)Author
2021-12-22fjes: Check for error irqJiasheng Jiang
2021-10-22net: fjes: constify and use eth_hw_addr_set()Jakub Kicinski
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches
2021-06-10fjes: check return value after calling platform_get_resource()Yang Yingliang
2021-06-01fjes: Use DEFINE_RES_MEM() and DEFINE_RES_IRQ() to simplify codeZhen Lei
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09fjes: fix missed check in fjes_acpi_addChuhong Yuan
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra
2019-10-29fjes: Handle workqueue allocation failureWill Deacon
2019-06-22fjes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 308Thomas Gleixner
2018-12-10fjes: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-07-05fjes: use currently unused variable my_epid and max_epidColin Ian King
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-13fjes: remove duplicate set of flag IFF_BROADCASTZhang Shengju
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-22fjes: Do not load fjes driver if extended socket device is not power on.Yasuaki Ishimatsu
2017-03-22fjes: Do not load fjes driver if system does not have extended socket device.Yasuaki Ishimatsu
2017-03-15fjes: Fix wrong netdevice feature flagsTaku Izumi
2017-03-12net: fjes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-10-20net: use core MTU range checking in misc driversJarod Wilson
2016-10-17fjes: fix format string for trace outputArnd Bergmann
2016-10-14fjes: Update fjes driver version : 1.2Taku Izumi
2016-10-14fjes: Add debugfs entry for EP status information in fjes driverTaku Izumi
2016-10-14fjes: ethtool -w and -W support for fjes driverTaku Izumi
2016-10-14fjes: Add tracepoints in fjes driverTaku Izumi
2016-10-14fjes: Enhance ethtool -S for fjes driverTaku Izumi
2016-10-14fjes: ethtool -d support for fjes driverTaku Izumi
2016-08-15fjes: Delete owner assignmentMarkus Elfring
2016-06-03net: fjes: fjes_main: Remove create_workqueueBhaktipriya Shridhar
2016-05-09fjes: Fix unnecessary spinlock_irqsaveTaku Izumi
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal
2016-04-16fjes: Update fjes driver version : 1.1Taku Izumi
2016-04-16fjes: Introduce spinlock for rx_statusTaku Izumi
2016-04-16fjes: Enhance changing MTU related workTaku Izumi
2016-04-16fjes: fix bitwise check bug in fjes_raise_intr_rxdata_taskTaku Izumi
2016-04-16fjes: fix incorrect statistics information in fjes_xmit_frame()Taku Izumi
2016-04-16fjes: optimize timeout valueTaku Izumi