aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/neterion (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal1-8/+1
2016-01-29net: vxge: avoid unused function warningsArnd Bergmann1-19/+12
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2-6/+0
2015-07-09neterion: s2io: Use module_pci_driverVaishali Thakkar2-27/+1
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-06-11vxge: use swap() in vxge_hw_channel_dtr_alloc()Fabian Frederick1-6/+1
2015-05-25neterion: s2io: Fix kernel doc formattingJoe Perches1-2/+4
2015-04-08s2io: Update driver to use dma_wmbAlexander Duyck1-4/+4
2015-04-01vxge: Add const to ethtool_driver_stats_keysJoe Perches2-19/+19
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-02-05vxge: fix sparse warningLad, Prabhakar1-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2015-01-19s2io: use snprintf() as a safety featureDan Carpenter1-3/+8
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2-4/+4
2014-09-15net: ethernet: neterion: vxge: vxge-main.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2-2/+2
2014-07-29vxge: remove deprecated syststamp timestampWillem de Bruijn1-1/+0
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2-4/+4
2014-06-02vxge: Remove useless return variablesPeter Senna Tschudin1-15/+7
2014-05-21vxge: Use time_before()Manuel Schölling1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2-2/+2
2014-04-22neterion/s2io: remove unused s2io_start_tx_queue routineYing Xue1-9/+0
2014-03-24vxge: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-4/+4
2014-03-24s2io: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2014-03-14vxge: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+4
2014-03-14s2io: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-02-18vxge: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-6/+9
2014-02-18s2io: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-2/+3
2014-02-09net: vxge: Remove unused device pointerChristian Engelmayer1-6/+0
2014-01-16vxge: make local functions staticstephen hemminger5-46/+5
2013-12-31net: vxge: slight optimization of addr comparedingtianhong1-1/+1
2013-12-18net: vxge calls skb_set_hashTom Herbert1-1/+2
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-8/+19
2013-11-21vxge: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-8/+19
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+4
2013-10-21net: neterion: remove unnecessary pci_set_drvdata()Jingoo Han2-4/+0
2013-06-18treewide: Fix typo in printkMasanari Iida1-1/+1
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2-2/+2
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-3/+5
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2-3/+3
2013-03-18net: neterion: replace ip_fast_csum with csum_replace2Li RongQing1-4/+2
2013-01-08remove init of dev->perm_addr in driversJiri Pirko2-2/+0
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2-11/+7
2012-12-04net: neterion: use for_each_pci_dev to simplify the codeWei Yongjun1-1/+1
2012-12-03vxge/s2io: remove __dev* attributesBill Pemberton5-19/+19
2012-11-19net: Remove bogus dependencies on INETBen Hutchings1-1/+1
2012-11-03net: neterion: Do not break word unregister.YOSHIFUJI Hideaki / 吉藤英明1-1/+2