summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/jme.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drivers/net: fix tasklet misuse issueXiaotian Feng2012-11-141-20/+8
* drivers/net: use tasklet_kill in device remove/close processXiaotian Feng2012-11-031-4/+4
* net/ethernet/jme: disable ASPMKevin Baradon2012-10-111-0/+4
* jme: netpoll supportPeter Wu2012-07-181-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-261-9/+1
|\
| * jme: Fix FIFO flush issueGuo-Fu Tseng2012-02-221-9/+1
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-021-3/+110
|\
| * jme: PHY configuration for compatible issueAries Lee2011-11-271-3/+110
* | net: drivers: use bool type instead of double negationMichał Mirosław2011-11-161-2/+2
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-4/+4
* | Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2011-11-141-3/+3
|/
* Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-241-0/+6
* net: add skb frag size accessorsEric Dumazet2011-10-191-2/+2
* jme: convert to SKB paged frag API.Ian Campbell2011-09-151-2/+3
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* jme: Move the JME driverJeff Kirsher2011-08-121-0/+3235