summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm/ibmveth.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-1/+1
2023-10-04ibmveth: Remove condition to recompute TCP header checksum.David Wilder1-13/+12
2023-08-23ibmveth: Use dcbf rather than dcbflMichael Ellerman1-1/+1
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-11-09ibmveth: Reduce default tx queues to 8Nick Child1-1/+2
2022-10-24ibmveth: Always stop tx queues during closeNick Child1-17/+1
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-09-01net: 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-28ibmveth: Fix use of ibmveth in a bridge.Thomas Bogendoerfer1-6/+0
2020-10-15ibmveth: Identify ingress large send packets.David Wilder1-1/+12
2020-10-15ibmveth: Switch order of ibmveth_helper calls.David Wilder1-5/+5
2020-06-20ibmveth: Fix max MTU limitThomas Falcon1-1/+1
2020-03-06ibmveth: Remove unused page_offset macroMatthew Wilcox (Oracle)1-2/+0
2020-03-01net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno1-24/+33
2019-11-15ibmveth: Detect unsupported packets before sending to the hypervisorCris Forno1-0/+26
2019-08-14ibmveth: 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-20ibmveth: Make array ibmveth_stats staticYueHaibing1-1/+1
2019-01-25ibmveth: Do not process frames after calling napi_rescheduleThomas Falcon1-2/+0
2019-01-01ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler1-1/+5
2018-09-19net: ethernet: remove redundant includezhong jiang1-1/+0
2018-06-13treewide: 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-07Merge 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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+63
2016-12-10ibmveth: 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