Age | Commit message (Expand) | Author |
2024-03-19 | Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2024-03-14 | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2024-03-13 | s390/iucv: use new address translation helpers | Heiko Carstens |
2024-03-13 | s390/iucv: fix receive buffer virtual vs physical address confusion | Alexander Gordeev |
2024-03-06 | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>" | Ahelenia ZiemiaĆska |
2024-02-22 | net/af_iucv: fix virtual vs physical address confusion | Alexander Gordeev |
2024-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-02-16 | net/iucv: fix the allocation size of iucv_path_table array | Alexander Gordeev |
2024-02-16 | net/iucv: fix virtual vs physical address confusion | Alexander Gordeev |
2023-12-29 | iucv: make iucv_bus const | Greg Kroah-Hartman |
2023-09-19 | s390: use control register bit defines | Heiko Carstens |
2023-09-19 | s390/ctlreg: add local and system prefix to some functions | Heiko Carstens |
2023-03-16 | net/iucv: Fix size of interrupt data | Alexandra Winter |
2022-06-10 | net: keep sk->sk_forward_alloc as small as possible | Eric Dumazet |
2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp |
2022-02-22 | s390/iucv: sort out physical vs virtual pointers usage | Alexander Gordeev |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski |
2021-11-19 | net/af_iucv: Use struct_group() to zero struct iucv_sock region | Kees Cook |
2021-11-19 | net/af_iucv: fix kernel doc comments | Heiko Carstens |
2021-11-19 | net/iucv: fix kernel doc comments | Heiko Carstens |
2021-08-09 | net/iucv: Replace deprecated CPU-hotplug functions. | Sebastian Andrzej Siewior |
2021-08-09 | net/iucv: get rid of register asm usage | Heiko Carstens |
2021-08-09 | net/af_iucv: remove wrappers around iucv (de-)registration | Julian Wiedmann |
2021-08-09 | net/af_iucv: clean up a try_then_request_module() | Julian Wiedmann |
2021-08-09 | net/af_iucv: support drop monitoring | Julian Wiedmann |
2021-07-01 | s390: iucv: Avoid field over-reading memcpy() | Kees Cook |
2021-06-12 | net/af_iucv: clean up some forward declarations | Julian Wiedmann |
2021-03-28 | iucv: af_iucv.c: Couple of typo fixes | Bhaskar Chowdhury |
2021-01-28 | net/af_iucv: build SG skbs for TRANS_HIPER sockets | Julian Wiedmann |
2021-01-28 | net/af_iucv: don't track individual TX skbs for TRANS_HIPER sockets | Julian Wiedmann |
2021-01-28 | net/af_iucv: count packets in the xmit path | Julian Wiedmann |
2021-01-28 | net/af_iucv: don't lookup the socket on TX notification | Julian Wiedmann |
2021-01-28 | net/af_iucv: remove WARN_ONCE on malformed RX packets | Alexander Egorenkov |
2020-12-08 | net/af_iucv: use DECLARE_SOCKADDR to cast from sockaddr | Julian Wiedmann |
2020-11-21 | net/af_iucv: set correct sk_protocol for child sockets | Julian Wiedmann |
2020-11-10 | net/af_iucv: fix null pointer dereference on shutdown | Ursula Braun |
2020-10-03 | net/iucv: fix indentation in __iucv_message_receive() | Julian Wiedmann |
2020-10-03 | net/af_iucv: right-size the uid variable in iucv_sock_bind() | Julian Wiedmann |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-07-30 | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() | Kees Cook |
2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig |
2020-05-19 | net/af_iucv: clean up function prototypes | Julian Wiedmann |
2020-05-19 | net/af_iucv: remove a redundant zero initialization | Julian Wiedmann |
2020-05-19 | net/af_iucv: replace open-coded U16_MAX | Julian Wiedmann |
2020-05-19 | net/af_iucv: remove pm support | Julian Wiedmann |
2020-05-19 | net/iucv: remove pm support | Julian Wiedmann |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya |
2019-07-29 | net/af_iucv: mark expected switch fall-throughs | Gustavo A. R. Silva |
2019-06-19 | net/af_iucv: always register net_device notifier | Julian Wiedmann |