aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/realtek/8139cp.c
AgeCommit message (Expand)Author
2018-12-17net: 8139cp: fix a BUG triggered by changing mtu with network trafficSu Yanjun
2016-08-258139cp: Fix one possible deadloop in cp_rx_pollGao Feng
2015-09-268139cp: Fix GSO MSS handlingDavid Woodhouse
2015-09-268139cp: Enable offload features by defaultDavid Woodhouse
2015-09-238139cp: Dump contents of descriptor ring on TX timeoutDavid Woodhouse
2015-09-238139cp: Fix DMA unmapping of transmitted buffersDavid Woodhouse
2015-09-238139cp: Reduce duplicate csum/tso code in cp_start_xmit()David Woodhouse
2015-09-238139cp: Fix TSO/scatter-gather descriptor setupDavid Woodhouse
2015-09-238139cp: Fix tx_queued debug message to print correct slot numbersDavid Woodhouse
2015-09-238139cp: Do not re-enable RX interrupts in cp_tx_timeout()David Woodhouse
2015-09-208139cp: Call __cp_set_rx_mode() from cp_tx_timeout()David Woodhouse
2015-09-208139cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings()David Woodhouse
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-10ethernet/realtek: use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck
2014-07-23ethernet: realtek: use pci_device_idVarka Bhadram
2014-07-23ethernet: realtek: use module_pci_driverVarka Bhadram
2014-03-138139cp: Don't receive packets when the napi budget == 0Eric W. Biederman
2014-03-128139cp: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman
2013-11-29net: 8139cp: fix a BUG_ON triggered by wrong bytes_complYang Yingliang
2013-10-22net: 8139cp: remove unnecessary pci_set_drvdata()Jingoo Han
2013-08-098139cp: Fix skb leak in rx_status_loop failure path.Dave Jones
2013-07-318139cp: Add dma_mapping_error checkingNeil Horman
2013-06-28net/trivial: replace numeric with standard PM state macrosYijing Wang
2013-05-208139cp: reset BQL when ring tx ring clearedstephen hemminger
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-198139cp: Prevent dev_close/cp_interrupt race on MTU changeJohn Greene
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-038139cp: properly support change of MTU values [v2]John Greene
2012-12-018139cp: fix coherent mapping leak in error path.françois romieu
2012-11-258139cp: re-enable interrupts after tx timeoutDavid Woodhouse
2012-11-258139cp: enable bqlDavid Woodhouse
2012-11-258139cp: set ring address after enabling C+ modeDavid Woodhouse
2012-11-25Revert "8139cp: revert "set ring address before enabling receiver""David S. Miller
2012-11-238139cp: revert "set ring address before enabling receiver"françois romieu
2012-10-08net: gro: selective flush of packetsEric Dumazet
2012-06-018139cp/8139too: terminate the eeprom access with the right opmodeJason Wang
2012-06-018139cp: set ring address before enabling receiverJason Wang
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-138139cp: set intr mask after its handler is registeredJason Wang
2012-04-078139cp: stop using net_device.{base_addr, irq}.Francois Romieu
2012-01-088139cp: fix missing napi_gro_flush.françois romieu
2012-01-038139cp: properly config rx mode after resumingJason Wang
2012-01-038139cp/8139too: do not read into reserved registersJason Wang
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-07Add ethtool -g support to 8139cpRick Jones
2011-08-308139cp: convert to SKB paged frag API.Ian Campbell