aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/realtek/8139cp.c
Commit message (Expand)AuthorAge
* 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
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
* sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones2011-11-08
* net: add skb frag size accessorsEric Dumazet2011-10-19
* Add ethtool -g support to 8139cpRick Jones2011-10-07
* 8139cp: convert to SKB paged frag API.Ian Campbell2011-08-30
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-17
* 8139*/atp/r8169/sc92031: Move the Realtek driversJeff Kirsher2011-08-11