1. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  2. 00fd38d tcp: ensure proper barriers in lockless contexts by Eric Dumazet · 9 years ago
  3. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  4. 9e17f8a net: make skb_set_owner_w() more robust by Eric Dumazet · 9 years ago
  5. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  6. c7c49b8 net: add pfmemalloc check in sk_add_backlog() by Eric Dumazet · 9 years ago
  7. d475f09 tcp: shrink tcp_timewait_sock by 8 bytes by Eric Dumazet · 9 years ago
  8. ed53d0a net: shrink struct sock and request_sock by 8 bytes by Eric Dumazet · 9 years ago
  9. 8e5eb54 net: align sk_refcnt on 128 bytes boundary by Eric Dumazet · 9 years ago
  10. 70da268 net: SO_INCOMING_CPU setsockopt() support by Eric Dumazet · 9 years ago
  11. f28ea36 sock: support per-packet fwmark by Edward Jee · 9 years ago
  12. e446f9d net: synack packets can be attached to request sockets by Eric Dumazet · 9 years ago
  13. 87e002b net: constify sk_gfp_atomic() sock argument by Eric Dumazet · 9 years ago
  14. 58d607d tcp: provide skb->hash to synack packets by Eric Dumazet · 9 years ago
  15. e752eb6 memcg: move memcg_proto_active from sock.h by Michal Hocko · 9 years ago
  16. 33398cf memcg: export struct mem_cgroup by Michal Hocko · 9 years ago
  17. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  18. 265f94f net: Recompute sk_txhash on negative routing advice by Tom Herbert · 9 years ago
  19. 877d1f6 net: Set sk_txhash from a random number by Tom Herbert · 9 years ago
  20. dfbafc9 tcp: fix recv with flags MSG_WAITALL | MSG_PEEK by Sabrina Dubroca · 9 years ago
  21. e181a54 net: #ifdefify sk_classid member of struct sock by Mathias Krause · 9 years ago
  22. 1830fce net: Kill sock->sk_protinfo by David Miller · 9 years ago
  23. 638579f net: Update out-of-date comment by Zhaowei Yuan · 9 years ago
  24. eb4cb00 sock_diag: define destruction multicast groups by Craig Gallek · 9 years ago
  25. eb93447 tcp: add a force_schedule argument to sk_stream_alloc_skb() by Eric Dumazet · 9 years ago
  26. 1a24e04 net: fix sk_mem_reclaim_partial() by Eric Dumazet · 9 years ago
  27. affb979 net: kill sk_change_net and sk_release_kernel by Eric W. Biederman · 9 years ago
  28. 26abe14 net: Modify sk_alloc to not reference count the netns of kernel sockets. by Eric W. Biederman · 9 years ago
  29. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  30. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 9 years ago
  31. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  32. f60e599 ipv6: protect skb->sk accesses from recursive dereference inside the stack by hannes@stressinduktion.org · 9 years ago
  33. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  34. becb74f net: increase sk_[max_]ack_backlog by Eric Dumazet · 9 years ago
  35. 1d0ab25 net: add sk_fullsock() helper by Eric Dumazet · 9 years ago
  36. 41b822c inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state by Eric Dumazet · 9 years ago
  37. 0c5c9fb net: Introduce possible_net_t by Eric W. Biederman · 9 years ago
  38. efd7ef1 net: Kill hold_net release_net by Eric W. Biederman · 9 years ago
  39. 33cf7c9 net: add real socket cookies by Eric Dumazet · 9 years ago
  40. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  41. 744d5a3 net: move skb->dropcount to skb->cb[] by Eyal Birger · 9 years ago
  42. 3bc3b96 net: add common accessor for setting dropcount on packets by Eyal Birger · 9 years ago
  43. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 9 years ago
  44. f48b80a memcg: cleanup static keys decrement by Vladimir Davydov · 9 years ago
  45. 567e4b7 net: rfs: add hash collision detection by Eric Dumazet · 9 years ago
  46. f2683b7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 9 years ago
  47. 57be5bd ip: convert tcp_sendmsg() to iov_iter primitives by Al Viro · 10 years ago
  48. b245be1 net-timestamp: no-payload only sysctl by Willem de Bruijn · 9 years ago
  49. 7cc0566 net: remove sock_iocb by Christoph Hellwig · 9 years ago
  50. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  51. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  52. 3e32cb2 mm: memcontrol: lockless page counters by Johannes Weiner · 10 years ago
  53. 79e8865 crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit() by Daniel Borkmann · 10 years ago
  54. 232365f bury skb_copy_to_page() by Al Viro · 10 years ago
  55. ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
  56. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  57. 926c512 sock.h: Remove unused NETDEBUG macro by Joe Perches · 10 years ago
  58. 26cabd3 sched, net: Clean up sk_wait_event() vs. might_sleep() by Peter Zijlstra · 10 years ago
  59. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  60. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  61. 7bced39 net_dma: simple removal by Dan Williams · 10 years ago
  62. 67cc0d4 net-timestamp: optimize sock_tx_timestamp default path by Willem de Bruijn · 10 years ago
  63. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  64. 82eabd9 net: merge cases where sock_efree and sock_edemux are the same function by Alexander Duyck · 10 years ago
  65. 62bccb8 net-timestamp: Make the clone operation stand-alone from phy timestamping by Alexander Duyck · 10 years ago
  66. c199105 net-timestamp: only report sw timestamp if reporting bit is set by Willem de Bruijn · 10 years ago
  67. 364a9e9 sock: deduplicate errqueue dequeue by Willem de Bruijn · 10 years ago
  68. 4fab907 tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced() by Neal Cardwell · 10 years ago
  69. 140c55d net-timestamp: sock_tx_timestamp() fix by Eric Dumazet · 10 years ago
  70. 09c2d25 net-timestamp: add key to disambiguate concurrent datagrams by Willem de Bruijn · 10 years ago
  71. b9f40e2 net-timestamp: move timestamp flags out of sk_flags by Willem de Bruijn · 10 years ago
  72. f24b9be net-timestamp: extend SCM_TIMESTAMPING ancillary data struct by Willem de Bruijn · 10 years ago
  73. 4d276eb net: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  74. 274f482 sock: remove skb argument from sk_rcvqueues_full by Sorin Dumitru · 10 years ago
  75. 2dc41cf udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver. by David Held · 10 years ago
  76. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  77. b73c3d0 net: Save TX flow hash in sock and set in skbuf on xmit by Tom Herbert · 10 years ago
  78. 5925a05 net: fix sparse warning in sk_dst_set() by Eric Dumazet · 10 years ago
  79. 9fe516b inet: move ipv6only in sock_common by Eric Dumazet · 10 years ago
  80. 7f50236 ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fix by Eric Dumazet · 10 years ago
  81. f886497 ipv4: fix dst race in sk_dst_get() by Eric Dumazet · 10 years ago
  82. 28448b8 net: Split sk_no_check into sk_no_check_{rx,tx} by Tom Herbert · 10 years ago
  83. a3b299d net: Add variants of capable for use on on sockets by Eric W. Biederman · 10 years ago
  84. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  85. fbc907f net: filter: move filter accounting to filter core by Daniel Borkmann · 10 years ago
  86. 61b905d net: Rename skb->rxhash to skb->hash by Tom Herbert · 10 years ago
  87. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  88. c3f9b01 tcp: tcp_release_cb() should release socket ownership by Eric Dumazet · 10 years ago
  89. 5812521b net: add a pre-check of net_ns in sk_change_net() by Gu Zheng · 10 years ago
  90. adca476 net: Improve SO_TIMESTAMPING documentation and fix a minor code bug by Andrew Lutomirski · 10 years ago
  91. 855404e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  92. 8f09898 socket: cleanups by stephen hemminger · 10 years ago
  93. 86f8515 net: netprio: rename config to be more consistent with cgroup configs by Daniel Borkmann · 10 years ago
  94. c9d8ca0 net, rps: fix build failure when CONFIG_RPS isn't set by Zhi Yong Wu · 10 years ago
  95. fe47755 net: Allow setting sock flow hash without a sock by Tom Herbert · 10 years ago
  96. 7f2cbdc tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling. by Eric W. Biederman · 11 years ago
  97. 35b87f6 net: Dereference pointer-value of sk_prot->memory_pressure by Christoph Paasch · 11 years ago
  98. 0a6957e net: remove function sk_reset_txq() by ZHAO Gang · 11 years ago
  99. 2e685ca tcp_memcontrol: Kill struct tcp_memcontrol by Eric W. Biederman · 11 years ago
  100. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago