aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-2105/+13
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-0/+7
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2025-07-24s390/ism: fix concurrency management in ism_cmd()Halil Pasic1-0/+3
2025-07-21s390/qeth: Make hw_trap sysfs attribute idempotentAswin Karuvally1-9/+13
2025-07-16s390/net: Remove NETIUCV device driverNagamani PV3-2096/+0
2025-06-17s390/drivers: Explicitly include <linux/export.h>Heiko Carstens7-0/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+3
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2025-04-30s390: Simple strcpy() to strscpy() conversionsHeiko Carstens1-1/+1
2025-04-21s390: ism: Pass string literal as format argument of dev_set_name()Simon Horman1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-3/+3
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-3/+6
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+0
2025-03-21s390/pci: Support mmap() of PCI resources except for ISM devicesNiklas Schnelle1-1/+0
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens3-3/+6
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+12
2025-02-17s390/ism: add release function for struct deviceJulian Ruess1-2/+12
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2025-02-13s390/qeth: move netif_napi_add_tx() and napi_enable() from under BHAlexandra Winter1-3/+5
2025-02-05s390/net: Remove LCS driverAswin Karuvally4-2738/+1
2024-10-25s390/netiucv: Switch over to sysfs_emit()Mete Durlu1-12/+12
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-06-27s390/lcs: add missing MODULE_DESCRIPTION() macroJeff Johnson1-1/+2
2024-05-21Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-32/+9
2024-05-14s390/smsgiucv_app: Make use of iucv_alloc_device()Heiko Carstens1-16/+5
2024-05-14s390/netiucv: Make use of iucv_alloc_device()Heiko Carstens1-16/+4
2024-05-07net: 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/linuxLinus 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