aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-992/+706
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-4/+4
2019-06-27s390/qeth: move cast type selection into fill_header()Julian Wiedmann4-33/+26
2019-06-27s390/qeth: extract helper for route validationJulian Wiedmann2-28/+34
2019-06-27s390/qeth: consolidate skb RX processing in L3 driverJulian Wiedmann1-18/+12
2019-06-27s390/qeth: consolidate pm codeJulian Wiedmann4-80/+19
2019-06-27s390/qeth: streamline SNMP cmd codeJulian Wiedmann1-31/+18
2019-06-27s390/qeth: remove static cmd buffer infrastructureJulian Wiedmann4-244/+59
2019-06-27s390/qeth: dynamically allocate MPC cmdsJulian Wiedmann1-17/+19
2019-06-27s390/qeth: dynamically allocate vnicc cmdsJulian Wiedmann2-74/+62
2019-06-27s390/qeth: dynamically allocate diag cmdsJulian Wiedmann4-11/+30
2019-06-27s390/qeth: dynamically allocate various cmds with sub-typesJulian Wiedmann5-83/+78
2019-06-27s390/qeth: clarify parameter for simple assist cmdsJulian Wiedmann4-23/+26
2019-06-27s390/qeth: dynamically allocate simple IPA cmdsJulian Wiedmann5-18/+56
2019-06-13s390/qeth: allocate a single cmd on read channelJulian Wiedmann4-24/+39
2019-06-13s390/qeth: command-chain the IDX sequenceJulian Wiedmann1-44/+14
2019-06-13s390/qeth: convert RCD code to common IO infrastructureJulian Wiedmann3-90/+46
2019-06-13s390/qeth: add support for dynamically allocated cmdsJulian Wiedmann2-9/+56
2019-06-13s390/qeth: remove 'channel' parameter from callbacksJulian Wiedmann3-27/+21
2019-06-13s390/qeth: convert device-specific trace entriesJulian Wiedmann3-137/+122
2019-06-13s390/qeth: remove OSN-specific IO codeJulian Wiedmann3-37/+10
2019-06-13s390/qeth: remove qeth_wait_for_buffer()Julian Wiedmann3-28/+37
2019-06-13s390/qeth: clean up setting of BLKT defaultsJulian Wiedmann2-5/+7
2019-06-13s390/qeth: restart pending READ cmd from callbackJulian Wiedmann1-3/+1
2019-06-13s390/qeth: simplify DOWN state handlingJulian Wiedmann2-10/+4
2019-06-13s390/qeth: use mm helpersJulian Wiedmann1-17/+16
2019-06-13s390/qeth: don't mask TX errors on IQD devicesJulian Wiedmann1-7/+0
2019-06-05s390/qeth: handle error when updating TX queue countJulian Wiedmann1-6/+16
2019-06-05s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter1-1/+1
2019-06-05s390/qeth: check dst entry before useJulian Wiedmann1-5/+25
2019-06-05s390/qeth: handle limited IPv4 broadcast in L3 TX pathJulian Wiedmann1-0/+2
2019-06-04s390/Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult1-4/+4
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-685/+782
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-17/+32
2019-04-29s390/ism: move oddities of device IO to wrapper functionSebastian Ott2-16/+31
2019-04-29s390/pci: move io address mapping code to pci_insn.cSebastian Ott1-1/+1
2019-04-26s390/qeth: trust non-IP cast type in qeth_l3_fill_header()Julian Wiedmann1-8/+3
2019-04-26s390/qeth: extract helper to determine L2 cast typeJulian Wiedmann3-18/+14
2019-04-26s390/qeth: cache max number of available buffer elementsJulian Wiedmann3-24/+22
2019-04-26s390/qeth: don't clear Output buffers on every queue initJulian Wiedmann1-6/+2
2019-04-26s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann7-78/+54
2019-04-26s390/qeth: clean up stale buffer state documentationJulian Wiedmann1-28/+13
2019-04-26s390/qeth: remove RX seqno in skb->cbJulian Wiedmann2-3/+0
2019-04-26s390: qeth: address type mismatch warningArnd Bergmann1-3/+7
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-04-17s390: ctcm: fix ctcm_new_device error return codeArnd Bergmann1-0/+1
2019-04-17s390/qeth: stop/wake TX queues based on their fill levelJulian Wiedmann5-48/+71
2019-04-17s390/qeth: simplify QoS codeJulian Wiedmann2-20/+7
2019-04-17s390/qeth: add TX multiqueue support for OSA devicesJulian Wiedmann4-52/+51
2019-04-17s390/qeth: add TX multiqueue support for IQD devicesJulian Wiedmann6-26/+97