Age | Commit message (Expand) | Author | Files | Lines |
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 |
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-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/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 |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -9/+9 |
2017-11-27 | net: annotate ->poll() instances | Al Viro | 1 | -3/+3 |
2017-07-03 | iucv: Convert sk_wmem_alloc accesses to refcount_t. | David S. Miller | 1 | -1/+1 |
2017-06-25 | af_iucv: Move sockaddr length checks to before accessing sa_family in bind an... | Mateusz Jurczyk | 1 | -5/+3 |
2017-06-25 | net/iucv: improve endianness handling | Hans Wippel | 1 | -1/+1 |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -2/+1 |
2017-03-09 | net: Work around lockdep limitation in sockets that use sockets | David Howells | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -1/+1 |
2017-01-10 | net/af_iucv: don't use paged skbs for TX on HiperSockets | Julian Wiedmann | 1 | -11/+14 |
2016-10-12 | Subject: [PATCH] af_iucv: drop skbs rejected by filter | Ursula Braun | 1 | -7/+17 |
2016-10-12 | Subject: [PATCH] af_iucv: enable control sends in case of SEND_SHUTDOWN | Ursula Braun | 1 | -1/+9 |
2016-07-29 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -1/+4 |
2016-06-15 | af_iucv: use paged SKBs for big inbound messages | Eugene Crosser | 1 | -6/+50 |
2016-06-15 | af_iucv: remove fragment_skb() to use paged SKBs | Eugene Crosser | 1 | -56/+3 |
2016-06-15 | af_iucv: use paged SKBs for big outbound messages | Eugene Crosser | 1 | -47/+77 |
2016-06-07 | iucv: properly clone LSM attributes to newly created child sockets | Paul Moore | 1 | -1/+4 |
2016-01-19 | af_iucv: Validate socket address length in iucv_sock_bind() | Ursula Braun | 1 | -0/+3 |
2015-12-14 | iucv: call skb_linearize() when needed | Eugene Crosser | 1 | -5/+15 |
2015-12-14 | iucv: prevent information leak in iucv_message | Eugene Crosser | 1 | -1/+1 |
2015-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2015-12-01 | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet | 1 | -1/+1 |
2015-11-30 | net: Generalise wq_has_sleeper helper | Herbert Xu | 1 | -1/+1 |
2015-09-21 | s390/iucv: do not use arrays as argument | Ursula Braun | 1 | -5/+4 |
2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 1 | -5/+5 |
2015-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+1 |
2015-03-31 | af_iucv: fix AF_IUCV sendmsg() errno | Eugene Crosser | 1 | -3/+1 |