aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ibmveth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-08ibmveth: Reduce default tx queues to 8Nick Child1-1/+2
2022-09-30ibmveth: Ethtool set queue supportNick Child1-29/+120
2022-09-30ibmveth: Implement multi queue on xmitNick Child1-29/+40
2022-09-30ibmveth: Copy tx skbs into a premapped bufferNick Child1-123/+62
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2022-01-06ethernet: ibmveth: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2021-10-16ethernet: ibmveth: use ether_addr_to_u64()Jakub Kicinski1-14/+3
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-09-27ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()Cai Huoqing1-16/+9
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-23ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM.David Wilder1-23/+28
2021-05-19ibmveth: fix kobj_to_dev.cocci warningsYueHaibing1-2/+1
2021-03-02vio: make remove callback return voidUwe Kleine-König1-3/+1
2020-10-27ibmveth: Fix use of ibmveth in a bridge.Thomas Bogendoerfer1-6/+0
2020-10-14ibmveth: Identify ingress large send packets.David Wilder1-1/+12
2020-10-14ibmveth: Switch order of ibmveth_helper calls.David Wilder1-5/+5
2020-06-19ibmveth: Fix max MTU limitThomas Falcon1-1/+1
2020-03-05ibmveth: Remove unused page_offset macroMatthew Wilcox (Oracle)1-2/+0
2020-02-29net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno1-24/+33
2019-11-14ibmveth: Detect unsupported packets before sending to the hypervisorCris Forno1-0/+26
2019-08-13ibmveth: Convert multicast list size for little-endian systemThomas Falcon1-4/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-03-19ibmveth: Make array ibmveth_stats staticYueHaibing1-1/+1
2019-01-24ibmveth: Do not process frames after calling napi_rescheduleThomas Falcon1-2/+0
2018-12-31ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler1-1/+5
2018-09-18net: ethernet: remove redundant includezhong jiang1-1/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-08-17net: ibm: ibmveth: constify vio_device_idArvind Yadav1-1/+1
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-85/+74
2017-06-29net: ibm: ibmveth: constify dev_pm_ops structures.Arvind Yadav1-1/+1
2017-06-20ibmveth: properly unwind on init errorsChristoph Hellwig1-85/+74
2017-05-21ibmveth: Support to enable LSO/CSO for Trunk VEA.Sivakumar Krishnasamy1-18/+89
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2017-01-24ibmveth: Add a proper check for the availability of the checksum featuresThomas Huth1-2/+5
2017-01-09net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+18
2016-12-17ibmveth: calculate gso_segs for large packetsThomas Falcon1-2/+10
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+63
2016-12-09ibmveth: set correct gso_size and gso_typeThomas Falcon1-2/+63
2016-10-27ethernet: fix min/max MTU typosStefan Richter1-1/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-3/+3
2016-03-07ibmveth: check return of skb_linearize in ibmveth_start_xmitThomas Falcon1-1/+4
2015-12-20ibmveth: consolidate kmalloc of array, memset 0 to kcallocNicholas Mc Guire1-3/+1
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-2/+3
2015-07-15ibmveth: add support for TSO6Thomas Falcon1-25/+120
2015-04-30ibmveth: Add support for Large Receive OffloadThomas Falcon1-1/+16
2015-04-30ibmveth: Add GRO supportThomas Falcon1-1/+1