index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
net
/
ctcm_mpc.c
Age
Commit message (
Expand
)
Author
2023-07-06
Merge tag 's390-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2023-07-03
s390: include linux/io.h instead of asm/io.h
Heiko Carstens
2023-06-23
s390/ctcm: Convert sprintf/snprintf to scnprintf
Thorsten Winkler
2023-02-10
s390/ctcm: cleanup indenting
Alexandra Winter
2022-05-11
s390/ctcm: fix potential memory leak
Alexandra Winter
2021-09-14
s390/ctcm: remove incorrect kernel doc indicators
Heiko Carstens
2021-08-16
s390/net: replace in_irq() with in_hardirq()
Changbin Du
2020-12-01
s390/ctcm: Use explicit allocation mask in ctcmpc_unpack_skb().
Sebastian Andrzej Siewior
2020-12-01
s390/ctcm: Avoid temporary allocation of struct qllc.
Sebastian Andrzej Siewior
2020-12-01
s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep.
Sebastian Andrzej Siewior
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-08-20
s390/ctcm: don't use intparm for channel IO
Julian Wiedmann
2019-08-09
s390/net: Mark expected switch fall-throughs
Gustavo A. R. Silva
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
2015-03-25
s390: remove 31 bit support
Heiko Carstens
2012-11-19
ctcm: remove BUG_ONs
Ursula Braun
2012-07-20
s390/comments: unify copyright messages and remove file names
Heiko Carstens
2012-03-07
ctcm: make ctcmpc debugging compilable
Ursula Braun
2011-05-13
ctcm: get rid of compile warning
Ursula Braun
2010-10-13
s390: ctcm_mpc: Fix build after netdev refcount changes.
David S. Miller
2010-08-12
ctcm: rename READ/WRITE defines to avoid redefinitions
Ursula Braun
2010-05-17
drivers/s390/net: Drop memory allocation cast
Julia Lawall
2009-11-13
s390: remove cu3088 layer for lcs and ctcm
Ursula Braun
2009-03-24
ctcm: fix minor findings from code analysis tool
Joel A. Fowler
2008-12-25
[S390] convert ctcm printks to dev_xxx and pr_xxx macros.
Peter Tiedemann
2008-10-16
misc: replace __FUNCTION__ with __func__
Harvey Harrison
2008-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-08-27
ctcm: netdev->priv vs. netdev->ml_priv
Peter Tiedemann
2008-08-23
removed unused #include <linux/version.h>'s
Adrian Bunk
2008-07-22
s390/net/ctcm: message cleanup
Peter Tiedemann
2008-03-17
ctcm: infrastructure for replaced ctc driver
Peter Tiedemann