1. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  2. a47c397 revert "net: kcm: fix memory leak in kcm_sendmsg" by Pavel Skripkin · 3 years, 7 months ago
  3. c47cc30 net: kcm: fix memory leak in kcm_sendmsg by Pavel Skripkin · 3 years, 7 months ago
  4. 71a2fae kcm: kcmsock.c: Couple of typo fixes by Bhaskar Chowdhury · 3 years, 9 months ago
  5. 06b4feb net: group skb_shinfo zerocopy related bits together. by Jonathan Lemon · 4 years ago
  6. 8dc879a net: kcm: Replace fput with sockfd_put by Zheng Yongjun · 4 years ago
  7. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  8. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 6 months ago
  9. 1963507 net: kcm: kcmproc.c: Fix RCU list suspicious usage warning by Madhuparna Bhowmik · 4 years, 9 months ago
  10. 3d9f773c bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites. by David Miller · 4 years, 10 months ago
  11. 0355d6c kcm: disable preemption in kcm_parse_func_strparser() by Eric Dumazet · 5 years ago
  12. a2c11b0 kcm: use BPF_PROG_RUN by Sami Tolvanen · 5 years ago
  13. b54c9d5 net: Use skb_frag_off accessors by Jonathan Lemon · 5 years ago
  14. d8e18a5 net: Use skb accessors in network core by Matthew Wilcox (Oracle) · 5 years ago
  15. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  16. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  17. 3c446e6 kcm: switch order of device registration to fix a crash by Jiri Slaby · 6 years ago
  18. c211524 kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_init by YueHaibing · 6 years ago
  19. e446a27 net: remove blank lines at end of file by Stephen Hemminger · 6 years ago
  20. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  21. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  22. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  23. eb7f54b kcm: Fix use-after-free caused by clonned sockets by Kirill Tkhai · 7 years ago
  24. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  25. 3617d94 proc: introduce proc_create_net_single by Christoph Hellwig · 7 years ago
  26. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  27. 2ad17b1 net/kcm: simplify proc registration by Christoph Hellwig · 7 years ago
  28. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  29. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  30. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  31. 2cc683e kcm: lock lower socket in kcm_attach by Tom Herbert · 7 years ago
  32. 02df428 net: Convert simple pernet_operations by Kirill Tkhai · 7 years ago
  33. c80afa0 net: Convert /proc creating and destroying pernet_operations by Kirill Tkhai · 7 years ago
  34. dff8baa kcm: Call strp_stop before strp_done in kcm_attach by Tom Herbert · 7 years ago
  35. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  36. 955bd1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. e557124 kcm: Check if sk_user_data already set in kcm_attach by Tom Herbert · 7 years ago
  38. 581e722 kcm: Only allow TCP sockets to be attached to a KCM mux by Tom Herbert · 7 years ago
  39. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  40. 8e1611e make sock_alloc_file() do sock_release() on failures by Al Viro · 7 years ago
  41. a573943 fix kcm_clone() by Al Viro · 7 years ago
  42. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  43. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  44. d9db5e3 kcm: Remove redundant unlikely() by Tobias Klauser · 7 years ago
  45. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  46. 351050e kcm: do not attach PF_KCM sockets to avoid deadlock by Eric Dumazet · 7 years ago
  47. 3fd8712 strparser: initialize all callbacks by Eric Biggers · 7 years ago
  48. bbb03029 strparser: Generalize strparser by Tom Herbert · 7 years ago
  49. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  50. 173e783 net: socket: mark socket protocol handler structs as const by linzhang · 8 years ago
  51. f5001ce kcm: remove a useless copy_from_user() by WANG Cong · 8 years ago
  52. a80db69 kcm: return immediately after copy_from_user() failure by WANG Cong · 8 years ago
  53. 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
  54. cd27b96 kcm: fix a null pointer dereference in kcm_sendmsg() by WANG Cong · 8 years ago
  55. 98e3862c kcm: fix 0-length case for kcm_sendmsg() by WANG Cong · 8 years ago
  56. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  57. 2586926 skb_splice_bits(): get rid of callback by Al Viro · 8 years ago
  58. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  59. c0338af kcm: fix a socket double free by WANG Cong · 8 years ago
  60. 96a5908 kcm: Remove TCP specific references from kcm and strparser by Tom Herbert · 8 years ago
  61. 1616b38 kcm: Fix locking issue by Tom Herbert · 8 years ago
  62. 9b73896 kcm: Use stream parser by Tom Herbert · 8 years ago
  63. 0a58f47 kcm: remove redundant -ve error check and return path by Colin Ian King · 8 years ago
  64. 113214b bpf: refactor bpf_prog_get and type check into helper by Daniel Borkmann · 8 years ago
  65. d19af0a kcm: fix /proc memory leak by Jiri Slaby · 9 years ago
  66. f1971a2 kcm: fix a signedness in kcm_splice_read() by WANG Cong · 9 years ago
  67. 29152a3 kcm: Add receive message timeout by Tom Herbert · 9 years ago
  68. 7ced95e kcm: Add memory limit for receive message construction by Tom Herbert · 9 years ago
  69. f29698fc kcm: Sendpage support by Tom Herbert · 9 years ago
  70. 9168735 kcm: Splice support by Tom Herbert · 9 years ago
  71. cd6e111 kcm: Add statistics and proc interfaces by Tom Herbert · 9 years ago
  72. ab7ac4e kcm: Kernel Connection Multiplexor module by Tom Herbert · 9 years ago