summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: cancel RX reclaim work earlierJulian Wiedmann2020-03-103-1/+2
* s390/qeth: handle error when backing RX bufferJulian Wiedmann2020-03-101-4/+9
* s390/qeth: don't reset default_out_queueJulian Wiedmann2020-03-101-1/+0
* Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-02-221-23/+23
|\
| * s390/qdio: fill SBALEs with absolute addressesJulian Wiedmann2020-02-191-11/+12
| * s390/qdio: fill SL with absolute addressesJulian Wiedmann2020-02-191-12/+11
* | s390/qeth: fix off-by-one in RX copybreak checkJulian Wiedmann2020-02-201-1/+1
* | s390/qeth: don't warn for napi with 0 budgetJulian Wiedmann2020-02-201-1/+0
* | s390/qeth: vnicc Fix EOPNOTSUPP precedenceAlexandra Winter2020-02-201-16/+13
|/
* s390/qeth: remove HARDSETUP stateJulian Wiedmann2020-01-265-21/+3
* s390/qeth: make cmd/reply matching more flexibleJulian Wiedmann2020-01-263-12/+39
* s390/qeth: consolidate online/offline codeJulian Wiedmann2020-01-264-184/+107
* s390/qeth: consolidate QDIO queue setupJulian Wiedmann2020-01-264-17/+9
* s390/qeth: shift some bridgeport code aroundJulian Wiedmann2020-01-263-39/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-314-38/+43
|\
| * s390/qeth: fix initialization on old HWJulian Wiedmann2019-12-241-3/+1
| * s390/qeth: vnicc Fix init to defaultAlexandra Winter2019-12-241-1/+3
| * s390/qeth: Fix vnicc_is_in_use if rx_bcast not setAlexandra Winter2019-12-241-2/+1
| * s390/qeth: fix false reporting of VNIC CHAR config failureAlexandra Winter2019-12-241-1/+0
| * s390/qeth: lock the card while changing its hsuidJulian Wiedmann2019-12-242-17/+28
| * s390/qeth: fix qdio teardown after early init errorJulian Wiedmann2019-12-243-14/+10
* | s390/qeth: remove QETH_RX_PULL_LENJulian Wiedmann2019-12-262-3/+4
* | s390/qeth: use napi_gro_frags() for SG skbsJulian Wiedmann2019-12-261-17/+50
* | s390/qeth: consolidate RX codeJulian Wiedmann2019-12-264-174/+153
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-226-15/+23
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-226-9/+17
| |\
| | * s390/qeth: don't return -ENOTSUPP to userspaceJulian Wiedmann2019-12-201-1/+1
| | * s390/qeth: fix promiscuous mode after resetJulian Wiedmann2019-12-203-1/+4
| | * s390/qeth: handle error due to unsupported transport modeJulian Wiedmann2019-12-202-7/+12
| * | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-6/+6
| |/
* | s390/qeth: make use of napi_schedule_irqoff()Julian Wiedmann2019-12-181-1/+1
* | s390/qeth: consolidate helpers for capability checkingJulian Wiedmann2019-12-183-61/+27
* | s390/qeth: stop yielding the ip_lock during IPv4 registrationJulian Wiedmann2019-12-182-33/+2
* | s390/qeth: don't raise NETDEV_REBOOT event from L3 offline pathJulian Wiedmann2019-12-181-6/+0
* | s390/qeth: remove open-coded inet_make_mask()Julian Wiedmann2019-12-183-24/+20
* | s390/qeth: clean up L3 sysfs codeJulian Wiedmann2019-12-182-85/+33
* | s390/qeth: overhaul L3 IP address dump codeJulian Wiedmann2019-12-183-45/+44
* | s390/qeth: wake up all waiters from qeth_irq()Julian Wiedmann2019-12-182-16/+18
* | s390/qeth: only handle IRQs while device is onlineJulian Wiedmann2019-12-181-37/+31
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-122-2/+2
|/
* s390/qeth: fix dangling IO buffers after halt/clearJulian Wiedmann2019-12-055-46/+67
* s390/qeth: ensure linear access to packet headersJulian Wiedmann2019-12-051-33/+31
* s390/qeth: guard against runt packetsJulian Wiedmann2019-12-053-6/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-2511-512/+238
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-224-13/+33
| |\
| * | net/smc: immediate termination for SMCD link groupsUrsula Braun2019-11-151-2/+0
| * | s390/qeth: don't check drvdata in sysfs codeJulian Wiedmann2019-11-143-199/+4
| * | s390/qeth: replace qeth_l3_get_addr_buffer()Julian Wiedmann2019-11-142-40/+23
| * | s390/qeth: remove VLAN tracking for L3 devicesJulian Wiedmann2019-11-142-32/+11
| * | s390/qeth: consolidate L3 mcast registration codeJulian Wiedmann2019-11-141-90/+30