summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3_main.c
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: Convert sprintf/snprintf to scnprintfThorsten Winkler2023-02-101-2/+2
* s390/qeth: Use constant for IP address buffersThorsten Winkler2023-02-101-1/+2
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-1/+1
* s390/qeth: Remove redundant 'flush_workqueue()' callsXu Wang2022-02-171-1/+0
* s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann2021-12-071-12/+1
* s390/qeth: fix kernel doc commentsHeiko Carstens2021-10-251-1/+1
* s390/qeth: remove .do_ioctl() callback from driver disciplineJulian Wiedmann2021-10-251-5/+5
* net: s390: constify and use eth_hw_addr_set()Jakub Kicinski2021-10-221-2/+1
* s390/qeth: Fix deadlock in remove_disciplineAlexandra Winter2021-09-211-1/+0
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-2/+2
* qeth: use ndo_siocdevprivateArnd Bergmann2021-07-271-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-0/+1
|\
| * s390: Fix fall-through warnings for ClangGustavo A. R. Silva2021-07-131-0/+1
* | s390/qeth: clean up device_type managementJulian Wiedmann2021-07-201-3/+4
|/
* 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: 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-281-25/+35
* 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-071-4/+1
* s390/qeth: fix deadlock during recoveryJulian Wiedmann2021-01-071-2/+5
* s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann2020-12-071-2/+2
* s390/qeth: remove useless if/elseKaixu Xia2020-11-181-4/+1
* s390/qeth: static checker cleanupsJulian Wiedmann2020-10-021-4/+3
* s390/qeth: use netdev_name()Julian Wiedmann2020-10-021-28/+30
* s390/qeth: constify the disciplinesJulian Wiedmann2020-10-021-1/+1
* s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann2020-10-021-2/+4
* s390/qeth: keep track of wanted TX queuesJulian Wiedmann2020-10-021-4/+8
* s390/qeth: consolidate teardown codeJulian Wiedmann2020-09-231-30/+16
* s390/qeth: consolidate online codeJulian Wiedmann2020-09-231-19/+2
* s390/qeth: cancel cmds earlier during teardownJulian Wiedmann2020-09-231-1/+0
* s390/qeth: tighten ucast IP lockingJulian Wiedmann2020-09-231-7/+2
* s390/qeth: replace deprecated simple_stroul()Julian Wiedmann2020-09-231-5/+3
* s390/qeth: relax locking for ipato config dataJulian Wiedmann2020-09-231-4/+0
* s390/qeth: don't init refcount twice for mcast IPsJulian Wiedmann2020-09-231-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+1
|\
| * s390/qeth: delay draining the TX buffersJulian Wiedmann2020-09-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | s390/qeth: clean up qeth_l3_send_setdelmc()'s declarationJulian Wiedmann2020-08-271-1/+2
|/
* s390/qeth: integrate RX refill worker with NAPIJulian Wiedmann2020-07-311-1/+0
* s390/qeth: unify RX-mode hashtablesJulian Wiedmann2020-07-141-7/+6
* s390/qeth: reject unsupported link type earlierJulian Wiedmann2020-07-141-6/+0
* s390/qeth: extract helpers for next-hop lookupJulian Wiedmann2020-05-061-13/+5
* s390/qeth: process local address eventsJulian Wiedmann2020-05-061-0/+1
* s390/qeth: support net namespaces for L3 devicesJulian Wiedmann2020-03-291-3/+0
* s390/qeth: simplify L3 dev_id logicJulian Wiedmann2020-03-251-17/+13