aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fjes (follow)
AgeCommit message (Expand)AuthorFilesLines
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