1. b9bb53f sock: convert sk_peek_offset functions to WRITE_ONCE by Willem de Bruijn · 9 years ago
  2. 532182c tcp: increment sk_drops for dropped rx packets by Eric Dumazet · 9 years ago
  3. ca065d0 udp: no longer use SLAB_DESTROY_BY_RCU by Eric Dumazet · 9 years ago
  4. a4298e4 net: add SOCK_RCU_FREE socket flag by Eric Dumazet · 9 years ago
  5. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 9 years ago
  6. 3dd17e6 sock: accept SO_TIMESTAMPING flags in socket cmsg by Soheil Hassas Yeganeh · 9 years ago
  7. 39771b1 sock: break up sock_cmsg_snd into __sock_cmsg_snd and loop by Willem de Bruijn · 9 years ago
  8. 086c653 sock: struct proto hash function may error by Craig Gallek · 9 years ago
  9. 4877be9 net: sock: remove dead cgroup methods from struct proto by Johannes Weiner · 9 years ago
  10. 80e95fe mm: memcontrol: generalize the socket accounting jump label by Johannes Weiner · 9 years ago
  11. baac50b net: tcp_memcontrol: simplify linkage between socket and page counter by Johannes Weiner · 9 years ago
  12. e805605 net: tcp_memcontrol: sanitize tcp memory accounting callbacks by Johannes Weiner · 9 years ago
  13. 80f2312 net: tcp_memcontrol: simplify the per-memcg limit access by Johannes Weiner · 9 years ago
  14. af95d7d net: tcp_memcontrol: remove dead per-memcg count of allocated sockets by Johannes Weiner · 9 years ago
  15. 931f3f4 net: tcp_memcontrol: remove bogus hierarchy pressure propagation by Johannes Weiner · 9 years ago
  16. 8c2c235 net: tcp_memcontrol: properly detect ancestor socket pressure by Johannes Weiner · 9 years ago
  17. ef45614 soreuseport: define reuseport groups by Craig Gallek · 9 years ago
  18. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  19. 7bbadd2 net: fix warnings in 'make htmldocs' by moving macro definition out of field declaration by Hannes Frederic Sowa · 9 years ago
  20. 64be0ae net: diag: Add the ability to destroy a socket. by Lorenzo Colitti · 9 years ago
  21. 9a49850 tcp: Fix conditions to determine checksum offload by Tom Herbert · 9 years ago
  22. 5037e9e net: fix IP early demux races by Eric Dumazet · 9 years ago
  23. 79462ad0 net: add validation for the socket syscall protocol argument by Hannes Frederic Sowa · 9 years ago
  24. d188ba8 xfrm: add rcu protection to sk->sk_policy[] by Eric Dumazet · 9 years ago
  25. 2a56a1f net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct by Tejun Heo · 9 years ago
  26. 297dbde netprio_cgroup: limit the maximum css->id to USHRT_MAX by Tejun Heo · 9 years ago
  27. 01ce63c sctp: update the netstamp_needed counter when copying sockets by Marcelo Ricardo Leitner · 9 years ago
  28. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  29. 6bd4f35 ipv6: kill sk_dst_lock by Eric Dumazet · 9 years ago
  30. 7450aaf tcp: suppress too verbose messages in tcp_send_ack() by Eric Dumazet · 9 years ago
  31. ceb5d58 net: fix sock_wake_async() rcu protection by Eric Dumazet · 9 years ago
  32. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  33. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
  34. 00fd38d tcp: ensure proper barriers in lockless contexts by Eric Dumazet · 9 years ago
  35. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  36. 9e17f8a net: make skb_set_owner_w() more robust by Eric Dumazet · 9 years ago
  37. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  38. c7c49b8 net: add pfmemalloc check in sk_add_backlog() by Eric Dumazet · 9 years ago
  39. d475f09 tcp: shrink tcp_timewait_sock by 8 bytes by Eric Dumazet · 9 years ago
  40. ed53d0a net: shrink struct sock and request_sock by 8 bytes by Eric Dumazet · 9 years ago
  41. 8e5eb54 net: align sk_refcnt on 128 bytes boundary by Eric Dumazet · 9 years ago
  42. 70da268 net: SO_INCOMING_CPU setsockopt() support by Eric Dumazet · 9 years ago
  43. f28ea36 sock: support per-packet fwmark by Edward Jee · 9 years ago
  44. e446f9d net: synack packets can be attached to request sockets by Eric Dumazet · 9 years ago
  45. 87e002b net: constify sk_gfp_atomic() sock argument by Eric Dumazet · 9 years ago
  46. 58d607d tcp: provide skb->hash to synack packets by Eric Dumazet · 9 years ago
  47. e752eb6 memcg: move memcg_proto_active from sock.h by Michal Hocko · 9 years ago
  48. 33398cf memcg: export struct mem_cgroup by Michal Hocko · 9 years ago
  49. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. 265f94f net: Recompute sk_txhash on negative routing advice by Tom Herbert · 9 years ago
  51. 877d1f6 net: Set sk_txhash from a random number by Tom Herbert · 9 years ago
  52. dfbafc9 tcp: fix recv with flags MSG_WAITALL | MSG_PEEK by Sabrina Dubroca · 9 years ago
  53. e181a54 net: #ifdefify sk_classid member of struct sock by Mathias Krause · 9 years ago
  54. 1830fce net: Kill sock->sk_protinfo by David Miller · 10 years ago
  55. 638579f net: Update out-of-date comment by Zhaowei Yuan · 10 years ago
  56. eb4cb00 sock_diag: define destruction multicast groups by Craig Gallek · 10 years ago
  57. eb93447 tcp: add a force_schedule argument to sk_stream_alloc_skb() by Eric Dumazet · 10 years ago
  58. 1a24e04 net: fix sk_mem_reclaim_partial() by Eric Dumazet · 10 years ago
  59. affb979 net: kill sk_change_net and sk_release_kernel by Eric W. Biederman · 10 years ago
  60. 26abe14 net: Modify sk_alloc to not reference count the netns of kernel sockets. by Eric W. Biederman · 10 years ago
  61. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  62. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 10 years ago
  63. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  64. f60e599 ipv6: protect skb->sk accesses from recursive dereference inside the stack by hannes@stressinduktion.org · 10 years ago
  65. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  66. becb74f net: increase sk_[max_]ack_backlog by Eric Dumazet · 10 years ago
  67. 1d0ab25 net: add sk_fullsock() helper by Eric Dumazet · 10 years ago
  68. 41b822c inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state by Eric Dumazet · 10 years ago
  69. 0c5c9fb net: Introduce possible_net_t by Eric W. Biederman · 10 years ago
  70. efd7ef1 net: Kill hold_net release_net by Eric W. Biederman · 10 years ago
  71. 33cf7c9 net: add real socket cookies by Eric Dumazet · 10 years ago
  72. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  73. 744d5a3 net: move skb->dropcount to skb->cb[] by Eyal Birger · 10 years ago
  74. 3bc3b96 net: add common accessor for setting dropcount on packets by Eyal Birger · 10 years ago
  75. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 10 years ago
  76. f48b80a memcg: cleanup static keys decrement by Vladimir Davydov · 10 years ago
  77. 567e4b7 net: rfs: add hash collision detection by Eric Dumazet · 10 years ago
  78. f2683b7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
  79. 57be5bd ip: convert tcp_sendmsg() to iov_iter primitives by Al Viro · 10 years ago
  80. b245be1 net-timestamp: no-payload only sysctl by Willem de Bruijn · 10 years ago
  81. 7cc0566 net: remove sock_iocb by Christoph Hellwig · 10 years ago
  82. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  83. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  84. 3e32cb2 mm: memcontrol: lockless page counters by Johannes Weiner · 10 years ago
  85. 79e8865 crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit() by Daniel Borkmann · 10 years ago
  86. 232365f bury skb_copy_to_page() by Al Viro · 10 years ago
  87. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  88. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  89. 926c512 sock.h: Remove unused NETDEBUG macro by Joe Perches · 10 years ago
  90. 26cabd3 sched, net: Clean up sk_wait_event() vs. might_sleep() by Peter Zijlstra · 10 years ago
  91. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  92. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  93. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  94. 67cc0d4 net-timestamp: optimize sock_tx_timestamp default path by Willem de Bruijn · 10 years ago
  95. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  96. 82eabd9 net: merge cases where sock_efree and sock_edemux are the same function by Alexander Duyck · 10 years ago
  97. 62bccb8 net-timestamp: Make the clone operation stand-alone from phy timestamping by Alexander Duyck · 10 years ago
  98. c199105 net-timestamp: only report sw timestamp if reporting bit is set by Willem de Bruijn · 10 years ago
  99. 364a9e9 sock: deduplicate errqueue dequeue by Willem de Bruijn · 10 years ago
  100. 4fab907 tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced() by Neal Cardwell · 10 years ago