summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ibmveth.c
Commit message (Expand)AuthorAgeFilesLines
* ibmveth: Convert multicast list size for little-endian systemThomas Falcon2019-08-141-4/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1Star
* ibmveth: Make array ibmveth_stats staticYueHaibing2019-03-191-1/+1
* ibmveth: Do not process frames after calling napi_rescheduleThomas Falcon2019-01-251-2/+0Star
* ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler2019-01-011-1/+5
* net: ethernet: remove redundant includezhong jiang2018-09-191-1/+0Star
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* net: ibm: ibmveth: constify vio_device_idArvind Yadav2017-08-171-1/+1
* Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-071-85/+74Star
|\
| * ibmveth: properly unwind on init errorsChristoph Hellwig2017-06-201-85/+74Star
* | net: ibm: ibmveth: constify dev_pm_ops structures.Arvind Yadav2017-06-291-1/+1
* | ibmveth: Support to enable LSO/CSO for Trunk VEA.Sivakumar Krishnasamy2017-05-211-18/+89
|/
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-2/+5
|\
| * ibmveth: Add a proper check for the availability of the checksum featuresThomas Huth2017-01-241-2/+5
* | net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-12/+18
|/
* ibmveth: calculate gso_segs for large packetsThomas Falcon2016-12-171-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-2/+63
|\
| * ibmveth: set correct gso_size and gso_typeThomas Falcon2016-12-101-2/+63
* | ethernet: fix min/max MTU typosStefan Richter2016-10-271-1/+1
* | ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-3/+3
|/
* ibmveth: check return of skb_linearize in ibmveth_start_xmitThomas Falcon2016-03-071-1/+4
* ibmveth: consolidate kmalloc of array, memset 0 to kcallocNicholas Mc Guire2015-12-201-3/+1Star
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-2/+3
* ibmveth: add support for TSO6Thomas Falcon2015-07-161-25/+120
* ibmveth: Add support for Large Receive OffloadThomas Falcon2015-04-301-1/+16
* ibmveth: Add GRO supportThomas Falcon2015-04-301-1/+1
* ibmveth: Add support for TSOThomas Falcon2015-04-301-1/+18
* ibmveth: change rx buffer default allocation for CMOThomas Falcon2015-04-301-0/+3
* ibmveth: Fix off-by-one error in ibmveth_change_mtu()David Gibson2015-04-231-2/+2
* ibmveth: enable interrupts after napi_complete()Yongbae Park2015-03-101-2/+2
* ibmveth: Add function to enable live MAC address changesThomas Falcon2015-03-031-1/+23
* ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard2014-08-221-4/+14
* ibmveth: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-1/+1
* ibmveth: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-151-2/+2
* ibmveth: Fix endian issues with MAC addressesAnton Blanchard2014-03-061-9/+16
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-281-4/+8
|\
| * powerpc/iommu: Update the generic code to use dynamic iommu page sizesAlistair Popple2013-12-301-6/+9
| * powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple2013-12-301-4/+5
* | ethernet: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
|/
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-2/+2
* ibmveth: Fix little endian issuesAnton Blanchard2013-09-041-2/+2
* net/eth/ibmveth: Fixup retrieval of MAC addressBenjamin Herrenschmidt2013-05-051-13/+10Star
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-4/+2Star
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-1/+0Star
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-3/+2Star
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1Star
* ibmveth: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* ibmveth: Fix alignment of rx queue bugSantiago Leon2012-09-051-17/+9Star