summaryrefslogtreecommitdiff
path: root/net/iucv/af_iucv.c
AgeCommit message (Expand)AuthorFilesLines
14 daysnet/iucv: fix the recvmsg window updateBryam Vargas1-17/+25
2026-08-24net/iucv: filter frames in afiucv_hs_rcv() by ingress deviceAlexandra Winter1-0/+2
2026-07-21net/af_iucv: fix NULL deref in afiucv_hs_callback_syn()Hidayath Khan1-1/+2
2026-07-21net/iucv: fix use-after-free of a severed iucv_pathBryam Vargas1-0/+14
2026-07-10net/iucv: take a reference on the socket found in afiucv_hs_rcv()Bryam Vargas1-0/+4
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+14
2026-05-22net/iucv: fix locking in .getsockoptBreno Leitao1-6/+14
2026-05-22af_iucv: convert to getsockopt_iterBreno Leitao1-8/+6
2026-03-31net/iucv: Add missing kernel-doc return value descriptionsNagamani PV1-5/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-11-28net: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-20s390/iucv: Convert sprintf/snprintf to scnprintfAswin Karuvally1-3/+4
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet1-2/+2
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens1-1/+2
2024-11-26s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()Sidraya Jayagond1-9/+17
2024-07-30net/iucv: fix use after free in iucv_sock_close()Alexandra Winter1-2/+2
2024-05-13net: change proto and proto_ops accept typeJens Axboe1-2/+2
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet1-1/+1
2024-03-13s390/iucv: use new address translation helpersHeiko Carstens1-4/+4
2024-02-22net/af_iucv: fix virtual vs physical address confusionAlexander Gordeev1-6/+4
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet1-2/+0
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-2/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-11-19net/af_iucv: Use struct_group() to zero struct iucv_sock regionKees Cook1-1/+1
2021-11-19net/af_iucv: fix kernel doc commentsHeiko Carstens1-19/+19
2021-08-09net/af_iucv: remove wrappers around iucv (de-)registrationJulian Wiedmann1-13/+3
2021-08-09net/af_iucv: clean up a try_then_request_module()Julian Wiedmann1-11/+3
2021-08-09net/af_iucv: support drop monitoringJulian Wiedmann1-20/+22
2021-06-12net/af_iucv: clean up some forward declarationsJulian Wiedmann1-17/+10
2021-03-28iucv: af_iucv.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-01-28net/af_iucv: build SG skbs for TRANS_HIPER socketsJulian Wiedmann1-2/+4
2021-01-28net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann1-59/+21
2021-01-28net/af_iucv: count packets in the xmit pathJulian Wiedmann1-6/+24
2021-01-28net/af_iucv: don't lookup the socket on TX notificationJulian Wiedmann1-12/+3
2021-01-28net/af_iucv: remove WARN_ONCE on malformed RX packetsAlexander Egorenkov1-1/+0
2020-12-08net/af_iucv: use DECLARE_SOCKADDR to cast from sockaddrJulian Wiedmann1-4/+4
2020-11-21net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann1-2/+2
2020-11-10net/af_iucv: fix null pointer dereference on shutdownUrsula Braun1-1/+2
2020-10-03net/af_iucv: right-size the uid variable in iucv_sock_bind()Julian Wiedmann1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-05-19net/af_iucv: clean up function prototypesJulian Wiedmann1-57/+51
2020-05-19net/af_iucv: remove a redundant zero initializationJulian Wiedmann1-1/+0
2020-05-19net/af_iucv: replace open-coded U16_MAXJulian Wiedmann1-1/+2
2020-05-19net/af_iucv: remove pm supportJulian Wiedmann1-140/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-07-29net/af_iucv: mark expected switch fall-throughsGustavo A. R. Silva1-5/+9
2019-06-19net/af_iucv: always register net_device notifierJulian Wiedmann1-7/+20