aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek/8139cp.c
Commit message (Expand)AuthorAge
* 8139cp: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman2018-01-08
* net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-05
* net: realtek: 8139cp: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-06
* 8139cp: use napi_complete_done()Eric Dumazet2017-02-05
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* ethernet/realtek: use core min/max MTU checkingJarod Wilson2016-10-18
* 8139cp: Fix one possible deadloop in cp_rx_pollGao Feng2016-08-25
* 8139cp: Fix GSO MSS handlingDavid Woodhouse2015-09-27
* 8139cp: Enable offload features by defaultDavid Woodhouse2015-09-27
* 8139cp: Dump contents of descriptor ring on TX timeoutDavid Woodhouse2015-09-23
* 8139cp: Fix DMA unmapping of transmitted buffersDavid Woodhouse2015-09-23
* 8139cp: Reduce duplicate csum/tso code in cp_start_xmit()David Woodhouse2015-09-23
* 8139cp: Fix TSO/scatter-gather descriptor setupDavid Woodhouse2015-09-23
* 8139cp: Fix tx_queued debug message to print correct slot numbersDavid Woodhouse2015-09-23
* 8139cp: Do not re-enable RX interrupts in cp_tx_timeout()David Woodhouse2015-09-23
* 8139cp: Call __cp_set_rx_mode() from cp_tx_timeout()David Woodhouse2015-09-21
* 8139cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings()David Woodhouse2015-09-21
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-13
* ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck2014-12-10
* ethernet: realtek: use pci_device_idVarka Bhadram2014-07-23
* ethernet: realtek: use module_pci_driverVarka Bhadram2014-07-23
* 8139cp: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-13
* 8139cp: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman2014-03-12
* net: 8139cp: fix a BUG_ON triggered by wrong bytes_complYang Yingliang2013-11-29
* net: 8139cp: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-22
* 8139cp: Fix skb leak in rx_status_loop failure path.Dave Jones2013-08-09
* 8139cp: Add dma_mapping_error checkingNeil Horman2013-07-31
* net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-29
* 8139cp: reset BQL when ring tx ring clearedstephen hemminger2013-05-20
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-19
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
* remove init of dev->perm_addr in driversJiri Pirko2013-01-08
* 8139cp: Prevent dev_close/cp_interrupt race on MTU changeJohn Greene2012-12-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-12
|\
| * 8139cp: properly support change of MTU values [v2]John Greene2012-12-03
| * 8139cp: re-enable interrupts after tx timeoutDavid Woodhouse2012-11-25
| * 8139cp: enable bqlDavid Woodhouse2012-11-25
| * 8139cp: set ring address after enabling C+ modeDavid Woodhouse2012-11-25
| * Revert "8139cp: revert "set ring address before enabling receiver""David S. Miller2012-11-25
* | 8139cp: fix coherent mapping leak in error path.françois romieu2012-12-01
|/
* 8139cp: revert "set ring address before enabling receiver"françois romieu2012-11-23
* net: gro: selective flush of packetsEric Dumazet2012-10-08
* 8139cp/8139too: terminate the eeprom access with the right opmodeJason Wang2012-06-01
* 8139cp: set ring address before enabling receiverJason Wang2012-06-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-15
|\
| * 8139cp: set intr mask after its handler is registeredJason Wang2012-04-13
* | 8139cp: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-07
|/
* 8139cp: fix missing napi_gro_flush.françois romieu2012-01-08
* 8139cp: properly config rx mode after resumingJason Wang2012-01-03
* 8139cp/8139too: do not read into reserved registersJason Wang2012-01-03