summaryrefslogtreecommitdiff
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorFilesLines
2019-11-25s390/qeth: invoke softirqs after napi_schedule()Julian Wiedmann2-0/+6
2019-07-10s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter1-1/+1
2019-05-16s390: ctcm: fix ctcm_new_device error return codeArnd Bergmann1-0/+1
2019-03-14s390/qeth: fix use-after-free in error pathJulian Wiedmann1-9/+6
2018-12-05s390/qeth: fix length check in SNMP processingJulian Wiedmann1-15/+12
2018-11-27s390/qeth: fix HiperSockets snifferJulian Wiedmann1-3/+5
2018-10-10s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2-2/+2
2018-10-10s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang1-2/+3
2018-09-26s390/qeth: reset layer2 attribute on layer switchJulian Wiedmann1-0/+1
2018-09-26s390/qeth: fix race in used-buffer accountingJulian Wiedmann1-1/+2
2018-03-31s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann1-0/+1
2018-03-31s390/qeth: lock read device while queueing next bufferJulian Wiedmann1-3/+13
2018-03-31s390/qeth: when thread completes, wake up all waitersJulian Wiedmann1-1/+1
2018-03-31s390/qeth: free netdevice when removing a cardJulian Wiedmann3-4/+2
2018-03-11s390/qeth: fix IPA command submission raceJulian Wiedmann1-9/+10
2018-03-11s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann2-51/+74
2018-03-11s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann1-1/+2
2018-03-11s390/qeth: fix IP removal on offline cardsJulian Wiedmann1-11/+3
2018-03-11s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann2-9/+12
2018-03-11s390/qeth: fix SETIP command handlingJulian Wiedmann2-6/+13
2018-03-11s390/qeth: fix underestimated count of buffer elementsUrsula Braun1-1/+1
2018-01-02s390/qeth: update takeover IPs after configuration changeJulian Wiedmann5-37/+67
2018-01-02s390/qeth: lock IP table while applying takeover changesJulian Wiedmann1-0/+2
2018-01-02s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann2-4/+6
2018-01-02s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann3-20/+19
2017-12-25s390/qeth: no ETH header for outbound AF_IUCVJulian Wiedmann1-11/+4
2017-12-25s390/qeth: size calculation outbound buffersJulian Wiedmann4-7/+11
2017-12-16s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann1-0/+1
2017-12-16s390/qeth: fix GSO throughput regressionJulian Wiedmann4-0/+38
2017-12-16s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2-4/+2
2017-12-16s390/qeth: fix early exit from error pathJulian Wiedmann1-2/+4
2017-11-15s390/qeth: issue STARTLAN as first IPA commandJulian Wiedmann4-35/+17
2017-11-15s390/qeth: fix retrieval of vipa and proxy-arp addressesUrsula Braun1-14/+16
2017-06-07s390/qeth: add missing hash table initializationsUrsula Braun1-0/+2
2017-06-07s390/qeth: avoid null pointer dereference on OSNJulian Wiedmann1-4/+6
2017-06-07s390/qeth: unbreak OSM and OSN supportJulian Wiedmann7-20/+51
2017-06-07s390/qeth: handle sysfs error during initializationUrsula Braun4-3/+13
2016-09-16s390/qeth: fix setting VIPA addressThomas Richter1-2/+2
2016-09-16qeth: do not turn on SG per defaultUrsula Braun2-3/+0
2016-09-16qeth: do not limit number of gso segmentsUrsula Braun2-2/+0
2016-09-16qeth: check not more than 16 SBALEs on the completion queueUrsula Braun1-1/+2
2016-09-16s390/qeth: allow hsuid configuration in DOWN stateUrsula Braun1-5/+17
2016-09-16s390/qeth: use ip_lock for hsuid configurationUrsula Braun1-0/+5
2016-09-16qeth: restore device features after recoveryHans Wippel4-0/+34
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2016-07-05qeth: delete napi struct when removing a qeth deviceUrsula Braun2-0/+2
2016-06-17s390/qeth: fix indentation in qeth_l3_arp_querySebastian Ott1-13/+12
2016-06-17qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperS...Hans Wippel2-4/+17
2016-06-17qeth: improve set_features error handlingHans Wippel1-11/+27
2016-06-17qeth: add network device features for VLAN devicesHans Wippel2-2/+10