summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek/8139cp.c
Commit message (Expand)AuthorAgeFilesLines
* 8139cp: use napi_complete_done()Eric Dumazet2017-02-051-9/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ethernet/realtek: use core min/max MTU checkingJarod Wilson2016-10-181-4/+4
* 8139cp: Fix one possible deadloop in cp_rx_pollGao Feng2016-08-251-1/+1
* 8139cp: Fix GSO MSS handlingDavid Woodhouse2015-09-261-2/+18
* 8139cp: Enable offload features by defaultDavid Woodhouse2015-09-261-2/+2
* 8139cp: Dump contents of descriptor ring on TX timeoutDavid Woodhouse2015-09-231-1/+13
* 8139cp: Fix DMA unmapping of transmitted buffersDavid Woodhouse2015-09-231-1/+8
* 8139cp: Reduce duplicate csum/tso code in cp_start_xmit()David Woodhouse2015-09-231-41/+20
* 8139cp: Fix TSO/scatter-gather descriptor setupDavid Woodhouse2015-09-231-12/+10
* 8139cp: Fix tx_queued debug message to print correct slot numbersDavid Woodhouse2015-09-231-7/+8
* 8139cp: Do not re-enable RX interrupts in cp_tx_timeout()David Woodhouse2015-09-231-1/+2
* 8139cp: Call __cp_set_rx_mode() from cp_tx_timeout()David Woodhouse2015-09-201-0/+1
* 8139cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings()David Woodhouse2015-09-201-2/+2
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck2014-12-101-1/+1
* ethernet: realtek: use pci_device_idVarka Bhadram2014-07-231-7/+7
* ethernet: realtek: use module_pci_driverVarka Bhadram2014-07-231-20/+2
* 8139cp: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-131-4/+1
* 8139cp: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman2014-03-121-1/+1
* net: 8139cp: fix a BUG_ON triggered by wrong bytes_complYang Yingliang2013-11-291-3/+2
* net: 8139cp: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-221-1/+0
* 8139cp: Fix skb leak in rx_status_loop failure path.Dave Jones2013-08-091-0/+1
* 8139cp: Add dma_mapping_error checkingNeil Horman2013-07-311-3/+45
* net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-281-1/+1
* 8139cp: reset BQL when ring tx ring clearedstephen hemminger2013-05-201-0/+1
* 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-3/+3
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
* 8139cp: Prevent dev_close/cp_interrupt race on MTU changeJohn Greene2012-12-191-7/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-31/+44
|\
| * 8139cp: properly support change of MTU values [v2]John Greene2012-12-031-19/+4
| * 8139cp: re-enable interrupts after tx timeoutDavid Woodhouse2012-11-251-0/+1
| * 8139cp: enable bqlDavid Woodhouse2012-11-251-0/+11
| * 8139cp: set ring address after enabling C+ modeDavid Woodhouse2012-11-251-12/+28
| * Revert "8139cp: revert "set ring address before enabling receiver""David S. Miller2012-11-251-11/+11
* | 8139cp: fix coherent mapping leak in error path.françois romieu2012-12-011-3/+8
|/
* 8139cp: revert "set ring address before enabling receiver"françois romieu2012-11-231-11/+11
* net: gro: selective flush of packetsEric Dumazet2012-10-081-1/+1
* 8139cp/8139too: terminate the eeprom access with the right opmodeJason Wang2012-06-011-1/+1
* 8139cp: set ring address before enabling receiverJason Wang2012-06-011-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-151-2/+8
|\
| * 8139cp: set intr mask after its handler is registeredJason Wang2012-04-131-2/+8
* | 8139cp: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-071-10/+11
|/
* 8139cp: fix missing napi_gro_flush.françois romieu2012-01-081-0/+1
* 8139cp: properly config rx mode after resumingJason Wang2012-01-031-6/+3
* 8139cp/8139too: do not read into reserved registersJason Wang2012-01-031-1/+1
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+1
* sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones2011-11-081-3/+3
* net: add skb frag size accessorsEric Dumazet2011-10-191-2/+2