summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* 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-223-27/+40
* s390/qeth: fix MAC address update sequenceJulian Wiedmann2018-04-221-24/+31
* s390/qeth: handle failure on workqueue creationJulian Wiedmann2018-04-221-1/+7
* s390/qeth: avoid control IO completion stallsJulian Wiedmann2018-04-222-19/+5Star
* s390/qeth: fix error handling in adapter command callbacksJulian Wiedmann2018-04-221-48/+37Star
* s390: remove couple of duplicate includesVasily Gorbik2018-04-161-1/+0Star
* s390/smsgiucv: disable SMSG on module unloadMartin Schwidefsky2018-04-161-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-233-8/+17
|\ \
| * | 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-223-4/+2Star
* | | s390/qeth: shrink qeth_ipaddr structJulian Wiedmann2018-03-093-30/+33
* | | s390/qeth: extract helpers for managing special IPsJulian Wiedmann2018-03-093-165/+57Star
* | | s390/qeth: simplify card look-up on IP notificationJulian Wiedmann2018-03-092-67/+12Star
* | | s390/qeth: restructure IP notification handlersJulian Wiedmann2018-03-092-63/+49Star
* | | s390/qeth: reset NAPI context during queue initJulian Wiedmann2018-03-093-4/+2Star
* | | s390/qeth: reduce RX skb setupJulian Wiedmann2018-03-092-10/+1Star
* | | s390/qeth: allocate skb from NAPI cacheJulian Wiedmann2018-03-093-6/+4Star
* | | s390/qeth: pass correct length to header_ops->create()Julian Wiedmann2018-03-091-4/+3Star
* | | s390/qeth: advertise IFF_UNICAST_FLTJulian Wiedmann2018-03-091-0/+1
* | | s390/qeth: support SG for more device typesJulian Wiedmann2018-03-092-13/+17
* | | s390/qeth: remove outdated portname debug msgJulian Wiedmann2018-03-091-5/+2Star
* | | s390/qeth: use __ipa_cmd() for casting an IPA cmd bufferJulian Wiedmann2018-03-093-28/+24Star
|/ /
* | s390/qeth: fix IPA command submission raceJulian Wiedmann2018-02-281-9/+10
* | s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann2018-02-282-51/+74
* | Revert "s390/qeth: fix using of ref counter for rxip addresses"Julian Wiedmann2018-02-281-5/+3Star
* | s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann2018-02-281-1/+2
* | s390/qeth: fix IP removal on offline cardsJulian Wiedmann2018-02-281-11/+3Star
* | s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann2018-02-282-9/+12
|/
* s390/qeth: fix SETIP command handlingJulian Wiedmann2018-02-092-6/+13
* s390/qeth: fix underestimated count of buffer elementsUrsula Braun2018-02-091-1/+1
* s390/qeth: support early setup for z/VM NICsJulian Wiedmann2018-01-021-9/+77
* s390/qeth: use common helper to display rxip/vipaJulian Wiedmann2018-01-021-66/+24Star
* s390/qeth: improve error reporting on IP add/removalJulian Wiedmann2018-01-023-25/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-1/+8
|\
| * s390/qeth: fix error handling in checksum cmd callbackJulian Wiedmann2017-12-201-1/+8
* | s390/qeth: replace open-coded in*_pton()Julian Wiedmann2017-12-203-89/+12Star
* | s390/qeth: pass full data length to l3_fill_header()Julian Wiedmann2017-12-201-8/+10
* | s390/qeth: streamline l3_fill_header()Julian Wiedmann2017-12-201-56/+43Star
* | s390/qeth: unionize next-hop field in qeth L3 headerJulian Wiedmann2017-12-202-8/+23
* | s390/qeth: recognize non-IP multicast on L3 transmitJulian Wiedmann2017-12-202-5/+1Star
* | s390/qeth: clean up l3_get_cast_type()Julian Wiedmann2017-12-202-35/+20Star
* | s390/qeth: robustify qeth_get_ip_version()Julian Wiedmann2017-12-201-6/+8
* | s390/qeth: align L2 and L3 set_rx_mode() implementationsJulian Wiedmann2017-12-202-67/+43Star
* | s390/qeth: use ether_addr_* helpersJulian Wiedmann2017-12-206-37/+32Star
* | s390/qeth: consolidate qeth MAC address helpersJulian Wiedmann2017-12-201-29/+18Star