summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* s390/lcs: Fix return type of lcs_start_xmit()Nathan Chancellor2023-01-181-5/+3
* s390/netiucv: Fix return type of netiucv_tx()Nathan Chancellor2023-01-181-8/+1
* s390/ctcm: Fix return type of ctc{mp,}m_tx()Nathan Chancellor2023-01-181-9/+2
* s390/lcs: fix variable dereferenced before checkAlexandra Winter2022-05-181-3/+4
* s390/ctcm: fix potential memory leakAlexandra Winter2022-05-181-5/+1
* s390/ctcm: fix variable dereferenced before checkAlexandra Winter2022-05-181-2/+3
* s390/qeth: don't process empty bridge port eventsJulian Wiedmann2020-08-211-0/+4
* s390/qeth: invoke softirqs after napi_schedule()Julian Wiedmann2019-11-202-0/+6
* s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter2019-06-251-1/+1
* 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/qeth: fix use-after-free in error pathJulian Wiedmann2019-03-131-9/+6
* s390/qeth: fix length check in SNMP processingJulian Wiedmann2018-12-051-15/+12
* s390/qeth: fix HiperSockets snifferJulian Wiedmann2018-11-271-3/+5
* s390/qeth: fix error handling in adapter command callbacksJulian Wiedmann2018-11-041-48/+37
* s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2018-10-102-2/+2
* s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang2018-10-101-2/+3
* s390/qeth: reset layer2 attribute on layer switchJulian Wiedmann2018-09-261-0/+1
* s390/qeth: fix race in used-buffer accountingJulian Wiedmann2018-09-261-1/+2
* s390/smsgiucv: disable SMSG on module unloadMartin Schwidefsky2018-06-211-1/+1
* s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann2018-03-311-0/+1
* s390/qeth: lock read device while queueing next bufferJulian Wiedmann2018-03-311-3/+13
* s390/qeth: when thread completes, wake up all waitersJulian Wiedmann2018-03-311-1/+1
* s390/qeth: free netdevice when removing a cardJulian Wiedmann2018-03-313-4/+2
* s390/qeth: fix IPA command submission raceJulian Wiedmann2018-03-081-9/+10
* s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann2018-03-082-51/+74
* Revert "s390/qeth: fix using of ref counter for rxip addresses"Julian Wiedmann2018-03-081-5/+3
* s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann2018-03-081-1/+2
* s390/qeth: fix IP removal on offline cardsJulian Wiedmann2018-03-081-11/+3
* s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann2018-03-082-9/+12
* s390/qeth: fix SETIP command handlingJulian Wiedmann2018-03-082-6/+13
* s390/qeth: fix underestimated count of buffer elementsUrsula Braun2018-03-081-1/+1
* s390/qeth: fix error handling in checksum cmd callbackJulian Wiedmann2018-01-021-1/+8
* s390/qeth: update takeover IPs after configuration changeJulian Wiedmann2018-01-025-37/+67
* s390/qeth: lock IP table while applying takeover changesJulian Wiedmann2018-01-021-0/+2
* s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann2018-01-022-4/+6
* s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann2018-01-023-20/+19
* s390/qeth: fix GSO throughput regressionJulian Wiedmann2017-12-174-0/+38
* s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann2017-12-171-0/+1
* s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2017-12-172-4/+2
* s390/qeth: fix early exit from error pathJulian Wiedmann2017-12-171-2/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-069-329/+356
|\
| * s390/qeth: use skb_cow_head() for L2 OSA xmitJulian Wiedmann2017-08-183-22/+65
| * s390/qeth: unify code to build header elementsJulian Wiedmann2017-08-181-14/+15
| * s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann2017-08-183-4/+4
| * s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann2017-08-184-10/+8
| * s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann2017-08-184-21/+23
| * s390/qeth: pass full data length to l2_fill_header()Julian Wiedmann2017-08-181-6/+6
| * s390/qeth: split L2 xmit pathsJulian Wiedmann2017-08-181-102/+123