aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorFilesLines
12 daysnet: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-34/+27
2024-05-02s390/qeth: Fix kernel panic after setting hsuidAlexandra Winter1-34/+27
2024-04-30inet: introduce dst_rtable() helperEric Dumazet1-3/+2
2024-04-30net/smc: decouple ism_client from SMC-D DMB registrationWen Gu1-1/+1
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet1-2/+2
2024-04-17s390/ism: Properly fix receive message buffer allocationGerd Bayer1-9/+28
2024-03-25s390/qeth: handle deferred cc1Alexandra Winter1-2/+36
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-32/+30
2024-03-13s390/ctcm: use new address translation helpersHeiko Carstens3-13/+13
2024-03-13s390/lcs: use new address translation helpersHeiko Carstens1-7/+5
2024-03-13s390/qeth: use new address translation helpersHeiko Carstens1-11/+11
2024-03-13s390/cio: use new address translation helpersHeiko Carstens1-1/+1
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska1-1/+1
2024-02-08s390/qeth: Fix potential loss of L3-IP@ in case of network issuesAlexandra Winter1-3/+6
2023-12-26net/smc: manage system EID in SMC stack instead of ISM driverWen Gu2-39/+6
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu1-8/+11
2023-11-17s390/ism: ism driver implies smc protocolGerd Bayer2-48/+48
2023-11-07s390/qeth: Fix typo 'weed' in commentKuan-Wei Chiu1-1/+1
2023-10-24s390/qeth: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-24s390/ctcm: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-10net/smc: Fix dependency of SMC on ISMGerd Bayer1-1/+1
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+11
2023-08-02s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter4-9/+11
2023-07-25s390/lcs: Remove FDDI optionAlexandra Winter2-36/+8
2023-07-13Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-73/+66
2023-07-08s390/ism: Do not unregister clients with registered DMBsNiklas Schnelle1-10/+13
2023-07-08s390/ism: Fix and simplify add()/remove() callback handlingNiklas Schnelle1-62/+24
2023-07-08s390/ism: Fix locking for forwarding of IRQs and events to clientsNiklas Schnelle1-8/+36
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-6/+6
2023-07-05s390/qeth: Fix vipa deletionThorsten Winkler1-1/+1
2023-07-03s390: include linux/io.h instead of asm/io.hHeiko Carstens2-6/+6
2023-06-24revert "s390/net: lcs: use IS_ENABLED() for kconfig detection"Randy Dunlap1-5/+5
2023-06-23s390/ctcm: Convert sprintf/snprintf to scnprintfThorsten Winkler5-30/+33
2023-06-23s390/ctcm: Convert sysfs sprintf to sysfs_emitThorsten Winkler1-5/+5
2023-06-23s390/lcs: Convert sprintf to scnprintfThorsten Winkler1-1/+1
2023-06-23s390/lcs: Convert sysfs sprintf to sysfs_emitThorsten Winkler1-6/+7
2023-06-16s390/net: lcs: use IS_ENABLED() for kconfig detectionRandy Dunlap1-5/+5
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+0
2023-06-15s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit()Julian Ruess1-8/+0
2023-05-25s390/ism: Set DMA coherent maskNiklas Schnelle1-1/+1
2023-03-24net/ism: Remove redundant pci_clear_masterCai Huoqing1-2/+0
2023-03-15net/ism: Remove extra includeStefan Raspl1-1/+0
2023-03-15net/smc: Introduce explicit check for v2 supportStefan Raspl1-0/+7
2023-02-10s390/qeth: Convert sprintf/snprintf to scnprintfThorsten Winkler5-39/+42
2023-02-10s390/qeth: Convert sysfs sprintf to sysfs_emitThorsten Winkler3-98/+73
2023-02-10s390/qeth: Use constant for IP address buffersThorsten Winkler2-4/+5
2023-02-10s390/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-13Merge 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-08Merge 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-28net: drop the weight argument from netif_napi_addJakub Kicinski2-2/+2
2022-09-27s390/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-08s390/qeth: cache link_info for ethtoolAlexandra Winter2-132/+48
2022-07-28Merge 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-12Merge 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-05net: 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-22s390/net: sort out physical vs virtual pointers usageAlexander Gordeev2-5/+5
2022-02-17s390/qeth: Remove redundant 'flush_workqueue()' callsXu Wang1-1/+0
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds8-86/+90
2021-12-07s390/qeth: remove check for packing mode in qeth_check_outbound_queue()Julian Wiedmann1-4/+1
2021-12-07s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann4-30/+22
2021-12-07s390/qeth: don't offer .ndo_bridge_* ops for OSA devicesJulian Wiedmann1-2/+0
2021-12-07s390/qeth: split up L2 netdev_opsJulian Wiedmann1-4/+28
2021-12-07s390/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
2021-11-19s390/ctcm: add __printf format attribute to ctcm_dbf_longtextHeiko Carstens1-0/+1
2021-11-19s390/ctcm: fix format stringHeiko Carstens1-1/+1
2021-11-19s390/qeth: allocate RX queue at probe timeJulian Wiedmann1-18/+17
2021-10-25s390/qeth: update kerneldoc for qeth_add_hw_header()Julian Wiedmann1-0/+2
2021-10-25s390/qeth: fix kernel doc commentsHeiko Carstens2-6/+6
2021-10-25s390/qeth: add __printf format attribute to qeth_dbf_longtextHeiko Carstens1-0/+1
2021-10-25s390/qeth: fix various format stringsHeiko Carstens1-7/+7
2021-10-25s390/qeth: don't keep track of Input Queue countJulian Wiedmann2-11/+7
2021-10-25s390/qeth: clarify remaining dev_kfree_skb_any() usersJulian Wiedmann1-3/+3
2021-10-25s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann1-2/+17
2021-10-25s390/qeth: remove .do_ioctl() callback from driver disciplineJulian Wiedmann4-12/+6
2021-10-25s390/qeth: improve trace entries for MAC address (un)registrationJulian Wiedmann1-6/+6
2021-10-22net: s390: constify and use eth_hw_addr_set()Jakub Kicinski4-8/+7
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-16/+9
2021-09-21s390/qeth: fix deadlock during failing recoveryAlexandra Winter1-1/+2
2021-09-21s390/qeth: Fix deadlock in remove_disciplineAlexandra Winter4-15/+4
2021-09-21s390/qeth: fix NULL deref in qeth_clear_working_pool_list()Julian Wiedmann1-0/+3
2021-09-14s390/ism: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-1/+1
2021-09-14s390/netiucv: remove incorrect kernel doc indicatorsHeiko Carstens2-53/+53
2021-09-14s390/lcs: remove incorrect kernel doc indicatorsHeiko Carstens1-60/+61
2021-09-14s390/ctcm: remove incorrect kernel doc indicatorsHeiko Carstens3-53/+53
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds11-388/+341
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-7/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-1/+3
2021-08-16s390/net: replace in_irq() with in_hardirq()Changbin Du2-2/+2
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean1-2/+2
2021-08-07s390/qeth: Update MACs of LEARNING_SYNC deviceAlexandra Winter1-4/+127
2021-08-07s390/qeth: Switchdev event handlerAlexandra Winter2-5/+79
2021-08-07s390/qeth: Register switchdev event handlerAlexandra Winter1-3/+40
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-3/+3
2021-07-27qeth: use ndo_siocdevprivateArnd Bergmann4-14/+35
2021-07-27s390/qdio: clarify reporting of errors to the driversJulian Wiedmann1-7/+3
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+2
2021-07-20s390/qeth: clean up device_type managementJulian Wiedmann4-11/+10
2021-07-20s390/qeth: clean up QETH_PROT_* namingJulian Wiedmann2-4/+4
2021-07-20s390/qeth: remove OSN supportJulian Wiedmann8-351/+48
2021-07-13s390: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-06-12s390/netiuvc: get rid of forward declarationsHeiko Carstens1-18/+10
2021-06-11s390/qeth: Consider dependency on SWITCHDEV moduleAlexandra Winter1-2/+10
2021-06-11s390/qeth: shrink TX buffer structJulian Wiedmann2-5/+4
2021-06-11s390/qeth: remove TX buffer's pointer to its queueJulian Wiedmann2-6/+4
2021-06-11s390/qeth: remove QAOB's pointer to its TX bufferJulian Wiedmann2-87/+48
2021-06-11s390/qeth: consolidate completion of pending TX buffersJulian Wiedmann2-47/+29
2021-06-11s390/qeth: use ethtool_sprintf()Julian Wiedmann1-4/+2
2021-06-11s390/qeth: unify the tracking of active cmds on ccw deviceJulian Wiedmann2-15/+11
2021-06-11s390/qeth: also use TX NAPI for non-IQD devicesJulian Wiedmann2-75/+79
2021-06-11s390/qeth: count TX completion interruptsJulian Wiedmann3-1/+5
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-35/+14
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo1-3/+3
2021-03-22s390/qdio: let driver manage the QAOBJulian Wiedmann2-56/+49
2021-03-18s390/qeth: remove RX VLAN filter stubs in L3 driverJulian Wiedmann1-24/+1
2021-03-18s390/qeth: enable napi_consume_skb() for pending TX buffersJulian Wiedmann1-4/+4
2021-03-18s390/qeth: allocate initial TX Buffer structs with GFP_KERNELJulian Wiedmann1-4/+6
2021-03-09s390/qeth: fix notification for pending buffers during teardownJulian Wiedmann1-3/+3
2021-03-09s390/qeth: schedule TX NAPI on QAOB completionJulian Wiedmann1-6/+12
2021-03-09s390/qeth: improve completion of pending TX buffersJulian Wiedmann2-42/+30
2021-03-09s390/qeth: fix memory leak after failed TX Buffer allocationJulian Wiedmann1-18/+17
2021-02-21Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+4
2021-02-13s390/qdio: remove 'merge_pending' mechanismJulian Wiedmann1-3/+1
2021-02-13s390/qdio: improve handling of PENDING buffers for QEBSM devicesJulian Wiedmann1-3/+6
2021-01-28net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann1-2/+4
2021-01-28s390/qeth: don't fake a TX completion interrupt after TX errorJulian Wiedmann1-16/+18
2021-01-28s390/qeth: make cast type selection for af_iucv skbs robustJulian Wiedmann1-12/+15
2021-01-28s390/qeth: pass proto to qeth_l3_get_cast_type()Julian Wiedmann1-5/+6
2021-01-28s390/qeth: remove qeth_get_ip_version()Julian Wiedmann4-62/+62
2021-01-28s390/qeth: clean up load/remove code for disciplinesJulian Wiedmann3-31/+28
2021-01-07s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann1-1/+1
2021-01-07s390/qeth: fix locking for discipline setup / removalJulian Wiedmann3-10/+7
2021-01-07s390/qeth: fix deadlock during recoveryJulian Wiedmann4-18/+34
2020-12-07s390/qeth: make qeth_qdio_handle_aob() more robustJulian Wiedmann1-0/+1
2020-12-07s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED stateJulian Wiedmann2-5/+2
2020-12-07s390/qeth: don't replace a fully completed async TX bufferJulian Wiedmann1-38/+51
2020-12-07s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann9-76/+30
2020-12-07s390/qeth: don't call INIT_LIST_HEAD() on iob's list entryJulian Wiedmann2-6/+5
2020-12-01s390/ctcm: Use GFP_ATOMIC in ctcmpc_tx().Sebastian Andrzej Siewior2-6/+1
2020-12-01s390/ctcm: Use GFP_KERNEL in add_channel().Sebastian Andrzej Siewior1-1/+1
2020-12-01s390/ctcm: Use explicit allocation mask in ctcmpc_unpack_skb().Sebastian Andrzej Siewior1-1/+1
2020-12-01s390/ctcm: Avoid temporary allocation of struct pdu.Sebastian Andrzej Siewior1-25/+8
2020-12-01s390/ctcm: Avoid temporary allocation of struct qllc.Sebastian Andrzej Siewior1-17/+4
2020-12-01s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep.Sebastian Andrzej Siewior3-53/+9
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-47/+62
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-11-18s390/qeth: improve selection of ethtool link modesJulian Wiedmann3-49/+93
2020-11-18s390/qeth: use QUERY OAT for initial link infoJulian Wiedmann2-2/+145
2020-11-18s390/qeth: clean up default cases for ethtool link modeJulian Wiedmann1-12/+2
2020-11-18s390/qeth: set static link info during initializationJulian Wiedmann3-31/+42
2020-11-18s390/qeth: improve QUERY CARD INFO processingJulian Wiedmann3-76/+79
2020-11-18s390/qeth: tolerate error when querying card infoJulian Wiedmann1-6/+1
2020-11-18s390/qeth: remove useless if/elseKaixu Xia1-4/+1
2020-11-18s390/qeth: reduce rtnl locking for switchdev eventsJulian Wiedmann1-18/+15
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