summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/neterion/s2io.c
Commit message (Expand)AuthorAgeFilesLines
* net: s2io: remove useless variable in fill_rx_buffersGustavo A. R. Silva2017-06-151-5/+0
* net: s2io: fix typo argumnet argumentLABBE Corentin2017-02-261-1/+1
* net: neterion: s2io: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-121-22/+29
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-2/+2
* ethernet/neterion: use core min/max MTU checkingJarod Wilson2016-10-181-5/+4
* net: s2io: simplify logical constraintxypron.glpk@gmx.de2016-08-011-1/+1
* drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal2016-04-261-8/+1
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-2/+0
* neterion: s2io: Use module_pci_driverVaishali Thakkar2015-07-091-25/+1
* neterion: s2io: Fix kernel doc formattingJoe Perches2015-05-251-2/+4
* s2io: Update driver to use dma_wmbAlexander Duyck2015-04-081-4/+4
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-3/+8
|\
| * s2io: use snprintf() as a safety featureDan Carpenter2015-01-191-3/+8
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* neterion/s2io: remove unused s2io_start_tx_queue routineYing Xue2014-04-221-9/+0
* s2io: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-3/+3
* s2io: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* s2io: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-2/+3
* net: neterion: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* net: neterion: replace ip_fast_csum with csum_replace2Li RongQing2013-03-181-4/+2
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
* net: neterion: use for_each_pci_dev to simplify the codeWei Yongjun2012-12-041-1/+1
* vxge/s2io: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* net: neterion: Do not break word unregister.YOSHIFUJI Hideaki / 吉藤英明2012-11-031-1/+2
* netdev: make pci_error_handlers constStephen Hemminger2012-09-071-1/+1
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-5/+5
* ethernet: Remove casts to same typeJoe Perches2012-06-061-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | s2io: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-071-9/+5
|/
* ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-061-3/+3
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0
* corral some wayward N/A fw_version dust bunniesRick Jones2011-11-291-1/+0
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-2/+2
* sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones2011-11-081-4/+4
* net: add skb frag size accessorsEric Dumazet2011-10-191-6/+6
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-2/+0
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-1/+1
* s2io: convert to SKB paged frag API.Ian Campbell2011-09-221-4/+4
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* s2io/vxge: Move the Exar driversJeff Kirsher2011-08-111-0/+8674