summaryrefslogtreecommitdiffstats
path: root/net/iucv
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann2019-06-191-5/+11
* net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann2019-06-191-1/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* iucv: Remove SKB list assumptions.David S. Miller2018-11-101-26/+15
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann2018-09-261-29/+13
* net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang2018-09-191-1/+1
* net/iucv: declare iucv_path_table_empty() as staticJulian Wiedmann2018-09-051-1/+1
* net/af_iucv: fix skb handling on HiperTransport xmit errorJulian Wiedmann2018-09-051-11/+23
* net/af_iucv: drop inbound packets with invalid flagsJulian Wiedmann2018-09-051-2/+2
* net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freezezhong jiang2018-08-081-2/+1
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* net: remove blank lines at end of fileStephen Hemminger2018-07-241-1/+0
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-2/+5
* net/iucv: convert to ->poll_maskChristoph Hellwig2018-05-261-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+3
|\
| * net/iucv: Free memory obtained by kzallocArvind Yadav2018-03-161-1/+3
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
|/