summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* | s390/qeth: don't keep track of MAC address's cast typeJulian Wiedmann2017-12-202-20/+8Star
* | s390/qeth: drop CONFIG_QETH_IPV6Julian Wiedmann2017-12-202-54/+9Star
* | s390/qeth: use ip*_eth_mc_map helpersJulian Wiedmann2017-12-201-29/+14Star
* | qeth: convert qeth_reply.refcnt from atomic_t to refcount_tElena Reshetova2017-12-202-6/+5Star
* | net: convert lcs_reply.refcnt from atomic_t to refcount_tElena Reshetova2017-12-202-8/+5Star
|/
* s390/qeth: update takeover IPs after configuration changeJulian Wiedmann2017-12-155-37/+67
* s390/qeth: lock IP table while applying takeover changesJulian Wiedmann2017-12-151-0/+2
* s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann2017-12-152-4/+6
* s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann2017-12-153-20/+19Star
* s390: add a few more SPDX identifiersMartin Schwidefsky2017-12-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-044-4/+41
|\
| * s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2017-12-032-4/+2Star
| * s390/qeth: fix GSO throughput regressionJulian Wiedmann2017-12-034-0/+38
| * s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann2017-12-031-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-3010-43/+10Star
|\ \ | |/ |/|
| * s390: drivers: Remove redundant license textGreg Kroah-Hartman2017-11-243-43/+0Star
| * s390: net: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-2410-0/+10
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+5
* | treewide: init_timer() -> setup_timer()Kees Cook2017-11-221-3/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1511-293/+904
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0419-0/+19
| |\
| * | s390/qeth: don't dump control cmd twiceJulian Wiedmann2017-10-201-1/+0Star
| * | s390/qeth: support GRO flush timerJulian Wiedmann2017-10-201-1/+1