summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core_main.c
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: fix use-after-free in error pathJulian Wiedmann2019-03-131-9/+6
* s390/qeth: fix length check in SNMP processingJulian Wiedmann2018-12-051-15/+12
* s390/qeth: fix error handling in adapter command callbacksJulian Wiedmann2018-11-041-48/+37
* s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang2018-10-101-2/+3
* s390/qeth: fix race in used-buffer accountingJulian Wiedmann2018-09-261-1/+2
* s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann2018-03-311-0/+1
* s390/qeth: lock read device while queueing next bufferJulian Wiedmann2018-03-311-3/+13
* s390/qeth: when thread completes, wake up all waitersJulian Wiedmann2018-03-311-1/+1
* s390/qeth: free netdevice when removing a cardJulian Wiedmann2018-03-311-2/+0
* s390/qeth: fix IPA command submission raceJulian Wiedmann2018-03-081-9/+10
* s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann2018-03-081-4/+6
* s390/qeth: fix SETIP command handlingJulian Wiedmann2018-03-081-6/+8
* s390/qeth: fix error handling in checksum cmd callbackJulian Wiedmann2018-01-021-1/+8
* s390/qeth: update takeover IPs after configuration changeJulian Wiedmann2018-01-021-2/+2
* s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann2018-01-021-1/+1
* s390/qeth: fix GSO throughput regressionJulian Wiedmann2017-12-171-0/+31
* s390/qeth: use skb_cow_head() for L2 OSA xmitJulian Wiedmann2017-08-181-0/+28
* s390/qeth: unify code to build header elementsJulian Wiedmann2017-08-181-14/+15
* s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann2017-08-181-2/+1
* s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann2017-08-181-6/+4
* s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann2017-08-181-10/+8
* s390/net: reduce inliningJulian Wiedmann2017-08-151-30/+36
* s390/qeth: make more use of skb APIJulian Wiedmann2017-08-151-7/+5
* s390/qeth: clean up fill_buffer() offset logicJulian Wiedmann2017-08-151-17/+14
* s390/qeth: straighten out fill_buffer() interfaceJulian Wiedmann2017-08-151-15/+14
* s390/qeth: simplify fragment type selectionJulian Wiedmann2017-08-151-15/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-70/+137
|\
| * net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
| * s390/qeth: use diag26c to get MAC address on L2Julian Wiedmann2017-06-201-0/+61
| * s390/qeth: fix packing buffer statisticsJulian Wiedmann2017-06-201-7/+10
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-6/+4
| * s390/qeth: do early device setup for z/VM IQD NICsJulian Wiedmann2017-06-061-10/+34
| * s390/qeth: silence qeth_fix_features()Julian Wiedmann2017-06-061-4/+1
| * s390/qeth: consolidate pack buffer flushingJulian Wiedmann2017-06-061-40/+25
| * s390/qeth: remove support for IPA_IP_FRAGMENTATIONJulian Wiedmann2017-06-061-2/+1
* | s390: drivers: convert to use DRIVER_ATTR_RO/WOGreg Kroah-Hartman2017-06-121-3/+3
|/
* s390/qeth: unbreak OSM and OSN supportJulian Wiedmann2017-05-111-8/+9
* s390/qeth: handle sysfs error during initializationUrsula Braun2017-05-111-1/+3
* s390/qeth: remove unimplemented gdev routinesJulian Wiedmann2017-04-111-17/+2
* s390/qeth: use LINK_MODE_* to report the link characteristicsJulian Wiedmann2017-04-111-24/+47
* s390/qeth: convert to ETHTOOL_GLINKSETTINGS APIJulian Wiedmann2017-04-111-39/+36
* s390/qeth: clean up qeth_set_ecmd_adv_sup()Julian Wiedmann2017-04-111-29/+28
* s390/qeth: remove unused parameterJulian Wiedmann2017-04-111-2/+1
* s390/qeth: move gdev shutdown handler to coreJulian Wiedmann2017-04-111-2/+6
* s390/qeth: move NAPI poll routine to coreJulian Wiedmann2017-04-111-14/+91
* s390/qeth: move common ioctl handling to coreJulian Wiedmann2017-04-111-6/+57
* s390/qeth: improve endianness handlingHans Wippel2017-04-071-5/+6
* s390/qeth: Remove unused codeJulian Wiedmann2017-04-071-2/+0
* s390/qeth: remove unused return valueJulian Wiedmann2017-04-071-4/+3
* s390/qeth: fix up ssqd tracingJulian Wiedmann2017-04-071-2/+3