summaryrefslogtreecommitdiffstats
path: root/net/iucv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-03-192-16/+15
|\
| * s390/iucv: use new address translation helpersHeiko Carstens2024-03-132-15/+15
| * s390/iucv: fix receive buffer virtual vs physical address confusionAlexander Gordeev2024-03-131-2/+1
* | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\ \ | |/ |/|
| * Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska2024-03-061-1/+1
* | net/af_iucv: fix virtual vs physical address confusionAlexander Gordeev2024-02-221-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-2/+2
|\ \
| * | net/iucv: fix the allocation size of iucv_path_table arrayAlexander Gordeev2024-02-161-2/+2
| |/
* / net/iucv: fix virtual vs physical address confusionAlexander Gordeev2024-02-161-7/+8
|/
* iucv: make iucv_bus constGreg Kroah-Hartman2023-12-291-1/+1
* s390: use control register bit definesHeiko Carstens2023-09-191-1/+1
* s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-191-2/+2
* net/iucv: Fix size of interrupt dataAlexandra Winter2023-03-161-1/+1
* net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-101-2/+0
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-2/+1
* s390/iucv: sort out physical vs virtual pointers usageAlexander Gordeev2022-02-221-1/+1
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* net/af_iucv: Use struct_group() to zero struct iucv_sock regionKees Cook2021-11-191-1/+1
* net/af_iucv: fix kernel doc commentsHeiko Carstens2021-11-191-19/+19
* net/iucv: fix kernel doc commentsHeiko Carstens2021-11-191-62/+62
* net/iucv: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-091-9/+9
* net/iucv: get rid of register asm usageHeiko Carstens2021-08-091-20/+22
* net/af_iucv: remove wrappers around iucv (de-)registrationJulian Wiedmann2021-08-091-13/+3
* net/af_iucv: clean up a try_then_request_module()Julian Wiedmann2021-08-091-11/+3
* net/af_iucv: support drop monitoringJulian Wiedmann2021-08-091-20/+22
* s390: iucv: Avoid field over-reading memcpy()Kees Cook2021-07-011-10/+12
* net/af_iucv: clean up some forward declarationsJulian Wiedmann2021-06-121-17/+10
* iucv: af_iucv.c: Couple of typo fixesBhaskar Chowdhury2021-03-281-2/+2
* net/af_iucv: build SG skbs for TRANS_HIPER socketsJulian Wiedmann2021-01-281-2/+4
* net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann2021-01-281-59/+21
* net/af_iucv: count packets in the xmit pathJulian Wiedmann2021-01-281-6/+24
* net/af_iucv: don't lookup the socket on TX notificationJulian Wiedmann2021-01-281-12/+3
* net/af_iucv: remove WARN_ONCE on malformed RX packetsAlexander Egorenkov2021-01-281-1/+0
* net/af_iucv: use DECLARE_SOCKADDR to cast from sockaddrJulian Wiedmann2020-12-081-4/+4
* net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann2020-11-211-2/+2
* net/af_iucv: fix null pointer dereference on shutdownUrsula Braun2020-11-101-1/+2
* net/iucv: fix indentation in __iucv_message_receive()Julian Wiedmann2020-10-031-5/+3
* net/af_iucv: right-size the uid variable in iucv_sock_bind()Julian Wiedmann2020-10-031-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-2/+2
|\
| * net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
* | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
|/
* net/af_iucv: clean up function prototypesJulian Wiedmann2020-05-191-57/+51
* net/af_iucv: remove a redundant zero initializationJulian Wiedmann2020-05-191-1/+0
* net/af_iucv: replace open-coded U16_MAXJulian Wiedmann2020-05-191-1/+2
* net/af_iucv: remove pm supportJulian Wiedmann2020-05-191-140/+1
* net/iucv: remove pm supportJulian Wiedmann2020-05-191-188/+0
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* net/af_iucv: mark expected switch fall-throughsGustavo A. R. Silva2019-07-291-5/+9
* net/af_iucv: always register net_device notifierJulian Wiedmann2019-06-191-7/+20