summaryrefslogtreecommitdiff
path: root/net/iucv/af_iucv.c
AgeCommit message (Expand)Author
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-11-19net/af_iucv: Use struct_group() to zero struct iucv_sock regionKees Cook
2021-11-19net/af_iucv: fix kernel doc commentsHeiko Carstens
2021-08-09net/af_iucv: remove wrappers around iucv (de-)registrationJulian Wiedmann
2021-08-09net/af_iucv: clean up a try_then_request_module()Julian Wiedmann
2021-08-09net/af_iucv: support drop monitoringJulian Wiedmann
2021-06-12net/af_iucv: clean up some forward declarationsJulian Wiedmann
2021-03-28iucv: af_iucv.c: Couple of typo fixesBhaskar Chowdhury
2021-01-28net/af_iucv: build SG skbs for TRANS_HIPER socketsJulian Wiedmann
2021-01-28net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann
2021-01-28net/af_iucv: count packets in the xmit pathJulian Wiedmann
2021-01-28net/af_iucv: don't lookup the socket on TX notificationJulian Wiedmann
2021-01-28net/af_iucv: remove WARN_ONCE on malformed RX packetsAlexander Egorenkov
2020-12-08net/af_iucv: use DECLARE_SOCKADDR to cast from sockaddrJulian Wiedmann
2020-11-21net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann
2020-11-10net/af_iucv: fix null pointer dereference on shutdownUrsula Braun
2020-10-03net/af_iucv: right-size the uid variable in iucv_sock_bind()Julian Wiedmann
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-05-19net/af_iucv: clean up function prototypesJulian Wiedmann
2020-05-19net/af_iucv: remove a redundant zero initializationJulian Wiedmann
2020-05-19net/af_iucv: replace open-coded U16_MAXJulian Wiedmann
2020-05-19net/af_iucv: remove pm supportJulian Wiedmann
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-07-29net/af_iucv: mark expected switch fall-throughsGustavo A. R. Silva
2019-06-19net/af_iucv: always register net_device notifierJulian Wiedmann
2019-06-19net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann
2019-06-19net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-11-10iucv: Remove SKB list assumptions.David S. Miller
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann
2018-09-19net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang
2018-09-05net/af_iucv: fix skb handling on HiperTransport xmit errorJulian Wiedmann
2018-09-05net/af_iucv: drop inbound packets with invalid flagsJulian Wiedmann
2018-08-08net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freezezhong jiang
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-24net: remove blank lines at end of fileStephen Hemminger
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26net/iucv: convert to ->poll_maskChristoph Hellwig
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-16net/iucv: Free memory obtained by kzallocArvind Yadav
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27net: annotate ->poll() instancesAl Viro
2017-07-03iucv: Convert sk_wmem_alloc accesses to refcount_t.David S. Miller
2017-06-25af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...Mateusz Jurczyk
2017-06-25net/iucv: improve endianness handlingHans Wippel