1. acfbe96 sock.h: fix kernel-doc warning by Randy Dunlap · 16 years ago
  2. f845172 cls_cgroup: Store classid in struct sock by Herbert Xu · 16 years ago
  3. 7fee226 net: add a noref bit on skb dst by Eric Dumazet · 16 years ago
  4. a465419 net: Introduce sk_route_nocaps by Eric Dumazet · 16 years ago
  5. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  6. 1183f38 net: fix compile error due to double return type in SOCK_DEBUG by Jan Engelhardt · 16 years ago
  7. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 16 years ago
  8. 767dd03 net: speedup sock_recv_ts_and_drops() by Eric Dumazet · 16 years ago
  9. 4b0b72f net: speedup udp receive path by Eric Dumazet · 16 years ago
  10. c377411 net: sk_add_backlog() take rmem_alloc into account by Eric Dumazet · 16 years ago
  11. c58dc01 net: Make RFS socket operations not be inet specific. by David S. Miller · 16 years ago
  12. 0b53ff2 net: fix a lockdep rcu warning in __sk_dst_set() by Eric Dumazet · 16 years ago
  13. f68c224 dst: rcu check refinement by Eric Dumazet · 16 years ago
  14. aa39514 net: sk_sleep() helper by Eric Dumazet · 16 years ago
  15. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 16 years ago
  16. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 16 years ago
  17. 4045635 net: add __must_check to sk_add_backlog by Zhu Yi · 16 years ago
  18. a3a858f net: backlog functions rename by Zhu Yi · 16 years ago
  19. 8eae939 net: add limit for socket backlog by Zhu Yi · 16 years ago
  20. 808f511 packet: convert socket list to RCU (v3) by stephen hemminger · 16 years ago
  21. 1a5778a net: Fix first line of kernel-doc for a few functions by Ben Hutchings · 16 years ago
  22. c414664 net: add a wrapper sk_entry() by Li Zefan · 16 years ago
  23. 512615b udp: secondary hash on (local port, local address) by Eric Dumazet · 16 years ago
  24. d4cada4 udp: split sk_hash into two u16 hashes by Eric Dumazet · 16 years ago
  25. e022f0b net: Introduce sk_tx_queue_mapping by Krishna Kumar · 17 years ago
  26. 421355d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  27. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 17 years ago
  28. 5fdb997 net: Fix struct sock bitfield annotation by Eric Dumazet · 17 years ago
  29. bcdce71 net: speedup sk_wake_async() by Eric Dumazet · 17 years ago
  30. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 17 years ago
  31. 4dc6dc7 net: sock_copy() fixes by Eric Dumazet · 17 years ago
  32. ad46276 memory barrier: adding smp_mb__after_lock by Jiri Olsa · 17 years ago
  33. a57de0b net: adding memory barrier to the poll and receive callbacks by Jiri Olsa · 17 years ago
  34. 09ce42d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 17 years ago
  35. d55d87f net: Move rx skb_orphan call to where needed by Herbert Xu · 17 years ago
  36. d2aa455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 17 years ago
  37. c564039 net: sk_wmem_alloc has initial value of one, not zero by Eric Dumazet · 17 years ago
  38. b3fec0f Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 17 years ago
  39. a98b65a net: annotate struct sock bitfield by Vegard Nossum · 17 years ago
  40. 2b85a34 net: No more expensive sock_hold()/sock_put() on each tx by Eric Dumazet · 17 years ago
  41. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 17 years ago
  42. 92a0acc net: Kill skb_truesize_check(), it only catches false-positives. by David S. Miller · 17 years ago
  43. 20d4947 net: socket infrastructure for SO_TIMESTAMPING by Patrick Ohly · 17 years ago
  44. 5e30589 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 17 years ago
  45. 9970937 net: don't use in_atomic() in gfp_any() by Andrew Morton · 17 years ago
  46. 4cc7f68 net: Reexport sock_alloc_send_pskb by Herbert Xu · 17 years ago
  47. dd24c00 net: Use a percpu_counter for orphan_count by Eric Dumazet · 17 years ago
  48. 1748376 net: Use a percpu_counter for sockets_allocated by Eric Dumazet · 17 years ago
  49. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  50. 88ab193 udp: Use hlist_nulls in UDP RCU code by Eric Dumazet · 17 years ago
  51. e8f6fbf lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c by Ingo Molnar · 17 years ago
  52. 2378982 net: ifdef struct sock::sk_async_wait_queue by Alexey Dobriyan · 17 years ago
  53. d5f6423 net: #ifdef ->sk_security by Alexey Dobriyan · 17 years ago
  54. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  55. ad1d967 net: delete excess kernel-doc notation by Randy Dunlap · 17 years ago
  56. 96631ed udp: introduce sk_for_each_rcu_safenext() by Eric Dumazet · 17 years ago
  57. 271b72c udp: RCU handling for Unicast packets. by Eric Dumazet · 17 years ago
  58. 645ca70 udp: introduce struct udp_table and multiple spinlocks by Eric Dumazet · 17 years ago
  59. def8b4f net: reduce structures when XFRM=n by Alexey Dobriyan · 17 years ago
  60. c57943a net: wrap sk->sk_backlog_rcv() by Peter Zijlstra · 18 years ago
  61. 2354261 inet: Don't lookup the socket if there's a socket attached to the skb by KOVACS Krisztian · 18 years ago
  62. af01d53 net: more #ifdef CONFIG_COMPAT by Alexey Dobriyan · 18 years ago
  63. 5c52ba1 sock: add net to prot->enter_memory_pressure callback by Pavel Emelyanov · 18 years ago
  64. 972692e net: Add sk_set_socket() helper. by David S. Miller · 18 years ago
  65. cb61cb9 udp: sk_drops handling by Eric Dumazet · 18 years ago
  66. 338db08 net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users. by David S. Miller · 18 years ago
  67. 7d06b2e net: change proto destroy method to return void by Brian Haley · 18 years ago
  68. 65a18ec [NETNS]: Add netns refcnt debug for kernel sockets. by Denis V. Lunev · 18 years ago
  69. 43db6d6 socket: sk_filter deinline by Stephen Hemminger · 18 years ago
  70. c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 18 years ago
  71. bdcde3d [SOCK]: Drop inuse pcounter from struct proto (v2). by Pavel Emelyanov · 18 years ago
  72. 60e7663 [SOCK]: Drop per-proto inuse init and fre functions (v2). by Pavel Emelyanov · 18 years ago
  73. 1338d46 [SOCK]: Introduce a percpu inuse counters array (v2). by Pavel Emelyanov · 18 years ago
  74. 13ff3d6 [SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2). by Pavel Emelyanov · 18 years ago
  75. f5aa23f [NETNS]: Compilation warnings under CONFIG_NET_NS. by Denis V. Lunev · 18 years ago
  76. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 18 years ago
  77. fc8717b [RAW]: Add raw_hashinfo member on struct proto. by Pavel Emelyanov · 18 years ago
  78. 39d8cda [SOCK]: Add udp_hash member to struct proto. by Pavel Emelyanov · 18 years ago
  79. 4cd9029 socket: SOCK_DEBUG type checking by Stephen Hemminger · 18 years ago
  80. 82cc1a7 [NET]: Add per-connection option to set max TSO frame size by Peter P Waskiewicz Jr · 18 years ago
  81. edf0208 [NET]: Make netlink_kernel_release publically available as sk_release_kernel. by Denis V. Lunev · 18 years ago
  82. 3172936 net: fix kernel-doc warnings in header files by Randy Dunlap · 18 years ago
  83. ab1e0a1 [SOCK] proto: Add hashinfo member to struct proto by Arnaldo Carvalho de Melo · 18 years ago
  84. 4a19ec5 [NET]: Introducing socket mark socket option. by Laszlo Attila Toth · 18 years ago
  85. 9993e7d [TCP]: Do not purge sk_forward_alloc entirely in tcp_delack_timer(). by David S. Miller · 18 years ago
  86. 65f7651 [NET]: prot_inuse cleanups and optimizations by Eric Dumazet · 18 years ago
  87. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 18 years ago
  88. 21371f7 [SOCK] Avoid divides in sk_stream_pages() and __sk_stream_mem_reclaim() by Eric Dumazet · 18 years ago
  89. 8df09ea [SOCK] Avoid integer divides where not necessary in include/net/sock.h by Eric Dumazet · 18 years ago
  90. 4138093 [NET]: Remove FASTCALL macro by Harvey Harrison · 18 years ago
  91. 33eb9cf [NET]: Isolate the net/core/ sysctl table by Pavel Emelyanov · 18 years ago
  92. 0eeb8ff [NET]: netns compilation speedup by Denis V. Lunev · 18 years ago
  93. df97c70 [NET]: Eliminate unused argument from sk_stream_alloc_pskb by Pavel Emelyanov · 18 years ago
  94. f561d0f [NET]: Uninline the sk_stream_alloc_pskb by Pavel Emelyanov · 18 years ago
  95. ebb53d7 [NET] proto: Use pcounters for the inuse field by Arnaldo Carvalho de Melo · 18 years ago
  96. c0ef877 [NET]: Move sock_valbool_flag to socket.c by Pavel Emelyanov · 18 years ago
  97. 33c732c [IPV4]: Add raw drops counter. by Wang Chen · 18 years ago
  98. 9d3e444 [SOCK]: Adds a rcu_dereference() in sk_filter by Eric Dumazet · 18 years ago
  99. 21df56c [TCP]: Fix TCP header misalignment by Herbert Xu · 18 years ago
  100. fb93134 [TCP]: Fix size calculation in sk_stream_alloc_pskb by Herbert Xu · 18 years ago