| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/qeth: fix L2 header access in qeth_l3_osa_features_check() | Julian Wiedmann | 2021-01-17 | 1 | -1/+1 |
* | s390/qeth: fix tear down of async TX buffers | Julian Wiedmann | 2020-12-02 | 1 | -6/+0 |
* | s390/qeth: fix af_iucv notification race | Julian Wiedmann | 2020-12-02 | 2 | -24/+58 |
* | s390/qeth: make af_iucv TX notification call more robust | Julian Wiedmann | 2020-12-02 | 1 | -1/+2 |
* | s390/qeth: don't let HW override the configured port role | Julian Wiedmann | 2020-10-29 | 1 | -6/+0 |
* | s390/qeth: don't process empty bridge port events | Julian Wiedmann | 2020-08-19 | 1 | -0/+4 |
* | s390/qeth: fix error handling for isolation mode cmds | Julian Wiedmann | 2020-06-30 | 1 | -4/+1 |
* | s390/ism: fix error return code in ism_probe() | Wei Yongjun | 2020-05-20 | 1 | -1/+3 |
* | s390/qeth: handle error when backing RX buffer | Julian Wiedmann | 2020-04-01 | 1 | -4/+9 |
* | s390/qeth: don't reset default_out_queue | Julian Wiedmann | 2020-04-01 | 1 | -1/+0 |
* | s390/qdio: fill SL with absolute addresses | Julian Wiedmann | 2020-03-12 | 1 | -12/+11 |
* | s390/qeth: vnicc Fix EOPNOTSUPP precedence | Alexandra Winter | 2020-03-05 | 1 | -16/+13 |
* | s390/qeth: fix dangling IO buffers after halt/clear | Julian Wiedmann | 2020-01-26 | 5 | -46/+67 |
* | s390/qeth: lock the card while changing its hsuid | Julian Wiedmann | 2020-01-17 | 2 | -17/+28 |
* | s390/qeth: fix initialization on old HW | Julian Wiedmann | 2020-01-17 | 1 | -3/+1 |
* | s390/qeth: vnicc Fix init to default | Alexandra Winter | 2020-01-17 | 1 | -1/+3 |
* | s390/qeth: Fix vnicc_is_in_use if rx_bcast not set | Alexandra Winter | 2020-01-17 | 1 | -2/+1 |
* | s390/qeth: fix false reporting of VNIC CHAR config failure | Alexandra Winter | 2020-01-17 | 1 | -1/+0 |
* | s390/qeth: fix qdio teardown after early init error | Julian Wiedmann | 2020-01-17 | 3 | -14/+10 |
* | s390/qeth: don't return -ENOTSUPP to userspace | Julian Wiedmann | 2020-01-12 | 1 | -1/+1 |
* | s390/qeth: fix promiscuous mode after reset | Julian Wiedmann | 2020-01-12 | 3 | -1/+4 |
* | s390/qeth: handle error due to unsupported transport mode | Julian Wiedmann | 2020-01-12 | 2 | -7/+12 |
* | s390/qeth: return proper errno on IO error | Julian Wiedmann | 2019-11-20 | 1 | -5/+5 |
* | s390/qeth: fix potential deadlock on workqueue flush | Julian Wiedmann | 2019-11-20 | 3 | -8/+28 |
* | s390/qeth: Fix initialization of vnicc cmd masks during set online | Alexandra Winter | 2019-10-09 | 1 | -4/+8 |
* | s390/qeth: Fix error handling during VNICC initialization | Alexandra Winter | 2019-10-09 | 1 | -4/+7 |
* | s390/qdio: clarify size of the QIB parm area | Julian Wiedmann | 2019-10-01 | 1 | -2/+1 |
* | s390/ctcm: Delete unnecessary checks before the macro call “dev_kfree_skb” | Markus Elfring | 2019-09-16 | 1 | -4/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-08-27 | 1 | -0/+4 |
|\ |
|
| * | s390/qeth: reject oversized SNMP requests | Julian Wiedmann | 2019-08-24 | 1 | -0/+4 |
* | | s390/qeth: add xmit_more support for IQD devices | Julian Wiedmann | 2019-08-24 | 2 | -43/+109 |
* | | s390/qeth: add BQL support for IQD devices | Julian Wiedmann | 2019-08-24 | 2 | -1/+16 |
* | | s390/qeth: when in TX NAPI mode, use napi_consume_skb() | Julian Wiedmann | 2019-08-24 | 1 | -11/+13 |
* | | s390/qeth: add TX NAPI support for IQD devices | Julian Wiedmann | 2019-08-24 | 3 | -48/+182 |
* | | s390/qeth: collect accurate TX statistics | Julian Wiedmann | 2019-08-24 | 4 | -39/+49 |
* | | s390/lcs: don't use intparm for channel IO | Julian Wiedmann | 2019-08-20 | 1 | -3/+3 |
* | | s390/ctcm: don't use intparm for channel IO | Julian Wiedmann | 2019-08-20 | 3 | -34/+20 |
* | | s390/qeth: streamline control code for promisc mode | Julian Wiedmann | 2019-08-20 | 4 | -49/+30 |
* | | s390/qeth: get vnicc sub-cmd type from reply data | Julian Wiedmann | 2019-08-20 | 1 | -16/+5 |
* | | s390/qeth: merge qeth_reply struct into qeth_cmd_buffer | Julian Wiedmann | 2019-08-20 | 4 | -97/+58 |
* | | s390/qeth: keep cmd alive after IO completion | Julian Wiedmann | 2019-08-20 | 1 | -2/+7 |
* | | s390/qeth: use correct length field in SNMP cmd callback | Julian Wiedmann | 2019-08-20 | 2 | -27/+16 |
* | | s390/qeth: propagate length of processed cmd IO data to callback | Julian Wiedmann | 2019-08-20 | 3 | -11/+35 |
* | | s390/qeth: use node_descriptor struct | Julian Wiedmann | 2019-08-20 | 2 | -9/+24 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-08-19 | 5 | -1/+26 |
|\| |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-08-19 | 2 | -0/+21 |
| |\ |
|
| | * | s390/qeth: serialize cmd reply with concurrent timeout | Julian Wiedmann | 2019-08-13 | 2 | -0/+21 |
| * | | s390/net: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-08-09 | 3 | -1/+5 |
| |/ |
|
* / | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 2019-07-22 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-07-11 | 5 | -992/+706 |
|\ |
|