aboutsummaryrefslogtreecommitdiffstats
path: root/net/iucv (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-29net/af_iucv: mark expected switch fall-throughsGustavo A. R. Silva1-5/+9
2019-06-19net/af_iucv: always register net_device notifierJulian Wiedmann1-7/+20
2019-06-19net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann1-5/+11
2019-06-19net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann1-1/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-11-10iucv: Remove SKB list assumptions.David S. Miller1-26/+15
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann1-29/+13
2018-09-19net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang1-1/+1
2018-09-05net/iucv: declare iucv_path_table_empty() as staticJulian Wiedmann1-1/+1
2018-09-05net/af_iucv: fix skb handling on HiperTransport xmit errorJulian Wiedmann1-11/+23
2018-09-05net/af_iucv: drop inbound packets with invalid flagsJulian Wiedmann1-2/+2
2018-08-08net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freezezhong jiang1-2/+1
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-24net: remove blank lines at end of fileStephen Hemminger1-1/+0
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-2/+5
2018-05-26net/iucv: convert to ->poll_maskChristoph Hellwig1-5/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-03-16net/iucv: Free memory obtained by kzallocArvind Yadav1-1/+3
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-9/+9
2017-11-27net: annotate ->poll() instancesAl Viro1-3/+3
2017-07-03iucv: Convert sk_wmem_alloc accesses to refcount_t.David S. Miller1-1/+1
2017-06-25af_iucv: Move sockaddr length checks to before accessing sa_family in bind and connect handlersMateusz Jurczyk1-5/+3
2017-06-25net/iucv: improve endianness handlingHans Wippel1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+1
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-10net/af_iucv: don't use paged skbs for TX on HiperSocketsJulian Wiedmann1-11/+14
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-77/+47
2016-11-28net/iucv: Use explicit clean up labels in iucv_init()Sebastian Andrzej Siewior1-7/+7
2016-11-22net/iucv: Convert to hotplug state machineSebastian Andrzej Siewior1-74/+44
2016-10-12Subject: [PATCH] af_iucv: drop skbs rejected by filterUrsula Braun1-7/+17
2016-10-12Subject: [PATCH] af_iucv: enable control sends in case of SEND_SHUTDOWNUrsula Braun1-1/+9
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+4
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-101/+122
2016-06-28s390/iucv: use basic blocks for iucv inline assembliesHeiko Carstens1-9/+27
2016-06-15af_iucv: use paged SKBs for big inbound messagesEugene Crosser1-6/+50
2016-06-15af_iucv: remove fragment_skb() to use paged SKBsEugene Crosser1-56/+3
2016-06-15af_iucv: use paged SKBs for big outbound messagesEugene Crosser1-47/+77
2016-06-07iucv: properly clone LSM attributes to newly created child socketsPaul Moore1-1/+4
2016-01-19af_iucv: Validate socket address length in iucv_sock_bind()Ursula Braun1-0/+3
2015-12-14iucv: call skb_linearize() when neededEugene Crosser1-5/+15
2015-12-14iucv: prevent information leak in iucv_messageEugene Crosser1-1/+1
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-1/+1
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-1/+1
2015-09-21s390/iucv: do not use arrays as argumentUrsula Braun2-11/+10