summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: make qeth_qdio_handle_aob() more robustJulian Wiedmann2020-12-071-0/+1
* s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED stateJulian Wiedmann2020-12-072-5/+2
* s390/qeth: don't replace a fully completed async TX bufferJulian Wiedmann2020-12-071-38/+51
* s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann2020-12-079-76/+30
* s390/qeth: don't call INIT_LIST_HEAD() on iob's list entryJulian Wiedmann2020-12-072-6/+5
* s390/ctcm: Use GFP_ATOMIC in ctcmpc_tx().Sebastian Andrzej Siewior2020-12-022-6/+1
* s390/ctcm: Use GFP_KERNEL in add_channel().Sebastian Andrzej Siewior2020-12-021-1/+1
* s390/ctcm: Use explicit allocation mask in ctcmpc_unpack_skb().Sebastian Andrzej Siewior2020-12-021-1/+1
* s390/ctcm: Avoid temporary allocation of struct pdu.Sebastian Andrzej Siewior2020-12-021-25/+8
* s390/ctcm: Avoid temporary allocation of struct qllc.Sebastian Andrzej Siewior2020-12-021-17/+4
* s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep.Sebastian Andrzej Siewior2020-12-023-53/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-283-47/+62
|\
| * s390/qeth: fix tear down of async TX buffersJulian Wiedmann2020-11-211-6/+0
| * s390/qeth: fix af_iucv notification raceJulian Wiedmann2020-11-212-24/+58
| * s390/qeth: make af_iucv TX notification call more robustJulian Wiedmann2020-11-211-1/+2
| * s390/qeth: Remove pnso workaroundAlexandra Winter2020-11-211-16/+2
* | s390/qeth: improve selection of ethtool link modesJulian Wiedmann2020-11-193-49/+93
* | s390/qeth: use QUERY OAT for initial link infoJulian Wiedmann2020-11-192-2/+145
* | s390/qeth: clean up default cases for ethtool link modeJulian Wiedmann2020-11-191-12/+2
* | s390/qeth: set static link info during initializationJulian Wiedmann2020-11-193-31/+42
* | s390/qeth: improve QUERY CARD INFO processingJulian Wiedmann2020-11-193-76/+79
* | s390/qeth: tolerate error when querying card infoJulian Wiedmann2020-11-191-6/+1
* | s390/qeth: remove useless if/elseKaixu Xia2020-11-191-4/+1
* | s390/qeth: reduce rtnl locking for switchdev eventsJulian Wiedmann2020-11-191-18/+15
|/
* s390/ism: fix incorrect system EIDKarsten Graul2020-10-271-1/+1
* s390/ctcm: remove orphaned function declarationsVasily Gorbik2020-10-032-2/+0
* s390/qeth: static checker cleanupsJulian Wiedmann2020-10-035-23/+22
* s390/qeth: use netdev_name()Julian Wiedmann2020-10-035-36/+35
* s390/qeth: constify the disciplinesJulian Wiedmann2020-10-033-5/+5
* s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann2020-10-036-20/+53
* s390/qeth: de-magic the QIB parm areaJulian Wiedmann2020-10-032-35/+41
* s390/qeth: keep track of wanted TX queuesJulian Wiedmann2020-10-035-54/+61
* net/smc: introduce CHID callback for ISM devicesUrsula Braun2020-09-291-0/+12
* net/smc: introduce System Enterprise ID (SEID)Ursula Braun2020-09-292-0/+42
* s390/qeth: remove forward declarations in L2 codeJulian Wiedmann2020-09-232-197/+188
* s390/qeth: consolidate teardown codeJulian Wiedmann2020-09-234-74/+50
* s390/qeth: consolidate online codeJulian Wiedmann2020-09-234-52/+36
* s390/qeth: cancel cmds earlier during teardownJulian Wiedmann2020-09-234-7/+5
* s390/qeth: tighten ucast IP lockingJulian Wiedmann2020-09-231-7/+2
* s390/qeth: replace deprecated simple_stroul()Julian Wiedmann2020-09-235-51/+51
* s390/qeth: clean up string ops in qeth_l3_parse_ipatoe()Julian Wiedmann2020-09-231-13/+14
* s390/qeth: relax locking for ipato config dataJulian Wiedmann2020-09-233-17/+16
* s390/qeth: don't init refcount twice for mcast IPsJulian Wiedmann2020-09-231-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-232-2/+2
|\
| * s390/qeth: delay draining the TX buffersJulian Wiedmann2020-09-102-2/+2
* | s390/qeth: implement ndo_bridge_setlink for learning_syncAlexandra Winter2020-09-151-0/+125
* | s390/qeth: implement ndo_bridge_getlink for learning_syncAlexandra Winter2020-09-151-1/+22
* | s390/qeth: Reset address notification in case of buffer overflowAlexandra Winter2020-09-154-10/+123
* | s390/qeth: Translate address events into switchdev notifiersAlexandra Winter2020-09-152-1/+110
* | s390/qeth: Detect PNSO OC3 capabilityAlexandra Winter2020-09-153-10/+85