summaryrefslogtreecommitdiffstats
path: root/drivers/thermal (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-25sfc: Serialise tenxpress_special_reset() with statistics fetchesBen Hutchings1-5/+10
2008-09-25sfc: Remove workaround for old firmware bugBen Hutchings7-156/+1
2008-09-25sfc: Fix memory BAR release call on error pathBen Hutchings1-1/+1
2008-09-25sfc: Add check for memory allocation failure in falcon_probe_nic()Ben Hutchings1-0/+2
2008-09-258139too: [cosmetic] fix incorrect register for flash-romMats Erik Andersson1-1/+2
2008-09-25s2io: Fix enabling VLAN tag stripping at driver initializationBreno Leitao2-8/+11
2008-09-25cs89x0: fix warning release_irq labelYoichi Yuasa1-2/+0
2008-09-25[netdrvr/usb] hso_create_bulk_serial_device(): fix a double freeAdrian Bunk1-4/+5
2008-09-25wan/hdlc_x25.c: fix a NULL dereferenceKrzysztof Halasa1-3/+5
2008-09-25bonding: Do not tx-balance some IPv6 packets on ALB/TLB bondsVlad Yasevich1-0/+24
2008-09-25[netdrvr] atl1e: Don't take the mdio_lock in atl1e_probeMatthew Wilcox1-2/+0
2008-09-25ehea: Fix DLPAR memory handlingHannes Hering1-1/+2
2008-09-25[netdrvr] ne: Fix suspend and resume for ISA PnP cards.David Fries1-1/+8
2008-09-25[netdrvr] au1000_eth: Spinlock initialisation fixMartin Gebert1-1/+2
2008-09-25MAINTAINERS: add Atheros maintainer for atlxChris Snook1-1/+3
2008-09-25drivers/net/mlx4/alloc.c needs mm.hAndrew Morton1-0/+1
2008-09-25drivers/net/skfp/pmf.c: Use offsetof() macroTakashi Iwai1-18/+11
2008-09-25smc91x: SMC_IO_SHIFT platform data support for default caseMagnus Damm1-0/+2
2008-09-25smc91x: fix nowait printoutMagnus Damm1-1/+2
2008-09-25r8169: fix RxMissed register accessFrancois Romieu1-11/+14
2008-09-25ehea: fix phyp debugging typoSebastien Dugue1-1/+1
2008-09-25tulip: Fix dead 21041 ethernet after ifconfig downThomas Bogendoerfer1-1/+0
2008-09-24aoe: Fix OOPS after SKB queue changes.David S. Miller1-1/+3
2008-09-23can: Add documentation for virtual CAN driver usageOliver Hartkopp1-4/+40
2008-09-23tcp: Fix queue traversal in tcp_use_frto().David S. Miller1-0/+2
2008-09-23tcp: Fix order of tests in tcp_retransmit_skb()David S. Miller1-1/+1
2008-09-23ppp_generic: Use skb_peek() in ppp_receive_mp_frame().David S. Miller1-3/+5
2008-09-23neigh: Remove by-hand SKB queue handling.David S. Miller1-13/+8
2008-09-23pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski1-4/+1
2008-09-23tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller1-25/+15
2008-09-23net: Add skb_queue_walk_from() and skb_queue_walk_from_safe().David S. Miller1-0/+9
2008-09-23net: Add skb_queue_next().David S. Miller1-0/+18
2008-09-23tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller1-3/+3
2008-09-23net: Add skb_queue_is_last().David S. Miller1-0/+13
2008-09-23usbatm: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller1-3/+2
2008-09-23zd1211: Use skb_queue_walk() instead of by-hand implementation.David S. Miller1-1/+1
2008-09-23de4x5: Use skb_queue_head instead of by-hand implementation.David S. Miller1-30/+8
2008-09-23pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski1-4/+14
2008-09-23pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller1-4/+1
2008-09-23pkt_sched: Make qdisc->gso_skb a list.David S. Miller2-6/+8
2008-09-23sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().David S. Miller1-8/+2
2008-09-23net: Fix bus in SKB queue splicing interfaces.David S. Miller1-4/+4
2008-09-23net: network device name ifalias supportStephen Hemminger6-0/+77
2008-09-23usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller1-2/+1