summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorLines
2017-07-12drivers: s390: move static and inline before return typeJoe Perches-2/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-205/+304
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-17/+15
2017-07-03ctcm_fsms: Convert skb->user accesses to refcount_tDavid S. Miller-6/+6
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena-20/+20
2017-06-20s390/qeth: use diag26c to get MAC address on L2Julian Wiedmann-2/+76
2017-06-20s390/qeth: fix packing buffer statisticsJulian Wiedmann-7/+10
2017-06-20s390/qeth: add ipa return codes for bridgeportKittipon Meesompop-17/+49
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-6/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-49/+36
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-06-12s390: drivers: convert to use DRIVER_ATTR_RO/WOGreg Kroah-Hartman-17/+15
2017-06-08net: s390: fix up for "Fix inconsistent teardown and release of private netde...Stephen Rothwell-2/+2
2017-06-06s390/qeth: do early device setup for z/VM IQD NICsJulian Wiedmann-11/+37
2017-06-06s390/qeth: add support for early L3 device setupUrsula Braun-5/+25
2017-06-06s390/qeth: silence qeth_fix_features()Julian Wiedmann-4/+1
2017-06-06s390/qeth: consolidate pack buffer flushingJulian Wiedmann-40/+25
2017-06-06s390/qeth: add missing strings for IPA return codesJulian Wiedmann-0/+2
2017-06-06s390/qeth: log bridgeport capabilitiesJulian Wiedmann-0/+8
2017-06-06s390/qeth: query IPv6 IPA support on HiperSocketsJulian Wiedmann-3/+4
2017-06-06s390/qeth: remove skb_is_nonlinear() check on IQDJulian Wiedmann-7/+1
2017-06-06s390/qeth: remove support for IPA_IP_FRAGMENTATIONJulian Wiedmann-29/+2
2017-05-11s390/qeth: add missing hash table initializationsUrsula Braun-0/+2
2017-05-11s390/qeth: avoid null pointer dereference on OSNJulian Wiedmann-4/+6
2017-05-11s390/qeth: unbreak OSM and OSN supportJulian Wiedmann-20/+51
2017-05-11s390/qeth: handle sysfs error during initializationUrsula Braun-3/+13
2017-04-11s390/qeth: remove unimplemented gdev routinesJulian Wiedmann-19/+2
2017-04-11s390/qeth: use LINK_MODE_* to report the link characteristicsJulian Wiedmann-24/+47
2017-04-11s390/qeth: convert to ETHTOOL_GLINKSETTINGS APIJulian Wiedmann-42/+40
2017-04-11s390/qeth: clean up qeth_set_ecmd_adv_sup()Julian Wiedmann-29/+28
2017-04-11s390/qeth: use and remove some definesJulian Wiedmann-3/+2
2017-04-11s390/qeth: use correct return type for hard_start_xmit()Julian Wiedmann-2/+4
2017-04-11s390/qeth: remove unused parameterJulian Wiedmann-5/+4
2017-04-11s390/qeth: move gdev shutdown handler to coreJulian Wiedmann-27/+6
2017-04-11s390/qeth: move NAPI poll routine to coreJulian Wiedmann-169/+97
2017-04-11s390/qeth: move common ioctl handling to coreJulian Wiedmann-99/+64
2017-04-07s390/netiucv: improve endianness handlingHans Wippel-1/+1
2017-04-07s390/ctcm: improve endianness handlingHans Wippel-7/+7
2017-04-07s390/qeth: improve endianness handlingHans Wippel-31/+32
2017-04-07s390/qeth: Remove unused codeJulian Wiedmann-32/+0
2017-04-07s390/qeth: remove unused return valueJulian Wiedmann-11/+3
2017-04-07s390/qeth: fix up ssqd tracingJulian Wiedmann-2/+3
2017-04-07s390/qeth: use QDIO_*_QFMT definesJulian Wiedmann-6/+4
2017-03-24s390/qeth: no ETH header for outbound AF_IUCVJulian Wiedmann-11/+4
2017-03-24s390/qeth: size calculation outbound buffersJulian Wiedmann-7/+11
2017-01-12s390/qeth: fix retrieval of vipa and proxy-arp addressesUrsula Braun-14/+16
2017-01-12s390/qeth: issue STARTLAN as first IPA commandJulian Wiedmann-35/+17
2017-01-12s390/qeth: shuffle MAC management functions aroundJulian Wiedmann-66/+63
2017-01-12s390/qeth: extract qeth_l2_remove_mac()Julian Wiedmann-14/+13
2017-01-12s390/qeth: consolidate errno translationJulian Wiedmann-12/+8