Age | Commit message (Expand) | Author |
2025-02-17 | s390/ism: add release function for struct device | Julian Ruess |
2025-02-13 | s390/qeth: move netif_napi_add_tx() and napi_enable() from under BH | Alexandra Winter |
2024-10-25 | s390/netiucv: Switch over to sysfs_emit() | Mete Durlu |
2024-07-15 | net: Add struct kernel_ethtool_ts_info | Kory Maincent |
2024-06-27 | s390/lcs: add missing MODULE_DESCRIPTION() macro | Jeff Johnson |
2024-05-21 | Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds |
2024-05-14 | s390/smsgiucv_app: Make use of iucv_alloc_device() | Heiko Carstens |
2024-05-14 | s390/netiucv: Make use of iucv_alloc_device() | Heiko Carstens |
2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet |
2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-05-02 | s390/qeth: Fix kernel panic after setting hsuid | Alexandra Winter |
2024-04-30 | inet: introduce dst_rtable() helper | Eric Dumazet |
2024-04-30 | net/smc: decouple ism_client from SMC-D DMB registration | Wen Gu |
2024-04-29 | ipv6: introduce dst_rt6_info() helper | Eric Dumazet |
2024-04-17 | s390/ism: Properly fix receive message buffer allocation | Gerd Bayer |
2024-03-25 | s390/qeth: handle deferred cc1 | Alexandra Winter |
2024-03-19 | Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2024-03-13 | s390/ctcm: use new address translation helpers | Heiko Carstens |
2024-03-13 | s390/lcs: use new address translation helpers | Heiko Carstens |
2024-03-13 | s390/qeth: use new address translation helpers | Heiko Carstens |
2024-03-13 | s390/cio: use new address translation helpers | Heiko Carstens |
2024-03-06 | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>" | Ahelenia Ziemiańska |
2024-02-08 | s390/qeth: Fix potential loss of L3-IP@ in case of network issues | Alexandra Winter |
2023-12-26 | net/smc: manage system EID in SMC stack instead of ISM driver | Wen Gu |
2023-12-26 | net/smc: compatible with 128-bits extended GID of virtual ISM device | Wen Gu |
2023-11-17 | s390/ism: ism driver implies smc protocol | Gerd Bayer |
2023-11-07 | s390/qeth: Fix typo 'weed' in comment | Kuan-Wei Chiu |
2023-10-24 | s390/qeth: replace deprecated strncpy with strscpy | Justin Stitt |
2023-10-24 | s390/ctcm: replace deprecated strncpy with strscpy | Justin Stitt |
2023-10-10 | net/smc: Fix dependency of SMC on ISM | Gerd Bayer |
2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-02 | s390/qeth: Don't call dev_close/dev_open (DOWN/UP) | Alexandra Winter |
2023-07-25 | s390/lcs: Remove FDDI option | Alexandra Winter |
2023-07-13 | Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-07-08 | s390/ism: Do not unregister clients with registered DMBs | Niklas Schnelle |
2023-07-08 | s390/ism: Fix and simplify add()/remove() callback handling | Niklas Schnelle |
2023-07-08 | s390/ism: Fix locking for forwarding of IRQs and events to clients | Niklas Schnelle |
2023-07-06 | Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2023-07-05 | s390/qeth: Fix vipa deletion | Thorsten Winkler |
2023-07-03 | s390: include linux/io.h instead of asm/io.h | Heiko Carstens |
2023-06-24 | revert "s390/net: lcs: use IS_ENABLED() for kconfig detection" | Randy Dunlap |
2023-06-23 | s390/ctcm: Convert sprintf/snprintf to scnprintf | Thorsten Winkler |
2023-06-23 | s390/ctcm: Convert sysfs sprintf to sysfs_emit | Thorsten Winkler |
2023-06-23 | s390/lcs: Convert sprintf to scnprintf | Thorsten Winkler |
2023-06-23 | s390/lcs: Convert sysfs sprintf to sysfs_emit | Thorsten Winkler |
2023-06-16 | s390/net: lcs: use IS_ENABLED() for kconfig detection | Randy Dunlap |
2023-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-15 | s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit() | Julian Ruess |
2023-05-25 | s390/ism: Set DMA coherent mask | Niklas Schnelle |
2023-03-24 | net/ism: Remove redundant pci_clear_master | Cai Huoqing |