summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* s390/ctcm: Convert sysfs sprintf to sysfs_emitThorsten Winkler2023-06-231-5/+5
* s390/lcs: Convert sprintf to scnprintfThorsten Winkler2023-06-231-1/+1
* s390/lcs: Convert sysfs sprintf to sysfs_emitThorsten Winkler2023-06-231-6/+7
* s390/net: lcs: use IS_ENABLED() for kconfig detectionRandy Dunlap2023-06-161-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-8/+0
|\
| * s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit()Julian Ruess2023-06-151-8/+0
* | s390/ism: Set DMA coherent maskNiklas Schnelle2023-05-251-1/+1
|/
* net/ism: Remove redundant pci_clear_masterCai Huoqing2023-03-241-2/+0
* net/ism: Remove extra includeStefan Raspl2023-03-151-1/+0
* net/smc: Introduce explicit check for v2 supportStefan Raspl2023-03-151-0/+7
* s390/qeth: Convert sprintf/snprintf to scnprintfThorsten Winkler2023-02-105-39/+42
* s390/qeth: Convert sysfs sprintf to sysfs_emitThorsten Winkler2023-02-103-98/+73
* s390/qeth: Use constant for IP address buffersThorsten Winkler2023-02-102-4/+5
* s390/ctcm: cleanup indentingAlexandra Winter2023-02-103-31/+32
* net/smc: De-tangle ism and smc device initializationStefan Raspl2023-01-251-13/+12
* s390/ism: Consolidate SMC-D-related codeStefan Raspl2023-01-251-63/+99
* net/smc: Separate SMC-D and ISM APIsStefan Raspl2023-01-251-29/+63
* net/smc: Register SMC-D as ISM clientStefan Raspl2023-01-251-5/+0
* net/ism: Add new API for client registrationStefan Raspl2023-01-252-25/+165
* s390/ism: Introduce struct ism_dmbStefan Raspl2023-01-252-6/+17
* net/ism: Add missing calls to disable bus-masteringStefan Raspl2023-01-251-0/+2
* s390/qeth: convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-12-281-6/+6
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-133-22/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-1/+1
| |\
| * | s390/lcs: Fix return type of lcs_start_xmit()Nathan Chancellor2022-11-071-5/+3
| * | s390/netiucv: Fix return type of netiucv_tx()Nathan Chancellor2022-11-071-8/+1
| * | s390/ctcm: Fix return type of ctc{mp,}m_tx()Nathan Chancellor2022-11-071-9/+2
* | | Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-12-131-1/+2
|\ \ \ | |_|/ |/| |
| * | s390/ism: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig2022-11-211-1/+2
| |/
* / s390/qeth: fix use-after-free in hsciAlexandra Winter2022-12-081-1/+1
|/
* Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-10-093-4/+4
|\
| * s390: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-303-4/+4
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-282-2/+2
* | s390/qeth: Split memcpy() of struct qeth_ipacmd_addr_change flexible arrayKees Cook2022-09-271-2/+2
|/
* s390/qeth: cache link_info for ethtoolAlexandra Winter2022-08-082-132/+48
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-1/+1
|\
| * s390/qeth: Fix typo 'the the' in commentSlark Xiao2022-07-251-1/+1
* | net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl2022-07-271-1/+3
* | s390/ism: CleanupsStefan Raspl2022-07-271-6/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-123-10/+8
|\
| * s390/lcs: fix variable dereferenced before checkAlexandra Winter2022-05-111-3/+4
| * s390/ctcm: fix potential memory leakAlexandra Winter2022-05-111-5/+1
| * s390/ctcm: fix variable dereferenced before checkAlexandra Winter2022-05-111-2/+3
* | net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-062-2/+2
* | net: switch to netif_napi_add_tx()Jakub Kicinski2022-05-051-2/+1
* | qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-294-5/+3
|/
* s390/ctcm: fix typo "length to short" -> "length too short"Tong Zhang2022-03-211-1/+1
* s390: net: Use netif_rx().Sebastian Andrzej Siewior2022-03-072-6/+2
* s390/net: sort out physical vs virtual pointers usageAlexander Gordeev2022-02-222-5/+5
* s390/qeth: Remove redundant 'flush_workqueue()' callsXu Wang2022-02-171-1/+0