aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-15s390/qeth: move ethtool code into its own fileJulian Wiedmann6-351/+346
2019-02-15s390/qeth: reduce ethtool statisticsJulian Wiedmann4-123/+7
2019-02-15s390/qeth: use a static Output Queue arrayJulian Wiedmann2-16/+7
2019-02-15s390/qeth: allow manual recovery when device is SOFTSETUPJulian Wiedmann1-1/+1
2019-02-12s390/qeth: convert remaining legacy cmd callbacksJulian Wiedmann3-103/+121
2019-02-12s390/qeth: convert bridgeport callbacksJulian Wiedmann1-54/+40
2019-02-12s390/qeth: allow cmd callbacks to return errnosJulian Wiedmann6-64/+76
2019-02-12s390/qeth: cancel cmd on early errorJulian Wiedmann2-9/+29
2019-02-12s390/qeth: simplify reply object handlingJulian Wiedmann1-57/+61
2019-02-12s390/qeth: limit trace to valid data of command requestJulian Wiedmann1-1/+1
2019-02-12s390/qeth: align csum offload with TSO control logicJulian Wiedmann2-89/+47
2019-02-12s390/qeth: enable only required csum offload featuresJulian Wiedmann1-2/+9
2019-02-12s390/qeth: consolidate filling of low-level cmd length fieldsJulian Wiedmann5-56/+28
2019-02-12s390/qeth: reduce data length for ARP cache queryJulian Wiedmann4-18/+7
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+31
2019-02-07s390/qdio: make SBAL address array type-safeJulian Wiedmann1-2/+2
2019-02-04s390/qeth: conclude all event processing before offlining a cardJulian Wiedmann4-5/+15
2019-02-04s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann3-0/+4
2019-02-04s390/qeth: fix use-after-free in error pathJulian Wiedmann1-9/+6
2019-02-04s390/qeth: release cmd buffer in error pathsJulian Wiedmann1-0/+6
2019-01-25s390/qeth: remove VLAN tracking for L2 devicesJulian Wiedmann4-63/+18
2019-01-25s390/qeth: detach netdevice while card is offlineJulian Wiedmann4-102/+20
2019-01-25s390/qeth: delay netdevice registrationJulian Wiedmann3-40/+43
2019-01-25s390/qeth: remove TX disable from online pathJulian Wiedmann2-3/+0
2019-01-25s390/qeth: register MAC address earlierJulian Wiedmann1-8/+12
2019-01-25s390/qeth: consolidate open/stop netdev opsJulian Wiedmann4-124/+84
2019-01-25s390/qeth: remove bogus netif_wake_queue()Julian Wiedmann1-2/+0
2019-01-25s390/qeth: streamline TX buffer managementJulian Wiedmann1-19/+14
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-8/+7
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata2-2/+2
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+12
2018-11-28s390/qeth: fix length check in SNMP processingJulian Wiedmann1-15/+12
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-11-14s390/ism: clear dmbe_mask bit before SMC IRQ handlingUrsula Braun1-1/+1
2018-11-08s390/qeth: don't process hsuid in qeth_l3_setup_netdev()Julian Wiedmann1-3/+0
2018-11-08s390/qeth: remove unused fallback in Layer3's MAC codeJulian Wiedmann1-3/+0
2018-11-08s390/qeth: remove two IPA command helpersJulian Wiedmann3-59/+19
2018-11-08s390/qeth: replace open-coded cmd setupJulian Wiedmann3-19/+12
2018-11-08s390/qeth: remove card listJulian Wiedmann3-44/+24
2018-11-08s390/qeth: unify transmit codeJulian Wiedmann3-83/+19
2018-11-08s390/qeth: handle af_iucv skbs in qeth_l3_fill_header()Julian Wiedmann2-30/+17
2018-11-08s390/qeth: utilize virtual MAC for Layer2 OSD devicesJulian Wiedmann4-22/+26
2018-11-03s390/qeth: report 25Gbit link speedJulian Wiedmann2-2/+20
2018-11-03s390/qeth: sanitize ARP requestsJulian Wiedmann4-79/+34
2018-11-03s390/qeth: fix initial operstateJulian Wiedmann4-10/+25
2018-11-03s390/qeth: unregister netdevice only when registeredJulian Wiedmann3-4/+11
2018-11-03s390/qeth: fix HiperSockets snifferJulian Wiedmann1-3/+5
2018-11-03s390/qeth: sanitize strings in debug messagesJulian Wiedmann4-151/+119
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2018-10-12s390/qeth: add TSO support for L2 devicesJulian Wiedmann3-8/+27