aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/ctcm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-17s390: ctcm: fix ctcm_new_device error return codeArnd Bergmann1-0/+1
2018-06-12treewide: 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-12drivers: 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-14s390-ctcm: Delete unnecessary checks before the function call "channel_remove"Markus Elfring1-5/+2
2015-01-17s390/ctcm, netiucv: migrate variables to handle y2038 problemAya Mahfouz1-2/+2
2014-07-15net: 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-07ctcm: 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-26s390: use free_netdev(netdev) instead of kfree()Vasiliy Kulikov1-2/+2
2010-08-12ctcm: rename READ/WRITE defines to avoid redefinitionsUrsula Braun1-39/+41
2010-05-17drivers/s390/net: Drop memory allocation castJulia Lawall1-4/+2
2009-11-17net/s390 drivers: add missing 'const' attributeHeiko Carstens1-1/+1
2009-11-13s390: remove cu3088 layer for lcs and ctcmUrsula Braun1-20/+84
2009-11-13ctcm: suspend has to wait for outstanding I/OFrank Blaschka1-0/+5
2009-10-17ctcm rollback in case of errorsEinar Lueck1-17/+42
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-5/+5
2009-06-16[S390] pm: ctcm driver power management callbacksFrank Blaschka1-1/+36
2009-05-20ctcm: avoid crash in ctcm_remove_deviceUrsula Braun1-4/+2
2009-03-24ctcm: fix minor findings from code analysis toolJoel A. Fowler1-5/+3
2009-03-24ctcm: avoid wraparound in length of incoming dataRoel Kluin1-1/+2
2009-03-24ctcm: invalid return code from hard_start_xmitUrsula Braun1-2/+2
2009-01-21ctcm: convert to net_device_opsFrank Blaschka1-6/+18
2008-12-25[S390] convert ctcm printks to dev_xxx and pr_xxx macros.Peter Tiedemann1-27/+45
2008-10-10[S390] more bus_id -> dev_name conversionsCornelia Huck1-2/+2
2008-10-10[S390] bus_id -> dev_name conversionsKay Sievers1-9/+9
2008-08-27ctcm: netdev->priv vs. netdev->ml_privPeter Tiedemann1-12/+12