summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-3111-388/+341
|\
| * ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-1/+3
| * s390/net: replace in_irq() with in_hardirq()Changbin Du2021-08-162-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-2/+2
| |\
| * | s390/qeth: Update MACs of LEARNING_SYNC deviceAlexandra Winter2021-08-071-4/+127
| * | s390/qeth: Switchdev event handlerAlexandra Winter2021-08-072-5/+79
| * | s390/qeth: Register switchdev event handlerAlexandra Winter2021-08-071-3/+40
| * | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-3/+3
| * | qeth: use ndo_siocdevprivateArnd Bergmann2021-07-274-14/+35
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-232-0/+2
| |\ \
| * | | s390/qeth: clean up device_type managementJulian Wiedmann2021-07-204-11/+10
| * | | s390/qeth: clean up QETH_PROT_* namingJulian Wiedmann2021-07-202-4/+4
| * | | s390/qeth: remove OSN supportJulian Wiedmann2021-07-208-351/+48
* | | | Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-301-7/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | s390/qdio: clarify reporting of errors to the driversJulian Wiedmann2021-07-271-7/+3
| | |/ | |/|
* / | net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-101-2/+2
|/ /
* / s390: Fix fall-through warnings for ClangGustavo A. R. Silva2021-07-132-0/+2
|/
* s390/netiuvc: get rid of forward declarationsHeiko Carstens2021-06-121-18/+10
* s390/qeth: Consider dependency on SWITCHDEV moduleAlexandra Winter2021-06-111-2/+10
* s390/qeth: shrink TX buffer structJulian Wiedmann2021-06-112-5/+4
* s390/qeth: remove TX buffer's pointer to its queueJulian Wiedmann2021-06-112-6/+4
* s390/qeth: remove QAOB's pointer to its TX bufferJulian Wiedmann2021-06-112-87/+48
* s390/qeth: consolidate completion of pending TX buffersJulian Wiedmann2021-06-112-47/+29
* s390/qeth: use ethtool_sprintf()Julian Wiedmann2021-06-111-4/+2
* s390/qeth: unify the tracking of active cmds on ccw deviceJulian Wiedmann2021-06-112-15/+11
* s390/qeth: also use TX NAPI for non-IQD devicesJulian Wiedmann2021-06-112-75/+79
* s390/qeth: count TX completion interruptsJulian Wiedmann2021-06-113-1/+5
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-292-35/+14
|\
| * mld: convert ifmcaddr6 to RCUTaehee Yoo2021-03-261-3/+3
| * s390/qeth: remove RX VLAN filter stubs in L3 driverJulian Wiedmann2021-03-181-24/+1
| * s390/qeth: enable napi_consume_skb() for pending TX buffersJulian Wiedmann2021-03-181-4/+4
| * s390/qeth: allocate initial TX Buffer structs with GFP_KERNELJulian Wiedmann2021-03-181-4/+6
* | s390/qdio: let driver manage the QAOBJulian Wiedmann2021-03-222-56/+49
|/
* s390/qeth: fix notification for pending buffers during teardownJulian Wiedmann2021-03-091-3/+3
* s390/qeth: schedule TX NAPI on QAOB completionJulian Wiedmann2021-03-091-6/+12
* s390/qeth: improve completion of pending TX buffersJulian Wiedmann2021-03-092-42/+30
* s390/qeth: fix memory leak after failed TX Buffer allocationJulian Wiedmann2021-03-091-18/+17
* Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-02-211-3/+4
|\
| * s390/qdio: remove 'merge_pending' mechanismJulian Wiedmann2021-02-131-3/+1
| * s390/qdio: improve handling of PENDING buffers for QEBSM devicesJulian Wiedmann2021-02-131-3/+6
* | net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann2021-01-281-2/+4
* | s390/qeth: don't fake a TX completion interrupt after TX errorJulian Wiedmann2021-01-281-16/+18
* | s390/qeth: make cast type selection for af_iucv skbs robustJulian Wiedmann2021-01-281-12/+15
* | s390/qeth: pass proto to qeth_l3_get_cast_type()Julian Wiedmann2021-01-281-5/+6
* | s390/qeth: remove qeth_get_ip_version()Julian Wiedmann2021-01-284-62/+62
* | s390/qeth: clean up load/remove code for disciplinesJulian Wiedmann2021-01-283-31/+28
|/
* s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann2021-01-071-1/+1
* s390/qeth: fix locking for discipline setup / removalJulian Wiedmann2021-01-073-10/+7
* s390/qeth: fix deadlock during recoveryJulian Wiedmann2021-01-074-18/+34
* s390/qeth: make qeth_qdio_handle_aob() more robustJulian Wiedmann2020-12-071-0/+1