summaryrefslogtreecommitdiffstats
path: root/net/iucv
AgeCommit message (Expand)AuthorLines
2020-12-08net/af_iucv: use DECLARE_SOCKADDR to cast from sockaddrJulian Wiedmann-4/+4
2020-11-21net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann-2/+2
2020-11-10net/af_iucv: fix null pointer dereference on shutdownUrsula Braun-1/+2
2020-10-03net/iucv: fix indentation in __iucv_message_receive()Julian Wiedmann-5/+3
2020-10-03net/af_iucv: right-size the uid variable in iucv_sock_bind()Julian Wiedmann-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-5/+5
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-2/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-1/+1
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-2/+2
2020-05-19net/af_iucv: clean up function prototypesJulian Wiedmann-57/+51
2020-05-19net/af_iucv: remove a redundant zero initializationJulian Wiedmann-1/+0
2020-05-19net/af_iucv: replace open-coded U16_MAXJulian Wiedmann-1/+2
2020-05-19net/af_iucv: remove pm supportJulian Wiedmann-140/+1
2020-05-19net/iucv: remove pm supportJulian Wiedmann-188/+0
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-1/+1
2019-07-29net/af_iucv: mark expected switch fall-throughsGustavo A. R. Silva-5/+9
2019-06-19net/af_iucv: always register net_device notifierJulian Wiedmann-7/+20
2019-06-19net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann-5/+11
2019-06-19net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann-1/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2018-11-10iucv: Remove SKB list assumptions.David S. Miller-26/+15
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul-1/+1
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann-29/+13
2018-09-19net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang-1/+1
2018-09-05net/iucv: declare iucv_path_table_empty() as staticJulian Wiedmann-1/+1
2018-09-05net/af_iucv: fix skb handling on HiperTransport xmit errorJulian Wiedmann-11/+23
2018-09-05net/af_iucv: drop inbound packets with invalid flagsJulian Wiedmann-2/+2
2018-08-08net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freezezhong jiang-2/+1
2018-07-30net: simplify sock_poll_waitChristoph Hellwig-1/+1
2018-07-24net: remove blank lines at end of fileStephen Hemminger-1/+0
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-2/+5
2018-05-26net/iucv: convert to ->poll_maskChristoph Hellwig-5/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2018-03-16net/iucv: Free memory obtained by kzallocArvind Yadav-1/+3
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko-3/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-9/+9
2017-11-27net: annotate ->poll() instancesAl Viro-3/+3
2017-07-03iucv: Convert sk_wmem_alloc accesses to refcount_t.David S. Miller-1/+1
2017-06-25af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...Mateusz Jurczyk-5/+3
2017-06-25net/iucv: improve endianness handlingHans Wippel-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-2/+1
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2017-01-10net/af_iucv: don't use paged skbs for TX on HiperSocketsJulian Wiedmann-11/+14
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-77/+47
2016-11-28net/iucv: Use explicit clean up labels in iucv_init()Sebastian Andrzej Siewior-7/+7
2016-11-22net/iucv: Convert to hotplug state machineSebastian Andrzej Siewior-74/+44
2016-10-12Subject: [PATCH] af_iucv: drop skbs rejected by filterUrsula Braun-7/+17