aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core_main.c
AgeCommit message (Expand)Author
2018-04-22s390/qeth: fix error handling in adapter command callbacksJulian Wiedmann
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2018-03-26s390/cio: rename struct channel_path_descSebastian Ott
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann
2018-03-22s390/qeth: lock read device while queueing next bufferJulian Wiedmann
2018-03-22s390/qeth: when thread completes, wake up all waitersJulian Wiedmann
2018-03-22s390/qeth: free netdevice when removing a cardJulian Wiedmann
2018-03-09s390/qeth: reset NAPI context during queue initJulian Wiedmann
2018-03-09s390/qeth: allocate skb from NAPI cacheJulian Wiedmann
2018-03-09s390/qeth: remove outdated portname debug msgJulian Wiedmann
2018-03-09s390/qeth: use __ipa_cmd() for casting an IPA cmd bufferJulian Wiedmann
2018-02-28s390/qeth: fix IPA command submission raceJulian Wiedmann
2018-02-28s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann
2018-02-09s390/qeth: fix SETIP command handlingJulian Wiedmann
2018-01-02s390/qeth: support early setup for z/VM NICsJulian Wiedmann
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-20s390/qeth: use ether_addr_* helpersJulian Wiedmann
2017-12-20qeth: convert qeth_reply.refcnt from atomic_t to refcount_tElena Reshetova
2017-12-20s390/qeth: fix error handling in checksum cmd callbackJulian Wiedmann
2017-12-15s390/qeth: update takeover IPs after configuration changeJulian Wiedmann
2017-12-15s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-02s390/qeth: fix GSO throughput regressionJulian Wiedmann
2017-11-24s390: net: add SPDX identifiers to the remaining filesGreg Kroah-Hartman
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-10-20s390/qeth: don't dump control cmd twiceJulian Wiedmann
2017-10-20s390/qeth: support GRO flush timerJulian Wiedmann
2017-10-20s390/qeth: try harder to get packets from RX bufferJulian Wiedmann
2017-10-20s390/qeth: consolidate skb allocationJulian Wiedmann
2017-10-20s390/qeth: clean up page frag creationJulian Wiedmann
2017-10-20s390/qeth: clean up initial MTU determinationJulian Wiedmann
2017-10-20s390/qeth: remove duplicated device matchingJulian Wiedmann
2017-10-20s390/qeth: rely on kernel for feature recoveryJulian Wiedmann
2017-09-29s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann
2017-09-18s390/qeth: don't take queue lock in send_packet_fast()Julian Wiedmann
2017-09-18s390/qeth: remove unused code in qdio_establish_cq()Julian Wiedmann
2017-08-18s390/qeth: use skb_cow_head() for L2 OSA xmitJulian Wiedmann
2017-08-18s390/qeth: unify code to build header elementsJulian Wiedmann
2017-08-18s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann
2017-08-18s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann
2017-08-18s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann
2017-08-15s390/net: reduce inliningJulian Wiedmann
2017-08-15s390/qeth: make more use of skb APIJulian Wiedmann
2017-08-15s390/qeth: clean up fill_buffer() offset logicJulian Wiedmann
2017-08-15s390/qeth: straighten out fill_buffer() interfaceJulian Wiedmann
2017-08-15s390/qeth: simplify fragment type selectionJulian Wiedmann
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena