1. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
  2. b5d8cf0 net/af_iucv: Use struct_group() to zero struct iucv_sock region by Kees Cook · 3 years, 1 month ago
  3. 7c8e1a9 net/af_iucv: fix kernel doc comments by Heiko Carstens · 3 years, 1 month ago
  4. 682026a net/iucv: fix kernel doc comments by Heiko Carstens · 3 years, 1 month ago
  5. 8c39ed4 net/iucv: Replace deprecated CPU-hotplug functions. by Sebastian Andrzej Siewior · 3 years, 5 months ago
  6. 50348fa net/iucv: get rid of register asm usage by Heiko Carstens · 3 years, 5 months ago
  7. ff8424b net/af_iucv: remove wrappers around iucv (de-)registration by Julian Wiedmann · 3 years, 5 months ago
  8. 4eb9eda net/af_iucv: clean up a try_then_request_module() by Julian Wiedmann · 3 years, 5 months ago
  9. 10d6393 net/af_iucv: support drop monitoring by Julian Wiedmann · 3 years, 5 months ago
  10. 5140aaa s390: iucv: Avoid field over-reading memcpy() by Kees Cook · 3 years, 6 months ago
  11. 87c272c net/af_iucv: clean up some forward declarations by Julian Wiedmann · 3 years, 7 months ago
  12. bf05d48 iucv: af_iucv.c: Couple of typo fixes by Bhaskar Chowdhury · 3 years, 9 months ago
  13. 2c3b445 net/af_iucv: build SG skbs for TRANS_HIPER sockets by Julian Wiedmann · 4 years ago
  14. 80bc97a net/af_iucv: don't track individual TX skbs for TRANS_HIPER sockets by Julian Wiedmann · 4 years ago
  15. ef6af7b net/af_iucv: count packets in the xmit path by Julian Wiedmann · 4 years ago
  16. c464444 net/af_iucv: don't lookup the socket on TX notification by Julian Wiedmann · 4 years ago
  17. 27e9c1d net/af_iucv: remove WARN_ONCE on malformed RX packets by Alexander Egorenkov · 4 years ago
  18. 97f8841 net/af_iucv: use DECLARE_SOCKADDR to cast from sockaddr by Julian Wiedmann · 4 years, 1 month ago
  19. c5dab09 net/af_iucv: set correct sk_protocol for child sockets by Julian Wiedmann · 4 years, 1 month ago
  20. 4031eea net/af_iucv: fix null pointer dereference on shutdown by Ursula Braun · 4 years, 2 months ago
  21. a29f245 net/iucv: fix indentation in __iucv_message_receive() by Julian Wiedmann · 4 years, 3 months ago
  22. 398999b net/af_iucv: right-size the uid variable in iucv_sock_bind() by Julian Wiedmann · 4 years, 3 months ago
  23. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  24. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  25. b13fecb treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() by Kees Cook · 4 years, 6 months ago
  26. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  27. e9a36ca net/af_iucv: clean up function prototypes by Julian Wiedmann · 4 years, 7 months ago
  28. dca1262 net/af_iucv: remove a redundant zero initialization by Julian Wiedmann · 4 years, 7 months ago
  29. 0d1c766 net/af_iucv: replace open-coded U16_MAX by Julian Wiedmann · 4 years, 7 months ago
  30. 585bc22 net/af_iucv: remove pm support by Julian Wiedmann · 4 years, 7 months ago
  31. 4b32f86b net/iucv: remove pm support by Julian Wiedmann · 4 years, 7 months ago
  32. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  33. 05bba1e net/af_iucv: mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  34. 06996c1 net/af_iucv: always register net_device notifier by Julian Wiedmann · 6 years ago
  35. 238965b net/af_iucv: build proper skbs for HiperTransport by Julian Wiedmann · 6 years ago
  36. fdbf632 net/af_iucv: remove GFP_DMA restriction for HiperTransport by Julian Wiedmann · 6 years ago
  37. de6cc65 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 by Thomas Gleixner · 6 years ago
  38. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  39. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  40. 9e73317 iucv: Remove SKB list assumptions. by David S. Miller · 6 years ago
  41. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  42. cd11d11 net/af_iucv: locate IUCV header via skb_network_header() by Julian Wiedmann · 6 years ago
  43. 86c85e1 net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its function by zhong jiang · 6 years ago
  44. b7f4156 net/iucv: declare iucv_path_table_empty() as static by Julian Wiedmann · 6 years ago
  45. b2f5439 net/af_iucv: fix skb handling on HiperTransport xmit error by Julian Wiedmann · 6 years ago
  46. 2224409 net/af_iucv: drop inbound packets with invalid flags by Julian Wiedmann · 6 years ago
  47. fb3b467 net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freeze by zhong jiang · 6 years ago
  48. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  49. e446a27 net: remove blank lines at end of file by Stephen Hemminger · 6 years ago
  50. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  51. f87be89 net/iucv: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  52. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  53. fa6a91e net/iucv: Free memory obtained by kzalloc by Arvind Yadav · 7 years ago
  54. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  55. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  56. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  57. b2c9c5d iucv: Convert sk_wmem_alloc accesses to refcount_t. by David S. Miller · 7 years ago
  58. e3c42b6 af_iucv: Move sockaddr length checks to before accessing sa_family in bind and connect handlers by Mateusz Jurczyk · 8 years ago
  59. 2e56c26 net/iucv: improve endianness handling by Hans Wippel · 8 years ago
  60. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  61. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  62. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  63. dc5367b net/af_iucv: don't use paged skbs for TX on HiperSockets by Julian Wiedmann · 8 years ago
  64. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  65. 9c6bafa net/iucv: Use explicit clean up labels in iucv_init() by Sebastian Andrzej Siewior · 8 years ago
  66. 38b4829 net/iucv: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  67. 8c68b1a Subject: [PATCH] af_iucv: drop skbs rejected by filter by Ursula Braun · 8 years ago
  68. 4e0ad32 Subject: [PATCH] af_iucv: enable control sends in case of SEND_SHUTDOWN by Ursula Braun · 8 years ago
  69. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  70. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  71. eb090ad s390/iucv: use basic blocks for iucv inline assemblies by Heiko Carstens · 9 years ago
  72. a006353a9 af_iucv: use paged SKBs for big inbound messages by Eugene Crosser · 9 years ago
  73. 291759a af_iucv: remove fragment_skb() to use paged SKBs by Eugene Crosser · 9 years ago
  74. e537439 af_iucv: use paged SKBs for big outbound messages by Eugene Crosser · 9 years ago
  75. 02f0691 iucv: properly clone LSM attributes to newly created child sockets by Paul Moore · 9 years ago
  76. 52a82e2 af_iucv: Validate socket address length in iucv_sock_bind() by Ursula Braun · 9 years ago
  77. 979f66b iucv: call skb_linearize() when needed by Eugene Crosser · 9 years ago
  78. 0506eb0 iucv: prevent information leak in iucv_message by Eugene Crosser · 9 years ago
  79. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  80. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  81. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
  82. 91e60eb s390/iucv: do not use arrays as argument by Ursula Braun · 9 years ago
  83. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  84. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  85. ed4ac42 af_iucv: fix AF_IUCV sendmsg() errno by Eugene Crosser · 10 years ago
  86. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  87. f95b414 net: introduce helper macro for_each_cmsghdr by Gu Zheng · 10 years ago
  88. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  89. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  90. 47c4cfc iucv: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  91. 1042cab af_iucv: avoid path quiesce of severed path in shutdown() by Ursula Braun · 10 years ago
  92. 089b032 af_iucv: remove unnecessary break after goto by Fabian Frederick · 10 years ago
  93. 4d520f6 af_iucv: correct cleanup if listen backlog is full by Ursula Braun · 11 years ago
  94. 53a4b49 af_iucv: Add automatic (source) iucv_name to bind by Philipp Hachtmann · 11 years ago
  95. f5738e2 af_iucv: wrong mapping of sent and confirmed skbs by Ursula Braun · 11 years ago
  96. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
  97. d586c86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  98. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  99. 1dad093 s390/irq: Use defines for external interruption codes by Thomas Huth · 11 years ago
  100. a0e247a net/iucv/iucv.c: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 11 years ago