aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek/8139cp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+3
2021-10-14ethernet: replace netdev->dev_addr 16bit writesJakub Kicinski1-2/+3
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-08-23net: 8139cp: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-19/+12
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-19net: realtek: remove leading spaces before tabsHui Tang1-3/+3
2020-09-23net: realtek: Remove set but not used variableZheng Yongjun1-2/+2
2020-05-19realtek/8139cp: use generic power managementVaibhav Gupta1-17/+8
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-01-29net: 8139cp: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-12-03net: 8139cp: fix a BUG triggered by changing mtu with network trafficSu Yanjun1-0/+5
2018-01-088139cp: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman1-2/+2
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return voidyuval.shaia@oracle.com1-3/+2
2017-03-06net: realtek: 8139cp: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-02-058139cp: use napi_complete_done()Eric Dumazet1-9/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-18ethernet/realtek: use core min/max MTU checkingJarod Wilson1-4/+4
2016-08-258139cp: Fix one possible deadloop in cp_rx_pollGao Feng1-1/+1
2015-09-268139cp: Fix GSO MSS handlingDavid Woodhouse1-2/+18
2015-09-268139cp: Enable offload features by defaultDavid Woodhouse1-2/+2
2015-09-238139cp: Dump contents of descriptor ring on TX timeoutDavid Woodhouse1-1/+13
2015-09-238139cp: Fix DMA unmapping of transmitted buffersDavid Woodhouse1-1/+8
2015-09-238139cp: Reduce duplicate csum/tso code in cp_start_xmit()David Woodhouse1-41/+20
2015-09-238139cp: Fix TSO/scatter-gather descriptor setupDavid Woodhouse1-12/+10
2015-09-238139cp: Fix tx_queued debug message to print correct slot numbersDavid Woodhouse1-7/+8
2015-09-238139cp: Do not re-enable RX interrupts in cp_tx_timeout()David Woodhouse1-1/+2
2015-09-208139cp: Call __cp_set_rx_mode() from cp_tx_timeout()David Woodhouse1-0/+1
2015-09-208139cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings()David Woodhouse1-2/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-10ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck1-1/+1
2014-07-23ethernet: realtek: use pci_device_idVarka Bhadram1-7/+7
2014-07-23ethernet: realtek: use module_pci_driverVarka Bhadram1-20/+2
2014-03-138139cp: Don't receive packets when the napi budget == 0Eric W. Biederman1-4/+1
2014-03-128139cp: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman1-1/+1
2013-11-29net: 8139cp: fix a BUG_ON triggered by wrong bytes_complYang Yingliang1-3/+2
2013-10-22net: 8139cp: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-08-098139cp: Fix skb leak in rx_status_loop failure path.Dave Jones1-0/+1
2013-07-318139cp: Add dma_mapping_error checkingNeil Horman1-3/+45
2013-06-28net/trivial: replace numeric with standard PM state macrosYijing Wang1-1/+1
2013-05-208139cp: reset BQL when ring tx ring clearedstephen hemminger1-0/+1
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-3/+3
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-12-198139cp: Prevent dev_close/cp_interrupt race on MTU changeJohn Greene1-7/+11
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-31/+44
2012-12-038139cp: properly support change of MTU values [v2]John Greene1-19/+4
2012-12-018139cp: fix coherent mapping leak in error path.françois romieu1-3/+8
2012-11-258139cp: re-enable interrupts after tx timeoutDavid Woodhouse1-0/+1