1. c4e85f8 sctp: Don't abort initialization when CONFIG_PROC_FS=n by Florian Westphal · 17 years ago
  2. c1e20f7 tcp: RTT metrics scaling by Stephen Hemminger · 17 years ago
  3. 30ee42b pkt_sched: Fix noqueue_qdisc initialization. by David S. Miller · 17 years ago
  4. 3072367 pkt_sched: Manage qdisc list inside of root qdisc. by David S. Miller · 17 years ago
  5. 72b25a9 pkt_sched: Get rid of u32_list. by David S. Miller · 17 years ago
  6. 8913336 packet: add PACKET_RESERVE sockopt by Patrick McHardy · 17 years ago
  7. 3ca4095 bnx2: Update version to 1.7.9. by Benjamin Li · 17 years ago
  8. 8a31329 bnx2: Fix Sparse warnings by Benjamin Li · 17 years ago
  9. 706bf24 bnx2: Add TX multiqueue support. by Benjamin Li · 17 years ago
  10. 4f83ec1 bnx2: Update TPAT firmware by Benjamin Li · 17 years ago
  11. 076152d e1000: resolve tx multiqueue bug by Ben Hutchings · 17 years ago
  12. d55b53f igb/ixgbe/e1000e: resolve tx multiqueue bug by Jeff Kirsher · 17 years ago
  13. b6fcbdb proc: consolidate per-net single-release callers by Pavel Emelyanov · 17 years ago
  14. de05c55 proc: consolidate per-net single_open callers by Pavel Emelyanov · 17 years ago
  15. 60bdde9 proc: clean the ip_misc_proc_init and ip_proc_init_net error paths by Pavel Emelyanov · 17 years ago
  16. 8e3461d proc: show per-net ip_devconf.forwarding in /proc/net/snmp by Pavel Emelyanov · 17 years ago
  17. 229bf0c proc: create /proc/net/snmp file in each net by Pavel Emelyanov · 17 years ago
  18. 7b7a9df proc: create /proc/net/netstat file in each net by Pavel Emelyanov · 17 years ago
  19. d89cbbb ipv4: clean the init_ipv4_mibs error paths by Pavel Emelyanov · 17 years ago
  20. 923c658 mib: put icmpmsg statistics on struct net by Pavel Emelyanov · 17 years ago
  21. b60538a mib: put icmp statistics on struct net by Pavel Emelyanov · 17 years ago
  22. 386019d mib: put udplite statistics on struct net by Pavel Emelyanov · 17 years ago
  23. 2f275f9 mib: put udp statistics on struct net by Pavel Emelyanov · 17 years ago
  24. 61a7e26 mib: put net statistics on struct net by Pavel Emelyanov · 17 years ago
  25. a20f579 mib: put ip statistics on struct net by Pavel Emelyanov · 17 years ago
  26. 57ef42d mib: put tcp statistics on struct net by Pavel Emelyanov · 17 years ago
  27. 9b4661b ipv4: add pernet mib operations by Pavel Emelyanov · 17 years ago
  28. 852566f mib: add netns/mib.h file by Pavel Emelyanov · 17 years ago
  29. a60f28f Revert "remove the strip driver" by David S. Miller · 17 years ago
  30. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 17 years ago
  31. a0c80b8 pkt_sched: Make default qdisc nonshared-multiqueue safe. by David S. Miller · 17 years ago
  32. 93245dd pkt_sched: Don't used locked skb_queue_purge() in __qdisc_reset_queue() by David S. Miller · 17 years ago
  33. 99194cf pkt_sched: Add multiqueue handling to qdisc_graft(). by David S. Miller · 17 years ago
  34. 8387400 pkt_sched: Kill netdev_queue lock. by David S. Miller · 17 years ago
  35. c7e4f3b pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree. by David S. Miller · 17 years ago
  36. 78a5b30 pkt_sched: Rework {sch,tbf}_tree_lock(). by David S. Miller · 17 years ago
  37. 5304997 pkt_sched: Make qdisc grafting locking more specific. by David S. Miller · 17 years ago
  38. ead81cc netdevice: Move qdisc_list back into net_device proper. by David S. Miller · 17 years ago
  39. 15b458f pkt_sched: Kill qdisc_lock_tree usage in cls_route.c by David S. Miller · 17 years ago
  40. 55dbc64 pkt_sched: Remove qdisc_lock_tree usage in cls_api.c by David S. Miller · 17 years ago
  41. 17715e6 pkt_sched: Use per-queue locking in shutdown_scheduler_queue. by David S. Miller · 17 years ago
  42. 8a34c5d pkt_sched: Perform bulk of qdisc destruction in RCU. by David S. Miller · 17 years ago
  43. 1636112 pkt_sched: dev_init_scheduler() does not need to lock qdisc tree. by David S. Miller · 17 years ago
  44. 37437bb pkt_sched: Schedule qdiscs instead of netdev_queue. by David S. Miller · 17 years ago
  45. 7698b4f pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). by David S. Miller · 17 years ago
  46. e2627c8 pkt_sched: Make QDISC_RUNNING a qdisc state. by David S. Miller · 17 years ago
  47. d3b753d pkt_sched: Move gso_skb into Qdisc. by David S. Miller · 17 years ago
  48. b4c2163 niu: Add TX multiqueue support. by David S. Miller · 17 years ago
  49. 92831bc netdev: Kill plain netif_schedule() by David S. Miller · 17 years ago
  50. 263ba32 netdev: Convert all drivers away from netif_schedule(). by David S. Miller · 17 years ago
  51. 8f0f222 net: Implement simple sw TX hashing. by David S. Miller · 17 years ago
  52. 51cb6db mac80211: Reimplement WME using ->select_queue(). by David S. Miller · 17 years ago
  53. eae792b netdev: Add netdev->select_queue() method. by David S. Miller · 17 years ago
  54. e3c50d5 netdev: netdev_priv() can now be sane again. by David S. Miller · 17 years ago
  55. 6b0fb12 netdev: Kill struct net_device_subqueue and netdev->egress_subqueue* by David S. Miller · 17 years ago
  56. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 17 years ago
  57. 24344d2 mac80211: Temporarily mark QoS support BROKEN. by David S. Miller · 17 years ago
  58. 1d8ae3f pkt_sched: Remove RR scheduler. by David S. Miller · 17 years ago
  59. 09e83b5 netdev: Kill NETIF_F_MULTI_QUEUE. by David S. Miller · 17 years ago
  60. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 17 years ago
  61. 070825b igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists. by David S. Miller · 17 years ago
  62. 5b664cb Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 17 years ago
  63. f39548a Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6 by Linus Torvalds · 17 years ago
  64. 2b04be7 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  65. bdec6ca Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  66. 2567d71 x86: fix asm/e820.h for userspace inclusion by Rusty Russell · 17 years ago
  67. 9354094 x86: fix numaq_tsc_disable by Yinghai Lu · 17 years ago
  68. c43c1be Merge branch 'linus' into x86/urgent by Ingo Molnar · 17 years ago
  69. 2f73cca fix build error of arch/ia64/kvm/* by Takashi Iwai · 17 years ago
  70. 42fea1f Merge branch 'ptrace-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-utrace by Linus Torvalds · 17 years ago
  71. 7259d93 Update scripts/Makefile.fwinst to cope with older make by David Woodhouse · 17 years ago
  72. ee723cb Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  73. 7023cc6 Fix collateral damage to top level Makefile by Grant Likely · 17 years ago
  74. 2464a60 ftrace: do not trace library functions by Ingo Molnar · 17 years ago
  75. c349e0a ftrace: do not trace scheduler functions by Ingo Molnar · 17 years ago
  76. 9fa1113 ftrace: fix lockup with MAXSMP by Ingo Molnar · 17 years ago
  77. 8586cb6 [S390] dasd: use -EOPNOTSUPP instead of -ENOTSUPP by Stefan Haberland · 17 years ago
  78. 779e6e1 [S390] qdio: new qdio driver. by Jan Glauber · 17 years ago
  79. dae3984 [S390] cio: Export chsc_error_from_response(). by Cornelia Huck · 17 years ago
  80. b9993a3 [S390] vmur: Fix return code handling. by Frank Munzert · 17 years ago
  81. 8de2ce8 [S390] Fix stacktrace compile bug. by Heiko Carstens · 17 years ago
  82. c5a3725 [S390] Increase default warning stacksize. by Heiko Carstens · 17 years ago
  83. 7337194 [S390] dasd: Fix cleanup in dasd_{fba,diag}_check_characteristics(). by Cornelia Huck · 17 years ago
  84. 626f311 [S390] chsc headers userspace cleanup by Adrian Bunk · 17 years ago
  85. 9d853ca [S390] dasd: fix unsolicited SIM handling. by Stefan Haberland · 17 years ago
  86. 12e0c95 [S390] zfcpdump: Make SCSI disk dump tool recognize storage holes by Frank Munzert · 17 years ago
  87. 8e9509c ftrace: fix merge buglet by Ingo Molnar · 17 years ago
  88. 51ce7ec garp: retry sending JoinIn messages after allocation failures by Patrick McHardy · 17 years ago
  89. 9a6d276 core: add stat to track unresolved discards in neighbor cache by Neil Horman · 17 years ago
  90. ed88098 mib: add net to NET_ADD_STATS_USER by Pavel Emelyanov · 17 years ago
  91. f2bf415 mib: add net to NET_ADD_STATS_BH by Pavel Emelyanov · 17 years ago
  92. 6f67c81 mib: add net to NET_INC_STATS_USER by Pavel Emelyanov · 17 years ago
  93. de0744a mib: add net to NET_INC_STATS_BH by Pavel Emelyanov · 17 years ago
  94. 4e67344 mib: add net to NET_INC_STATS by Pavel Emelyanov · 17 years ago
  95. 1ed8346 tcp: replace tcp_sock argument with sock in some places by Pavel Emelyanov · 17 years ago
  96. ca12a1a inet: prepare net on the stack for NET accounting macros by Pavel Emelyanov · 17 years ago
  97. 5c52ba1 sock: add net to prot->enter_memory_pressure callback by Pavel Emelyanov · 17 years ago
  98. cf1100a mib: add net to TCP_ADD_STATS_USER by Pavel Emelyanov · 17 years ago
  99. 74688e4 mib: add net to TCP_DEC_STATS by Pavel Emelyanov · 17 years ago
  100. 63231bd mib: add net to TCP_INC_STATS_BH by Pavel Emelyanov · 17 years ago