summaryrefslogtreecommitdiff
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorFilesLines
2020-08-21s390/qeth: don't process empty bridge port eventsJulian Wiedmann1-0/+4
2019-11-20s390/qeth: invoke softirqs after napi_schedule()Julian Wiedmann2-0/+6
2019-06-25s390/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-05-04s390/qeth: fix race when initializing the IP address tableJulian Wiedmann1-1/+3
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-11-04s390/qeth: fix error handling in adapter command callbacksJulian Wiedmann1-48/+37
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-06-20s390/smsgiucv: disable SMSG on module unloadMartin Schwidefsky1-1/+1
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-09s390/qeth: fix IPA command submission raceJulian Wiedmann1-9/+10
2018-03-09s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann2-51/+74
2018-03-09Revert "s390/qeth: fix using of ref counter for rxip addresses"Julian Wiedmann1-5/+3
2018-03-09s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann1-1/+2
2018-03-09s390/qeth: fix IP removal on offline cardsJulian Wiedmann1-11/+3
2018-03-09s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann2-9/+12
2018-03-09s390/qeth: fix SETIP command handlingJulian Wiedmann2-6/+13
2018-03-09s390/qeth: fix underestimated count of buffer elementsUrsula Braun1-1/+1
2018-01-02s390/qeth: fix error handling in checksum cmd callbackJulian Wiedmann1-1/+8
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-17s390/qeth: fix GSO throughput regressionJulian Wiedmann4-0/+38
2017-12-17s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann1-0/+1
2017-12-17s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2-4/+2
2017-12-17s390/qeth: fix early exit from error pathJulian Wiedmann1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman19-0/+19
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-329/+356
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-4/+4
2017-08-18s390/qeth: use skb_cow_head() for L2 OSA xmitJulian Wiedmann3-22/+65
2017-08-18s390/qeth: unify code to build header elementsJulian Wiedmann1-14/+15
2017-08-18s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann3-4/+4
2017-08-18s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann4-10/+8
2017-08-18s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann4-21/+23
2017-08-18s390/qeth: pass full data length to l2_fill_header()Julian Wiedmann1-6/+6
2017-08-18s390/qeth: split L2 xmit pathsJulian Wiedmann1-102/+123
2017-08-15s390/qeth: fix using of ref counter for rxip addressesKittipon Meesompop1-3/+5
2017-08-15s390/qeth: fix trace-messages for deleting rxip addressesKittipon Meesompop1-2/+2
2017-08-15s390/qeth: reject multicast rxip addressesKittipon Meesompop1-0/+17
2017-08-15s390/qeth: extract bridgeport cmd builderJulian Wiedmann1-36/+26
2017-08-15s390/net: reduce inliningJulian Wiedmann7-74/+67