summaryrefslogtreecommitdiff
path: root/net/iucv
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+36
2024-05-14s390/iucv: Unexport iucv_rootHeiko Carstens1-2/+1
2024-05-14s390/iucv: Provide iucv_alloc_device() / iucv_release_device()Heiko Carstens1-0/+35
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-2/+2
2024-04-03net/iucv: Avoid explicit cpumask var allocation on stackDawei Li1-8/+18
2024-03-30net: add sk_wake_async_rcu() helperEric Dumazet1-1/+1
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-16/+15
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-03-13s390/iucv: use new address translation helpersHeiko Carstens2-15/+15
2024-03-13s390/iucv: fix receive buffer virtual vs physical address confusionAlexander Gordeev1-2/+1
2024-03-07Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska1-1/+1
2024-02-23net/af_iucv: fix virtual vs physical address confusionAlexander Gordeev1-6/+4
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-02-16net/iucv: fix the allocation size of iucv_path_table arrayAlexander Gordeev1-2/+2
2024-02-16net/iucv: fix virtual vs physical address confusionAlexander Gordeev1-7/+8
2023-12-29iucv: make iucv_bus constGreg Kroah-Hartman1-1/+1
2023-09-19s390: use control register bit definesHeiko Carstens1-1/+1
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-2/+2
2023-03-17net/iucv: Fix size of interrupt dataAlexandra Winter1-1/+1
2022-06-11net: 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
2022-02-23s390/iucv: sort out physical vs virtual pointers usageAlexander Gordeev1-1/+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-11-19net/iucv: fix kernel doc commentsHeiko Carstens1-62/+62
2021-08-09net/iucv: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-9/+9
2021-08-09net/iucv: get rid of register asm usageHeiko Carstens1-20/+22
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-07-02s390: iucv: Avoid field over-reading memcpy()Kees Cook1-10/+12
2021-06-12net/af_iucv: clean up some forward declarationsJulian Wiedmann1-17/+10
2021-03-29iucv: af_iucv.c: Couple of typo fixesBhaskar Chowdhury1-2/+2
2021-01-29net/af_iucv: build SG skbs for TRANS_HIPER socketsJulian Wiedmann1-2/+4
2021-01-29net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann1-59/+21
2021-01-29net/af_iucv: count packets in the xmit pathJulian Wiedmann1-6/+24
2021-01-29net/af_iucv: don't lookup the socket on TX notificationJulian Wiedmann1-12/+3
2021-01-29net/af_iucv: remove WARN_ONCE on malformed RX packetsAlexander Egorenkov1-1/+0
2020-12-09net/af_iucv: use DECLARE_SOCKADDR to cast from sockaddrJulian Wiedmann1-4/+4
2020-11-22net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann1-2/+2
2020-11-11net/af_iucv: fix null pointer dereference on shutdownUrsula Braun1-1/+2
2020-10-04net/iucv: fix indentation in __iucv_message_receive()Julian Wiedmann1-5/+3
2020-10-04net/af_iucv: right-size the uid variable in iucv_sock_bind()Julian Wiedmann1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-25net: 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