1. 93890b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  2. f5bb3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 16 years ago
  3. 18445c4 virtio: explicit enable_cb/disable_cb rather than callback return. by Rusty Russell · 16 years ago
  4. a586d4f virtio: simplify config mechanism. by Rusty Russell · 16 years ago
  5. f35d9d8 virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets. by Rusty Russell · 16 years ago
  6. 53379e5 typo fixes in net/core/net_namespace.c by Oliver Pinter · 16 years ago
  7. 1dbede8 typo fix in net/rfkill/rfkill.c by Oliver Pinter · 16 years ago
  8. ac461a0 typo fixes in net/sctp/sm_statefuns.c by Oliver Pinter · 16 years ago
  9. a80f509 Merge branch 'fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  10. ab1e0a1 [SOCK] proto: Add hashinfo member to struct proto by Arnaldo Carvalho de Melo · 16 years ago
  11. 63e9b66 Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  12. ea339d4 SUNRPC: RPC program information is stored in unsigned integers by Chuck Lever · 17 years ago
  13. d2f7e79 SUNRPC: Move exported symbol definitions after function declaration part 2 by Trond Myklebust · 17 years ago
  14. 0113ab3 SUNRPC: spin svc_rqst initialization to its own function by Jeff Layton · 16 years ago
  15. 4b8449a rdma: makefile by Tom Tucker · 17 years ago
  16. ef1eac0 rdma: ONCRPC RDMA protocol marshalling by Tom Tucker · 17 years ago
  17. c06b540 rdma: SVCRDMA sendto by Tom Tucker · 17 years ago
  18. d5b31be rdma: SVCRDMA recvfrom by Tom Tucker · 17 years ago
  19. 377f9b2 rdma: SVCRDMA Core Transport Services by Tom Tucker · 17 years ago
  20. ef7fbf5 rdma: SVCRDMA Transport Module by Tom Tucker · 17 years ago
  21. 9571af1 svc: Add svc_xprt_names service to replace svc_sock_names by Tom Tucker · 17 years ago
  22. a217813f knfsd: Support adding transports by writing portlist file by Tom Tucker · 17 years ago
  23. 7fcb98d svc: Add svc API that queries for a transport instance by Tom Tucker · 17 years ago
  24. dc9a16e svc: Add /proc/sys/sunrpc/transport files by Tom Tucker · 17 years ago
  25. 260c1d1 svc: Add transport hdr size for defer/revisit by Tom Tucker · 17 years ago
  26. 0f0257e svc: Move the xprt independent code to the svc_xprt.c file by Tom Tucker · 17 years ago
  27. 18d19f9 svc: Make svc_check_conn_limits xprt independent by Tom Tucker · 17 years ago
  28. 57b1d3b svc: Removing remaining references to rq_sock in rqstp by Tom Tucker · 17 years ago
  29. 4e5caaa svc: Move create logic to common code by Tom Tucker · 17 years ago
  30. 9f8bfae svc: Make svc_age_temp_sockets svc_age_temp_transports by Tom Tucker · 17 years ago
  31. c36adb2a svc: Make svc_recv transport neutral by Tom Tucker · 17 years ago
  32. eab996d svc: Make svc_sock_release svc_xprt_release by Tom Tucker · 17 years ago
  33. 9dbc240 svc: Move the sockaddr information to svc_xprt by Tom Tucker · 17 years ago
  34. 8c7b017 svc: Make deferral processing xprt independent by Tom Tucker · 17 years ago
  35. def13d7 svc: Move the authinfo cache to svc_xprt. by Tom Tucker · 17 years ago
  36. 4bc6c49 svc: Remove sk_lastrecv by Tom Tucker · 17 years ago
  37. 6bc5ab1 svc: Move accept call to svc_xprt_received to common code by Tom Tucker · 17 years ago
  38. a6046f7 svc: Change svc_sock_received to svc_xprt_received and export it by Tom Tucker · 17 years ago
  39. a50fea2 svc: Make svc_send transport neutral by Tom Tucker · 17 years ago
  40. f6150c3 svc: Make the enqueue service transport neutral and export it. by Tom Tucker · 17 years ago
  41. 7a90e8c svc: Move sk_reserved to svc_xprt by Tom Tucker · 17 years ago
  42. 7a18208 svc: Make close transport independent by Tom Tucker · 17 years ago
  43. bb5cf16 svc: Move sk_server and sk_pool to svc_xprt by Tom Tucker · 17 years ago
  44. 02fc6c3 svc: Move sk_flags to the svc_xprt structure by Tom Tucker · 17 years ago
  45. e1b3157 svc: Change sk_inuse to a kref by Tom Tucker · 17 years ago
  46. d7c9f1e svc: Change services to use new svc_create_xprt service by Tom Tucker · 17 years ago
  47. b700cbb svc: Add a generic transport svc_create_xprt function by Tom Tucker · 17 years ago
  48. f9f3cc4 svc: Move connection limit checking to its own function by Tom Tucker · 17 years ago
  49. 44a6995 svc: Remove unnecessary call to svc_sock_enqueue by Tom Tucker · 17 years ago
  50. 38a417c svc: Add xpo_accept transport function by Tom Tucker · 17 years ago
  51. d7979ae svc: Move close processing to a single place by Tom Tucker · 17 years ago
  52. 323bee3 svc: Add a transport function that checks for write space by Tom Tucker · 17 years ago
  53. e831fe6 svc: Add xpo_prep_reply_hdr by Tom Tucker · 17 years ago
  54. 755ccea svc: Add per-transport delete functions by Tom Tucker · 17 years ago
  55. 5148bf4 svc: Add transport specific xpo_release function by Tom Tucker · 17 years ago
  56. 5d13799 svc: Move sk_sendto and sk_recvfrom to svc_xprt_class by Tom Tucker · 17 years ago
  57. 4902315 svc: Add a max payload value to the transport by Tom Tucker · 17 years ago
  58. 360d8738 svc: Make svc_sock the tcp/udp transport by Tom Tucker · 17 years ago
  59. 1d8206b9 svc: Add an svc transport class by Tom Tucker · 17 years ago
  60. cb5c7d6 svcrpc: ensure gss DESTROY tokens free contexts from cache by J. Bruce Fields · 16 years ago
  61. b39c18f sunrpc: gss: simplify rsi_parse logic by J. Bruce Fields · 16 years ago
  62. 980e5a4 nfsd: fix rsi_cache reference count leak by J. Bruce Fields · 17 years ago
  63. dbf847e knfsd: allow cache_register to return error on failure by J. Bruce Fields · 17 years ago
  64. ffe9386 nfsd: move cache proc (un)registration to separate function by J. Bruce Fields · 17 years ago
  65. df95a9d knfsd: cache unregistration needn't return error by J. Bruce Fields · 17 years ago
  66. a490c68 knfsd: fix cache.c comment by J. Bruce Fields · 17 years ago
  67. e5cff48 SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace by Chuck Lever · 17 years ago
  68. 01b2969 SUNRPC: Prevent length underflow in read_flush() by Chuck Lever · 17 years ago
  69. 3eadf5f mac80211: fix initialisation error path by Johannes Berg · 16 years ago
  70. f0b9205 mac80211 rate control: fix section mismatch by Johannes Berg · 16 years ago
  71. 6feeb8a mac80211: make alignment warning optional by Johannes Berg · 16 years ago
  72. 7759db8 [AUDIT] Add uid, gid fields to ANOM_PROMISCUOUS message by Klaus Heinrich Kiwi · 16 years ago
  73. 4746ec5 [AUDIT] add session id to audit messages by Eric Paris · 16 years ago
  74. 0c11b94 [PATCH] switch audit_get_loginuid() to task_struct * by Al Viro · 16 years ago
  75. 4814bdb [NETNS]: Lookup in FIB semantic hashes taking into account the namespace. by Denis V. Lunev · 16 years ago
  76. 7462bd74 [NETNS]: Add a namespace mark to fib_info. by Denis V. Lunev · 16 years ago
  77. 85326fa [IPV4]: fib_sync_down rework. by Denis V. Lunev · 16 years ago
  78. 4b8aa9a [NETNS]: Process interface address manipulation routines in the namespace. by Denis V. Lunev · 16 years ago
  79. 7b21857 [IPV4]: Small style cleanup of the error path in rtm_to_ifaddr. by Denis V. Lunev · 16 years ago
  80. dce5cbe [IPV4]: Fix memory leak on error path during FIB initialization. by Denis V. Lunev · 16 years ago
  81. 3ed5df4 [NETFILTER]: Ipv6-related xt_hashlimit compilation fix. by Pavel Emelyanov · 16 years ago
  82. e5dfb81 [NET_SCHED]: Add flow classifier by Patrick McHardy · 16 years ago
  83. 94de78d [NET_SCHED]: sch_sfq: make internal queues visible as classes by Patrick McHardy · 16 years ago
  84. 7d2681a [NET_SCHED]: sch_sfq: add support for external classifiers by Patrick McHardy · 16 years ago
  85. 5239008 [NET_SCHED]: Constify struct tcf_ext_map by Patrick McHardy · 16 years ago
  86. 5396c93 [BLUETOOTH]: Fix bugs in previous conn add/del workqueue changes. by Dave Young · 16 years ago
  87. 30a50cc [TCP]: Unexport sysctl_tcp_tso_win_divisor by Adrian Bunk · 16 years ago
  88. 0027ba8 [IPV4]: Make struct ipv4_devconf static. by Adrian Bunk · 16 years ago
  89. 81a21eb [TR] net/802/tr.c: sysctl_tr_rif_timeout static by Adrian Bunk · 16 years ago
  90. 9472c9e [XFRM]: Fix statistics. by Masahide NAKAMURA · 16 years ago
  91. 5255dc6 [XFRM]: Remove unused exports. by Adrian Bunk · 16 years ago
  92. cc8fd14 [PKT_SCHED] sch_teql.c: Duplicate IFF_BROADCAST in FMASK, remove 2nd. by Roel Kluin · 16 years ago
  93. 29e7525 [IPV4] route cache: Introduce rt_genid for smooth cache invalidation by Eric Dumazet · 16 years ago
  94. 174ce04 [PKTGEN]: pktgen should not print info that it is spinning by Jesse Brandeburg · 16 years ago
  95. 72eb7bd [NET_SCHED]: sch_ingress: remove netfilter support by Patrick McHardy · 16 years ago
  96. e83a2ea [VLAN]: set_rx_mode support for unicast address list by Chris Leech · 16 years ago
  97. 16ca3f9 [TCP]: Fix a bug in strategy_allowed_congestion_control by Shan Wei · 16 years ago
  98. 71d67e6 [IPV4] fib_trie: rescan if key is lost during dump by Stephen Hemminger · 16 years ago
  99. 9fe7c71 [PKTGEN]: Remove an unused definition in pktgen.c. by Rami Rosen · 16 years ago
  100. 2371779 [IPV6]: Update MSS even if MTU is unchanged. by Jim Paris · 16 years ago