aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2018-10-12s390/qeth: add TSO support for L2 devicesJulian Wiedmann3-8/+27
2018-10-12s390/qeth: add support for IPv6 TSOJulian Wiedmann3-31/+65
2018-10-12s390/qeth: enhance TSO control sequenceJulian Wiedmann2-2/+101
2018-10-12s390/qeth: make TSO controls protocol-agnosticJulian Wiedmann1-20/+21
2018-10-10PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig1-1/+1
2018-10-10PCI: Remove pci_set_dma_seg_boundary()Christoph Hellwig1-1/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-20/+19
2018-09-28s390: qeth: Fix potential array overrun in cmd/rc lookupJean Delvare3-17/+19
2018-09-28s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its functionzhong jiang1-5/+2
2018-09-26s390/qeth: remove duplicated carrier state trackingJulian Wiedmann5-22/+10
2018-09-26s390/qeth: clean up drop conditions for received cmdsJulian Wiedmann1-10/+11
2018-09-26s390/qeth: re-indent qeth_check_ipa_data()Julian Wiedmann1-71/+58
2018-09-26s390/qeth: consume local address eventsJulian Wiedmann1-2/+2
2018-09-26s390/qeth: remove various redundant codeJulian Wiedmann3-15/+2
2018-09-26s390/qeth: remove CARD_FROM_CDEV helperJulian Wiedmann1-44/+29
2018-09-26s390/qeth: pass card pointer in iob callbackJulian Wiedmann2-24/+32
2018-09-26s390/qeth: re-use qeth_notify_skbs()Julian Wiedmann1-24/+5
2018-09-26s390/qeth: remove additional skb refcountJulian Wiedmann1-2/+0
2018-09-26s390/qeth: replace open-coded skb_queue_walk()Julian Wiedmann1-15/+4
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann1-7/+5
2018-09-26s390/qeth: on gdev release, reset drvdataJulian Wiedmann1-2/+3
2018-09-26s390/qeth: fix discipline unload after setup errorJulian Wiedmann4-4/+2
2018-09-26s390/qeth: use DEFINE_MUTEX for qeth_mod_mutexJulian Wiedmann1-7/+6
2018-09-26s390/qeth: convert layer attribute to enumJulian Wiedmann5-26/+25
2018-09-17s390/qeth: reduce 0-initializing when building IPA cmdsJulian Wiedmann1-10/+5
2018-09-17s390/qeth: fine-tune spinlocksJulian Wiedmann3-35/+24
2018-09-17s390/qeth: fix typo in return valueJulian Wiedmann1-1/+1
2018-09-17s390/qeth: invoke softirqs after napi_schedule()Julian Wiedmann2-0/+6
2018-09-17s390/qeth: uninstall IRQ handler on device removalJulian Wiedmann1-48/+54
2018-09-17s390/qeth: remove qeth_hdr_chk_and_bounce()Julian Wiedmann3-31/+28
2018-09-17s390/qeth: speed up TSO transmissionJulian Wiedmann3-149/+6
2018-09-17s390/qeth: prepare for copy-free TSO transmissionJulian Wiedmann4-28/+77
2018-09-17s390/qeth: check size of required HW header cache objectJulian Wiedmann1-2/+9
2018-09-17s390/qeth: fix up protocol headers earlyJulian Wiedmann1-3/+11
2018-09-17s390/qeth: limit csum offload erratum to L3 devicesJulian Wiedmann2-5/+5
2018-09-17s390/qeth: remove qeth_get_elements_no()Julian Wiedmann4-33/+14
2018-09-17s390/qeth: remove unused L3 xmit codeJulian Wiedmann1-54/+17
2018-09-17s390/qeth: run non-offload L3 traffic over common xmit pathJulian Wiedmann1-26/+44
2018-09-17s390/qeth: move L2 xmit code to core moduleJulian Wiedmann3-63/+75
2018-09-12s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2-2/+2
2018-09-12s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang1-2/+3
2018-09-12s390/qeth: switch on SG by default for IQD devicesJulian Wiedmann1-0/+2
2018-09-12s390/qeth: indicate error when netdev allocation failsJulian Wiedmann1-1/+3
2018-08-09s390/qeth: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-08-09s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann3-14/+19
2018-08-09s390/qeth: clean up card initializationJulian Wiedmann1-34/+10
2018-08-09s390/qeth: do basic setup for data channelJulian Wiedmann1-9/+15
2018-08-09s390/qeth: use qeth_setup_ccw() to set up all CCWsJulian Wiedmann4-43/+16
2018-08-09s390/qeth: reduce hard-coded access to ccw channelsJulian Wiedmann2-28/+31