summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-20s390/qeth: fix tear down of async TX buffersJulian Wiedmann1-6/+0
2020-11-20s390/qeth: fix af_iucv notification raceJulian Wiedmann2-24/+58
2020-11-20s390/qeth: make af_iucv TX notification call more robustJulian Wiedmann1-1/+2
2020-11-20s390/qeth: Remove pnso workaroundAlexandra Winter1-16/+2
2020-10-26s390/ism: fix incorrect system EIDKarsten Graul1-1/+1
2020-10-02s390/ctcm: remove orphaned function declarationsVasily Gorbik2-2/+0
2020-10-02s390/qeth: static checker cleanupsJulian Wiedmann5-23/+22
2020-10-02s390/qeth: use netdev_name()Julian Wiedmann5-36/+35
2020-10-02s390/qeth: constify the disciplinesJulian Wiedmann3-5/+5
2020-10-02s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann6-20/+53
2020-10-02s390/qeth: de-magic the QIB parm areaJulian Wiedmann2-35/+41
2020-10-02s390/qeth: keep track of wanted TX queuesJulian Wiedmann5-54/+61
2020-09-28net/smc: introduce CHID callback for ISM devicesUrsula Braun1-0/+12
2020-09-28net/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-22Merge 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-10s390/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-04Merge 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
2020-08-27s390/qeth: unify structs for bridge port stateJulian Wiedmann2-14/+6
2020-08-27s390/qeth: copy less data from bridge state eventsJulian Wiedmann1-15/+14
2020-08-27s390/qeth: don't let HW override the configured port roleJulian Wiedmann1-6/+0
2020-08-27s390/qeth: don't disable address events during initializationJulian Wiedmann1-2/+0
2020-08-27s390/qeth: make queue lock a proper spinlockJulian Wiedmann2-65/+23
2020-08-27s390/qeth: use to_delayed_work()Julian Wiedmann1-2/+3
2020-08-27s390/qeth: clean up qeth_l3_send_setdelmc()'s declarationJulian Wiedmann1-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-11/+11
2020-07-31s390/qeth: use all configured RX buffersJulian Wiedmann1-12/+4
2020-07-31s390/qeth: don't process empty bridge port eventsJulian Wiedmann1-0/+4
2020-07-31s390/qeth: integrate RX refill worker with NAPIJulian Wiedmann4-18/+26
2020-07-31s390/qeth: tolerate pre-filled RX bufferJulian Wiedmann1-6/+14
2020-07-27s390/ism: indicate correct error reason in ism_alloc_dmb()Karsten Graul1-1/+1
2020-07-14s390/qeth: constify the MPC initialization dataJulian Wiedmann3-18/+17
2020-07-14s390/qeth: unify RX-mode hashtablesJulian Wiedmann4-14/+12
2020-07-14s390/qeth: cleanup OAT codeJulian Wiedmann1-28/+12