summaryrefslogtreecommitdiff
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorFilesLines
2017-12-20s390/qeth: fix error handling in checksum cmd callbackJulian Wiedmann1-1/+8
2017-12-15s390/qeth: update takeover IPs after configuration changeJulian Wiedmann5-37/+67
2017-12-15s390/qeth: lock IP table while applying takeover changesJulian Wiedmann1-0/+2
2017-12-15s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann2-4/+6
2017-12-15s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann3-20/+19
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky1-0/+1
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-4/+41
2017-12-03s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2-4/+2
2017-12-03s390/qeth: fix GSO throughput regressionJulian Wiedmann4-0/+38
2017-12-03s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann1-0/+1
2017-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds10-43/+10
2017-11-24s390: drivers: Remove redundant license textGreg Kroah-Hartman3-43/+0
2017-11-24s390: net: add SPDX identifiers to the remaining filesGreg Kroah-Hartman10-0/+10
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-4/+5
2017-11-22treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-293/+904
2017-11-14Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-11/+7
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-0/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-0/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman19-0/+19
2017-10-20s390/qeth: don't dump control cmd twiceJulian Wiedmann1-1/+0
2017-10-20s390/qeth: support GRO flush timerJulian Wiedmann1-1/+1
2017-10-20s390/qeth: try harder to get packets from RX bufferJulian Wiedmann1-3/+1
2017-10-20s390/qeth: consolidate skb allocationJulian Wiedmann1-40/+31
2017-10-20s390/qeth: clean up page frag creationJulian Wiedmann1-20/+11
2017-10-20s390/qeth: no VLAN support on OSMJulian Wiedmann1-11/+6
2017-10-20s390/qeth: don't verify device when setting MAC addressJulian Wiedmann1-23/+0
2017-10-20s390/qeth: clean up initial MTU determinationJulian Wiedmann1-10/+4
2017-10-20s390/qeth: fix early exit from error pathJulian Wiedmann1-2/+4
2017-10-20s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store()Andy Shevchenko1-8/+5
2017-10-20s390/qeth: remove duplicated device matchingJulian Wiedmann4-50/+9
2017-10-20s390/drivers: use setup_timerAllen Pais1-6/+2
2017-10-20s390/qeth: rely on kernel for feature recoveryJulian Wiedmann2-23/+19
2017-10-05timer: Fix two mistakes in callback conversionsKees Cook1-1/+0
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook2-10/+7
2017-09-29s390/ccwgroup: tie a ccwgroup driver to its ccw driverJulian Wiedmann3-0/+3
2017-09-19s390/qeth: tidy up parameter naming for qeth_do_send_packet()Jens Remus1-1/+2
2017-09-19s390/qeth: fold VLAN handling into l3_rebuild_skb()Julian Wiedmann1-16/+11
2017-09-19s390/qeth: translate SETVLAN/DELVLAN errorsJulian Wiedmann2-12/+36
2017-09-19s390/qeth: simplify L3 sysfs group managementJulian Wiedmann1-33/+12
2017-09-19s390/qeth: don't take queue lock in send_packet_fast()Julian Wiedmann4-22/+9
2017-09-19s390/qeth: remove unused code in qdio_establish_cq()Julian Wiedmann1-1/+0
2017-09-19s390/qeth: add VNICC get/set timeout supportHans Wippel5-5/+190
2017-09-19s390/qeth: add VNICC enable/disable supportHans Wippel5-14/+392
2017-09-19s390/qeth: add basic VNICC supportHans Wippel4-4/+172
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-329/+356
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-4/+4
2017-08-18s390/qeth: use skb_cow_head() for L2 OSA xmitJulian Wiedmann3-22/+65
2017-08-18s390/qeth: unify code to build header elementsJulian Wiedmann1-14/+15
2017-08-18s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann3-4/+4