Age | Commit message (Expand) | Author | Files | Lines |
2021-08-09 | net/iucv: Replace deprecated CPU-hotplug functions. | Sebastian Andrzej Siewior | 1 | -9/+9 |
2021-08-09 | net/iucv: get rid of register asm usage | Heiko Carstens | 1 | -20/+22 |
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-07-01 | s390: iucv: Avoid field over-reading memcpy() | Kees Cook | 1 | -10/+12 |
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/iucv: fix indentation in __iucv_message_receive() | Julian Wiedmann | 1 | -5/+3 |
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-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -2/+2 |
2020-07-30 | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() | Kees Cook | 1 | -1/+1 |
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 |
2020-05-19 | net/iucv: remove pm support | Julian Wiedmann | 1 | -188/+0 |
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 |
2019-06-19 | net/af_iucv: build proper skbs for HiperTransport | Julian Wiedmann | 1 | -5/+11 |
2019-06-19 | net/af_iucv: remove GFP_DMA restriction for HiperTransport | Julian Wiedmann | 1 | -1/+5 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 | Thomas Gleixner | 1 | -14/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2018-11-10 | iucv: Remove SKB list assumptions. | David S. Miller | 1 | -26/+15 |
2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul | 1 | -1/+1 |
2018-09-26 | net/af_iucv: locate IUCV header via skb_network_header() | Julian Wiedmann | 1 | -29/+13 |
2018-09-19 | net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its function | zhong jiang | 1 | -1/+1 |
2018-09-05 | net/iucv: declare iucv_path_table_empty() as static | Julian Wiedmann | 1 | -1/+1 |
2018-09-05 | net/af_iucv: fix skb handling on HiperTransport xmit error | Julian Wiedmann | 1 | -11/+23 |
2018-09-05 | net/af_iucv: drop inbound packets with invalid flags | Julian Wiedmann | 1 | -2/+2 |
2018-08-08 | net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freeze | zhong jiang | 1 | -2/+1 |
2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig | 1 | -1/+1 |
2018-07-24 | net: remove blank lines at end of file | Stephen Hemminger | 1 | -1/+0 |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -2/+5 |
2018-05-26 | net/iucv: convert to ->poll_mask | Christoph Hellwig | 1 | -5/+2 |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2018-03-16 | net/iucv: Free memory obtained by kzalloc | Arvind Yadav | 1 | -1/+3 |
2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -3/+2 |