1. b5bb143 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 17 years ago
  2. 8be7cdc Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  3. dd5b6ce nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlink by Pablo Neira Ayuso · 17 years ago
  4. 777baa4 usbnet: support net_device_ops by Stephen Hemminger · 17 years ago
  5. e84665c dsa: add switch chip cascading support by Lennert Buytenhek · 17 years ago
  6. 7ca98fa snap: use const for descriptor by Stephen Hemminger · 17 years ago
  7. 8d2f9e8 sctp: Clean up TEST_FRAME hacks. by Vlad Yasevich · 17 years ago
  8. 9247744 skb: expose and constify hash primitives by Stephen Hemminger · 17 years ago
  9. e2fc4d1 dca: add missing copyright/license headers by Maciej Sosnowski · 17 years ago
  10. 04ec5cf ipv6: reorder struct inet6_ifaddr to remove padding on 64 bit builds by Richard Kennedy · 17 years ago
  11. 5e140df net: reorder struct Qdisc for better SMP performance by Eric Dumazet · 17 years ago
  12. 2e1ab63 rtnetlink: add new value for DHCP added routes by Stephen Hemminger · 17 years ago
  13. 711d60a netfilter: remove nf_ct_l4proto_find_get/nf_ct_l4proto_put by Florian Westphal · 17 years ago
  14. af43306 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 17 years ago
  15. 2d6a5e9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  16. 4ada810 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 17 years ago
  17. 73d54c9 cfg80211: add regulatory netlink multicast group by Luis R. Rodriguez · 17 years ago
  18. 7db90f4 cfg80211: move enum reg_set_by to nl80211.h by Luis R. Rodriguez · 17 years ago
  19. 0fee54c cfg80211: remove REGDOM_SET_BY_INIT by Luis R. Rodriguez · 17 years ago
  20. d1c76af GRO: Move netpoll checks to correct location by Herbert Xu · 17 years ago
  21. 0269ea4 netfilter: xtables: add cluster match by Pablo Neira Ayuso · 17 years ago
  22. acc738f netfilter: xtables: avoid pointer to self by Jan Engelhardt · 17 years ago
  23. 9d2493f netfilter: remove IPvX specific parts from nf_conntrack_l4proto.h by Christoph Paasch · 17 years ago
  24. b1e93a6 netfilter: conntrack: don't deliver events for racy packets by Pablo Neira Ayuso · 17 years ago
  25. ca735b3 netfilter: use a linked list of loggers by Eric Leblond · 17 years ago
  26. 2a3a041 tcp: cache result of earlier divides when mss-aligning things by Ilpo Järvinen · 17 years ago
  27. 0c54b85 tcp: simplify tcp_current_mss by Ilpo Järvinen · 17 years ago
  28. c887e6d tcp: consolidate paws check by Ilpo Järvinen · 17 years ago
  29. 8bdd663 net: reorder fields of struct socket by Eric Dumazet · 17 years ago
  30. 9c70526 ppp: ppp_mp_explode() redesign by Gabriele Paoloni · 17 years ago
  31. a390d1f phylib: convert state_queue work to delayed_work by Marcin Slusarz · 17 years ago
  32. 273ae44 Network Drop Monitor: Adding Build changes to enable drop monitor by Neil Horman · 17 years ago
  33. 9a8afc8 Network Drop Monitor: Adding drop monitor implementation & Netlink protocol by Neil Horman · 17 years ago
  34. ead2ceb Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs by Neil Horman · 17 years ago
  35. 4893d39 Network Drop Monitor: Add trace declaration for skb frees by Neil Horman · 17 years ago
  36. e79c1ba ssb: Add SPROM fallback support by Michael Buesch · 17 years ago
  37. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  38. 77827a7 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 17 years ago
  39. 9d40bbd vlan: Fix vlan-in-vlan crashes. by David S. Miller · 17 years ago
  40. 0c5c2d3 neigh: Allow for user space users of the neighbour table by Eric Biederman · 17 years ago
  41. 219f170 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  42. b24746c Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  43. 17edde5 netns: Remove net_alive by Eric W. Biederman · 17 years ago
  44. 7e99013 sctp: Fix broken RTO-doubling for data retransmits by Vlad Yasevich · 17 years ago
  45. ee7537b tcp: tcp_init_wl / tcp_update_wl argument cleanup by Hantzis Fotis · 17 years ago
  46. 2d44947 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
  47. d3a21be skbuff.h: fix timestamps kernel-doc by Randy Dunlap · 17 years ago
  48. c747583 wimax/i2400m: implement RX reorder support by Inaky Perez-Gonzalez · 17 years ago
  49. fd5c565 wimax/i2400m: support extended data RX protocol (no need to reallocate skbs) by Inaky Perez-Gonzalez · 17 years ago
  50. 347707b wimax: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 17 years ago
  51. 8987691 wimax/i2400m: allow control of the base-station idle mode timeout by Inaky Perez-Gonzalez · 17 years ago
  52. cabeccb tcp: kill eff_sacks "cache", the sole user can calculate itself by Ilpo Järvinen · 17 years ago
  53. 758ce5c tcp: add helper for AI algorithm by Ilpo Järvinen · 17 years ago
  54. 5ce04e3 fix warning in io_mapping_map_wc() by Pallipadi, Venkatesh · 17 years ago
  55. aa4abc9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  56. 709ab32 net headers: export dcbnl.h by Chris Leech · 17 years ago
  57. 5c25222 net headers: cleanup dcbnl.h by Chris Leech · 17 years ago
  58. 8010dc3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 17 years ago
  59. 18963ca Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 17 years ago
  60. 535d8e8 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
  61. 5170836 Fix recursive lock in free_uid()/free_user_ns() by David Howells · 17 years ago
  62. e38f8a7 cfg80211: Add AP beacon regulatory hints by Luis R. Rodriguez · 17 years ago
  63. fe33eb3 cfg80211: move all regulatory hints to workqueue by Luis R. Rodriguez · 17 years ago
  64. 806a9e3 cfg80211: make regulatory_request use wiphy_idx instead of wiphy by Luis R. Rodriguez · 17 years ago
  65. 80e775b mac80211: Add software scan notifiers by Michael Buesch · 17 years ago
  66. 4aa188e mac80211/cfg80211: move iwrange handler to cfg80211 by Johannes Berg · 17 years ago
  67. 77965c9 cfg80211: clean up signal type by Johannes Berg · 17 years ago
  68. 98c8a60a nl80211: Provide access to STA TX/RX packet counters by Jouni Malinen · 17 years ago
  69. 70692ad nl80211: Optional IEs into scan request by Jouni Malinen · 17 years ago
  70. 81cb762 mac80211: Extend the rate control API with an update callback by Sujith · 17 years ago
  71. 96f5e66 mac80211: fix aggregation for hardware with ampdu queues by Johannes Berg · 17 years ago
  72. f3734ee make net/ieee80211.h private to ipw2x00 by Dan Williams · 17 years ago
  73. 54e9912 sched: don't allow setuid to succeed if the user does not have rt bandwidth by Dhaval Giani · 17 years ago
  74. db49b9d RDS: Add userspace header by Andy Grover · 17 years ago
  75. 8a7c4c7 RDS: Add AF and PF #defines for RDS sockets by Andy Grover · 17 years ago
  76. 56bca31 inet fragments: fix sparse warning: context imbalance by Hannes Eder · 17 years ago
  77. 2950f21 Bluetooth: Ask upper layers for HCI disconnect reason by Marcel Holtmann · 17 years ago
  78. f29972d Bluetooth: Add CID field to L2CAP socket address structure by Marcel Holtmann · 17 years ago
  79. e1027a7 Bluetooth: Request L2CAP fixed channel list if available by Marcel Holtmann · 17 years ago
  80. 435fef2 Bluetooth: Don't enforce authentication for L2CAP PSM 1 and 3 by Marcel Holtmann · 17 years ago
  81. 6a8d301 Bluetooth: Fix double L2CAP connection request by Marcel Holtmann · 17 years ago
  82. 984947d Bluetooth: Fix race condition with L2CAP information request by Marcel Holtmann · 17 years ago
  83. 0684e5f Bluetooth: Use general bonding whenever possible by Marcel Holtmann · 17 years ago
  84. efc7688 Bluetooth: Add SCO fallback for eSCO connection attempts by Marcel Holtmann · 17 years ago
  85. 8c84b83 Bluetooth: Pause RFCOMM TX when encryption drops by Marcel Holtmann · 17 years ago
  86. 9f2c8a0 Bluetooth: Replace RFCOMM link mode with security level by Marcel Holtmann · 17 years ago
  87. 2af6b9d Bluetooth: Replace L2CAP link mode with security level by Marcel Holtmann · 17 years ago
  88. 8c1b235 Bluetooth: Add enhanced security model for Simple Pairing by Marcel Holtmann · 17 years ago
  89. bb23c0a Bluetooth: Add support for deferring RFCOMM connection setup by Marcel Holtmann · 17 years ago
  90. c4f912e Bluetooth: Add global deferred socket parameter by Marcel Holtmann · 17 years ago
  91. 1e42807 block: reduce stack footprint of blk_recount_segments() by Jens Axboe · 17 years ago
  92. a682604 rcu: Teach RCU that idle task is not quiscent state at boot by Paul E. McKenney · 17 years ago
  93. 8fed436 ide: fix refcounting in device drivers by Bartlomiej Zolnierkiewicz · 17 years ago
  94. c15d8a6 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 17 years ago
  95. 6004260 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 17 years ago
  96. 4ab0d47 gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_t by Venkatesh Pallipadi · 17 years ago
  97. f11c179 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  98. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 17 years ago
  99. 7bec756 drm: disable encoders before re-routing them by Jesse Barnes · 17 years ago
  100. fe56cf4 drm: Fix ordering of bit fields in EDID structure leading huge vsync values. by Jesse Barnes · 17 years ago