1. b6b50a2 mac80211: more kernel-doc fixes by Randy Dunlap · 16 years ago
  2. ef15aa4 p54: fix oops caused by bad eeproms by Christian Lamparter · 16 years ago
  3. a58c891 b44: GFP_DMA skb should not escape from driver by Eric Dumazet · 16 years ago
  4. 1c5625c korina: do not use IRQF_SHARED with IRQF_DISABLED by Phil Sutter · 16 years ago
  5. 5edc766 korina: do not stop queue here by Phil Sutter · 16 years ago
  6. 97bc477 korina: fix handling tx_chain_tail by Phil Sutter · 16 years ago
  7. 60d3f98 korina: do tx at the right position by Phil Sutter · 16 years ago
  8. 4676f63 korina: do schedule napi after testing for it by Phil Sutter · 16 years ago
  9. 4cf83b6 korina: rework korina_rx() for use with napi by Phil Sutter · 16 years ago
  10. beb0bab korina: disable napi on close and restart by Phil Sutter · 16 years ago
  11. a13b278 korina: reset resource buffer size to 1536 by Phil Sutter · 16 years ago
  12. b96ecfa korina: fix usage of driver_data by Phil Sutter · 16 years ago
  13. 0ef0045 bnx2x: First slow path interrupt race by Eilon Greenstein · 16 years ago
  14. e7799c5 bnx2x: MTU Filter by Eilon Greenstein · 16 years ago
  15. 26c8fa4 bnx2x: Indirection table initialization index by Eilon Greenstein · 16 years ago
  16. f5ba677 bnx2x: Missing brackets by Eilon Greenstein · 16 years ago
  17. a5f67a04 bnx2x: Fixing the doorbell size by Eilon Greenstein · 16 years ago
  18. 68d5948 bnx2x: Endianness issues by Eilon Greenstein · 16 years ago
  19. 0c6671b bnx2x: VLAN tagged packets without VLAN offload by Eilon Greenstein · 16 years ago
  20. a5e9a7c bnx2x: Protecting the link change indication by Eilon Greenstein · 16 years ago
  21. 3c96c68 bnx2x: Flow control updated before reporting the link by Eilon Greenstein · 16 years ago
  22. ad33ea3 bnx2x: Missing mask when calculating flow control by Eilon Greenstein · 16 years ago
  23. 4f40f2c bnx2x: Using system page size for SGE by Eilon Greenstein · 16 years ago
  24. 58f4c4c bnx2x: Missing memory barriers by Eilon Greenstein · 16 years ago
  25. 1cf167f bnx2x: Using singlethread work queue by Eilon Greenstein · 16 years ago
  26. c53a6ee can: fix slowpath issue in hrtimer callback function by Oliver Hartkopp · 16 years ago
  27. d57bc36 ax88796: start_xmit fix using net_device_ops by Magnus Damm · 16 years ago
  28. 937f1ba net: Add init_dummy_netdev() and fix EMAC driver using it by Benjamin Herrenschmidt · 16 years ago
  29. 2950e95 drivers/net/irda/irda-usb.c: fix buffer overflow by Jos-Vicente Gilabert · 16 years ago
  30. 6f70340 netxen: handle dma mapping failures by Dhananjay Phadke · 16 years ago
  31. 03e678e netxen: hold tx lock while sending firmware commands by Dhananjay Phadke · 16 years ago
  32. 06e9d9f netxen: cleanup mac list on driver unload by Dhananjay Phadke · 16 years ago
  33. 27c915a netxen: firmware init fix by Dhananjay Phadke · 16 years ago
  34. c7860a2 netxen: fix link speed reporting for some boards by Dhananjay Phadke · 16 years ago
  35. 391587c netxen: fix ipv6 offload and tx cleanup by Dhananjay Phadke · 16 years ago
  36. 2edbb45 netxen: fix endianness in firmware commands by Dhananjay Phadke · 16 years ago
  37. d1d5e6b sis900: generate fake MAC address if the hardware doesn't have one by Daniele Venzano · 16 years ago
  38. d7e094d powerpc/fs_enet: Add missing irq free in error path. by Mike Ditto · 16 years ago
  39. 4e704ee gso: Ensure that the packet is long enough by Herbert Xu · 16 years ago
  40. f557206 gro: Fix page ref count for skbs freed normally by Herbert Xu · 16 years ago
  41. fc8c7dc xfrm: For 32/64 compatability wrt. xfrm_usersa_info by David S. Miller · 16 years ago
  42. 5f3e540 i4l: minor cleanups by Paul Bolle · 16 years ago
  43. bae5843 i4l: do not print a warning when shutting down an i4l ppp interface by Paul Bolle · 16 years ago
  44. f0d44ae phylib: Fix Freescale TBI PHY detection by Anton Vorontsov · 16 years ago
  45. f17f5c9 gro: Check for GSO packets and packets with frag_list by Herbert Xu · 16 years ago
  46. 483a2b3 ARM etherh: Fix build failure. by David S. Miller · 16 years ago
  47. 7891cc8 ipv6: Fix fib6_dump_table walker leak by Herbert Xu · 16 years ago
  48. 33966dd tcp: splice as many packets as possible at once by Willy Tarreau · 16 years ago
  49. 9a0811c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  50. 26d1597 p54: fix "‘ret’ may be used uninitialized" warning by John W. Linville · 16 years ago
  51. 25a4cce iwl3945: fix "‘power_idx’ may be used uninitialized" warning by John W. Linville · 16 years ago
  52. 08cb7e0 b43legacy: fix "‘up_dev’ may be used uninitialized" warning by John W. Linville · 16 years ago
  53. 922d8a0 b43: fix "‘gmode’ may be used uninitialized" warning by John W. Linville · 16 years ago
  54. 85b9e4f mac80211: fix "‘ret’ may be used uninitialized" warning by John W. Linville · 16 years ago
  55. 8599757 net: ppp_generic - fix regressions caused by IDR conversion by Cyrill Gorcunov · 16 years ago
  56. a6d0b91 gianfar: Fix soft lockup with multi-interrupt TSECs by Anton Vorontsov · 16 years ago
  57. b74f62c hso: driver fix for big endian machines. by Denis Joseph Barrow · 16 years ago
  58. a73be04 pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffies by Jarek Poplawski · 16 years ago
  59. c085134 pkt_sched: sch_htb: Consider used jiffies in htb_do_events() by Jarek Poplawski · 16 years ago
  60. daaf83d netfilter 09/09: remove padding from struct xt_match on 64bit builds by Richard Kennedy · 16 years ago
  61. e6210f3 netfilter 08/09: xt_time: print timezone for user information by Jan Engelhardt · 16 years ago
  62. cd7fcbf netfilter 07/09: simplify nf_conntrack_alloc() error handling by Julia Lawall · 16 years ago
  63. 71320af netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian by Patrick McHardy · 16 years ago
  64. d61ba9f netfilter 05/09: ebtables: fix inversion in match code by Jan Engelhardt · 16 years ago
  65. 656caff netfilter 04/09: x_tables: fix match/target revision lookup by Patrick McHardy · 16 years ago
  66. 47e0e1c netfilter 03/09: bridge: Disable PPPOE/VLAN processing by default by Herbert Xu · 16 years ago
  67. a2bd40a netfilter 02/09: bridge: Fix handling of non-IP packets in FORWARD/POST_ROUTING by Herbert Xu · 16 years ago
  68. 8884310 netfilter 01/09: remove "happy cracking" message by Patrick McHardy · 16 years ago
  69. 985ebdb net: Fix a comment in include/linux/netdevice.h. by Krzysztof Hałasa · 16 years ago
  70. d973674 WAN: Fix NAPI interface in IXP4xx HSS driver. by Krzysztof Hałasa · 16 years ago
  71. 37a76bd async: fix __lowest_in_progress() by Arjan van de Ven · 16 years ago
  72. d32ad10 script: improve markup_oops.pl to also decode oopses in modules by Arjan van de Ven · 16 years ago
  73. 7df5231 ti_usb_3410_5052: add Multi-Tech firmware by Chris Adams · 16 years ago
  74. cb7a7c6 ti_usb_3410_5052: add Multi-Tech modem support by Chris Adams · 16 years ago
  75. 05a3d90 ti_usb_3410_5052: support alternate firmware by Chris Adams · 16 years ago
  76. bf0672d usb-serial: remove NULL check by Alan Cox · 16 years ago
  77. 21b56ec neo: Remove a bogus NULL check by Alan Cox · 16 years ago
  78. c774bda pty: Fix documentation by Alan Cox · 16 years ago
  79. 1284709 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
  80. 1181a24 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  81. b743791 Merge branch 'for-next' of git://git.o-hand.com/linux-mfd by Linus Torvalds · 16 years ago
  82. 9219a3b Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  83. 23ead72 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  84. 54c2668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  85. ddb4a9d Merge branch 'for_2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6 by Linus Torvalds · 16 years ago
  86. 87aa08b Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 16 years ago
  87. 3b1b719 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 16 years ago
  88. c69e883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 16 years ago
  89. 3e55f1a 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
  90. 9b0c474 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  91. 618efba [WATCHDOG] Pika Warp appliance watchdog timer by Sean MacLennan · 16 years ago
  92. 6ec9eae [WATCHDOG] Enable watchdog timer on GE Fanuc's SBC610 by Martyn Welch · 16 years ago
  93. 3268b56 [WATCHDOG] Basic support for GE Fanuc's FPGA based watchdog timer by Martyn Welch · 16 years ago
  94. b1cf3e9 [WATCHDOG] wm8350: Fix section annotations by Mark Brown · 16 years ago
  95. 877d524 m68k: Fix --build-id breakage for sun3 by Al Viro · 16 years ago
  96. c162564 m68k: Wire up sys_restart_syscall by Andreas Schwab · 16 years ago
  97. 1fa0b29 fbdev: Kill Atari vblank cursor blinking by Geert Uytterhoeven · 16 years ago
  98. b01e3b0 m68k: zorro - Use %pR to print resources by Geert Uytterhoeven · 16 years ago
  99. fae3306 m68k: dio - Kill resource_size_t format warnings by Geert Uytterhoeven · 16 years ago
  100. 89bde7b m68k: dmasound - Kill warn_unused_result warnings by Geert Uytterhoeven · 16 years ago