index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
iucv
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-4
/
+4
2026-02-04
net/iucv: clean up iucv kernel-doc warnings
Randy Dunlap
-119
/
+108
2025-11-28
net: Remove KMSG_COMPONENT macro
Heiko Carstens
-4
/
+2
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
-2
/
+2
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-10-20
s390/iucv: Convert sprintf/snprintf to scnprintf
Aswin Karuvally
-4
/
+5
2025-08-28
net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers
Eric Dumazet
-2
/
+2
2025-06-17
s390/drivers: Explicitly include <linux/export.h>
Heiko Carstens
-0
/
+1
2025-03-04
s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()
Heiko Carstens
-2
/
+4
2024-11-26
s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()
Sidraya Jayagond
-9
/
+17
2024-08-22
s390/iucv: Fix vargs handling in iucv_alloc_device()
Alexandra Winter
-1
/
+3
2024-07-30
net/iucv: fix use after free in iucv_sock_close()
Alexandra Winter
-2
/
+2
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
-1
/
+1
2024-05-21
Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
-2
/
+36
2024-05-14
s390/iucv: Unexport iucv_root
Heiko Carstens
-2
/
+1
2024-05-14
s390/iucv: Provide iucv_alloc_device() / iucv_release_device()
Heiko Carstens
-0
/
+35
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
-2
/
+2
2024-04-02
net/iucv: Avoid explicit cpumask var allocation on stack
Dawei Li
-8
/
+18
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
-1
/
+1
2024-03-19
Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
-16
/
+15
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+1
2024-03-13
s390/iucv: use new address translation helpers
Heiko Carstens
-15
/
+15
2024-03-13
s390/iucv: fix receive buffer virtual vs physical address confusion
Alexander Gordeev
-2
/
+1
2024-03-06
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia ZiemiaĆska
-1
/
+1
2024-02-22
net/af_iucv: fix virtual vs physical address confusion
Alexander Gordeev
-6
/
+4
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+2
2024-02-16
net/iucv: fix the allocation size of iucv_path_table array
Alexander Gordeev
-2
/
+2
2024-02-16
net/iucv: fix virtual vs physical address confusion
Alexander Gordeev
-7
/
+8
2023-12-29
iucv: make iucv_bus const
Greg Kroah-Hartman
-1
/
+1
2023-09-19
s390: use control register bit defines
Heiko Carstens
-1
/
+1
2023-09-19
s390/ctlreg: add local and system prefix to some functions
Heiko Carstens
-2
/
+2
2023-03-16
net/iucv: Fix size of interrupt data
Alexandra Winter
-1
/
+1
2022-06-10
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
-2
/
+0
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
-2
/
+1
2022-02-22
s390/iucv: sort out physical vs virtual pointers usage
Alexander Gordeev
-1
/
+1
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
-0
/
+1
2021-11-19
net/af_iucv: Use struct_group() to zero struct iucv_sock region
Kees Cook
-1
/
+1
2021-11-19
net/af_iucv: fix kernel doc comments
Heiko Carstens
-19
/
+19
2021-11-19
net/iucv: fix kernel doc comments
Heiko Carstens
-62
/
+62
2021-08-09
net/iucv: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
-9
/
+9
2021-08-09
net/iucv: get rid of register asm usage
Heiko Carstens
-20
/
+22
2021-08-09
net/af_iucv: remove wrappers around iucv (de-)registration
Julian Wiedmann
-13
/
+3
2021-08-09
net/af_iucv: clean up a try_then_request_module()
Julian Wiedmann
-11
/
+3
2021-08-09
net/af_iucv: support drop monitoring
Julian Wiedmann
-20
/
+22
2021-07-01
s390: iucv: Avoid field over-reading memcpy()
Kees Cook
-10
/
+12
2021-06-12
net/af_iucv: clean up some forward declarations
Julian Wiedmann
-17
/
+10
2021-03-28
iucv: af_iucv.c: Couple of typo fixes
Bhaskar Chowdhury
-2
/
+2
2021-01-28
net/af_iucv: build SG skbs for TRANS_HIPER sockets
Julian Wiedmann
-2
/
+4
2021-01-28
net/af_iucv: don't track individual TX skbs for TRANS_HIPER sockets
Julian Wiedmann
-59
/
+21
[next]