aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/jme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-14drivers/net: fix tasklet misuse issueXiaotian Feng1-20/+8
2012-11-03drivers/net: use tasklet_kill in device remove/close processXiaotian Feng1-4/+4
2012-10-11net/ethernet/jme: disable ASPMKevin Baradon1-0/+4
2012-07-18jme: netpoll supportPeter Wu1-0/+14
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+1
2012-02-22jme: Fix FIFO flush issueGuo-Fu Tseng1-9/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+110
2011-11-27jme: PHY configuration for compatible issueAries Lee1-3/+110
2011-11-16net: drivers: use bool type instead of double negationMichał Mirosław1-2/+2
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-4/+4
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones1-3/+3
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-09-15jme: convert to SKB paged frag API.Ian Campbell1-2/+3
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12jme: Move the JME driverJeff Kirsher1-0/+3235