summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via/via-rhine.c
AgeCommit message (Expand)Author
2015-06-21net: via-rhine: remove unneeded include fileAntonio Borneo
2015-05-04via-rhine: close SMP transmit races.françois romieu
2015-05-04via-rhine: dma_wmb transmit barrier.françois romieu
2015-05-04via-rhine: add consistent memory barrier in vlan receive code.françois romieu
2015-05-04via-rhine: kiss rx_head_desc goodbye.françois romieu
2015-05-04via-rhine: forbid holes in the receive descriptor ring.françois romieu
2015-05-04via-rhine: gotoize rhine_open error path.françois romieu
2015-05-04via-rhine: allocate and map receive buffer in a single transactionfrançois romieu
2015-05-04via-rhine: commit receive buffer address before descriptor status update.françois romieu
2015-03-17net: via-rhine: constify of_device_id arrayFabian Frederick
2015-02-24net: via-rhine: add BQL supportTino Reichardt
2015-01-19mii: Handle link state changes for forced modes in mii_check_media()Ben Hutchings
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-10-20net: ethernet: via: drop owner assignment from platform_driversWolfram Sang
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-06-12via-rhine: fix full-duplex with autoneg disableFrançois Cachereul
2014-05-05net: via-rhine: Convert #ifdef USE_MMIO to a runtime flagAlexey Charkov
2014-05-02net: via-rhine: Drop revision property, use quirks insteadAlexey Charkov
2014-04-23net: via-rhine: add OF bus bindingAlexey Charkov
2014-04-23net: via-rhine: reduce usage of the PCI-specific structAlexey Charkov
2014-04-23net: via-rhine: switch to generic DMA functionsAlexey Charkov
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-24via-rhine: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-03-19via-rhine: Disable device in error pathRoger Luethi
2014-03-18via: fix a punctuation typowangweidong
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-01-15net,via-rhine: Fix tx_timeout handlingRichard Weinberger
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-23net: via-rhine: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-26via-rhine: fix VLAN priority field (PCP, IEEE 802.1p)Roger Luethi
2013-08-09net: via-rhine: Fix incorrect placement of __initdataSachin Kamat
2013-07-12via-rhine: fix dma mapping errorsNeil Horman
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-02via-rhine: Fix bugs in NAPI support.David S. Miller
2013-01-28via-rhine: add 64bit statistics.Jamie Gloudon
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03via-rhine: remove __dev* attributesBill Pemberton
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-07via-rhine: stop using net_device.{base_addr, irq}.Francois Romieu
2012-04-01via-rhine: fix wait-bit inversion.Andreas Mohr
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2012-01-07via-rhine: rework suspend and resume.Francois Romieu
2012-01-07via-rhine: per device debug level.Francois Romieu