summaryrefslogtreecommitdiff
path: root/drivers/s390/net/ctcm_mpc.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-06Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-5/+5
2023-07-03s390: include linux/io.h instead of asm/io.hHeiko Carstens1-5/+5
2023-06-23s390/ctcm: Convert sprintf/snprintf to scnprintfThorsten Winkler1-8/+10
2023-02-11s390/ctcm: cleanup indentingAlexandra Winter1-7/+8
2022-05-11s390/ctcm: fix potential memory leakAlexandra Winter1-5/+1
2021-09-14s390/ctcm: remove incorrect kernel doc indicatorsHeiko Carstens1-4/+4
2021-08-16s390/net: replace in_irq() with in_hardirq()Changbin Du1-1/+1
2020-12-02s390/ctcm: Use explicit allocation mask in ctcmpc_unpack_skb().Sebastian Andrzej Siewior1-1/+1
2020-12-02s390/ctcm: Avoid temporary allocation of struct qllc.Sebastian Andrzej Siewior1-17/+4
2020-12-02s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep.Sebastian Andrzej Siewior1-15/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2019-08-20s390/ctcm: don't use intparm for channel IOJulian Wiedmann1-4/+2
2019-08-10s390/net: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-27/+19
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-03-25s390: remove 31 bit supportHeiko Carstens1-12/+0
2012-11-19ctcm: remove BUG_ONsUrsula Braun1-3/+0
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+0
2012-03-08ctcm: make ctcmpc debugging compilableUrsula Braun1-6/+6
2011-05-13ctcm: get rid of compile warningUrsula Braun1-9/+4
2010-10-13s390: ctcm_mpc: Fix build after netdev refcount changes.David S. Miller1-1/+1
2010-08-13ctcm: rename READ/WRITE defines to avoid redefinitionsUrsula Braun1-30/+34
2010-05-18drivers/s390/net: Drop memory allocation castJulia Lawall1-4/+2
2009-11-14s390: remove cu3088 layer for lcs and ctcmUrsula Braun1-1/+0
2009-03-25ctcm: fix minor findings from code analysis toolJoel A. Fowler1-12/+5
2008-12-25[S390] convert ctcm printks to dev_xxx and pr_xxx macros.Peter Tiedemann1-5/+10
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-23/+23
2008-08-27ctcm: netdev->priv vs. netdev->ml_privPeter Tiedemann1-23/+23
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-07-23s390/net/ctcm: message cleanupPeter Tiedemann1-698/+412
2008-03-17ctcm: infrastructure for replaced ctc driverPeter Tiedemann1-0/+2472