aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/neterion/s2io.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-18net: neterion: Convert timers to use timer_setup()Gravatar Kees Cook 1-9/+4
2017-07-17s2io: Remove UFO support.Gravatar David S. Miller 1-45/+0
2017-06-15net: s2io: remove useless variable in fill_rx_buffersGravatar Gustavo A. R. Silva 1-5/+0
2017-02-26net: s2io: fix typo argumnet argumentGravatar LABBE Corentin 1-1/+1
2017-02-12net: neterion: s2io: use new api ethtool_{get|set}_link_ksettingsGravatar Philippe Reynes 1-22/+29
2017-01-30drivers: net: generalize napi_complete_done()Gravatar Eric Dumazet 1-2/+2
2016-10-18ethernet/neterion: use core min/max MTU checkingGravatar Jarod Wilson 1-5/+4
2016-08-01net: s2io: simplify logical constraintGravatar xypron.glpk@gmx.de 1-1/+1
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDGravatar Florian Westphal 1-8/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Gravatar Ivan Vecera 1-2/+0
2015-07-09neterion: s2io: Use module_pci_driverGravatar Vaishali Thakkar 1-25/+1
2015-05-25neterion: s2io: Fix kernel doc formattingGravatar Joe Perches 1-2/+4
2015-04-08s2io: Update driver to use dma_wmbGravatar Alexander Duyck 1-4/+4
2015-03-08ethernet: codespell comment spelling fixesGravatar Joe Perches 1-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+8
2015-01-19s2io: use snprintf() as a safety featureGravatar Dan Carpenter 1-3/+8
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereGravatar Jiri Pirko 1-2/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateGravatar Jiri Pirko 1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSGravatar Wilfried Klaebe 1-1/+1
2014-04-22neterion/s2io: remove unused s2io_start_tx_queue routineGravatar Ying Xue 1-9/+0
2014-03-24s2io: Call dev_kfree_skb_any instead of dev_kfree_skb.Gravatar Eric W. Biederman 1-3/+3
2014-03-14s2io: Don't receive packets when the napi budget == 0Gravatar Eric W. Biederman 1-0/+3
2014-02-18s2io: Use pci_enable_msix_range() instead of pci_enable_msix()Gravatar Alexander Gordeev 1-2/+3
2013-10-21net: neterion: remove unnecessary pci_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-04-19net: vlan: add protocol argument to packet tagging functionsGravatar Patrick McHardy 1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Gravatar Patrick McHardy 1-1/+1
2013-03-18net: neterion: replace ip_fast_csum with csum_replace2Gravatar Li RongQing 1-4/+2
2013-01-08remove init of dev->perm_addr in driversGravatar Jiri Pirko 1-1/+0
2012-12-04net: neterion: use for_each_pci_dev to simplify the codeGravatar Wei Yongjun 1-1/+1
2012-12-03vxge/s2io: remove __dev* attributesGravatar Bill Pemberton 1-3/+3
2012-11-03net: neterion: Do not break word unregister.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-1/+2
2012-09-07netdev: make pci_error_handlers constGravatar Stephen Hemminger 1-1/+1
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-5/+5
2012-06-06ethernet: Remove casts to same typeGravatar Joe Perches 1-7/+7
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+0
2012-04-07s2io: stop using net_device.{base_addr, irq}.Gravatar Francois Romieu 1-9/+5
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidGravatar Danny Kukawka 1-1/+1
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbGravatar Pradeep A Dalvi 1-3/+3
2012-01-31drivers/net: Remove alloc_etherdev error messagesGravatar Joe Perches 1-1/+0
2011-11-29corral some wayward N/A fw_version dust bunniesGravatar Rick Jones 1-1/+0
2011-11-16net: introduce and use netdev_features_t for device features setsGravatar Michał Mirosław 1-2/+2
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyGravatar Rick Jones 1-4/+4
2011-10-19net: add skb frag size accessorsGravatar Eric Dumazet 1-6/+6
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroGravatar Rick Jones 1-2/+0
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapGravatar Ian Campbell 1-1/+1
2011-09-22s2io: convert to SKB paged frag API.Gravatar Ian Campbell 1-4/+4
2011-08-17net: remove use of ndo_set_multicast_list in driversGravatar Jiri Pirko 1-1/+1
2011-08-11s2io/vxge: Move the Exar driversGravatar Jeff Kirsher 1-0/+8674