summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/neterion
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas2-2/+2
2012-09-08netdev: make pci_error_handlers constStephen Hemminger2-2/+2
2012-08-23vxge: Use PCI Express Capability accessorsJiang Liu1-2/+2
2012-08-21workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld1-4/+4
2012-07-11vxge/s2io: remove dead URLsJon Mason1-3/+1
2012-07-11drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings1-2/+1
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-5/+5
2012-07-05vxge: set maximal number of default RSS queuesYuval Mintz1-1/+2
2012-06-06ethernet: Remove casts to same typeJoe Perches5-19/+18
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-04-07s2io: stop using net_device.{base_addr, irq}.Francois Romieu1-9/+5
2012-04-07vxge: stop using net_device.{base_addr, irq}.Francois Romieu1-11/+7
2012-04-05vxge: Convert macro to inline functionJoe Perches2-9/+12
2012-04-04vxge: Remove unnecessary ; in do {} while (0) macroJoe Perches1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-24ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-3/+3
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2011-12-09net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-2/+4
2011-11-29corral some wayward N/A fw_version dust bunniesRick Jones1-1/+0
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław2-6/+7
2011-11-09sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-4/+4
2011-11-01drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-19net: add skb frag size accessorsEric Dumazet2-12/+12
2011-10-08net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-2/+0
2011-10-07net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-1/+1
2011-10-06vxge: convert to SKB paged frag API.Ian Campbell1-4/+4
2011-09-23s2io: convert to SKB paged frag API.Ian Campbell1-4/+4
2011-09-17vxge: make function table conststephen hemminger4-17/+20
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher1-0/+1
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko2-2/+2
2011-08-11s2io/vxge: Move the Exar driversJeff Kirsher16-0/+34150