summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/jme.c
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* jme: remove an unnecessary indirectionJakub Kicinski2022-05-051-1/+1
* net: ethernet: use time_is_before_eq_jiffies() instead of open coding itWang Qing2022-02-281-1/+2
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-4/+8
* net: jme: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-44/+26
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: jme: Replace link-change tasklet with workSebastian Andrzej Siewior2021-03-171-5/+5
* net: jme: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-24/+16
* net: jme: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-1/+1
* net: jme: reject unsupported coalescing paramsJakub Kicinski2020-03-141-0/+3
* jme: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-6/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-1/+0
|\
| * PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-281-1/+0
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-2/+2
* | net: jme: Use dev_get_drvdataChuhong Yuan2019-07-231-4/+2
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-3/+2
|/
* ethernet: remove redundant memsetFuqian Huang2019-07-151-5/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195Thomas Gleixner2019-05-301-14/+1
* net: jme: fix indentation issuesColin Ian King2019-01-181-3/+2
* net: jme: Replace mdelay() with msleep() and usleep_range() in jme_wait_link()Jia-Ju Bai2018-07-271-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+6
* net: jme: remove unused initialization of 'rxdesc'Colin Ian King2018-02-011-1/+1
* net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-051-3/+2
* net: jme: Remove unused functionsMatthias Kaehlcke2017-05-251-42/+0
* net: jme: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-171-17/+17
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-8/+4
* drivers/net/ethernet/jme.c: Deinline jme_reset_mac_processor, save 2816 bytesDenys Vlasenko2016-04-131-1/+1
* jme: Fix device PM wakeup API usageGuo-Fu Tseng2016-03-071-4/+2
* jme: Do not enable NIC WoL functions on S0Guo-Fu Tseng2016-03-071-6/+11
* net: jme: fix suspend/resume on JMC260Diego Viola2016-02-241-1/+2
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
* net: jme: use kzalloc() instead of kmalloc+memsetRasmus Villemoes2015-09-091-6/+2
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* jme: replace calls to redundant functionQuentin Lambert2014-12-121-6/+6
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* jme: Fix unmap loop counting error:Neil Horman2014-05-141-5/+5
* jme: Fix DMA unmap warningNeil Horman2014-05-071-6/+47
* jme: remove open-coded skb_cow_head.françois romieu2014-03-291-14/+2
* jme: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* net: jme: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-2/+2
* jme: lower NAPI weightMichal Schmidt2013-08-271-1/+1
* net, jme: remove redundant D0 power state setYijing Wang2013-05-311-1/+0
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* jme: remove __dev* attributesBill Pemberton2012-12-031-3/+3