summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorLines
2020-12-07s390/qeth: make qeth_qdio_handle_aob() more robustJulian Wiedmann-0/+1
2020-12-07s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED stateJulian Wiedmann-5/+2
2020-12-07s390/qeth: don't replace a fully completed async TX bufferJulian Wiedmann-38/+51
2020-12-07s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann-76/+30
2020-12-07s390/qeth: don't call INIT_LIST_HEAD() on iob's list entryJulian Wiedmann-6/+5
2020-12-01s390/ctcm: Use GFP_ATOMIC in ctcmpc_tx().Sebastian Andrzej Siewior-6/+1
2020-12-01s390/ctcm: Use GFP_KERNEL in add_channel().Sebastian Andrzej Siewior-1/+1
2020-12-01s390/ctcm: Use explicit allocation mask in ctcmpc_unpack_skb().Sebastian Andrzej Siewior-1/+1
2020-12-01s390/ctcm: Avoid temporary allocation of struct pdu.Sebastian Andrzej Siewior-25/+8
2020-12-01s390/ctcm: Avoid temporary allocation of struct qllc.Sebastian Andrzej Siewior-17/+4
2020-12-01s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep.Sebastian Andrzej Siewior-53/+9
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-47/+62
2020-11-20s390/qeth: fix tear down of async TX buffersJulian Wiedmann-6/+0
2020-11-20s390/qeth: fix af_iucv notification raceJulian Wiedmann-24/+58
2020-11-20s390/qeth: make af_iucv TX notification call more robustJulian Wiedmann-1/+2
2020-11-20s390/qeth: Remove pnso workaroundAlexandra Winter-16/+2
2020-11-18s390/qeth: improve selection of ethtool link modesJulian Wiedmann-49/+93
2020-11-18s390/qeth: use QUERY OAT for initial link infoJulian Wiedmann-2/+145
2020-11-18s390/qeth: clean up default cases for ethtool link modeJulian Wiedmann-12/+2
2020-11-18s390/qeth: set static link info during initializationJulian Wiedmann-31/+42
2020-11-18s390/qeth: improve QUERY CARD INFO processingJulian Wiedmann-76/+79
2020-11-18s390/qeth: tolerate error when querying card infoJulian Wiedmann-6/+1
2020-11-18s390/qeth: remove useless if/elseKaixu Xia-4/+1
2020-11-18s390/qeth: reduce rtnl locking for switchdev eventsJulian Wiedmann-18/+15
2020-10-26s390/ism: fix incorrect system EIDKarsten Graul-1/+1
2020-10-02s390/ctcm: remove orphaned function declarationsVasily Gorbik-2/+0
2020-10-02s390/qeth: static checker cleanupsJulian Wiedmann-23/+22
2020-10-02s390/qeth: use netdev_name()Julian Wiedmann-36/+35
2020-10-02s390/qeth: constify the disciplinesJulian Wiedmann-5/+5
2020-10-02s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann-20/+53
2020-10-02s390/qeth: de-magic the QIB parm areaJulian Wiedmann-35/+41
2020-10-02s390/qeth: keep track of wanted TX queuesJulian Wiedmann-54/+61
2020-09-28net/smc: introduce CHID callback for ISM devicesUrsula Braun-0/+12
2020-09-28net/smc: introduce System Enterprise ID (SEID)Ursula Braun-0/+42
2020-09-23s390/qeth: remove forward declarations in L2 codeJulian Wiedmann-197/+188
2020-09-23s390/qeth: consolidate teardown codeJulian Wiedmann-74/+50
2020-09-23s390/qeth: consolidate online codeJulian Wiedmann-52/+36
2020-09-23s390/qeth: cancel cmds earlier during teardownJulian Wiedmann-7/+5
2020-09-23s390/qeth: tighten ucast IP lockingJulian Wiedmann-7/+2
2020-09-23s390/qeth: replace deprecated simple_stroul()Julian Wiedmann-51/+51
2020-09-23s390/qeth: clean up string ops in qeth_l3_parse_ipatoe()Julian Wiedmann-13/+14
2020-09-23s390/qeth: relax locking for ipato config dataJulian Wiedmann-17/+16
2020-09-23s390/qeth: don't init refcount twice for mcast IPsJulian Wiedmann-1/+0
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+2
2020-09-15s390/qeth: implement ndo_bridge_setlink for learning_syncAlexandra Winter-0/+125
2020-09-15s390/qeth: implement ndo_bridge_getlink for learning_syncAlexandra Winter-1/+22
2020-09-15s390/qeth: Reset address notification in case of buffer overflowAlexandra Winter-10/+123
2020-09-15s390/qeth: Translate address events into switchdev notifiersAlexandra Winter-1/+110
2020-09-15s390/qeth: Detect PNSO OC3 capabilityAlexandra Winter-10/+85
2020-09-15s390/cio: Add new Operation Code OC3 to PNSOAlexandra Winter-5/+8