summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | s390/qeth: try harder to get packets from RX bufferJulian Wiedmann2017-10-201-3/+1Star
| * | s390/qeth: consolidate skb allocationJulian Wiedmann2017-10-201-40/+31Star
| * | s390/qeth: clean up page frag creationJulian Wiedmann2017-10-201-20/+11Star
| * | s390/qeth: no VLAN support on OSMJulian Wiedmann2017-10-201-11/+6Star
| * | s390/qeth: don't verify device when setting MAC addressJulian Wiedmann2017-10-201-23/+0Star
| * | s390/qeth: clean up initial MTU determinationJulian Wiedmann2017-10-201-10/+4Star
| * | s390/qeth: fix early exit from error pathJulian Wiedmann2017-10-201-2/+4
| * | s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store()Andy Shevchenko2017-10-201-8/+5Star
| * | s390/qeth: remove duplicated device matchingJulian Wiedmann2017-10-204-50/+9Star
| * | s390/drivers: use setup_timerAllen Pais2017-10-201-6/+2Star