summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm/ibmveth.c
AgeCommit message (Expand)Author
2021-10-16ethernet: ibmveth: use ether_addr_to_u64()Jakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-09-27ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()Cai Huoqing
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-06-23ibmveth: Set CHECKSUM_PARTIAL if NULL TCP CSUM.David Wilder
2021-05-19ibmveth: fix kobj_to_dev.cocci warningsYueHaibing
2021-03-02vio: make remove callback return voidUwe Kleine-König
2020-10-27ibmveth: Fix use of ibmveth in a bridge.Thomas Bogendoerfer
2020-10-14ibmveth: Identify ingress large send packets.David Wilder
2020-10-14ibmveth: Switch order of ibmveth_helper calls.David Wilder
2020-06-19ibmveth: Fix max MTU limitThomas Falcon
2020-03-05ibmveth: Remove unused page_offset macroMatthew Wilcox (Oracle)
2020-02-29net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno
2019-11-14ibmveth: Detect unsupported packets before sending to the hypervisorCris Forno
2019-08-13ibmveth: Convert multicast list size for little-endian systemThomas Falcon
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-03-19ibmveth: Make array ibmveth_stats staticYueHaibing
2019-01-24ibmveth: Do not process frames after calling napi_rescheduleThomas Falcon
2018-12-31ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler
2018-09-18net: ethernet: remove redundant includezhong jiang
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2017-08-17net: ibm: ibmveth: constify vio_device_idArvind Yadav
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-06-29net: ibm: ibmveth: constify dev_pm_ops structures.Arvind Yadav
2017-06-20ibmveth: properly unwind on init errorsChristoph Hellwig
2017-05-21ibmveth: Support to enable LSO/CSO for Trunk VEA.Sivakumar Krishnasamy
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-24ibmveth: Add a proper check for the availability of the checksum featuresThomas Huth
2017-01-09net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-17ibmveth: calculate gso_segs for large packetsThomas Falcon
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-09ibmveth: set correct gso_size and gso_typeThomas Falcon
2016-10-27ethernet: fix min/max MTU typosStefan Richter
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson
2016-03-07ibmveth: check return of skb_linearize in ibmveth_start_xmitThomas Falcon
2015-12-20ibmveth: consolidate kmalloc of array, memset 0 to kcallocNicholas Mc Guire
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-07-15ibmveth: add support for TSO6Thomas Falcon
2015-04-30ibmveth: Add support for Large Receive OffloadThomas Falcon
2015-04-30ibmveth: Add GRO supportThomas Falcon
2015-04-30ibmveth: Add support for TSOThomas Falcon
2015-04-30ibmveth: change rx buffer default allocation for CMOThomas Falcon
2015-04-23ibmveth: Fix off-by-one error in ibmveth_change_mtu()David Gibson
2015-03-10ibmveth: enable interrupts after napi_complete()Yongbae Park
2015-03-03ibmveth: Add function to enable live MAC address changesThomas Falcon
2014-08-22ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard
2014-03-24ibmveth: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman