1. 788df73 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  2. 6e50e8a phonet: Protect if_phonet.h against multiple inclusions. by Remi Denis-Courmont · 16 years ago
  3. 55ad175 ieee80211.h: remove superfluous ETH_P_PAE definition by John W. Linville · 16 years ago
  4. a57334e Phonet: declare headers by Rémi Denis-Courmont · 16 years ago
  5. cf04a4c7 netdev: use const for some name functions by Stephen Hemminger · 16 years ago
  6. db4148d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  7. ae19161 Merge branch 'for-2.6.28' of git://git.marvell.com/mv643xx_eth into upstream-next by Jeff Garzik · 16 years ago
  8. 040dec3 netxen: add pci ids by Dhananjay Phadke · 16 years ago
  9. 4b7679a mac80211: clean up rate control API by Johannes Berg · 16 years ago
  10. 79617de mac80211: mesh portal functionality support by YanBo · 16 years ago
  11. 60719ff cfg80211: show interface type by Johannes Berg · 16 years ago
  12. e07aa37 cfg80211: fix code ordering in header file by Johannes Berg · 16 years ago
  13. f4ab543 pkt_sched: Remove the tx queue state check in qdisc_run() by Jarek Poplawski · 16 years ago
  14. cd07a8e tcp: Use SKB queue handling interfaces instead of by-hand versions. by David S. Miller · 16 years ago
  15. 1164f52 net: Add skb_queue_walk_from() and skb_queue_walk_from_safe(). by David S. Miller · 16 years ago
  16. 249c8b4 net: Add skb_queue_next(). by David S. Miller · 16 years ago
  17. d258b49 tcp: Use skb_queue_is_last() instead of by-hand version. by David S. Miller · 16 years ago
  18. fc7ebb2 net: Add skb_queue_is_last(). by David S. Miller · 16 years ago
  19. 242f8bfe pkt_sched: Make qdisc->gso_skb a list. by David S. Miller · 16 years ago
  20. 3d09274 sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init(). by David S. Miller · 16 years ago
  21. 1d4a31d net: Fix bus in SKB queue splicing interfaces. by David S. Miller · 16 years ago
  22. 0b815a1 net: network device name ifalias support by Stephen Hemminger · 16 years ago
  23. be0c52b Phonet: emit errors when a packet cannot be delivered locally by Remi Denis-Courmont · 16 years ago
  24. 87ab4e2 Phonet: proc interface for port range by Remi Denis-Courmont · 16 years ago
  25. 5f77076 Phonet: provide MAC header operations by Remi Denis-Courmont · 16 years ago
  26. 107d0d9 Phonet: Phonet datagram transport protocol by Remi Denis-Courmont · 16 years ago
  27. ba113a9 Phonet: common socket glue by Remi Denis-Courmont · 16 years ago
  28. 8fb3974 Phonet: Netlink interface by Remi Denis-Courmont · 16 years ago
  29. f8ff602 Phonet: network device and address handling by Remi Denis-Courmont · 16 years ago
  30. 4b07b3f Phonet: PF_PHONET protocol family support by Remi Denis-Courmont · 16 years ago
  31. bce7b15 Phonet: global definitions by Remi Denis-Courmont · 16 years ago
  32. 5c18245 ipsec: Fix xfrm_state_walk race by Herbert Xu · 16 years ago
  33. 38783e6 isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation. by David S. Miller · 16 years ago
  34. 67fed45 net: Add new interfaces for SKB list light-weight init and splicing. by David S. Miller · 16 years ago
  35. 43f59c8 net: Remove __skb_insert() calls outside of skbuff internals. by David S. Miller · 16 years ago
  36. ef9da47 tcp: don't clear retransmit_skb_hint when not necessary by Ilpo Järvinen · 16 years ago
  37. 0e1c54c tcp: reorganize retransmit code loops by Ilpo Järvinen · 16 years ago
  38. 006f582 tcp: convert retransmit_cnt_hint to seqno by Ilpo Järvinen · 16 years ago
  39. 64edc27 tcp: Partial hint clearing has again become meaningless by Ilpo Järvinen · 16 years ago
  40. d950f26 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  41. 79b6f7e Merge branch 'new-drivers' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  42. 02a1416 net: Fix build with ARCH=um by David S. Miller · 16 years ago
  43. 4fd5f81 phylib: allow incremental scanning of an mii bus by Lennert Buytenhek · 16 years ago
  44. 01f2e4e enic: add Cisco 10G Ethernet NIC driver by Scott Feldman · 16 years ago
  45. 452c1ce atl2: add atl2 driver by Chris Snook · 16 years ago
  46. 25d834e mac80211: fix virtual interfaces vs. injection by Johannes Berg · 16 years ago
  47. 687c7c0 mac80211: share sta_info->ht_info by Johannes Berg · 16 years ago
  48. 323ce79 mac80211: share sta->supp_rates by Johannes Berg · 16 years ago
  49. 17741cd mac80211: share STA information with driver by Johannes Berg · 16 years ago
  50. 05c914f mac80211: use nl80211 interface types by Johannes Berg · 16 years ago
  51. 96dd22a mac80211: inform driver of basic rateset by Johannes Berg · 16 years ago
  52. 5bc7572 mac80211: fix scan vs. interface removal race by Johannes Berg · 16 years ago
  53. b2e1b30 cfg80211: Add new wireless regulatory infrastructure by Luis R. Rodriguez · 16 years ago
  54. ca9b0e2 pkt_action: add new action skbedit by Alexander Duyck · 16 years ago
  55. 9265194 pkt_sched: Add multiqueue scheduler support by Alexander Duyck · 16 years ago
  56. c655705 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  57. 44d414d mac80211: move some HT code out of mlme.c by Johannes Berg · 16 years ago
  58. fe3fa82 mac80211: make conf_tx non-atomic by Johannes Berg · 16 years ago
  59. 00c5ae2 mac80211: change MIMO_PS to SM_PS by Tomas Winkler · 16 years ago
  60. a40c24a net: Add SKB DMA mapping helper functions. by David S. Miller · 16 years ago
  61. 271bff7 net: Add DMA mapping tokens to skb_shared_info. by David S. Miller · 16 years ago
  62. abb81c4 ipsec: Use RCU-like construct for saved state within a walk by Herbert Xu · 16 years ago
  63. dacc62d Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-2.6 by David S. Miller · 16 years ago
  64. 47abf28 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  65. c051a0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into lvs-next-2.6 by Simon Horman · 16 years ago
  66. 410e27a This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" by Gerrit Renker · 16 years ago
  67. fd9ec7d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 16 years ago
  68. e7c29cb [Bluetooth] Reject L2CAP connections on an insecure ACL link by Marcel Holtmann · 16 years ago
  69. 09ab6f4 [Bluetooth] Enforce correct authentication requirements by Marcel Holtmann · 16 years ago
  70. 0a68a20 Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp by David S. Miller · 16 years ago
  71. 17dce5d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  72. e9c0ce2 ipvs: Embed user stats structure into kernel stats structure by Sven Wegener · 16 years ago
  73. 2206a3f ipvs: Restrict connection table size via Kconfig by Sven Wegener · 16 years ago
  74. 5337407 warn: Turn the netdev timeout WARN_ON() into a WARN() by Arjan van de Ven · 16 years ago
  75. e1d7bf1 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  76. bcbc713 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  77. d315492 netns : fix kernel panic in timewait socket destruction by Daniel Lezcano · 16 years ago
  78. 64f996f 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
  79. f532522 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  80. a22a9a9 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  81. 291c54f Merge branch 'sched/cpuset' into sched/urgent by Ingo Molnar · 16 years ago
  82. dfb512e sched: arch_reinit_sched_domains() must destroy domains to force rebuild by Max Krasnyansky · 16 years ago
  83. b6734c3 x86: add NOPL as a synthetic CPU feature bit by H. Peter Anvin · 16 years ago
  84. 22f3016 tracehook: comment pasto fixes by Roland McGrath · 16 years ago
  85. 11d55d2 res_counter: fix off-by-one bug in setting limit by Li Zefan · 16 years ago
  86. 7f62186 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  87. 6f74b18 Merge git://git.infradead.org/~dwmw2/dwmw2-2.6.27 by Linus Torvalds · 16 years ago
  88. 14408c4f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 16 years ago
  89. 54e2a32 Merge branch 'core/debugobjects' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  90. e0cee3e [MIPS] Fix WARNING: at kernel/smp.c:290 by Thomas Bogendoerfer · 16 years ago
  91. f59ac04 cfg80211: keep track of supported interface modes by Luis R. Rodriguez · 16 years ago
  92. 4904862 sched: fix process time monotonicity by Balbir Singh · 16 years ago
  93. afbc8d8 Fix conditional export of kvh.h and a.out.h to userspace. by Khem Raj · 16 years ago
  94. 7c1e768 clockevents: prevent clockevent event_handler ending up handler_noop by Venkatesh Pallipadi · 16 years ago
  95. ac840605 mv643xx_eth: remove force_phy_addr field by Lennert Buytenhek · 16 years ago
  96. fc0eb9f mv643xx_eth: smi sharing is a per-unit property, not a per-port one by Lennert Buytenhek · 16 years ago
  97. f7981c1 mv643xx_eth: require contiguous receive and transmit queue numbering by Lennert Buytenhek · 16 years ago
  98. cfc78c5 IPVS: Adjust various debug outputs to use new macros by Julius Volz · 16 years ago
  99. 7937df1 IPVS: Convert real server lookup functions by Julius Volz · 16 years ago
  100. b3cdd2a7 IPVS: Add and bind IPv6 xmit functions by Julius Volz · 16 years ago