aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2022-04-29qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-1/+1
2022-02-17s390/qeth: Remove redundant 'flush_workqueue()' callsXu Wang1-1/+0
2021-12-07s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann1-12/+1
2021-10-25s390/qeth: fix kernel doc commentsHeiko Carstens1-1/+1
2021-10-25s390/qeth: remove .do_ioctl() callback from driver disciplineJulian Wiedmann1-5/+5
2021-10-22net: s390: constify and use eth_hw_addr_set()Jakub Kicinski1-2/+1
2021-09-21s390/qeth: Fix deadlock in remove_disciplineAlexandra Winter1-1/+0
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-2/+2
2021-07-27qeth: use ndo_siocdevprivateArnd Bergmann1-3/+5
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-07-20s390/qeth: clean up device_type managementJulian Wiedmann1-3/+4
2021-07-13s390: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo1-3/+3
2021-03-18s390/qeth: remove RX VLAN filter stubs in L3 driverJulian Wiedmann1-24/+1
2021-01-28s390/qeth: make cast type selection for af_iucv skbs robustJulian Wiedmann1-12/+15
2021-01-28s390/qeth: pass proto to qeth_l3_get_cast_type()Julian Wiedmann1-5/+6
2021-01-28s390/qeth: remove qeth_get_ip_version()Julian Wiedmann1-25/+35
2021-01-07s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann1-1/+1
2021-01-07s390/qeth: fix locking for discipline setup / removalJulian Wiedmann1-4/+1
2021-01-07s390/qeth: fix deadlock during recoveryJulian Wiedmann1-2/+5
2020-12-07s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann1-2/+2
2020-11-18s390/qeth: remove useless if/elseKaixu Xia1-4/+1
2020-10-02s390/qeth: static checker cleanupsJulian Wiedmann1-4/+3
2020-10-02s390/qeth: use netdev_name()Julian Wiedmann1-28/+30
2020-10-02s390/qeth: constify the disciplinesJulian Wiedmann1-1/+1
2020-10-02s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann1-2/+4
2020-10-02s390/qeth: keep track of wanted TX queuesJulian Wiedmann1-4/+8
2020-09-23s390/qeth: consolidate teardown codeJulian Wiedmann1-30/+16
2020-09-23s390/qeth: consolidate online codeJulian Wiedmann1-19/+2
2020-09-23s390/qeth: cancel cmds earlier during teardownJulian Wiedmann1-1/+0
2020-09-23s390/qeth: tighten ucast IP lockingJulian Wiedmann1-7/+2
2020-09-23s390/qeth: replace deprecated simple_stroul()Julian Wiedmann1-5/+3
2020-09-23s390/qeth: relax locking for ipato config dataJulian Wiedmann1-4/+0
2020-09-23s390/qeth: don't init refcount twice for mcast IPsJulian Wiedmann1-1/+0
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-10s390/qeth: delay draining the TX buffersJulian Wiedmann1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-08-27s390/qeth: clean up qeth_l3_send_setdelmc()'s declarationJulian Wiedmann1-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-31s390/qeth: integrate RX refill worker with NAPIJulian Wiedmann1-1/+0
2020-07-14s390/qeth: unify RX-mode hashtablesJulian Wiedmann1-7/+6
2020-07-14s390/qeth: reject unsupported link type earlierJulian Wiedmann1-6/+0
2020-05-06s390/qeth: extract helpers for next-hop lookupJulian Wiedmann1-13/+5
2020-05-06s390/qeth: process local address eventsJulian Wiedmann1-0/+1
2020-03-29s390/qeth: support net namespaces for L3 devicesJulian Wiedmann1-3/+0
2020-03-25s390/qeth: simplify L3 dev_id logicJulian Wiedmann1-17/+13
2020-03-18s390/qeth: use dev->reg_stateJulian Wiedmann1-13/+9
2020-03-18s390/qeth: remove prio-queueing support for z/VM NICsJulian Wiedmann1-1/+6