summaryrefslogtreecommitdiff
path: root/drivers/s390/net
AgeCommit message (Expand)Author
2018-09-17s390/qeth: remove qeth_hdr_chk_and_bounce()Julian Wiedmann
2018-09-17s390/qeth: speed up TSO transmissionJulian Wiedmann
2018-09-17s390/qeth: prepare for copy-free TSO transmissionJulian Wiedmann
2018-09-17s390/qeth: check size of required HW header cache objectJulian Wiedmann
2018-09-17s390/qeth: fix up protocol headers earlyJulian Wiedmann
2018-09-17s390/qeth: limit csum offload erratum to L3 devicesJulian Wiedmann
2018-09-17s390/qeth: remove qeth_get_elements_no()Julian Wiedmann
2018-09-17s390/qeth: remove unused L3 xmit codeJulian Wiedmann
2018-09-17s390/qeth: run non-offload L3 traffic over common xmit pathJulian Wiedmann
2018-09-17s390/qeth: move L2 xmit code to core moduleJulian Wiedmann
2018-09-12s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann
2018-09-12s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang
2018-09-12s390/qeth: switch on SG by default for IQD devicesJulian Wiedmann
2018-09-12s390/qeth: indicate error when netdev allocation failsJulian Wiedmann
2018-08-09s390/qeth: use true and false for boolean valuesGustavo A. R. Silva
2018-08-09s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann
2018-08-09s390/qeth: clean up card initializationJulian Wiedmann
2018-08-09s390/qeth: do basic setup for data channelJulian Wiedmann
2018-08-09s390/qeth: use qeth_setup_ccw() to set up all CCWsJulian Wiedmann
2018-08-09s390/qeth: reduce hard-coded access to ccw channelsJulian Wiedmann
2018-08-09s390/qeth: extract helper for MPC protocol typeJulian Wiedmann
2018-07-21s390/qeth: speed up L2 IQD xmitJulian Wiedmann
2018-07-21s390/qeth: add support for constrained HW headersJulian Wiedmann
2018-07-21s390/qeth: merge linearize-check into HW header constructionJulian Wiedmann
2018-07-21s390/qeth: add statistics for consumed buffer elementsJulian Wiedmann
2018-07-21s390/qeth: use core MTU range checkingJulian Wiedmann
2018-07-21s390/qeth: simplify max MTU handlingJulian Wiedmann
2018-07-21s390/qeth: don't cache HW port numberJulian Wiedmann
2018-07-21s390/qeth: allocate netdevice earlyJulian Wiedmann
2018-07-21s390/qeth: remove redundant netif_carrier_ok() checksJulian Wiedmann
2018-07-21s390/qeth: reset layer2 attribute on layer switchJulian Wiedmann
2018-07-21s390/qeth: fix race in used-buffer accountingJulian Wiedmann
2018-07-12s390/qeth: speed-up IPv4 OSA xmitJulian Wiedmann
2018-07-12s390/qeth: speed-up L3 IQD xmitJulian Wiedmann
2018-07-12s390/qeth: add a L3 xmit wrapperJulian Wiedmann
2018-07-12s390/qeth: increase GSO max size for eligible L3 devicesJulian Wiedmann
2018-07-12s390/qeth: clean up exported symbolsJulian Wiedmann
2018-07-12s390/qeth: consolidate ccwgroup driver definitionJulian Wiedmann
2018-07-12s390/qeth: clean up Output Queue selectionJulian Wiedmann
2018-07-12s390/qeth: fine-tune RX modesettingJulian Wiedmann
2018-07-12s390/qeth: remove unused buffer->aob pointerJulian Wiedmann
2018-07-12s390/qeth: various buffer management cleanupsJulian Wiedmann
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-30s390/qeth: consistently re-enable device featuresJulian Wiedmann
2018-06-30s390/qeth: don't clobber buffer on async TX completionJulian Wiedmann
2018-06-30s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]Vasily Gorbik
2018-06-30s390/qeth: fix race when setting MAC addressJulian Wiedmann
2018-06-30Revert "s390/qeth: use Read device to query hypervisor for MAC"Julian Wiedmann
2018-06-30s390/ism: add device driver for internal shared memorySebastian Ott
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook