index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-25
sfc: Serialise tenxpress_special_reset() with statistics fetches
Ben Hutchings
1
-5
/
+10
2008-09-25
sfc: Remove workaround for old firmware bug
Ben Hutchings
7
-156
/
+1
2008-09-25
sfc: Fix memory BAR release call on error path
Ben Hutchings
1
-1
/
+1
2008-09-25
sfc: Add check for memory allocation failure in falcon_probe_nic()
Ben Hutchings
1
-0
/
+2
2008-09-25
8139too: [cosmetic] fix incorrect register for flash-rom
Mats Erik Andersson
1
-1
/
+2
2008-09-25
s2io: Fix enabling VLAN tag stripping at driver initialization
Breno Leitao
2
-8
/
+11
2008-09-25
cs89x0: fix warning release_irq label
Yoichi Yuasa
1
-2
/
+0
2008-09-25
[netdrvr/usb] hso_create_bulk_serial_device(): fix a double free
Adrian Bunk
1
-4
/
+5
2008-09-25
wan/hdlc_x25.c: fix a NULL dereference
Krzysztof Halasa
1
-3
/
+5
2008-09-25
bonding: Do not tx-balance some IPv6 packets on ALB/TLB bonds
Vlad Yasevich
1
-0
/
+24
2008-09-25
[netdrvr] atl1e: Don't take the mdio_lock in atl1e_probe
Matthew Wilcox
1
-2
/
+0
2008-09-25
ehea: Fix DLPAR memory handling
Hannes Hering
1
-1
/
+2
2008-09-25
[netdrvr] ne: Fix suspend and resume for ISA PnP cards.
David Fries
1
-1
/
+8
2008-09-25
[netdrvr] au1000_eth: Spinlock initialisation fix
Martin Gebert
1
-1
/
+2
2008-09-25
MAINTAINERS: add Atheros maintainer for atlx
Chris Snook
1
-1
/
+3
2008-09-25
drivers/net/mlx4/alloc.c needs mm.h
Andrew Morton
1
-0
/
+1
2008-09-25
drivers/net/skfp/pmf.c: Use offsetof() macro
Takashi Iwai
1
-18
/
+11
2008-09-25
smc91x: SMC_IO_SHIFT platform data support for default case
Magnus Damm
1
-0
/
+2
2008-09-25
smc91x: fix nowait printout
Magnus Damm
1
-1
/
+2
2008-09-25
r8169: fix RxMissed register access
Francois Romieu
1
-11
/
+14
2008-09-25
ehea: fix phyp debugging typo
Sebastien Dugue
1
-1
/
+1
2008-09-25
tulip: Fix dead 21041 ethernet after ifconfig down
Thomas Bogendoerfer
1
-1
/
+0
2008-09-24
aoe: Fix OOPS after SKB queue changes.
David S. Miller
1
-1
/
+3
2008-09-23
can: Add documentation for virtual CAN driver usage
Oliver Hartkopp
1
-4
/
+40
2008-09-23
tcp: Fix queue traversal in tcp_use_frto().
David S. Miller
1
-0
/
+2
2008-09-23
tcp: Fix order of tests in tcp_retransmit_skb()
David S. Miller
1
-1
/
+1
2008-09-23
ppp_generic: Use skb_peek() in ppp_receive_mp_frame().
David S. Miller
1
-3
/
+5
2008-09-23
neigh: Remove by-hand SKB queue handling.
David S. Miller
1
-13
/
+8
2008-09-23
pkt_sched: Remove the tx queue state check in qdisc_run()
Jarek Poplawski
1
-4
/
+1
2008-09-23
tcp: Use SKB queue handling interfaces instead of by-hand versions.
David S. Miller
1
-25
/
+15
2008-09-23
net: Add skb_queue_walk_from() and skb_queue_walk_from_safe().
David S. Miller
1
-0
/
+9
2008-09-23
net: Add skb_queue_next().
David S. Miller
1
-0
/
+18
2008-09-23
tcp: Use skb_queue_is_last() instead of by-hand version.
David S. Miller
1
-3
/
+3
2008-09-23
net: Add skb_queue_is_last().
David S. Miller
1
-0
/
+13
2008-09-23
usbatm: Use skb_queue_walk_safe() instead of by-hand implementation.
David S. Miller
1
-3
/
+2
2008-09-23
zd1211: Use skb_queue_walk() instead of by-hand implementation.
David S. Miller
1
-1
/
+1
2008-09-23
de4x5: Use skb_queue_head instead of by-hand implementation.
David S. Miller
1
-30
/
+8
2008-09-23
pkt_sched: Check the state of tx_queue in dequeue_skb()
Jarek Poplawski
1
-4
/
+14
2008-09-23
pkt_sched: Always use q->requeue in dev_requeue_skb().
David S. Miller
1
-4
/
+1
2008-09-23
pkt_sched: Make qdisc->gso_skb a list.
David S. Miller
2
-6
/
+8
2008-09-23
sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init().
David S. Miller
1
-8
/
+2
2008-09-23
net: Fix bus in SKB queue splicing interfaces.
David S. Miller
1
-4
/
+4
2008-09-23
net: network device name ifalias support
Stephen Hemminger
6
-0
/
+77
2008-09-23
usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.
David S. Miller
1
-2
/
+1