index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
net
/
qeth_core_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-05
s390/qeth: fix dangling IO buffers after halt/clear
Julian Wiedmann
1
-20
/
+51
2019-12-05
s390/qeth: ensure linear access to packet headers
Julian Wiedmann
1
-33
/
+31
2019-12-05
s390/qeth: guard against runt packets
Julian Wiedmann
1
-6
/
+21
2019-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+5
2019-11-20
s390/qeth: return proper errno on IO error
Julian Wiedmann
1
-5
/
+5
2019-11-14
s390/qeth: clean up error path in qeth_core_probe_device()
Julian Wiedmann
1
-1
/
+2
2019-11-14
s390/qeth: handle skb allocation error gracefully
Julian Wiedmann
1
-15
/
+10
2019-11-14
s390/qeth: drop unwanted packets earlier in RX path
Julian Wiedmann
1
-4
/
+28
2019-11-14
s390/qeth: support per-frame invalidation
Julian Wiedmann
1
-2
/
+11
2019-11-14
s390/qeth: gather more detailed RX dropped/error statistics
Julian Wiedmann
1
-6
/
+11
2019-10-31
s390/qeth: don't set card state in qeth_qdio_clear_card()
Julian Wiedmann
1
-1
/
+0
2019-10-31
s390/qeth: consolidate some duplicated HW cmd code
Julian Wiedmann
1
-1
/
+9
2019-10-31
s390/qeth: keep IRQ disabled until NAPI is really done
Julian Wiedmann
1
-3
/
+3
2019-10-31
s390/qeth: use QDIO_BUFNR()
Julian Wiedmann
1
-20
/
+17
2019-10-31
s390/qeth: use IQD Multi-Write
Julian Wiedmann
1
-10
/
+44
2019-10-01
s390/qdio: clarify size of the QIB parm area
Julian Wiedmann
1
-2
/
+1
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+4
2019-08-24
s390/qeth: add xmit_more support for IQD devices
Julian Wiedmann
1
-43
/
+85
2019-08-24
s390/qeth: add BQL support for IQD devices
Julian Wiedmann
1
-1
/
+15
2019-08-24
s390/qeth: when in TX NAPI mode, use napi_consume_skb()
Julian Wiedmann
1
-11
/
+13
2019-08-24
s390/qeth: add TX NAPI support for IQD devices
Julian Wiedmann
1
-48
/
+154
2019-08-24
s390/qeth: collect accurate TX statistics
Julian Wiedmann
1
-25
/
+41
2019-08-24
s390/qeth: reject oversized SNMP requests
Julian Wiedmann
1
-0
/
+4
2019-08-20
s390/qeth: streamline control code for promisc mode
Julian Wiedmann
1
-12
/
+3
2019-08-20
s390/qeth: merge qeth_reply struct into qeth_cmd_buffer
Julian Wiedmann
1
-81
/
+45
2019-08-20
s390/qeth: keep cmd alive after IO completion
Julian Wiedmann
1
-2
/
+7
2019-08-20
s390/qeth: use correct length field in SNMP cmd callback
Julian Wiedmann
1
-26
/
+16
2019-08-20
s390/qeth: propagate length of processed cmd IO data to callback
Julian Wiedmann
1
-9
/
+31
2019-08-20
s390/qeth: use node_descriptor struct
Julian Wiedmann
1
-8
/
+23
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+20
2019-08-13
s390/qeth: serialize cmd reply with concurrent timeout
Julian Wiedmann
1
-0
/
+20
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-06-27
s390/qeth: move cast type selection into fill_header()
Julian Wiedmann
1
-4
/
+3
2019-06-27
s390/qeth: consolidate pm code
Julian Wiedmann
1
-17
/
+19
2019-06-27
s390/qeth: streamline SNMP cmd code
Julian Wiedmann
1
-31
/
+18
2019-06-27
s390/qeth: remove static cmd buffer infrastructure
Julian Wiedmann
1
-204
/
+50
2019-06-27
s390/qeth: dynamically allocate MPC cmds
Julian Wiedmann
1
-17
/
+19
2019-06-27
s390/qeth: dynamically allocate diag cmds
Julian Wiedmann
1
-8
/
+21
2019-06-27
s390/qeth: dynamically allocate various cmds with sub-types
Julian Wiedmann
1
-42
/
+44
2019-06-27
s390/qeth: clarify parameter for simple assist cmds
Julian Wiedmann
1
-8
/
+7
2019-06-27
s390/qeth: dynamically allocate simple IPA cmds
Julian Wiedmann
1
-7
/
+26
2019-06-13
s390/qeth: allocate a single cmd on read channel
Julian Wiedmann
1
-22
/
+32
2019-06-13
s390/qeth: command-chain the IDX sequence
Julian Wiedmann
1
-44
/
+14
2019-06-13
s390/qeth: convert RCD code to common IO infrastructure
Julian Wiedmann
1
-86
/
+46
2019-06-13
s390/qeth: add support for dynamically allocated cmds
Julian Wiedmann
1
-9
/
+47
2019-06-13
s390/qeth: remove 'channel' parameter from callbacks
Julian Wiedmann
1
-21
/
+17
2019-06-13
s390/qeth: convert device-specific trace entries
Julian Wiedmann
1
-102
/
+94
2019-06-13
s390/qeth: remove OSN-specific IO code
Julian Wiedmann
1
-1
/
+2
2019-06-13
s390/qeth: remove qeth_wait_for_buffer()
Julian Wiedmann
1
-26
/
+32
2019-06-13
s390/qeth: clean up setting of BLKT defaults
Julian Wiedmann
1
-5
/
+6
[next]