summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/via/via-rhine.c
Commit message (Expand)AuthorAgeFilesLines
* mii: Handle link state changes for forced modes in mii_check_media()Ben Hutchings2015-01-191-1/+2
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-3/+3
* net: ethernet: via: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* via-rhine: fix full-duplex with autoneg disableFrançois Cachereul2014-06-121-2/+3
* net: via-rhine: Convert #ifdef USE_MMIO to a runtime flagAlexey Charkov2014-05-051-47/+55
* net: via-rhine: Drop revision property, use quirks insteadAlexey Charkov2014-05-021-35/+42
* net: via-rhine: add OF bus bindingAlexey Charkov2014-04-231-114/+193
* net: via-rhine: reduce usage of the PCI-specific structAlexey Charkov2014-04-231-54/+62
* net: via-rhine: switch to generic DMA functionsAlexey Charkov2014-04-231-41/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-3/+5
|\
| * via-rhine: Disable device in error pathRoger Luethi2014-03-191-3/+5
* | via-rhine: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-3/+3
* | via: fix a punctuation typowangweidong2014-03-181-1/+1
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-4/+4
|/
* net,via-rhine: Fix tx_timeout handlingRichard Weinberger2014-01-151-0/+1
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+3
|\
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+3
* | net: via-rhine: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0
|/
* via-rhine: fix VLAN priority field (PCP, IEEE 802.1p)Roger Luethi2013-09-261-2/+7
* net: via-rhine: Fix incorrect placement of __initdataSachin Kamat2013-08-091-1/+1
* via-rhine: fix dma mapping errorsNeil Horman2013-07-121-1/+16
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-4/+6
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-6/+2
|\
| * via-rhine: Fix bugs in NAPI support.David S. Miller2013-02-021-6/+2
* | via-rhine: add 64bit statistics.Jamie Gloudon2013-01-281-8/+39
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
|/
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* via-rhine: remove __dev* attributesBill Pemberton2012-12-031-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-5/+7
|\
| * via-rhine: fix wait-bit inversion.Andreas Mohr2012-04-011-5/+7
* | via-rhine: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-071-6/+6
|/
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi2012-02-081-2/+0
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0
* via-rhine: rework suspend and resume.Francois Romieu2012-01-071-21/+20
* via-rhine: per device debug level.Francois Romieu2012-01-071-90/+79
* via-rhine: RHINE_WAIT_FOR macro removal.Francois Romieu2012-01-071-24/+50
* via-rhine: move work from irq handler to softirq and beyond.Francois Romieu2012-01-071-177/+225
* via-rhine: remove useless forward declarations.Francois Romieu2012-01-071-7/+0
* via-rhine: balance interrupt acknowledge and events retrieval.Francois Romieu2012-01-071-8/+14
* via-rhine: factor out tx_thresh handlingFrancois Romieu2012-01-071-5/+12
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-2/+3
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-081-4/+6
* Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2011-11-141-3/+3
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* via-*: Move the VIA driversJeff Kirsher2011-08-121-0/+2340