summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core.h
Commit message (Expand)AuthorAgeFilesLines
* s390: qeth: address type mismatch warningArnd Bergmann2019-05-311-3/+7
* s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann2019-03-131-0/+1
* s390/qeth: unregister netdevice only when registeredJulian Wiedmann2018-11-271-0/+5
* s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann2018-08-091-1/+1
* s390/qeth: use qeth_setup_ccw() to set up all CCWsJulian Wiedmann2018-08-091-0/+2
* s390/qeth: extract helper for MPC protocol typeJulian Wiedmann2018-08-091-1/+1
* s390/qeth: add support for constrained HW headersJulian Wiedmann2018-07-211-2/+2
* s390/qeth: merge linearize-check into HW header constructionJulian Wiedmann2018-07-211-1/+3
* s390/qeth: add statistics for consumed buffer elementsJulian Wiedmann2018-07-211-1/+1
* s390/qeth: use core MTU range checkingJulian Wiedmann2018-07-211-1/+0Star
* s390/qeth: simplify max MTU handlingJulian Wiedmann2018-07-211-2/+0Star
* s390/qeth: don't cache HW port numberJulian Wiedmann2018-07-211-1/+0Star
* s390/qeth: allocate netdevice earlyJulian Wiedmann2018-07-211-0/+1
* s390/qeth: clean up exported symbolsJulian Wiedmann2018-07-131-6/+0Star
* s390/qeth: clean up Output Queue selectionJulian Wiedmann2018-07-131-2/+13
* s390/qeth: remove unused buffer->aob pointerJulian Wiedmann2018-07-131-1/+0Star
* s390/qeth: consistently re-enable device featuresJulian Wiedmann2018-06-301-1/+1
* s390/qeth: don't clobber buffer on async TX completionJulian Wiedmann2018-06-301-0/+11
* s390/qeth: add IPv6 TX checksum offload supportKittipon Meesompop2018-04-271-5/+8
* s390/qeth: extend Checksum Offload Assists for IPv6Kittipon Meesompop2018-04-271-2/+21
* s390/qeth: add stats counter for RX csum offloadKittipon Meesompop2018-04-271-2/+6
* s390/qeth: disregard IPv4 header for RX csum offloadJulian Wiedmann2018-04-271-1/+0Star
* s390/qeth: extract csum offload helpersJulian Wiedmann2018-04-271-0/+21
* s390/qeth: convert vlan spinlock to mutexJulian Wiedmann2018-04-271-1/+1
* s390/qeth: skip QDIO queue handler indirectionJulian Wiedmann2018-04-271-9/+0Star
* s390/qeth: avoid control IO completion stallsJulian Wiedmann2018-04-221-2/+0Star
* s390/qeth: shrink qeth_ipaddr structJulian Wiedmann2018-03-091-6/+0Star
* s390/qeth: simplify card look-up on IP notificationJulian Wiedmann2018-03-091-2/+0Star
* s390/qeth: fix SETIP command handlingJulian Wiedmann2018-02-091-0/+5
* s390/qeth: fix underestimated count of buffer elementsUrsula Braun2018-02-091-1/+1
* s390/qeth: unionize next-hop field in qeth L3 headerJulian Wiedmann2017-12-201-2/+17
* s390/qeth: recognize non-IP multicast on L3 transmitJulian Wiedmann2017-12-201-3/+0Star
* s390/qeth: clean up l3_get_cast_type()Julian Wiedmann2017-12-201-3/+0Star
* s390/qeth: robustify qeth_get_ip_version()Julian Wiedmann2017-12-201-6/+8
* qeth: convert qeth_reply.refcnt from atomic_t to refcount_tElena Reshetova2017-12-201-1/+2
* s390/qeth: update takeover IPs after configuration changeJulian Wiedmann2017-12-151-2/+2
* s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann2017-12-151-1/+1
* s390/qeth: fix GSO throughput regressionJulian Wiedmann2017-12-031-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | s390/qeth: remove duplicated device matchingJulian Wiedmann2017-10-201-14/+0Star
* | s390/qeth: rely on kernel for feature recoveryJulian Wiedmann2017-10-201-1/+1
* | s390/qeth: tidy up parameter naming for qeth_do_send_packet()Jens Remus2017-09-181-1/+2
* | s390/qeth: don't take queue lock in send_packet_fast()Julian Wiedmann2017-09-181-2/+1Star
* | s390/qeth: add VNICC get/set timeout supportHans Wippel2017-09-181-0/+3
* | s390/qeth: add VNICC enable/disable supportHans Wippel2017-09-181-0/+6
* | s390/qeth: add basic VNICC supportHans Wippel2017-09-181-0/+7
|/
* s390/qeth: use skb_cow_head() for L2 OSA xmitJulian Wiedmann2017-08-181-0/+1
* s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann2017-08-181-1/+1
* s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann2017-08-181-3/+4