summaryrefslogtreecommitdiff
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorFilesLines
2023-01-14s390/lcs: Fix return type of lcs_start_xmit()Nathan Chancellor1-5/+3
2023-01-14s390/netiucv: Fix return type of netiucv_tx()Nathan Chancellor1-8/+1
2023-01-14s390/ctcm: Fix return type of ctc{mp,}m_tx()Nathan Chancellor1-9/+2
2022-05-18s390/lcs: fix variable dereferenced before checkAlexandra Winter1-3/+4
2022-05-18s390/ctcm: fix potential memory leakAlexandra Winter1-5/+1
2022-05-18s390/ctcm: fix variable dereferenced before checkAlexandra Winter1-2/+3
2021-09-30s390/qeth: fix NULL deref in qeth_clear_working_pool_list()Julian Wiedmann1-0/+3
2021-03-25s390/qeth: schedule TX NAPI on QAOB completionJulian Wiedmann1-6/+12
2021-03-17s390/qeth: fix notification for pending buffers during teardownJulian Wiedmann1-3/+3
2021-03-17s390/qeth: improve completion of pending TX buffersJulian Wiedmann2-42/+30
2021-03-17s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED stateJulian Wiedmann2-5/+2
2021-03-17s390/qeth: don't replace a fully completed async TX bufferJulian Wiedmann1-38/+51
2021-03-17s390/qeth: fix memory leak after failed TX Buffer allocationJulian Wiedmann1-18/+17
2021-01-17s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann1-1/+1
2021-01-17s390/qeth: fix locking for discipline setup / removalJulian Wiedmann3-10/+7
2021-01-17s390/qeth: fix deadlock during recoveryJulian Wiedmann4-18/+34
2020-11-21s390/qeth: fix tear down of async TX buffersJulian Wiedmann1-6/+0
2020-11-21s390/qeth: fix af_iucv notification raceJulian Wiedmann2-24/+58
2020-11-21s390/qeth: make af_iucv TX notification call more robustJulian Wiedmann1-1/+2
2020-11-21s390/qeth: Remove pnso workaroundAlexandra Winter1-16/+2
2020-10-27s390/ism: fix incorrect system EIDKarsten Graul1-1/+1
2020-10-03s390/ctcm: remove orphaned function declarationsVasily Gorbik2-2/+0
2020-10-03s390/qeth: static checker cleanupsJulian Wiedmann5-23/+22
2020-10-03s390/qeth: use netdev_name()Julian Wiedmann5-36/+35
2020-10-03s390/qeth: constify the disciplinesJulian Wiedmann3-5/+5
2020-10-03s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann6-20/+53
2020-10-03s390/qeth: de-magic the QIB parm areaJulian Wiedmann2-35/+41
2020-10-03s390/qeth: keep track of wanted TX queuesJulian Wiedmann5-54/+61
2020-09-29net/smc: introduce CHID callback for ISM devicesUrsula Braun1-0/+12
2020-09-29net/smc: introduce System Enterprise ID (SEID)Ursula Braun2-0/+42
2020-09-23s390/qeth: remove forward declarations in L2 codeJulian Wiedmann2-197/+188
2020-09-23s390/qeth: consolidate teardown codeJulian Wiedmann4-74/+50
2020-09-23s390/qeth: consolidate online codeJulian Wiedmann4-52/+36
2020-09-23s390/qeth: cancel cmds earlier during teardownJulian Wiedmann4-7/+5
2020-09-23s390/qeth: tighten ucast IP lockingJulian Wiedmann1-7/+2
2020-09-23s390/qeth: replace deprecated simple_stroul()Julian Wiedmann5-51/+51
2020-09-23s390/qeth: clean up string ops in qeth_l3_parse_ipatoe()Julian Wiedmann1-13/+14
2020-09-23s390/qeth: relax locking for ipato config dataJulian Wiedmann3-17/+16
2020-09-23s390/qeth: don't init refcount twice for mcast IPsJulian Wiedmann1-1/+0
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+2
2020-09-15s390/qeth: implement ndo_bridge_setlink for learning_syncAlexandra Winter1-0/+125
2020-09-15s390/qeth: implement ndo_bridge_getlink for learning_syncAlexandra Winter1-1/+22
2020-09-15s390/qeth: Reset address notification in case of buffer overflowAlexandra Winter4-10/+123
2020-09-15s390/qeth: Translate address events into switchdev notifiersAlexandra Winter2-1/+110
2020-09-15s390/qeth: Detect PNSO OC3 capabilityAlexandra Winter3-10/+85
2020-09-15s390/cio: Add new Operation Code OC3 to PNSOAlexandra Winter1-5/+8
2020-09-11s390/net: add SMC config as one of the defaults of CCWGROUPGuvenc Gulce1-1/+1
2020-09-10s390/qeth: delay draining the TX buffersJulian Wiedmann2-2/+2
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-11/+11
2020-08-27s390/qeth: strictly order bridge address eventsJulian Wiedmann3-8/+52