aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/jme.c
AgeCommit message (Expand)Author
2022-05-05jme: remove an unnecessary indirectionJakub Kicinski
2022-02-28net: ethernet: use time_is_before_eq_jiffies() instead of open coding itWang Qing
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-23net: jme: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-03-17net: jme: Replace link-change tasklet with workSebastian Andrzej Siewior
2020-09-14net: jme: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-13net: jme: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-03-14net: jme: reject unsupported coalescing paramsJakub Kicinski
2020-02-19jme: use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-23net: jme: Use dev_get_drvdataChuhong Yuan
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-15ethernet: remove redundant memsetFuqian Huang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 195Thomas Gleixner
2019-01-18net: jme: fix indentation issuesColin Ian King
2018-07-27net: jme: Replace mdelay() with msleep() and usleep_range() in jme_wait_link()Jia-Ju Bai
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-02-01net: jme: remove unused initialization of 'rxdesc'Colin Ian King
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com
2017-05-25net: jme: Remove unused functionsMatthias Kaehlcke
2017-01-17net: jme: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson
2016-04-13drivers/net/ethernet/jme.c: Deinline jme_reset_mac_processor, save 2816 bytesDenys Vlasenko
2016-03-07jme: Fix device PM wakeup API usageGuo-Fu Tseng
2016-03-07jme: Do not enable NIC WoL functions on S0Guo-Fu Tseng
2016-02-24net: jme: fix suspend/resume on JMC260Diego Viola
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-09-09net: jme: use kzalloc() instead of kmalloc+memsetRasmus Villemoes
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-12jme: replace calls to redundant functionQuentin Lambert
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-05-14jme: Fix unmap loop counting error:Neil Horman
2014-05-07jme: Fix DMA unmap warningNeil Horman
2014-03-29jme: remove open-coded skb_cow_head.françois romieu
2014-03-24jme: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman
2013-10-21net: jme: remove unnecessary pci_set_drvdata()Jingoo Han
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-08-27jme: lower NAPI weightMichal Schmidt
2013-05-31net, jme: remove redundant D0 power state setYijing Wang
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2012-12-03jme: remove __dev* attributesBill Pemberton
2012-11-14drivers/net: fix tasklet misuse issueXiaotian Feng
2012-11-03drivers/net: use tasklet_kill in device remove/close processXiaotian Feng