summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s390/qeth: use QDIO_*_QFMT definesJulian Wiedmann2017-04-071-6/+4
* s390/qeth: size calculation outbound buffersJulian Wiedmann2017-03-241-2/+3
* s390/qeth: issue STARTLAN as first IPA commandJulian Wiedmann2017-01-121-4/+17
* s390/qeth: display warning for OSA3 RX/TX checksum offloadingThomas Richter2017-01-121-0/+5
* s390/qeth: test RX/TX checksum offload replyThomas Richter2017-01-121-0/+13
* s390/qeth: rework RX/TX checksum offloadThomas Richter2017-01-121-31/+65
* s390/net: use net core MTU range checkingJarod Wilson2016-10-201-4/+0
* qeth: check not more than 16 SBALEs on the completion queueUrsula Braun2016-09-161-1/+2
* qeth: restore device features after recoveryHans Wippel2016-09-161-0/+29
* qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperS...Hans Wippel2016-06-161-4/+13
* qeth: improve set_features error handlingHans Wippel2016-06-161-11/+27
* qeth layer 2 and layer 3 common feature handlingThomas Richter2016-06-161-40/+87
* qeth: optimize IP handling in rx_mode callbackLakhvich Dmitriy2016-06-161-10/+0
* qeth: introduce linearization fail count to statsEugene Crosser2016-06-161-2/+4
* qeth: refactor calculation of SBALE countEugene Crosser2016-06-161-21/+34
* drivers: fix dev->trans_start removal falloutFlorian Westphal2016-05-041-1/+1