1. 3113e88 [PKT_SCHED]: vlan tag match by Stephen Hemminger · 17 years ago
  2. 03245ce [NET] rtnetlink.c: remove no longer used functions by Adrian Bunk · 17 years ago
  3. 8cf2294 [ICMP]: Restore pskb_pull calls in receive function by Herbert Xu · 17 years ago
  4. 5d8c0aa [INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations. by Pavel Emelyanov · 17 years ago
  5. 93d8074 bluetooth rfcomm tty: destroy before tty_close() by Dave Young · 17 years ago
  6. 91f5cca bluetooth: uninlining by Andrew Morton · 17 years ago
  7. eff001e bluetooth: hidp_process_hid_control remove unnecessary parameter dealing by Dave Young · 17 years ago
  8. 7cc08b5 [SCTP]: Fix kernel panic while received AUTH chunk with BAD shared key identifier by Wei Yongjun · 17 years ago
  9. d2f19fa [SCTP]: Fix kernel panic while received AUTH chunk while enabled auth by Wei Yongjun · 17 years ago
  10. b9c4d82 [IPV4]: Formatting fix for /proc/net/fib_trie. by Denis V. Lunev · 17 years ago
  11. 0aead54 [NET_SCHED]: Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git broken build) by Rami Rosen · 17 years ago
  12. 322c8a3 [IPSEC] xfrm4_beet_input(): fix an if() by Adrian Bunk · 17 years ago
  13. 93890b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 17 years ago
  14. f5bb3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  15. 18445c4 virtio: explicit enable_cb/disable_cb rather than callback return. by Rusty Russell · 17 years ago
  16. a586d4f virtio: simplify config mechanism. by Rusty Russell · 17 years ago
  17. f35d9d8 virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets. by Rusty Russell · 17 years ago
  18. 53379e5 typo fixes in net/core/net_namespace.c by Oliver Pinter · 17 years ago
  19. 1dbede8 typo fix in net/rfkill/rfkill.c by Oliver Pinter · 17 years ago
  20. ac461a0 typo fixes in net/sctp/sm_statefuns.c by Oliver Pinter · 17 years ago
  21. a80f509 Merge branch 'fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 17 years ago
  22. ab1e0a1 [SOCK] proto: Add hashinfo member to struct proto by Arnaldo Carvalho de Melo · 17 years ago
  23. 63e9b66 Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  24. ea339d4 SUNRPC: RPC program information is stored in unsigned integers by Chuck Lever · 17 years ago
  25. d2f7e79 SUNRPC: Move exported symbol definitions after function declaration part 2 by Trond Myklebust · 17 years ago
  26. 0113ab3 SUNRPC: spin svc_rqst initialization to its own function by Jeff Layton · 17 years ago
  27. 4b8449a rdma: makefile by Tom Tucker · 17 years ago
  28. ef1eac0 rdma: ONCRPC RDMA protocol marshalling by Tom Tucker · 17 years ago
  29. c06b540 rdma: SVCRDMA sendto by Tom Tucker · 17 years ago
  30. d5b31be rdma: SVCRDMA recvfrom by Tom Tucker · 17 years ago
  31. 377f9b2 rdma: SVCRDMA Core Transport Services by Tom Tucker · 17 years ago
  32. ef7fbf5 rdma: SVCRDMA Transport Module by Tom Tucker · 17 years ago
  33. 9571af1 svc: Add svc_xprt_names service to replace svc_sock_names by Tom Tucker · 17 years ago
  34. a217813 knfsd: Support adding transports by writing portlist file by Tom Tucker · 17 years ago
  35. 7fcb98d svc: Add svc API that queries for a transport instance by Tom Tucker · 17 years ago
  36. dc9a16e svc: Add /proc/sys/sunrpc/transport files by Tom Tucker · 17 years ago
  37. 260c1d1 svc: Add transport hdr size for defer/revisit by Tom Tucker · 17 years ago
  38. 0f0257e svc: Move the xprt independent code to the svc_xprt.c file by Tom Tucker · 17 years ago
  39. 18d19f9 svc: Make svc_check_conn_limits xprt independent by Tom Tucker · 17 years ago
  40. 57b1d3b svc: Removing remaining references to rq_sock in rqstp by Tom Tucker · 17 years ago
  41. 4e5caaa svc: Move create logic to common code by Tom Tucker · 17 years ago
  42. 9f8bfae svc: Make svc_age_temp_sockets svc_age_temp_transports by Tom Tucker · 17 years ago
  43. c36adb2a svc: Make svc_recv transport neutral by Tom Tucker · 17 years ago
  44. eab996d svc: Make svc_sock_release svc_xprt_release by Tom Tucker · 17 years ago
  45. 9dbc240 svc: Move the sockaddr information to svc_xprt by Tom Tucker · 17 years ago
  46. 8c7b017 svc: Make deferral processing xprt independent by Tom Tucker · 17 years ago
  47. def13d7 svc: Move the authinfo cache to svc_xprt. by Tom Tucker · 17 years ago
  48. 4bc6c49 svc: Remove sk_lastrecv by Tom Tucker · 17 years ago
  49. 6bc5ab1 svc: Move accept call to svc_xprt_received to common code by Tom Tucker · 17 years ago
  50. a6046f7 svc: Change svc_sock_received to svc_xprt_received and export it by Tom Tucker · 17 years ago
  51. a50fea2 svc: Make svc_send transport neutral by Tom Tucker · 17 years ago
  52. f6150c3 svc: Make the enqueue service transport neutral and export it. by Tom Tucker · 17 years ago
  53. 7a90e8c svc: Move sk_reserved to svc_xprt by Tom Tucker · 17 years ago
  54. 7a18208 svc: Make close transport independent by Tom Tucker · 17 years ago
  55. bb5cf16 svc: Move sk_server and sk_pool to svc_xprt by Tom Tucker · 17 years ago
  56. 02fc6c3 svc: Move sk_flags to the svc_xprt structure by Tom Tucker · 17 years ago
  57. e1b3157 svc: Change sk_inuse to a kref by Tom Tucker · 17 years ago
  58. d7c9f1e svc: Change services to use new svc_create_xprt service by Tom Tucker · 17 years ago
  59. b700cbb svc: Add a generic transport svc_create_xprt function by Tom Tucker · 17 years ago
  60. f9f3cc4 svc: Move connection limit checking to its own function by Tom Tucker · 17 years ago
  61. 44a6995 svc: Remove unnecessary call to svc_sock_enqueue by Tom Tucker · 17 years ago
  62. 38a417c svc: Add xpo_accept transport function by Tom Tucker · 17 years ago
  63. d7979ae svc: Move close processing to a single place by Tom Tucker · 17 years ago
  64. 323bee3 svc: Add a transport function that checks for write space by Tom Tucker · 17 years ago
  65. e831fe6 svc: Add xpo_prep_reply_hdr by Tom Tucker · 17 years ago
  66. 755ccea svc: Add per-transport delete functions by Tom Tucker · 17 years ago
  67. 5148bf4 svc: Add transport specific xpo_release function by Tom Tucker · 17 years ago
  68. 5d13799 svc: Move sk_sendto and sk_recvfrom to svc_xprt_class by Tom Tucker · 17 years ago
  69. 4902315 svc: Add a max payload value to the transport by Tom Tucker · 17 years ago
  70. 360d873 svc: Make svc_sock the tcp/udp transport by Tom Tucker · 17 years ago
  71. 1d8206b svc: Add an svc transport class by Tom Tucker · 17 years ago
  72. cb5c7d6 svcrpc: ensure gss DESTROY tokens free contexts from cache by J. Bruce Fields · 17 years ago
  73. b39c18f sunrpc: gss: simplify rsi_parse logic by J. Bruce Fields · 17 years ago
  74. 980e5a4 nfsd: fix rsi_cache reference count leak by J. Bruce Fields · 17 years ago
  75. dbf847e knfsd: allow cache_register to return error on failure by J. Bruce Fields · 17 years ago
  76. ffe9386 nfsd: move cache proc (un)registration to separate function by J. Bruce Fields · 17 years ago
  77. df95a9d knfsd: cache unregistration needn't return error by J. Bruce Fields · 17 years ago
  78. a490c68 knfsd: fix cache.c comment by J. Bruce Fields · 17 years ago
  79. e5cff48 SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace by Chuck Lever · 17 years ago
  80. 01b2969 SUNRPC: Prevent length underflow in read_flush() by Chuck Lever · 17 years ago
  81. 3eadf5f mac80211: fix initialisation error path by Johannes Berg · 17 years ago
  82. f0b9205 mac80211 rate control: fix section mismatch by Johannes Berg · 17 years ago
  83. 6feeb8a mac80211: make alignment warning optional by Johannes Berg · 17 years ago
  84. 7759db8 [AUDIT] Add uid, gid fields to ANOM_PROMISCUOUS message by Klaus Heinrich Kiwi · 17 years ago
  85. 4746ec5 [AUDIT] add session id to audit messages by Eric Paris · 17 years ago
  86. 0c11b94 [PATCH] switch audit_get_loginuid() to task_struct * by Al Viro · 17 years ago
  87. 4814bdb [NETNS]: Lookup in FIB semantic hashes taking into account the namespace. by Denis V. Lunev · 17 years ago
  88. 7462bd74 [NETNS]: Add a namespace mark to fib_info. by Denis V. Lunev · 17 years ago
  89. 85326fa [IPV4]: fib_sync_down rework. by Denis V. Lunev · 17 years ago
  90. 4b8aa9a [NETNS]: Process interface address manipulation routines in the namespace. by Denis V. Lunev · 17 years ago
  91. 7b21857 [IPV4]: Small style cleanup of the error path in rtm_to_ifaddr. by Denis V. Lunev · 17 years ago
  92. dce5cbe [IPV4]: Fix memory leak on error path during FIB initialization. by Denis V. Lunev · 17 years ago
  93. 3ed5df4 [NETFILTER]: Ipv6-related xt_hashlimit compilation fix. by Pavel Emelyanov · 17 years ago
  94. e5dfb81 [NET_SCHED]: Add flow classifier by Patrick McHardy · 17 years ago
  95. 94de78d [NET_SCHED]: sch_sfq: make internal queues visible as classes by Patrick McHardy · 17 years ago
  96. 7d2681a [NET_SCHED]: sch_sfq: add support for external classifiers by Patrick McHardy · 17 years ago
  97. 5239008 [NET_SCHED]: Constify struct tcf_ext_map by Patrick McHardy · 17 years ago
  98. 5396c93 [BLUETOOTH]: Fix bugs in previous conn add/del workqueue changes. by Dave Young · 17 years ago
  99. 30a50cc [TCP]: Unexport sysctl_tcp_tso_win_divisor by Adrian Bunk · 17 years ago
  100. 0027ba8 [IPV4]: Make struct ipv4_devconf static. by Adrian Bunk · 17 years ago