Age | Commit message (Expand) | Author |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-07-30 | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() | Kees Cook |
2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig |
2020-05-19 | net/af_iucv: clean up function prototypes | Julian Wiedmann |
2020-05-19 | net/af_iucv: remove a redundant zero initialization | Julian Wiedmann |
2020-05-19 | net/af_iucv: replace open-coded U16_MAX | Julian Wiedmann |
2020-05-19 | net/af_iucv: remove pm support | Julian Wiedmann |
2020-05-19 | net/iucv: remove pm support | Julian Wiedmann |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya |
2019-07-29 | net/af_iucv: mark expected switch fall-throughs | Gustavo A. R. Silva |
2019-06-19 | net/af_iucv: always register net_device notifier | Julian Wiedmann |
2019-06-19 | net/af_iucv: build proper skbs for HiperTransport | Julian Wiedmann |
2019-06-19 | net/af_iucv: remove GFP_DMA restriction for HiperTransport | Julian Wiedmann |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2018-11-10 | iucv: Remove SKB list assumptions. | David S. Miller |
2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul |
2018-09-26 | net/af_iucv: locate IUCV header via skb_network_header() | Julian Wiedmann |
2018-09-19 | net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its function | zhong jiang |
2018-09-05 | net/iucv: declare iucv_path_table_empty() as static | Julian Wiedmann |
2018-09-05 | net/af_iucv: fix skb handling on HiperTransport xmit error | Julian Wiedmann |
2018-09-05 | net/af_iucv: drop inbound packets with invalid flags | Julian Wiedmann |
2018-08-08 | net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freeze | zhong jiang |
2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig |
2018-07-24 | net: remove blank lines at end of file | Stephen Hemminger |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds |
2018-05-26 | net/iucv: convert to ->poll_mask | Christoph Hellwig |
2018-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-03-16 | net/iucv: Free memory obtained by kzalloc | Arvind Yadav |
2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2017-11-27 | net: annotate ->poll() instances | Al Viro |
2017-07-03 | iucv: Convert sk_wmem_alloc accesses to refcount_t. | David S. Miller |
2017-06-25 | af_iucv: Move sockaddr length checks to before accessing sa_family in bind an... | Mateusz Jurczyk |
2017-06-25 | net/iucv: improve endianness handling | Hans Wippel |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg |
2017-03-09 | net: Work around lockdep limitation in sockets that use sockets | David Howells |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2017-01-10 | net/af_iucv: don't use paged skbs for TX on HiperSockets | Julian Wiedmann |
2016-12-12 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-11-28 | net/iucv: Use explicit clean up labels in iucv_init() | Sebastian Andrzej Siewior |
2016-11-22 | net/iucv: Convert to hotplug state machine | Sebastian Andrzej Siewior |
2016-10-12 | Subject: [PATCH] af_iucv: drop skbs rejected by filter | Ursula Braun |
2016-10-12 | Subject: [PATCH] af_iucv: enable control sends in case of SEND_SHUTDOWN | Ursula Braun |
2016-07-29 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2016-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2016-06-28 | s390/iucv: use basic blocks for iucv inline assemblies | Heiko Carstens |
2016-06-15 | af_iucv: use paged SKBs for big inbound messages | Eugene Crosser |