summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ibmveth.c
Commit message (Expand)AuthorAgeFilesLines
* 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-271-6/+0
* ibmveth: Identify ingress large send packets.David Wilder2020-10-141-1/+12
* ibmveth: Switch order of ibmveth_helper calls.David Wilder2020-10-141-5/+5
* ibmveth: Fix max MTU limitThomas Falcon2020-06-191-1/+1
* ibmveth: Remove unused page_offset macroMatthew Wilcox (Oracle)2020-03-051-2/+0
* net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno2020-02-291-24/+33
* ibmveth: Detect unsupported packets before sending to the hypervisorCris Forno2019-11-141-0/+26
* ibmveth: Convert multicast list size for little-endian systemThomas Falcon2019-08-131-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-241-2/+0
* ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler2018-12-311-1/+5
* net: ethernet: remove redundant includezhong jiang2018-09-181-1/+0
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-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-061-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-091-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/+1
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-2/+3
* ibmveth: add support for TSO6Thomas Falcon2015-07-151-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