summaryrefslogtreecommitdiff
path: root/drivers/s390/net/ctcm_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-03-13s390/ctcm: use new address translation helpersHeiko Carstens1-1/+1
2023-10-25s390/ctcm: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-06-23s390/ctcm: Convert sprintf/snprintf to scnprintfThorsten Winkler1-3/+3
2023-02-11s390/ctcm: cleanup indentingAlexandra Winter1-8/+8
2022-11-07s390/ctcm: Fix return type of ctc{mp,}m_tx()Nathan Chancellor1-9/+2
2022-08-30s390: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-03-07s390: net: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2021-09-14s390/ctcm: remove incorrect kernel doc indicatorsHeiko Carstens1-19/+19
2020-12-02s390/ctcm: Use GFP_ATOMIC in ctcmpc_tx().Sebastian Andrzej Siewior1-1/+1
2020-12-02s390/ctcm: Use GFP_KERNEL in add_channel().Sebastian Andrzej Siewior1-1/+1
2020-12-02s390/ctcm: Avoid temporary allocation of struct pdu.Sebastian Andrzej Siewior1-25/+8
2020-12-02s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep.Sebastian Andrzej Siewior1-27/+4
2020-05-19s390/net: remove pm ops from ccwgroup driversJulian Wiedmann1-40/+0
2019-09-16s390/ctcm: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-4/+2
2019-08-20s390/ctcm: don't use intparm for channel IOJulian Wiedmann1-4/+2
2019-04-18s390: ctcm: fix ctcm_new_device error return codeArnd Bergmann1-0/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-11-24s390: net: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-09-29s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann1-0/+1
2017-08-15s390/net: reduce inliningJulian Wiedmann1-1/+1
2017-07-13drivers: s390: move static and inline before return typeJoe Perches1-1/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-18/+18
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-13/+13
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-5/+5
2017-06-12s390: drivers: convert to use DRIVER_ATTR_RO/WOGreg Kroah-Hartman1-3/+3
2017-04-07s390/ctcm: improve endianness handlingHans Wippel1-6/+6
2016-10-20s390/net: use net core MTU range checkingJarod Wilson1-3/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-3/+3
2015-12-15s390-ctcm: Delete unnecessary checks before the function call "channel_remove"Markus Elfring1-5/+2
2015-01-18s390/ctcm, netiucv: migrate variables to handle y2038 problemAya Mahfouz1-2/+2
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+4
2014-04-28ctc: replace PTR_RET with PTR_ERR_OR_ZEROFrank Blaschka1-1/+1
2013-06-26s390/net: Cocci spatch "ptr_ret.spatch"Thomas Meyer1-1/+1
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens1-1/+1
2012-11-19ctcm: remove BUG_ONsUrsula Braun1-2/+0
2012-09-24ctcm: fix error return codePeter Senna Tschudin1-1/+1
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+0
2012-05-16s390/ctc: cleanup drv attr usageSebastian Ott1-9/+6
2012-05-16s390/ccwgroup: remove ccwgroup_create_from_stringSebastian Ott1-4/+1
2012-05-16s390/ctcm: switch to ccwgroup_create_devSebastian Ott1-25/+11
2012-03-08ctcm: make ctcmpc debugging compilableUrsula Braun1-0/+3
2011-10-30[S390] fix mismatch in summation of I/O IRQ statisticsPeter Oberparleiter1-2/+1
2011-05-13ctcm: get rid of compile warningUrsula Braun1-2/+0
2011-03-23[S390] ccwgroup_driver: remove duplicate membersSebastian Ott1-2/+4
2011-03-23[S390] ccw_driver: remove duplicate membersSebastian Ott1-2/+4
2011-01-05[S390] ctc: add support for irq statisticsHeiko Carstens1-0/+2
2010-09-27s390: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov1-2/+2
2010-08-13ctcm: rename READ/WRITE defines to avoid redefinitionsUrsula Braun1-39/+41
2010-05-18drivers/s390/net: Drop memory allocation castJulia Lawall1-4/+2