aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/jme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-05-05jme: remove an unnecessary indirectionJakub Kicinski1-1/+1
2022-02-28net: ethernet: use time_is_before_eq_jiffies() instead of open coding itWang Qing1-1/+2
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-4/+8
2021-08-23net: jme: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-44/+26
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-03-17net: jme: Replace link-change tasklet with workSebastian Andrzej Siewior1-5/+5
2020-09-14net: jme: convert tasklets to use new tasklet_setup() APIAllen Pais1-24/+16
2020-07-13net: jme: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-03-14net: jme: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-02-19jme: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-6/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-2/+2
2019-07-23net: jme: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+2
2019-07-15ethernet: remove redundant memsetFuqian Huang1-5/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195Thomas Gleixner1-14/+1
2019-01-18net: jme: fix indentation issuesColin Ian King1-3/+2
2018-07-27net: jme: Replace mdelay() with msleep() and usleep_range() in jme_wait_link()Jia-Ju Bai1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-4/+6
2018-02-01net: jme: remove unused initialization of 'rxdesc'Colin Ian King1-1/+1
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return voidyuval.shaia@oracle.com1-3/+2
2017-05-25net: jme: Remove unused functionsMatthias Kaehlcke1-42/+0
2017-01-17net: jme: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-17/+17
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-8/+4
2016-04-13drivers/net/ethernet/jme.c: Deinline jme_reset_mac_processor, save 2816 bytesDenys Vlasenko1-1/+1
2016-03-07jme: Fix device PM wakeup API usageGuo-Fu Tseng1-4/+2
2016-03-07jme: Do not enable NIC WoL functions on S0Guo-Fu Tseng1-6/+11
2016-02-24net: jme: fix suspend/resume on JMC260Diego Viola1-1/+2
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-09-09net: jme: use kzalloc() instead of kmalloc+memsetRasmus Villemoes1-6/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-12jme: replace calls to redundant functionQuentin Lambert1-6/+6
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-05-14jme: Fix unmap loop counting error:Neil Horman1-5/+5
2014-05-07jme: Fix DMA unmap warningNeil Horman1-6/+47
2014-03-29jme: remove open-coded skb_cow_head.françois romieu1-14/+2
2014-03-24jme: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2013-10-21net: jme: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-2/+2
2013-08-27jme: lower NAPI weightMichal Schmidt1-1/+1
2013-05-31net, jme: remove redundant D0 power state setYijing Wang1-1/+0
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2012-12-03jme: remove __dev* attributesBill Pemberton1-3/+3