aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-27s390/qeth: improve fallback to random MAC addressJulian Wiedmann1-10/+13
2018-04-27s390/qeth: add IPv6 RX checksum offload supportKittipon Meesompop3-8/+33
2018-04-27s390/qeth: add IPv6 TX checksum offload supportKittipon Meesompop5-15/+38
2018-04-27s390/qeth: extend Checksum Offload Assists for IPv6Kittipon Meesompop3-52/+60
2018-04-27s390/qeth: query IPv6 assists during hardsetupKittipon Meesompop2-8/+5
2018-04-27s390/qeth: add stats counter for RX csum offloadKittipon Meesompop2-3/+9
2018-04-27s390/qeth: disregard IPv4 header for RX csum offloadJulian Wiedmann1-1/+0
2018-04-27s390/qeth: extract csum offload helpersJulian Wiedmann3-59/+33
2018-04-27s390/qeth: de-indent else after returnKittipon Meesompop1-22/+21
2018-04-27s390/net: set HW port number in netdeviceUrsula Braun4-0/+7
2018-04-27s390/qeth: don't worry about IPs on VLAN removalJulian Wiedmann1-87/+0
2018-04-27s390/qeth: convert vlan spinlock to mutexJulian Wiedmann3-9/+10
2018-04-27s390/qeth: skip QDIO queue handler indirectionJulian Wiedmann4-31/+13
2018-04-22s390/qeth: use Read device to query hypervisor for MACJulian Wiedmann1-1/+1
2018-04-22s390/qeth: fix request-side race during cmd IO timeoutJulian Wiedmann3-27/+40
2018-04-22s390/qeth: fix MAC address update sequenceJulian Wiedmann1-24/+31
2018-04-22s390/qeth: handle failure on workqueue creationJulian Wiedmann1-1/+7
2018-04-22s390/qeth: avoid control IO completion stallsJulian Wiedmann2-19/+5
2018-04-22s390/qeth: fix error handling in adapter command callbacksJulian Wiedmann1-48/+37
2018-04-16s390: remove couple of duplicate includesVasily Gorbik1-1/+0
2018-04-16s390/smsgiucv: disable SMSG on module unloadMartin Schwidefsky1-1/+1
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2018-03-26s390/cio: rename struct channel_path_descSebastian Ott1-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+17
2018-03-22s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann1-0/+1
2018-03-22s390/qeth: lock read device while queueing next bufferJulian Wiedmann1-3/+13
2018-03-22s390/qeth: when thread completes, wake up all waitersJulian Wiedmann1-1/+1
2018-03-22s390/qeth: free netdevice when removing a cardJulian Wiedmann3-4/+2
2018-03-09s390/qeth: shrink qeth_ipaddr structJulian Wiedmann3-30/+33
2018-03-09s390/qeth: extract helpers for managing special IPsJulian Wiedmann3-165/+57
2018-03-09s390/qeth: simplify card look-up on IP notificationJulian Wiedmann2-67/+12
2018-03-09s390/qeth: restructure IP notification handlersJulian Wiedmann2-63/+49
2018-03-09s390/qeth: reset NAPI context during queue initJulian Wiedmann3-4/+2
2018-03-09s390/qeth: reduce RX skb setupJulian Wiedmann2-10/+1
2018-03-09s390/qeth: allocate skb from NAPI cacheJulian Wiedmann3-6/+4
2018-03-09s390/qeth: pass correct length to header_ops->create()Julian Wiedmann1-4/+3
2018-03-09s390/qeth: advertise IFF_UNICAST_FLTJulian Wiedmann1-0/+1
2018-03-09s390/qeth: support SG for more device typesJulian Wiedmann2-13/+17
2018-03-09s390/qeth: remove outdated portname debug msgJulian Wiedmann1-5/+2
2018-03-09s390/qeth: use __ipa_cmd() for casting an IPA cmd bufferJulian Wiedmann3-28/+24
2018-02-28s390/qeth: fix IPA command submission raceJulian Wiedmann1-9/+10
2018-02-28s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann2-51/+74
2018-02-28Revert "s390/qeth: fix using of ref counter for rxip addresses"Julian Wiedmann1-5/+3
2018-02-28s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann1-1/+2
2018-02-28s390/qeth: fix IP removal on offline cardsJulian Wiedmann1-11/+3
2018-02-28s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann2-9/+12
2018-02-09s390/qeth: fix SETIP command handlingJulian Wiedmann2-6/+13
2018-02-09s390/qeth: fix underestimated count of buffer elementsUrsula Braun1-1/+1
2018-01-02s390/qeth: support early setup for z/VM NICsJulian Wiedmann1-9/+77
2018-01-02s390/qeth: use common helper to display rxip/vipaJulian Wiedmann1-66/+24