1. e8f6fbf lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c by Ingo Molnar · 16 years ago
  2. ad1d967 net: delete excess kernel-doc notation by Randy Dunlap · 16 years ago
  3. c57943a net: wrap sk->sk_backlog_rcv() by Peter Zijlstra · 16 years ago
  4. 2354261 inet: Don't lookup the socket if there's a socket attached to the skb by KOVACS Krisztian · 16 years ago
  5. af01d53 net: more #ifdef CONFIG_COMPAT by Alexey Dobriyan · 16 years ago
  6. 5c52ba1 sock: add net to prot->enter_memory_pressure callback by Pavel Emelyanov · 16 years ago
  7. 972692e net: Add sk_set_socket() helper. by David S. Miller · 16 years ago
  8. cb61cb9 udp: sk_drops handling by Eric Dumazet · 16 years ago
  9. 338db08 net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users. by David S. Miller · 16 years ago
  10. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  11. 65a18ec [NETNS]: Add netns refcnt debug for kernel sockets. by Denis V. Lunev · 16 years ago
  12. 43db6d6 socket: sk_filter deinline by Stephen Hemminger · 16 years ago
  13. c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 16 years ago
  14. bdcde3d [SOCK]: Drop inuse pcounter from struct proto (v2). by Pavel Emelyanov · 16 years ago
  15. 60e7663 [SOCK]: Drop per-proto inuse init and fre functions (v2). by Pavel Emelyanov · 16 years ago
  16. 1338d46 [SOCK]: Introduce a percpu inuse counters array (v2). by Pavel Emelyanov · 16 years ago
  17. 13ff3d6 [SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2). by Pavel Emelyanov · 16 years ago
  18. f5aa23f [NETNS]: Compilation warnings under CONFIG_NET_NS. by Denis V. Lunev · 16 years ago
  19. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  20. fc8717b [RAW]: Add raw_hashinfo member on struct proto. by Pavel Emelyanov · 16 years ago
  21. 39d8cda [SOCK]: Add udp_hash member to struct proto. by Pavel Emelyanov · 16 years ago
  22. 4cd9029 socket: SOCK_DEBUG type checking by Stephen Hemminger · 16 years ago
  23. 82cc1a7 [NET]: Add per-connection option to set max TSO frame size by Peter P Waskiewicz Jr · 16 years ago
  24. edf0208 [NET]: Make netlink_kernel_release publically available as sk_release_kernel. by Denis V. Lunev · 16 years ago
  25. 3172936 net: fix kernel-doc warnings in header files by Randy Dunlap · 16 years ago
  26. ab1e0a1 [SOCK] proto: Add hashinfo member to struct proto by Arnaldo Carvalho de Melo · 17 years ago
  27. 4a19ec5 [NET]: Introducing socket mark socket option. by Laszlo Attila Toth · 17 years ago
  28. 9993e7d [TCP]: Do not purge sk_forward_alloc entirely in tcp_delack_timer(). by David S. Miller · 17 years ago
  29. 65f7651 [NET]: prot_inuse cleanups and optimizations by Eric Dumazet · 17 years ago
  30. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  31. 21371f7 [SOCK] Avoid divides in sk_stream_pages() and __sk_stream_mem_reclaim() by Eric Dumazet · 17 years ago
  32. 8df09ea [SOCK] Avoid integer divides where not necessary in include/net/sock.h by Eric Dumazet · 17 years ago
  33. 4138093 [NET]: Remove FASTCALL macro by Harvey Harrison · 17 years ago
  34. 33eb9cf [NET]: Isolate the net/core/ sysctl table by Pavel Emelyanov · 17 years ago
  35. 0eeb8ff [NET]: netns compilation speedup by Denis V. Lunev · 17 years ago
  36. df97c70 [NET]: Eliminate unused argument from sk_stream_alloc_pskb by Pavel Emelyanov · 17 years ago
  37. f561d0f [NET]: Uninline the sk_stream_alloc_pskb by Pavel Emelyanov · 17 years ago
  38. ebb53d7 [NET] proto: Use pcounters for the inuse field by Arnaldo Carvalho de Melo · 17 years ago
  39. c0ef877 [NET]: Move sock_valbool_flag to socket.c by Pavel Emelyanov · 17 years ago
  40. 33c732c [IPV4]: Add raw drops counter. by Wang Chen · 17 years ago
  41. 9d3e444 [SOCK]: Adds a rcu_dereference() in sk_filter by Eric Dumazet · 17 years ago
  42. 21df56c [TCP]: Fix TCP header misalignment by Herbert Xu · 17 years ago
  43. fb93134 [TCP]: Fix size calculation in sk_stream_alloc_pskb by Herbert Xu · 17 years ago
  44. 286ab3d [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way. by Eric Dumazet · 17 years ago
  45. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  46. f1a6c4d [NET]: Move the sock_copy() from the header by Pavel Emelyanov · 17 years ago
  47. 47e958e [NET]: Fix the race between sk_filter_(de|at)tach and sk_clone() by Pavel Emelyanov · 17 years ago
  48. 309dd5f [NET]: Move the filter releasing into a separate call by Pavel Emelyanov · 17 years ago
  49. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  50. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  51. 07feaeb [NET]: Add a network namespace parameter to struct sock by Eric W. Biederman · 17 years ago
  52. d2e9117 [NET]: Change type of owner in sock_lock_t to int, rename by John Heffner · 17 years ago
  53. 172589c [NET]: DIV_ROUND_UP cleanup (part two) by Ilpo Järvinen · 17 years ago
  54. 4e07a91 [SOCK]: Shrink struct sock by 8 bytes on 64-bit. by Arnaldo Carvalho de Melo · 17 years ago
  55. 6272e26 cleanup compat ioctl handling by Christoph Hellwig · 17 years ago
  56. 9958089 [NET]: Move sk_setup_caps() out of line. by Andi Kleen · 17 years ago
  57. 92f37fd [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support by Eric Dumazet · 17 years ago
  58. a2a316f [NET]: Replace CONFIG_NET_DEBUG with sysctl. by Stephen Hemminger · 17 years ago
  59. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  60. fe067e8 [TCP]: Abstract out all write queue operations. by David S. Miller · 17 years ago
  61. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  62. fa438cc [NET]: Keep sk_backlog near sk_lock by Eric Dumazet · 17 years ago
  63. 64a1465 [NET]: Revert incorrect accept queue backlog changes. by David S. Miller · 17 years ago
  64. 8488df8 [NET]: Fix bugs in "Whether sock accept queue is full" checking by Wei Dong · 17 years ago
  65. 4498121 [NET]: Handle disabled preemption in gfp_any() by Patrick McHardy · 17 years ago
  66. ed07536 [PATCH] lockdep: annotate nfs/nfsd in-kernel sockets by Peter Zijlstra · 18 years ago
  67. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  68. d7fe0f2 [PATCH] severing skbuff.h -> mm.h by Al Viro · 18 years ago
  69. 58a5a7b [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb by Arnaldo Carvalho de Melo · 18 years ago
  70. 5084205 [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in net/* by Al Viro · 18 years ago
  71. fcc70d5 [BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTH by Peter Zijlstra · 18 years ago
  72. dc9b334 [NET]: Re-fix of doc-comment in sock.h by Paul Bonser · 18 years ago
  73. 6a43487 [NET]: kernel-doc fix for sock.h by Randy Dunlap · 18 years ago
  74. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  75. fda9ef5 [NET]: Fix sk->sk_filter field access by Dmitry Mishin · 18 years ago
  76. 4237c75 [MLSXFRM]: Auto-labeling of child sockets by Venkat Yekkirala · 18 years ago
  77. 892c141 [MLSXFRM]: Add security sid to sock by Venkat Yekkirala · 18 years ago
  78. a5b5bb9 [PATCH] lockdep: annotate sk_locks by Ingo Molnar · 18 years ago
  79. c636618 [PATCH] lockdep: annotate bh_lock_sock() by Ingo Molnar · 18 years ago
  80. da21f24 [PATCH] lockdep: annotate sock_lock_init() by Ingo Molnar · 18 years ago
  81. bcd7611 [NET]: Generalise TSO-specific bits from skb_setup_caps by Herbert Xu · 18 years ago
  82. b0da8537 [NET]: Add ECN support for TSO by Michael Chan · 18 years ago
  83. f4b8ea7 [NET]: fix net-core kernel-doc by Randy Dunlap · 18 years ago
  84. 37c3185 [NET]: Added GSO toggle by Herbert Xu · 18 years ago
  85. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 18 years ago
  86. b38dfee [NET]: skb_trim audit by Herbert Xu · 18 years ago
  87. 624d116 [I/OAT]: Make sk_eat_skb I/OAT aware. by Chris Leech · 18 years ago
  88. 97fc2f0 [I/OAT]: Structure changes for TCP recv offload to I/OAT by Chris Leech · 18 years ago
  89. 5047f09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  90. da753be [NET]: use hlist_unhashed() by Akinobu Mita · 18 years ago
  91. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  92. dc6de33 [NET]: Add skb->truesize assertion checking. by David S. Miller · 18 years ago
  93. f0088a5 [NET]: deinline 200+ byte inlines in sock.h by Denis Vlasenko · 18 years ago
  94. 9932cf9 [NET]: Fill in a 32-bit hole in struct sock on 64-bit platforms. by David S. Miller · 18 years ago
  95. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  96. 265a928 [NET]: Fix race condition in sk_wait_event(). by Alexey Kuznetsov · 18 years ago
  97. 0dec456 [NET]: Add CONFIG_NETDEBUG to suppress bad packet messages. by Stephen Hemminger · 19 years ago
  98. 4bad4dc [NET]: Change sk_run_filter()'s return type in net/core/filter.c by Kris Katterjohn · 19 years ago
  99. 25995ff [SOCK]: Introduce sk_receive_skb by Arnaldo Carvalho de Melo · 19 years ago
  100. 6d6ee43 [TWSK]: Introduce struct timewait_sock_ops by Arnaldo Carvalho de Melo · 19 years ago