summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ibmveth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-1/+1
* netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-121-1/+1
* ibmveth: Remove condition to recompute TCP header checksum.David Wilder2023-10-041-13/+12
* ibmveth: Use dcbf rather than dcbflMichael Ellerman2023-08-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-111-1/+2
|\
| * ibmveth: Reduce default tx queues to 8Nick Child2022-11-091-1/+2
* | ibmveth: Always stop tx queues during closeNick Child2022-10-241-17/+1
|/
* ibmveth: Ethtool set queue supportNick Child2022-09-301-29/+120
* ibmveth: Implement multi queue on xmitNick Child2022-09-301-29/+40
* ibmveth: Copy tx skbs into a premapped bufferNick Child2022-09-301-123/+62
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+1
* ethernet: ibmveth: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-061-1/+2
* ethernet: ibmveth: use ether_addr_to_u64()Jakub Kicinski2021-10-161-14/+3
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()Cai Huoqing2021-09-271-16/+9
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM.David Wilder2021-06-231-23/+28
* ibmveth: fix kobj_to_dev.cocci warningsYueHaibing2021-05-191-2/+1
* vio: make remove callback return voidUwe Kleine-König2021-03-021-3/+1
* ibmveth: Fix use of ibmveth in a bridge.Thomas Bogendoerfer2020-10-281-6/+0
* ibmveth: Identify ingress large send packets.David Wilder2020-10-151-1/+12
* ibmveth: Switch order of ibmveth_helper calls.David Wilder2020-10-151-5/+5
* ibmveth: Fix max MTU limitThomas Falcon2020-06-201-1/+1
* ibmveth: Remove unused page_offset macroMatthew Wilcox (Oracle)2020-03-061-2/+0
* net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno2020-03-011-24/+33
* ibmveth: Detect unsupported packets before sending to the hypervisorCris Forno2019-11-151-0/+26
* 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/+1
* ibmveth: Make array ibmveth_stats staticYueHaibing2019-03-191-1/+1
* ibmveth: Do not process frames after calling napi_rescheduleThomas Falcon2019-01-251-2/+0
* 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/+0
* 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/+74
|\
| * ibmveth: properly unwind on init errorsChristoph Hellwig2017-06-201-85/+74
* | 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
|/