aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-26s390/qeth: remove HARDSETUP stateJulian Wiedmann1-11/+3
2020-01-26s390/qeth: consolidate online/offline codeJulian Wiedmann1-83/+4
2020-01-26s390/qeth: consolidate QDIO queue setupJulian Wiedmann1-7/+1
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-26s390/qeth: consolidate RX codeJulian Wiedmann1-91/+0
2019-12-24s390/qeth: fix qdio teardown after early init errorJulian Wiedmann1-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2019-12-20s390/qeth: fix promiscuous mode after resetJulian Wiedmann1-0/+1
2019-12-18s390/qeth: stop yielding the ip_lock during IPv4 registrationJulian Wiedmann1-32/+2
2019-12-18s390/qeth: don't raise NETDEV_REBOOT event from L3 offline pathJulian Wiedmann1-6/+0
2019-12-18s390/qeth: remove open-coded inet_make_mask()Julian Wiedmann1-19/+15
2019-12-18s390/qeth: clean up L3 sysfs codeJulian Wiedmann1-1/+11
2019-12-18s390/qeth: overhaul L3 IP address dump codeJulian Wiedmann1-15/+5
2019-12-05s390/qeth: fix dangling IO buffers after halt/clearJulian Wiedmann1-6/+7
2019-11-14s390/qeth: replace qeth_l3_get_addr_buffer()Julian Wiedmann1-40/+22
2019-11-14s390/qeth: remove VLAN tracking for L3 devicesJulian Wiedmann1-31/+11
2019-11-14s390/qeth: consolidate L3 mcast registration codeJulian Wiedmann1-90/+30
2019-11-14s390/qeth: remove gratuitious RX modesetJulian Wiedmann1-2/+0
2019-11-14s390/qeth: fine-tune L3 mcast lockingJulian Wiedmann1-4/+3
2019-11-14s390/qeth: drop unwanted packets earlier in RX pathJulian Wiedmann1-18/+8
2019-11-14s390/qeth: gather more detailed RX dropped/error statisticsJulian Wiedmann1-0/+1
2019-10-31s390/qeth: don't cache MAC addresses for multicast IPsJulian Wiedmann1-14/+10
2019-10-31s390/qeth: use helpers for IP address hashingJulian Wiedmann1-4/+4
2019-10-31s390/qeth: consolidate some duplicated HW cmd codeJulian Wiedmann1-9/+0
2019-08-24s390/qeth: collect accurate TX statisticsJulian Wiedmann1-6/+3
2019-08-20s390/qeth: streamline control code for promisc modeJulian Wiedmann1-17/+7
2019-06-27s390/qeth: move cast type selection into fill_header()Julian Wiedmann1-24/+19
2019-06-27s390/qeth: extract helper for route validationJulian Wiedmann1-28/+21
2019-06-27s390/qeth: consolidate skb RX processing in L3 driverJulian Wiedmann1-18/+12
2019-06-27s390/qeth: consolidate pm codeJulian Wiedmann1-30/+0
2019-06-27s390/qeth: remove static cmd buffer infrastructureJulian Wiedmann1-1/+0
2019-06-27s390/qeth: dynamically allocate diag cmdsJulian Wiedmann1-3/+1
2019-06-27s390/qeth: dynamically allocate various cmds with sub-typesJulian Wiedmann1-5/+5
2019-06-27s390/qeth: clarify parameter for simple assist cmdsJulian Wiedmann1-12/+14
2019-06-27s390/qeth: dynamically allocate simple IPA cmdsJulian Wiedmann1-7/+10
2019-06-13s390/qeth: allocate a single cmd on read channelJulian Wiedmann1-1/+0
2019-06-13s390/qeth: convert device-specific trace entriesJulian Wiedmann1-19/+16
2019-06-13s390/qeth: simplify DOWN state handlingJulian Wiedmann1-5/+2
2019-06-05s390/qeth: check dst entry before useJulian Wiedmann1-5/+25
2019-06-05s390/qeth: handle limited IPv4 broadcast in L3 TX pathJulian Wiedmann1-0/+2
2019-04-26s390/qeth: trust non-IP cast type in qeth_l3_fill_header()Julian Wiedmann1-8/+3
2019-04-26s390/qeth: extract helper to determine L2 cast typeJulian Wiedmann1-7/+1
2019-04-26s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann1-13/+11
2019-04-17s390/qeth: stop/wake TX queues based on their fill levelJulian Wiedmann1-16/+2
2019-04-17s390/qeth: add TX multiqueue support for OSA devicesJulian Wiedmann1-1/+10
2019-04-17s390/qeth: add TX multiqueue support for IQD devicesJulian Wiedmann1-7/+23
2019-04-17s390/qeth: clarify naming for some QDIO helpersJulian Wiedmann1-1/+1
2019-03-28s390/qeth: convert IP table spinlock to mutexJulian Wiedmann1-17/+17
2019-03-28s390/qeth: defer IPv6 address notifier eventsJulian Wiedmann1-6/+54
2019-03-28s390/qeth: add wrapper for IP table accessJulian Wiedmann1-16/+17