| Commit message (Expand) | Author | Age | Files | Lines |
* | fjes: use currently unused variable my_epid and max_epid | Colin Ian King | 2018-07-05 | 1 | -4/+4 |
* | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 1 | -2/+1 |
* | fjes: remove duplicate set of flag IFF_BROADCAST | Zhang Shengju | 2017-06-13 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-03-23 | 1 | -6/+72 |
|\ |
|
| * | fjes: Do not load fjes driver if extended socket device is not power on. | Yasuaki Ishimatsu | 2017-03-22 | 1 | -0/+24 |
| * | fjes: Do not load fjes driver if system does not have extended socket device. | Yasuaki Ishimatsu | 2017-03-22 | 1 | -5/+47 |
| * | fjes: Fix wrong netdevice feature flags | Taku Izumi | 2017-03-15 | 1 | -1/+1 |
* | | net: fjes: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 2017-03-12 | 1 | -10/+9 |
|/ |
|
* | drivers: net: generalize napi_complete_done() | Eric Dumazet | 2017-01-30 | 1 | -1/+1 |
* | net: make ndo_get_stats64 a void function | stephen hemminger | 2017-01-08 | 1 | -5/+2 |
* | net: use core MTU range checking in misc drivers | Jarod Wilson | 2016-10-20 | 1 | -0/+2 |
* | fjes: fix format string for trace output | Arnd Bergmann | 2016-10-17 | 1 | -2/+2 |
* | fjes: Update fjes driver version : 1.2 | Taku Izumi | 2016-10-14 | 1 | -1/+1 |
* | fjes: Add debugfs entry for EP status information in fjes driver | Taku Izumi | 2016-10-14 | 4 | -2/+145 |
* | fjes: ethtool -w and -W support for fjes driver | Taku Izumi | 2016-10-14 | 4 | -0/+284 |
* | fjes: Add tracepoints in fjes driver | Taku Izumi | 2016-10-14 | 5 | -4/+369 |
* | fjes: Enhance ethtool -S for fjes driver | Taku Izumi | 2016-10-14 | 4 | -5/+137 |
* | fjes: ethtool -d support for fjes driver | Taku Izumi | 2016-10-14 | 1 | -0/+48 |
* | fjes: Delete owner assignment | Markus Elfring | 2016-08-15 | 1 | -1/+0 |
* | net: fjes: fjes_main: Remove create_workqueue | Bhaktipriya Shridhar | 2016-06-03 | 1 | -2/+3 |
* | fjes: Fix unnecessary spinlock_irqsave | Taku Izumi | 2016-05-09 | 1 | -1/+0 |
* | treewide: replace dev->trans_start update with helper | Florian Westphal | 2016-05-04 | 1 | -1/+1 |
* | drivers: replace dev->trans_start accesses with dev_trans_start | Florian Westphal | 2016-05-04 | 1 | -1/+1 |
* | fjes: Update fjes driver version : 1.1 | Taku Izumi | 2016-04-16 | 1 | -1/+1 |
* | fjes: Introduce spinlock for rx_status | Taku Izumi | 2016-04-16 | 3 | -9/+72 |
* | fjes: Enhance changing MTU related work | Taku Izumi | 2016-04-16 | 3 | -11/+58 |
* | fjes: fix bitwise check bug in fjes_raise_intr_rxdata_task | Taku Izumi | 2016-04-16 | 1 | -1/+2 |
* | fjes: fix incorrect statistics information in fjes_xmit_frame() | Taku Izumi | 2016-04-16 | 1 | -7/+7 |
* | fjes: optimize timeout value | Taku Izumi | 2016-04-16 | 1 | -3/+3 |
* | net: fjes: Use resource_size | Vaishali Thakkar | 2016-04-11 | 1 | -1/+1 |
* | fjes: fix inconsistent indenting | Colin Ian King | 2015-11-15 | 1 | -1/+1 |
* | fjes: Delete an unnecessary check before the function call "vfree" | Markus Elfring | 2015-11-07 | 1 | -3/+1 |
* | drivers/net: get rid of unnecessary initializations in .get_drvinfo() | Ivan Vecera | 2015-10-16 | 1 | -2/+0 |
* | fjes: fix off-by-one error at fjes_hw_update_zone_task() | Taku Izumi | 2015-09-17 | 1 | -4/+4 |
* | fjes: ethtool support | Taku Izumi | 2015-08-24 | 4 | -1/+141 |
* | fjes: handle receive cancellation request interrupt | Taku Izumi | 2015-08-24 | 1 | -0/+78 |
* | fjes: epstop_task | Taku Izumi | 2015-08-24 | 3 | -0/+33 |
* | fjes: update_zone_task | Taku Izumi | 2015-08-24 | 3 | -0/+194 |
* | fjes: unshare_watch_task | Taku Izumi | 2015-08-24 | 2 | -0/+129 |
* | fjes: force_close_task | Taku Izumi | 2015-08-24 | 2 | -0/+14 |
* | fjes: interrupt_watch_task | Taku Izumi | 2015-08-24 | 2 | -1/+44 |
* | fjes: net_device_ops.ndo_vlan_rx_add/kill_vid | Taku Izumi | 2015-08-24 | 3 | -0/+69 |
* | fjes: net_device_ops.ndo_tx_timeout | Taku Izumi | 2015-08-24 | 1 | -0/+9 |
* | fjes: net_device_ops.ndo_change_mtu | Taku Izumi | 2015-08-24 | 1 | -0/+29 |
* | fjes: net_device_ops.ndo_get_stats64 | Taku Izumi | 2015-08-24 | 1 | -0/+13 |
* | fjes: NAPI polling function | Taku Izumi | 2015-08-24 | 3 | -2/+214 |
* | fjes: tx_stall_task | Taku Izumi | 2015-08-24 | 2 | -0/+63 |
* | fjes: raise_intr_rxdata_task | Taku Izumi | 2015-08-24 | 2 | -0/+67 |
* | fjes: net_device_ops.ndo_start_xmit | Taku Izumi | 2015-08-24 | 4 | -0/+245 |
* | fjes: net_device_ops.ndo_open and .ndo_stop | Taku Izumi | 2015-08-24 | 5 | -0/+439 |