index
:
pub/scm/linux/kernel/git/conor/linux.git
master
conor's fork of linux.git
Conor Dooley
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
iucv
/
af_iucv.c
Age
Commit message (
Expand
)
Author
Files
Lines
14 days
net/iucv: fix the recvmsg window update
Bryam Vargas
1
-17
/
+25
2026-08-24
net/iucv: filter frames in afiucv_hs_rcv() by ingress device
Alexandra Winter
1
-0
/
+2
2026-07-21
net/af_iucv: fix NULL deref in afiucv_hs_callback_syn()
Hidayath Khan
1
-1
/
+2
2026-07-21
net/iucv: fix use-after-free of a severed iucv_path
Bryam Vargas
1
-0
/
+14
2026-07-10
net/iucv: take a reference on the socket found in afiucv_hs_rcv()
Bryam Vargas
1
-0
/
+4
2026-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+14
2026-05-22
net/iucv: fix locking in .getsockopt
Breno Leitao
1
-6
/
+14
2026-05-22
af_iucv: convert to getsockopt_iter
Breno Leitao
1
-8
/
+6
2026-03-31
net/iucv: Add missing kernel-doc return value descriptions
Nagamani PV
1
-5
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-11-28
net: Remove KMSG_COMPONENT macro
Heiko Carstens
1
-2
/
+1
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-2
/
+2
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-10-20
s390/iucv: Convert sprintf/snprintf to scnprintf
Aswin Karuvally
1
-3
/
+4
2025-08-28
net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers
Eric Dumazet
1
-2
/
+2
2025-03-04
s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()
Heiko Carstens
1
-1
/
+2
2024-11-26
s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()
Sidraya Jayagond
1
-9
/
+17
2024-07-30
net/iucv: fix use after free in iucv_sock_close()
Alexandra Winter
1
-2
/
+2
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
1
-2
/
+2
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
1
-1
/
+1
2024-03-13
s390/iucv: use new address translation helpers
Heiko Carstens
1
-4
/
+4
2024-02-22
net/af_iucv: fix virtual vs physical address confusion
Alexander Gordeev
1
-6
/
+4
2022-06-10
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
1
-2
/
+0
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
1
-2
/
+1
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-11-19
net/af_iucv: Use struct_group() to zero struct iucv_sock region
Kees Cook
1
-1
/
+1
2021-11-19
net/af_iucv: fix kernel doc comments
Heiko Carstens
1
-19
/
+19
2021-08-09
net/af_iucv: remove wrappers around iucv (de-)registration
Julian Wiedmann
1
-13
/
+3
2021-08-09
net/af_iucv: clean up a try_then_request_module()
Julian Wiedmann
1
-11
/
+3
2021-08-09
net/af_iucv: support drop monitoring
Julian Wiedmann
1
-20
/
+22
2021-06-12
net/af_iucv: clean up some forward declarations
Julian Wiedmann
1
-17
/
+10
2021-03-28
iucv: af_iucv.c: Couple of typo fixes
Bhaskar Chowdhury
1
-2
/
+2
2021-01-28
net/af_iucv: build SG skbs for TRANS_HIPER sockets
Julian Wiedmann
1
-2
/
+4
2021-01-28
net/af_iucv: don't track individual TX skbs for TRANS_HIPER sockets
Julian Wiedmann
1
-59
/
+21
2021-01-28
net/af_iucv: count packets in the xmit path
Julian Wiedmann
1
-6
/
+24
2021-01-28
net/af_iucv: don't lookup the socket on TX notification
Julian Wiedmann
1
-12
/
+3
2021-01-28
net/af_iucv: remove WARN_ONCE on malformed RX packets
Alexander Egorenkov
1
-1
/
+0
2020-12-08
net/af_iucv: use DECLARE_SOCKADDR to cast from sockaddr
Julian Wiedmann
1
-4
/
+4
2020-11-21
net/af_iucv: set correct sk_protocol for child sockets
Julian Wiedmann
1
-2
/
+2
2020-11-10
net/af_iucv: fix null pointer dereference on shutdown
Ursula Braun
1
-1
/
+2
2020-10-03
net/af_iucv: right-size the uid variable in iucv_sock_bind()
Julian Wiedmann
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-5
/
+5
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-2
/
+2
2020-05-19
net/af_iucv: clean up function prototypes
Julian Wiedmann
1
-57
/
+51
2020-05-19
net/af_iucv: remove a redundant zero initialization
Julian Wiedmann
1
-1
/
+0
2020-05-19
net/af_iucv: replace open-coded U16_MAX
Julian Wiedmann
1
-1
/
+2
2020-05-19
net/af_iucv: remove pm support
Julian Wiedmann
1
-140
/
+1
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-07-29
net/af_iucv: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-5
/
+9
2019-06-19
net/af_iucv: always register net_device notifier
Julian Wiedmann
1
-7
/
+20
[next]