| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | s390/qeth: update kerneldoc for qeth_add_hw_header() | Julian Wiedmann | 2021-10-25 | 1 | -0/+2 |
* | s390/qeth: fix kernel doc comments | Heiko Carstens | 2021-10-25 | 2 | -6/+6 |
* | s390/qeth: add __printf format attribute to qeth_dbf_longtext | Heiko Carstens | 2021-10-25 | 1 | -0/+1 |
* | s390/qeth: fix various format strings | Heiko Carstens | 2021-10-25 | 1 | -7/+7 |
* | s390/qeth: don't keep track of Input Queue count | Julian Wiedmann | 2021-10-25 | 2 | -11/+7 |
* | s390/qeth: clarify remaining dev_kfree_skb_any() users | Julian Wiedmann | 2021-10-25 | 1 | -3/+3 |
* | s390/qeth: move qdio's QAOB cache into qeth | Julian Wiedmann | 2021-10-25 | 1 | -2/+17 |
* | s390/qeth: remove .do_ioctl() callback from driver discipline | Julian Wiedmann | 2021-10-25 | 4 | -12/+6 |
* | s390/qeth: improve trace entries for MAC address (un)registration | Julian Wiedmann | 2021-10-25 | 1 | -6/+6 |
* | net: s390: constify and use eth_hw_addr_set() | Jakub Kicinski | 2021-10-22 | 4 | -8/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-09-23 | 4 | -16/+9 |
|\ |
|
| * | s390/qeth: fix deadlock during failing recovery | Alexandra Winter | 2021-09-21 | 1 | -1/+2 |
| * | s390/qeth: Fix deadlock in remove_discipline | Alexandra Winter | 2021-09-21 | 4 | -15/+4 |
| * | s390/qeth: fix NULL deref in qeth_clear_working_pool_list() | Julian Wiedmann | 2021-09-21 | 1 | -0/+3 |
* | | s390/ism: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 2021-09-14 | 1 | -1/+1 |
* | | s390/netiucv: remove incorrect kernel doc indicators | Heiko Carstens | 2021-09-14 | 2 | -53/+53 |
* | | s390/lcs: remove incorrect kernel doc indicators | Heiko Carstens | 2021-09-14 | 1 | -60/+61 |
* | | s390/ctcm: remove incorrect kernel doc indicators | Heiko Carstens | 2021-09-14 | 3 | -53/+53 |
|/ |
|
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2021-08-31 | 11 | -388/+341 |
|\ |
|
| * | ethtool: extend coalesce setting uAPI with CQE mode | Yufeng Mo | 2021-08-24 | 1 | -1/+3 |
| * | s390/net: replace in_irq() with in_hardirq() | Changbin Du | 2021-08-16 | 2 | -2/+2 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-08-13 | 1 | -2/+2 |
| |\ |
|
| * | | s390/qeth: Update MACs of LEARNING_SYNC device | Alexandra Winter | 2021-08-07 | 1 | -4/+127 |
| * | | s390/qeth: Switchdev event handler | Alexandra Winter | 2021-08-07 | 2 | -5/+79 |
| * | | s390/qeth: Register switchdev event handler | Alexandra Winter | 2021-08-07 | 1 | -3/+40 |
| * | | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 2021-07-27 | 2 | -3/+3 |
| * | | qeth: use ndo_siocdevprivate | Arnd Bergmann | 2021-07-27 | 4 | -14/+35 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2021-07-23 | 2 | -0/+2 |
| |\ \ |
|
| * | | | s390/qeth: clean up device_type management | Julian Wiedmann | 2021-07-20 | 4 | -11/+10 |
| * | | | s390/qeth: clean up QETH_PROT_* naming | Julian Wiedmann | 2021-07-20 | 2 | -4/+4 |
| * | | | s390/qeth: remove OSN support | Julian Wiedmann | 2021-07-20 | 8 | -351/+48 |
* | | | | Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 2021-08-30 | 1 | -7/+3 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | s390/qdio: clarify reporting of errors to the drivers | Julian Wiedmann | 2021-07-27 | 1 | -7/+3 |
| | |/
| |/| |
|
* / | | net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by... | Vladimir Oltean | 2021-08-10 | 1 | -2/+2 |
|/ / |
|
* / | s390: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2021-07-13 | 2 | -0/+2 |
|/ |
|
* | s390/netiuvc: get rid of forward declarations | Heiko Carstens | 2021-06-12 | 1 | -18/+10 |
* | s390/qeth: Consider dependency on SWITCHDEV module | Alexandra Winter | 2021-06-11 | 1 | -2/+10 |
* | s390/qeth: shrink TX buffer struct | Julian Wiedmann | 2021-06-11 | 2 | -5/+4 |
* | s390/qeth: remove TX buffer's pointer to its queue | Julian Wiedmann | 2021-06-11 | 2 | -6/+4 |
* | s390/qeth: remove QAOB's pointer to its TX buffer | Julian Wiedmann | 2021-06-11 | 2 | -87/+48 |
* | s390/qeth: consolidate completion of pending TX buffers | Julian Wiedmann | 2021-06-11 | 2 | -47/+29 |
* | s390/qeth: use ethtool_sprintf() | Julian Wiedmann | 2021-06-11 | 1 | -4/+2 |
* | s390/qeth: unify the tracking of active cmds on ccw device | Julian Wiedmann | 2021-06-11 | 2 | -15/+11 |
* | s390/qeth: also use TX NAPI for non-IQD devices | Julian Wiedmann | 2021-06-11 | 2 | -75/+79 |
* | s390/qeth: count TX completion interrupts | Julian Wiedmann | 2021-06-11 | 3 | -1/+5 |
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2021-04-29 | 2 | -35/+14 |
|\ |
|
| * | mld: convert ifmcaddr6 to RCU | Taehee Yoo | 2021-03-26 | 1 | -3/+3 |
| * | s390/qeth: remove RX VLAN filter stubs in L3 driver | Julian Wiedmann | 2021-03-18 | 1 | -24/+1 |
| * | s390/qeth: enable napi_consume_skb() for pending TX buffers | Julian Wiedmann | 2021-03-18 | 1 | -4/+4 |
| * | s390/qeth: allocate initial TX Buffer structs with GFP_KERNEL | Julian Wiedmann | 2021-03-18 | 1 | -4/+6 |