summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ibmveth.c
AgeCommit message (Expand)Author
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
2014-03-14ibmveth: Don't receive packets when the napi budget == 0Eric W. Biederman
2014-03-06ibmveth: Fix endian issues with MAC addressesAnton Blanchard
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-12-30powerpc/iommu: Update the generic code to use dynamic iommu page sizesAlistair Popple
2013-12-30powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-09-04ibmveth: Fix little endian issuesAnton Blanchard
2013-05-05net/eth/ibmveth: Fixup retrieval of MAC addressBenjamin Herrenschmidt
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03ibmveth: remove __dev* attributesBill Pemberton
2012-09-05ibmveth: Fix alignment of rx queue bugSantiago Leon
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-10-19net: add skb frag size accessorsEric Dumazet