1. db7a94d highmem: Export totalhigh_pages. by David S. Miller · 16 years ago
  2. a6ffb40 ipv6 mcast: Omit redundant address family checks in ip6_mc_source(). by YOSHIFUJI Hideaki · 16 years ago
  3. 230b183 net: Use standard structures for generic socket address structures. by YOSHIFUJI Hideaki · 16 years ago
  4. 53b7997 ipv6 netns: Make several "global" sysctl variables namespace aware. by YOSHIFUJI Hideaki · 16 years ago
  5. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  6. 407d819 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 16 years ago
  7. 7abbcd6 ipv6: remove unused macros from net/ipv6.h by Denis V. Lunev · 16 years ago
  8. 725a8ff ipv6: remove unused parameter from ip6_ra_control by Denis V. Lunev · 16 years ago
  9. bdccc4c tcp: fix kernel panic with listening_get_next by Daniel Lezcano · 16 years ago
  10. 4389dde tcp: Remove redundant checks when setting eff_sacks by Adam Langley · 16 years ago
  11. 33ad798 tcp: options clean up by Adam Langley · 16 years ago
  12. 49a72df tcp: Fix MD5 signatures for non-linear skbs by Adam Langley · 16 years ago
  13. 845525a sctp: Update sctp global memory limit allocations. by Vlad Yasevich · 16 years ago
  14. 336d326 sctp: remove unnecessary byteshifting, calculate directly in big-endian by Harvey Harrison · 16 years ago
  15. 4e54064 sctp: Allow only 1 listening socket with SO_REUSEADDR by Vlad Yasevich · 16 years ago
  16. 23b29ed sctp: Do not leak memory on multiple listen() calls by Vlad Yasevich · 16 years ago
  17. 7dab83d sctp: Support ipv6only AF_INET6 sockets. by Vlad Yasevich · 16 years ago
  18. 6d0ccba sctp: Prevent uninitialized memory access by Florian Westphal · 16 years ago
  19. c4e85f8 sctp: Don't abort initialization when CONFIG_PROC_FS=n by Florian Westphal · 16 years ago
  20. c1e20f7 tcp: RTT metrics scaling by Stephen Hemminger · 16 years ago
  21. 30ee42b pkt_sched: Fix noqueue_qdisc initialization. by David S. Miller · 16 years ago
  22. 3072367 pkt_sched: Manage qdisc list inside of root qdisc. by David S. Miller · 16 years ago
  23. 72b25a9 pkt_sched: Get rid of u32_list. by David S. Miller · 16 years ago
  24. 8913336 packet: add PACKET_RESERVE sockopt by Patrick McHardy · 16 years ago
  25. 3ca4095 bnx2: Update version to 1.7.9. by Benjamin Li · 16 years ago
  26. 8a31329 bnx2: Fix Sparse warnings by Benjamin Li · 16 years ago
  27. 706bf24 bnx2: Add TX multiqueue support. by Benjamin Li · 16 years ago
  28. 4f83ec1 bnx2: Update TPAT firmware by Benjamin Li · 16 years ago
  29. 076152d e1000: resolve tx multiqueue bug by Ben Hutchings · 16 years ago
  30. d55b53f igb/ixgbe/e1000e: resolve tx multiqueue bug by Jeff Kirsher · 16 years ago
  31. b6fcbdb proc: consolidate per-net single-release callers by Pavel Emelyanov · 16 years ago
  32. de05c55 proc: consolidate per-net single_open callers by Pavel Emelyanov · 16 years ago
  33. 60bdde9 proc: clean the ip_misc_proc_init and ip_proc_init_net error paths by Pavel Emelyanov · 16 years ago
  34. 8e3461d proc: show per-net ip_devconf.forwarding in /proc/net/snmp by Pavel Emelyanov · 16 years ago
  35. 229bf0c proc: create /proc/net/snmp file in each net by Pavel Emelyanov · 16 years ago
  36. 7b7a9df proc: create /proc/net/netstat file in each net by Pavel Emelyanov · 16 years ago
  37. d89cbbb ipv4: clean the init_ipv4_mibs error paths by Pavel Emelyanov · 16 years ago
  38. 923c658 mib: put icmpmsg statistics on struct net by Pavel Emelyanov · 16 years ago
  39. b60538a mib: put icmp statistics on struct net by Pavel Emelyanov · 16 years ago
  40. 386019d mib: put udplite statistics on struct net by Pavel Emelyanov · 16 years ago
  41. 2f275f9 mib: put udp statistics on struct net by Pavel Emelyanov · 16 years ago
  42. 61a7e26 mib: put net statistics on struct net by Pavel Emelyanov · 16 years ago
  43. a20f579 mib: put ip statistics on struct net by Pavel Emelyanov · 16 years ago
  44. 57ef42d mib: put tcp statistics on struct net by Pavel Emelyanov · 16 years ago
  45. 9b4661b ipv4: add pernet mib operations by Pavel Emelyanov · 16 years ago
  46. 852566f mib: add netns/mib.h file by Pavel Emelyanov · 16 years ago
  47. a60f28f Revert "remove the strip driver" by David S. Miller · 16 years ago
  48. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  49. a0c80b8 pkt_sched: Make default qdisc nonshared-multiqueue safe. by David S. Miller · 16 years ago
  50. 93245dd pkt_sched: Don't used locked skb_queue_purge() in __qdisc_reset_queue() by David S. Miller · 16 years ago
  51. 99194cf pkt_sched: Add multiqueue handling to qdisc_graft(). by David S. Miller · 16 years ago
  52. 8387400 pkt_sched: Kill netdev_queue lock. by David S. Miller · 16 years ago
  53. c7e4f3b pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree. by David S. Miller · 16 years ago
  54. 78a5b30 pkt_sched: Rework {sch,tbf}_tree_lock(). by David S. Miller · 16 years ago
  55. 5304997 pkt_sched: Make qdisc grafting locking more specific. by David S. Miller · 16 years ago
  56. ead81cc netdevice: Move qdisc_list back into net_device proper. by David S. Miller · 16 years ago
  57. 15b458f pkt_sched: Kill qdisc_lock_tree usage in cls_route.c by David S. Miller · 16 years ago
  58. 55dbc64 pkt_sched: Remove qdisc_lock_tree usage in cls_api.c by David S. Miller · 16 years ago
  59. 17715e6 pkt_sched: Use per-queue locking in shutdown_scheduler_queue. by David S. Miller · 16 years ago
  60. 8a34c5d pkt_sched: Perform bulk of qdisc destruction in RCU. by David S. Miller · 16 years ago
  61. 1636112 pkt_sched: dev_init_scheduler() does not need to lock qdisc tree. by David S. Miller · 16 years ago
  62. 37437bb pkt_sched: Schedule qdiscs instead of netdev_queue. by David S. Miller · 16 years ago
  63. 7698b4f pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). by David S. Miller · 16 years ago
  64. e2627c8 pkt_sched: Make QDISC_RUNNING a qdisc state. by David S. Miller · 16 years ago
  65. d3b753d pkt_sched: Move gso_skb into Qdisc. by David S. Miller · 16 years ago
  66. b4c2163 niu: Add TX multiqueue support. by David S. Miller · 16 years ago
  67. 92831bc netdev: Kill plain netif_schedule() by David S. Miller · 16 years ago
  68. 263ba32 netdev: Convert all drivers away from netif_schedule(). by David S. Miller · 16 years ago
  69. 8f0f222 net: Implement simple sw TX hashing. by David S. Miller · 16 years ago
  70. 51cb6db mac80211: Reimplement WME using ->select_queue(). by David S. Miller · 16 years ago
  71. eae792b netdev: Add netdev->select_queue() method. by David S. Miller · 16 years ago
  72. e3c50d5 netdev: netdev_priv() can now be sane again. by David S. Miller · 16 years ago
  73. 6b0fb12 netdev: Kill struct net_device_subqueue and netdev->egress_subqueue* by David S. Miller · 16 years ago
  74. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  75. 24344d2 mac80211: Temporarily mark QoS support BROKEN. by David S. Miller · 16 years ago
  76. 1d8ae3f pkt_sched: Remove RR scheduler. by David S. Miller · 16 years ago
  77. 09e83b5 netdev: Kill NETIF_F_MULTI_QUEUE. by David S. Miller · 16 years ago
  78. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  79. 070825b igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists. by David S. Miller · 16 years ago
  80. 5b664cb Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 16 years ago
  81. f39548a Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6 by Linus Torvalds · 16 years ago
  82. 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 · 16 years ago
  83. 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 · 16 years ago
  84. 2567d71 x86: fix asm/e820.h for userspace inclusion by Rusty Russell · 16 years ago
  85. 9354094 x86: fix numaq_tsc_disable by Yinghai Lu · 16 years ago
  86. c43c1be Merge branch 'linus' into x86/urgent by Ingo Molnar · 16 years ago
  87. 2f73cca fix build error of arch/ia64/kvm/* by Takashi Iwai · 16 years ago
  88. 42fea1f Merge branch 'ptrace-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-utrace by Linus Torvalds · 16 years ago
  89. 7259d93 Update scripts/Makefile.fwinst to cope with older make by David Woodhouse · 16 years ago
  90. ee723cb Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  91. 7023cc6 Fix collateral damage to top level Makefile by Grant Likely · 16 years ago
  92. 2464a60 ftrace: do not trace library functions by Ingo Molnar · 16 years ago
  93. c349e0a ftrace: do not trace scheduler functions by Ingo Molnar · 16 years ago
  94. 9fa1113 ftrace: fix lockup with MAXSMP by Ingo Molnar · 16 years ago
  95. 8586cb6 [S390] dasd: use -EOPNOTSUPP instead of -ENOTSUPP by Stefan Haberland · 16 years ago
  96. 779e6e1 [S390] qdio: new qdio driver. by Jan Glauber · 16 years ago
  97. dae3984 [S390] cio: Export chsc_error_from_response(). by Cornelia Huck · 16 years ago
  98. b9993a3 [S390] vmur: Fix return code handling. by Frank Munzert · 16 years ago
  99. 8de2ce8 [S390] Fix stacktrace compile bug. by Heiko Carstens · 16 years ago
  100. c5a3725 [S390] Increase default warning stacksize. by Heiko Carstens · 16 years ago