1. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  2. 9709020 sock_diag: fix use-after-free read in __sk_free by Eric Dumazet · 7 years ago
  3. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  4. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  5. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  6. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  7. 454bfe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  8. 8c05dbf net: generalize sk_alloc_sg to work with scatterlist rings by John Fastabend · 7 years ago
  9. 2c3682f sock: make static tls function alloc_sg generic sock helper by John Fastabend · 7 years ago
  10. ced6823 sock: remove zerocopy sockopt restriction on closed tcp state by Willem de Bruijn · 7 years ago
  11. bf2ae2e sock_diag: request _diag module only when the family or proto has been registered by Xin Long · 7 years ago
  12. 334e641 sock: Fix SO_ZEROCOPY switch case by Jesus Sanchez-Palencia · 7 years ago
  13. 0a6b2a1 tcp: switch to GSO being always on by Eric Dumazet · 7 years ago
  14. 2819075 sock: permit SO_ZEROCOPY on PF_RDS socket by Sowmini Varadhan · 7 years ago
  15. 36b0068 net: Convert proto_net_ops by Kirill Tkhai · 7 years ago
  16. 604da74 net: Convert net_inuse_ops by Kirill Tkhai · 7 years ago
  17. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  18. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  19. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  20. edbe69e Revert "defer call to mem_cgroup_sk_alloc()" by Roman Gushchin · 7 years ago
  21. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  22. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  23. 289a4860 net: Restrict unwhitelisted proto caches to size 0 by Kees Cook · 7 years ago
  24. 30c2c9f net: Define usercopy region in struct proto slab cache by David Windsor · 8 years ago
  25. 648845a sock: Move the socket inuse to namespace. by Tonghao Zhang · 7 years ago
  26. 08fc7f8 sock: Change the netns_core member name. by Tonghao Zhang · 7 years ago
  27. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  28. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  29. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  30. 3a9b76f tcp: allow drivers to tweak TSQ logic by Eric Dumazet · 7 years ago
  31. 5290ada sock: Remove the global prot_inuse counter. by Tonghao Zhang · 7 years ago
  32. a3dcaf1 net: allow per netns sysctl_rmem and sysctl_wmem for protos by Eric Dumazet · 7 years ago
  33. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  34. 99767f2 net/core: Convert sk_timer users to use timer_setup() by Kees Cook · 7 years ago
  35. 9f12a77 net/core: Collapse redundant sk_timer callback data assignments by Kees Cook · 7 years ago
  36. c0576e3 net: call cgroup_sk_alloc() earlier in sk_clone_lock() by Eric Dumazet · 7 years ago
  37. 75cb070 Revert "net: defer call to cgroup_sk_alloc()" by Eric Dumazet · 7 years ago
  38. fbb1fb4 net: defer call to cgroup_sk_alloc() by Eric Dumazet · 7 years ago
  39. 9f1c267 net: memcontrol: defer call to mem_cgroup_sk_alloc() by Eric Dumazet · 7 years ago
  40. eefca20 socket, bpf: fix possible use after free by Eric Dumazet · 7 years ago
  41. 9d538fa net: Set sk_prot_creator when cloning sockets to the right proto by Christoph Paasch · 7 years ago
  42. eaa72dc neigh: increase queue_len_bytes to match wmem_default by Eric Dumazet · 7 years ago
  43. 257a730 net/sock: allow the user to set negative peek offset by Paolo Abeni · 7 years ago
  44. a43dce9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  45. 76851d1 sock: add SOCK_ZEROCOPY sockopt by Willem de Bruijn · 7 years ago
  46. 5226779 sock: add MSG_ZEROCOPY by Willem de Bruijn · 7 years ago
  47. 98ba0bd sock: allocate skbs from optmem by Willem de Bruijn · 7 years ago
  48. f70f250 net: Allow IPsec GSO for local sockets by Steffen Klassert · 7 years ago
  49. 306b13e proto_ops: Add locked held versions of sendmsg and sendpage by Tom Herbert · 7 years ago
  50. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  51. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  52. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  53. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  54. 28b5ba2a net: introduce SO_PEERGROUPS getsockopt by David Herrmann · 8 years ago
  55. 0604475 tcp: add TCPMemoryPressuresChrono counter by Eric Dumazet · 8 years ago
  56. c6cd850 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  57. 9142e900 net: fix compile error in skb_orphan_partial() by Eric Dumazet · 8 years ago
  58. 218af59 tcp: internal implementation for pacing by Eric Dumazet · 8 years ago
  59. d651983 net: fix some identation issues at kernel-doc markups by Mauro Carvalho Chehab · 8 years ago
  60. f6ba8d3 netem: fix skb_orphan_partial() by Eric Dumazet · 8 years ago
  61. f108304 treewide: convert PF_MEMALLOC manipulations to new helpers by Vlastimil Babka · 8 years ago
  62. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  63. 717a94b sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current_restore_flags() by NeilBrown · 8 years ago
  64. 5daab9d New getsockopt option to get socket cookie by Chenbo Feng · 8 years ago
  65. 6c7c98b sock: avoid dirtying sk_stamp, if possible by Paolo Abeni · 8 years ago
  66. 6d43390 net: Introduce SO_INCOMING_NAPI_ID by Sridhar Samudrala · 8 years ago
  67. 7db6b04 net: Commonize busy polling code to focus on napi_id instead of socket by Sridhar Samudrala · 8 years ago
  68. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  69. a97e50c socket, bpf: fix sk_filter use after free in sk_clone_lock by Daniel Borkmann · 8 years ago
  70. a2d133b sock: introduce SO_MEMINFO getsockopt by Josh Hunt · 8 years ago
  71. 22a0e18 net: properly release sk_frag.page by Eric Dumazet · 8 years ago
  72. 101c431 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  73. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  74. 581319c net/socket: use per af lockdep classes for sk queues by Paolo Abeni · 8 years ago
  75. 94352d4 net: Introduce sk_clone_lock() error path routine by Arnaldo Carvalho de Melo · 8 years ago
  76. 8ccde4c net: sock: Use USEC_PER_SEC macro instead of literal 1000000 by Gao Feng · 8 years ago
  77. 9b8805a sock: add sk_dst_pending_confirm flag by Julian Anastasov · 8 years ago
  78. 526735d net: fix AF_SMC related typo by Ursula Braun · 8 years ago
  79. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  80. 5d722b3 net: add the AF_QIPCRTR entries to family name tables by Anna, Suman · 8 years ago
  81. ac71387 smc: establish new socket family by Ursula Braun · 8 years ago
  82. 4b9d07a net: introduce keepalive function in struct proto by Ursula Braun · 8 years ago
  83. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  84. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  85. b98b0bc net: avoid signed overflows for SO_{SND|RCV}BUFFORCE by Eric Dumazet · 8 years ago
  86. 1c88580 tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING by Francis Yan · 8 years ago
  87. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  88. d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
  89. 86741ec net: core: Add a UID field to struct sock. by Lorenzo Colitti · 8 years ago
  90. c3f24cf dccp: do not release listeners too soon by Eric Dumazet · 8 years ago
  91. e551c32 net: clear sk_err_soft in sk_clone_lock() by Eric Dumazet · 8 years ago
  92. f8c3bf0 net/socket: factor out helpers for memory and queue manipulation by Paolo Abeni · 8 years ago
  93. 2d75807 mm: memcontrol: consolidate cgroup socket tracking by Johannes Weiner · 8 years ago
  94. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  95. d979a39 cgroup: duplicate cgroup reference when cloning sockets by Johannes Weiner · 8 years ago
  96. ba2489b net: remove clear_sk() method by Eric Dumazet · 8 years ago
  97. 4cac820 udp: get rid of sk_prot_clear_portaddr_nulls() by Eric Dumazet · 8 years ago
  98. 4f0c40d9 dccp: limit sk_filter trim to payload by Willem de Bruijn · 8 years ago
  99. 779f1ed sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_send by Soheil Hassas Yeganeh · 8 years ago
  100. 1d2077a net: add __sock_wfree() helper by Eric Dumazet · 9 years ago