summaryrefslogtreecommitdiff
path: root/drivers/s390/net/ctcm_main.c
AgeCommit message (Expand)Author
2019-09-16s390/ctcm: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-08-20s390/ctcm: don't use intparm for channel IOJulian Wiedmann
2019-04-17s390: ctcm: fix ctcm_new_device error return codeArnd Bergmann
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2017-11-24s390: net: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-09-29s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann
2017-08-15s390/net: reduce inliningJulian Wiedmann
2017-07-12drivers: s390: move static and inline before return typeJoe Perches
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-12s390: drivers: convert to use DRIVER_ATTR_RO/WOGreg Kroah-Hartman
2017-04-07s390/ctcm: improve endianness handlingHans Wippel
2016-10-20s390/net: use net core MTU range checkingJarod Wilson
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-12-14s390-ctcm: Delete unnecessary checks before the function call "channel_remove"Markus Elfring
2015-01-17s390/ctcm, netiucv: migrate variables to handle y2038 problemAya Mahfouz
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-04-28ctc: replace PTR_RET with PTR_ERR_OR_ZEROFrank Blaschka
2013-06-26s390/net: Cocci spatch "ptr_ret.spatch"Thomas Meyer
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens
2012-11-19ctcm: remove BUG_ONsUrsula Braun
2012-09-24ctcm: fix error return codePeter Senna Tschudin
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens
2012-05-16s390/ctc: cleanup drv attr usageSebastian Ott
2012-05-16s390/ccwgroup: remove ccwgroup_create_from_stringSebastian Ott
2012-05-16s390/ctcm: switch to ccwgroup_create_devSebastian Ott
2012-03-07ctcm: make ctcmpc debugging compilableUrsula Braun
2011-10-30[S390] fix mismatch in summation of I/O IRQ statisticsPeter Oberparleiter
2011-05-13ctcm: get rid of compile warningUrsula Braun
2011-03-23[S390] ccwgroup_driver: remove duplicate membersSebastian Ott
2011-03-23[S390] ccw_driver: remove duplicate membersSebastian Ott
2011-01-05[S390] ctc: add support for irq statisticsHeiko Carstens
2010-09-26s390: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov
2010-08-12ctcm: rename READ/WRITE defines to avoid redefinitionsUrsula Braun
2010-05-17drivers/s390/net: Drop memory allocation castJulia Lawall
2009-11-17net/s390 drivers: add missing 'const' attributeHeiko Carstens
2009-11-13s390: remove cu3088 layer for lcs and ctcmUrsula Braun
2009-11-13ctcm: suspend has to wait for outstanding I/OFrank Blaschka
2009-10-17ctcm rollback in case of errorsEinar Lueck
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-16[S390] pm: ctcm driver power management callbacksFrank Blaschka
2009-05-20ctcm: avoid crash in ctcm_remove_deviceUrsula Braun
2009-03-24ctcm: fix minor findings from code analysis toolJoel A. Fowler
2009-03-24ctcm: avoid wraparound in length of incoming dataRoel Kluin
2009-03-24ctcm: invalid return code from hard_start_xmitUrsula Braun
2009-01-21ctcm: convert to net_device_opsFrank Blaschka
2008-12-25[S390] convert ctcm printks to dev_xxx and pr_xxx macros.Peter Tiedemann
2008-10-10[S390] more bus_id -> dev_name conversionsCornelia Huck