summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core_main.c
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang2018-09-121-2/+3
* s390/qeth: switch on SG by default for IQD devicesJulian Wiedmann2018-09-121-0/+2
* s390/qeth: indicate error when netdev allocation failsJulian Wiedmann2018-09-121-1/+3
* s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann2018-08-091-12/+17
* s390/qeth: clean up card initializationJulian Wiedmann2018-08-091-34/+10
* s390/qeth: do basic setup for data channelJulian Wiedmann2018-08-091-9/+15
* s390/qeth: use qeth_setup_ccw() to set up all CCWsJulian Wiedmann2018-08-091-28/+14
* s390/qeth: reduce hard-coded access to ccw channelsJulian Wiedmann2018-08-091-22/+24
* s390/qeth: extract helper for MPC protocol typeJulian Wiedmann2018-08-091-22/+13
* s390/qeth: speed up L2 IQD xmitJulian Wiedmann2018-07-211-0/+7
* s390/qeth: add support for constrained HW headersJulian Wiedmann2018-07-211-14/+19
* s390/qeth: merge linearize-check into HW header constructionJulian Wiedmann2018-07-211-15/+71
* s390/qeth: add statistics for consumed buffer elementsJulian Wiedmann2018-07-211-2/+2
* s390/qeth: use core MTU range checkingJulian Wiedmann2018-07-211-33/+1
* s390/qeth: simplify max MTU handlingJulian Wiedmann2018-07-211-37/+45
* s390/qeth: don't cache HW port numberJulian Wiedmann2018-07-211-4/+3
* s390/qeth: allocate netdevice earlyJulian Wiedmann2018-07-211-11/+50
* s390/qeth: remove redundant netif_carrier_ok() checksJulian Wiedmann2018-07-211-1/+1
* s390/qeth: fix race in used-buffer accountingJulian Wiedmann2018-07-211-1/+2
* s390/qeth: clean up exported symbolsJulian Wiedmann2018-07-121-5/+3
* s390/qeth: consolidate ccwgroup driver definitionJulian Wiedmann2018-07-121-21/+21
* s390/qeth: clean up Output Queue selectionJulian Wiedmann2018-07-121-7/+1
* s390/qeth: remove unused buffer->aob pointerJulian Wiedmann2018-07-121-7/+0
* s390/qeth: various buffer management cleanupsJulian Wiedmann2018-07-121-46/+20
* s390/qeth: consistently re-enable device featuresJulian Wiedmann2018-06-301-12/+11
* s390/qeth: don't clobber buffer on async TX completionJulian Wiedmann2018-06-301-6/+16
* Revert "s390/qeth: use Read device to query hypervisor for MAC"Julian Wiedmann2018-06-301-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-12/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-54/+94
|\
| * s390/qeth: add IPv6 RX checksum offload supportKittipon Meesompop2018-04-271-4/+27
| * s390/qeth: add IPv6 TX checksum offload supportKittipon Meesompop2018-04-271-5/+13
| * s390/qeth: extend Checksum Offload Assists for IPv6Kittipon Meesompop2018-04-271-30/+35
| * s390/qeth: query IPv6 assists during hardsetupKittipon Meesompop2018-04-271-0/+5
| * s390/qeth: add stats counter for RX csum offloadKittipon Meesompop2018-04-271-1/+3
| * s390/qeth: convert vlan spinlock to mutexJulian Wiedmann2018-04-271-1/+1
| * s390/qeth: skip QDIO queue handler indirectionJulian Wiedmann2018-04-271-16/+13
* | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-021-87/+71
|\|
| * s390/qeth: use Read device to query hypervisor for MACJulian Wiedmann2018-04-221-1/+1
| * s390/qeth: fix request-side race during cmd IO timeoutJulian Wiedmann2018-04-221-25/+26
| * s390/qeth: handle failure on workqueue creationJulian Wiedmann2018-04-221-1/+7
| * s390/qeth: avoid control IO completion stallsJulian Wiedmann2018-04-221-17/+5
| * s390/qeth: fix error handling in adapter command callbacksJulian Wiedmann2018-04-221-48/+37
* | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-191-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-04-091-1/+1
|\
| * s390/cio: rename struct channel_path_descSebastian Ott2018-03-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-6/+15
|\ \
| * | s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann2018-03-221-0/+1
| * | s390/qeth: lock read device while queueing next bufferJulian Wiedmann2018-03-221-3/+13
| * | s390/qeth: when thread completes, wake up all waitersJulian Wiedmann2018-03-221-1/+1
| * | s390/qeth: free netdevice when removing a cardJulian Wiedmann2018-03-221-2/+0