summaryrefslogtreecommitdiff
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorFilesLines
2023-02-11s390/qeth: Convert sprintf/snprintf to scnprintfThorsten Winkler5-39/+42
2023-02-11s390/qeth: Convert sysfs sprintf to sysfs_emitThorsten Winkler3-98/+73
2023-02-11s390/qeth: Use constant for IP address buffersThorsten Winkler2-4/+5
2023-02-11s390/ctcm: cleanup indentingAlexandra Winter3-31/+32
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl1-13/+12
2023-01-25s390/ism: Consolidate SMC-D-related codeStefan Raspl1-63/+99
2023-01-25net/smc: Separate SMC-D and ISM APIsStefan Raspl1-29/+63
2023-01-25net/smc: Register SMC-D as ISM clientStefan Raspl1-5/+0
2023-01-25net/ism: Add new API for client registrationStefan Raspl2-25/+165
2023-01-25s390/ism: Introduce struct ism_dmbStefan Raspl2-6/+17
2023-01-25net/ism: Add missing calls to disable bus-masteringStefan Raspl1-0/+2
2022-12-28s390/qeth: convert sysfs snprintf to sysfs_emitXuezhi Zhang1-6/+6
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-22/+6
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds1-1/+2
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-12-08s390/qeth: fix use-after-free in hsciAlexandra Winter1-1/+1
2022-11-21s390/ism: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig1-1/+2
2022-11-07s390/lcs: Fix return type of lcs_start_xmit()Nathan Chancellor1-5/+3
2022-11-07s390/netiucv: Fix return type of netiucv_tx()Nathan Chancellor1-8/+1
2022-11-07s390/ctcm: Fix return type of ctc{mp,}m_tx()Nathan Chancellor1-9/+2
2022-10-09Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-4/+4
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski2-2/+2
2022-09-28s390/qeth: Split memcpy() of struct qeth_ipacmd_addr_change flexible arrayKees Cook1-2/+2
2022-08-30s390: move from strlcpy with unused retval to strscpyWolfram Sang3-4/+4
2022-08-09s390/qeth: cache link_info for ethtoolAlexandra Winter2-132/+48
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-27net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl1-1/+3
2022-07-27s390/ism: CleanupsStefan Raspl1-6/+5
2022-07-25s390/qeth: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-10/+8
2022-05-11s390/lcs: fix variable dereferenced before checkAlexandra Winter1-3/+4
2022-05-11s390/ctcm: fix potential memory leakAlexandra Winter1-5/+1
2022-05-11s390/ctcm: fix variable dereferenced before checkAlexandra Winter1-2/+3
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski2-2/+2
2022-05-06net: switch to netif_napi_add_tx()Jakub Kicinski1-2/+1
2022-04-29qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski4-5/+3
2022-03-21s390/ctcm: fix typo "length to short" -> "length too short"Tong Zhang1-1/+1
2022-03-07s390: net: Use netif_rx().Sebastian Andrzej Siewior2-6/+2
2022-02-23s390/net: sort out physical vs virtual pointers usageAlexander Gordeev2-5/+5
2022-02-18s390/qeth: Remove redundant 'flush_workqueue()' callsXu Wang1-1/+0
2022-01-11Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds8-86/+90
2021-12-08s390/qeth: remove check for packing mode in qeth_check_outbound_queue()Julian Wiedmann1-4/+1
2021-12-08s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann4-30/+22
2021-12-08s390/qeth: don't offer .ndo_bridge_* ops for OSA devicesJulian Wiedmann1-2/+0
2021-12-08s390/qeth: split up L2 netdev_opsJulian Wiedmann1-4/+28
2021-12-08s390/qeth: simplify qeth_receive_skb()Julian Wiedmann1-22/+12
2021-12-06s390/qdio: split do_QDIO()Julian Wiedmann1-10/+10
2021-12-06s390/qdio: split qdio_inspect_queue()Julian Wiedmann1-8/+8
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+3
2021-11-19s390/lcs: add braces around empty function bodyHeiko Carstens1-5/+6