aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/nvidia (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-30forcedeth: add transmit timestamping supportWillem de Bruijn1-0/+4
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-04-07forcedeth: stop using net_device.{base_addr, irq}.Francois Romieu1-5/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka1-1/+2
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi1-4/+4
2011-12-02forcedeath: Fix bql support for forcedeathIgor Maravic1-2/+3
2011-11-29forcedeth: Support for byte queue limitsTom Herbert1-0/+18
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2011-11-18net-forcedeth: fix possible stats inaccuracies on 32b hostsdavid decotigny1-4/+4
2011-11-16forcedeth: stats updated with a deferrable timerdavid decotigny1-1/+1
2011-11-16forcedeth: account for dropped RX framesdavid decotigny1-2/+12
2011-11-16forcedeth: implement ndo_get_stats64() APIdavid decotigny1-51/+146
2011-11-16forcedeth: allow to silence "TX timeout" debug messagesSameer Nanda1-41/+57
2011-11-16forcedeth: Add messages to indicate using MSI or MSI-XMike Ditto1-0/+2
2011-11-16forcedeth: fix stats on hardware without extended stats supportdavid decotigny1-9/+27
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+6
2011-11-14net-forcedeth: Add internal loopback support for forcedeth NICs.Sanjay Hortikar1-1/+155
2011-11-14forcedeth: fix stats on hardware without extended stats supportdavid decotigny1-9/+27
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-3/+3
2011-11-07forcedeth: fix a few sparse warnings (variable shadowing)david decotigny1-17/+17
2011-11-07forcedeth: Improve stats countersMandeep Baines1-0/+4
2011-11-07forcedeth: remove unneeded stats updatesdavid decotigny1-34/+1
2011-11-07forcedeth: Acknowledge only interrupts that are being processedMike Ditto1-5/+8
2011-11-07forcedeth: fix race when unloading moduledavid decotigny1-1/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-7/+11
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-2/+2
2011-08-30forcedeth: convert to SKB paged frag API.Ian Campbell1-4/+10
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher1-0/+1
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-2/+2
2011-08-12forcedeth: Move the NVIDIA nForce driverJeff Kirsher3-0/+6048