summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter2019-06-251-1/+1
* s390/qeth: handle error from qeth_update_from_chp_desc()Julian Wiedmann2019-05-311-4/+10
* s390: qeth: address type mismatch warningArnd Bergmann2019-05-311-3/+7
* s390: ctcm: fix ctcm_new_device error return codeArnd Bergmann2019-05-161-0/+1
* s390/qeth: fix race when initializing the IP address tableJulian Wiedmann2019-05-041-1/+3
* s390/ism: ignore some errors during deregistrationSebastian Ott2019-04-051-3/+9
* s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann2019-03-133-0/+4
* s390/qeth: fix use-after-free in error pathJulian Wiedmann2019-03-131-9/+6
* s390/qeth: release cmd buffer in error pathsJulian Wiedmann2019-03-131-0/+6
* s390/ism: clear dmbe_mask bit before SMC IRQ handlingUrsula Braun2018-12-131-1/+1
* s390/qeth: fix length check in SNMP processingJulian Wiedmann2018-12-051-15/+12
* s390/qeth: unregister netdevice only when registeredJulian Wiedmann2018-11-273-4/+11
* s390/qeth: fix HiperSockets snifferJulian Wiedmann2018-11-271-3/+5
* s390: qeth: Fix potential array overrun in cmd/rc lookupJean Delvare2018-09-283-17/+19
* s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its functionzhong jiang2018-09-281-5/+2
* s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2018-09-122-2/+2
* s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang2018-09-121-2/+3
* s390/qeth: switch on SG by default for IQD devicesJulian Wiedmann2018-09-121-0/+2
* s390/qeth: indicate error when netdev allocation failsJulian Wiedmann2018-09-121-1/+3
* s390/qeth: use true and false for boolean valuesGustavo A. R. Silva2018-08-091-2/+2
* s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann2018-08-093-14/+19
* s390/qeth: clean up card initializationJulian Wiedmann2018-08-091-34/+10
* s390/qeth: do basic setup for data channelJulian Wiedmann2018-08-091-9/+15
* s390/qeth: use qeth_setup_ccw() to set up all CCWsJulian Wiedmann2018-08-094-43/+16
* s390/qeth: reduce hard-coded access to ccw channelsJulian Wiedmann2018-08-092-28/+31
* s390/qeth: extract helper for MPC protocol typeJulian Wiedmann2018-08-093-24/+15
* s390/qeth: speed up L2 IQD xmitJulian Wiedmann2018-07-213-56/+30
* s390/qeth: add support for constrained HW headersJulian Wiedmann2018-07-214-22/+30
* s390/qeth: merge linearize-check into HW header constructionJulian Wiedmann2018-07-214-70/+80
* s390/qeth: add statistics for consumed buffer elementsJulian Wiedmann2018-07-214-23/+24
* s390/qeth: use core MTU range checkingJulian Wiedmann2018-07-215-37/+2
* s390/qeth: simplify max MTU handlingJulian Wiedmann2018-07-214-41/+45
* s390/qeth: don't cache HW port numberJulian Wiedmann2018-07-213-7/+4
* s390/qeth: allocate netdevice earlyJulian Wiedmann2018-07-216-88/+94
* s390/qeth: remove redundant netif_carrier_ok() checksJulian Wiedmann2018-07-213-3/+3
* s390/qeth: reset layer2 attribute on layer switchJulian Wiedmann2018-07-211-0/+1
* s390/qeth: fix race in used-buffer accountingJulian Wiedmann2018-07-211-1/+2
* s390/qeth: speed-up IPv4 OSA xmitJulian Wiedmann2018-07-121-12/+21
* s390/qeth: speed-up L3 IQD xmitJulian Wiedmann2018-07-121-83/+128
* s390/qeth: add a L3 xmit wrapperJulian Wiedmann2018-07-121-57/+65
* s390/qeth: increase GSO max size for eligible L3 devicesJulian Wiedmann2018-07-121-2/+3
* s390/qeth: clean up exported symbolsJulian Wiedmann2018-07-124-13/+8
* s390/qeth: consolidate ccwgroup driver definitionJulian Wiedmann2018-07-121-21/+21
* s390/qeth: clean up Output Queue selectionJulian Wiedmann2018-07-125-27/+27
* s390/qeth: fine-tune RX modesettingJulian Wiedmann2018-07-122-7/+5
* s390/qeth: remove unused buffer->aob pointerJulian Wiedmann2018-07-122-8/+0
* s390/qeth: various buffer management cleanupsJulian Wiedmann2018-07-121-46/+20
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-034-30/+57
|\
| * s390/qeth: consistently re-enable device featuresJulian Wiedmann2018-06-304-17/+16
| * s390/qeth: don't clobber buffer on async TX completionJulian Wiedmann2018-06-302-6/+27