index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
find_last_bit.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-07-14
cs89x0: Removing dead SH_HICOSH4
Christoph Egger
2
-53
/
+2
2010-07-14
cassini: Removing dead CASSINI_NAPI
Christoph Egger
1
-5
/
+0
2010-07-14
cassini: Removing dead CASSINI_MULTICAST_REG_WRITE
Christoph Egger
1
-19
/
+1
2010-07-14
cassini: Removing dead CASSINI_QGE_DEBUG
Christoph Egger
1
-4
/
+0
2010-07-14
net: Removing dead {AR,WAVE}LAN
Christoph Egger
1
-6
/
+0
2010-07-13
Revert "tc35815: fix iomap leak"
David S. Miller
1
-3
/
+1
2010-07-13
drivers/net: Add Micrel KS8841/42 support to ks8842 driver
David J. Choi
2
-48
/
+133
2010-07-13
hso: remove driver version
Filip Aben
1
-4
/
+1
2010-07-13
net/irda: Remove unnecessary casts of private_data
Joe Perches
1
-5
/
+5
2010-07-13
net/core: Remove unnecessary casts of private_data
Joe Perches
1
-2
/
+2
2010-07-13
drivers/net/caif: Remove unnecessary casts of private_data
Joe Perches
1
-2
/
+2
2010-07-13
drivers/isdn: Remove unnecessary casts of private_data
Joe Perches
3
-5
/
+5
2010-07-13
atm: remove IRQF_DISABLED in combination with IRQF_SHARED
chas williams - CONTRACTOR
3
-4
/
+4
2010-07-13
fec: use interrupt for MDIO completion indication
Baruch Siach
1
-30
/
+25
2010-07-13
net: autoconvert trivial BKL users to private mutex
Arnd Bergmann
4
-21
/
+22
2010-07-13
isdn: autoconvert trivial BKL users to private mutex
Arnd Bergmann
9
-46
/
+48
2010-07-13
net: sock_free() optimizations
Eric Dumazet
1
-2
/
+3
2010-07-13
inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...
Changli Gao
8
-20
/
+33
2010-07-13
net: cleanups
Changli Gao
3
-192
/
+123
2010-07-13
xtsonic: free irq if sonic_open() fails
Kulikov Vasiliy
1
-2
/
+10
2010-07-13
macsonic: free irqs if sonic_open() fails
Kulikov Vasiliy
1
-9
/
+28
2010-07-13
jazzsonic: free irq if sonic_open() fails
Kulikov Vasiliy
1
-4
/
+13
2010-07-13
isdn: fix strlen() usage
Dan Carpenter
1
-3
/
+4
2010-07-13
9p: strlen() doesn't count the terminator
Dan Carpenter
1
-1
/
+1
2010-07-13
tc35815: fix iomap leak
Kulikov Vasiliy
1
-1
/
+3
2010-07-13
ll_temac: Fix missing validate_addr hook
Denis Kirjanov
1
-0
/
+1
2010-07-13
cxgb4vf: fix TX Queue restart
Casey Leedom
2
-28
/
+16
2010-07-13
depca: fix leaks in depca_module_init()
Kulikov Vasiliy
1
-6
/
+23
2010-07-12
p54: update MAINTAINERS
Christian Lamparter
1
-3
/
+2
2010-07-12
ath9k: merge noisefloor load implementations
Felix Fietkau
6
-181
/
+114
2010-07-12
ath9k: validate the TID in the tx status information
Felix Fietkau
1
-0
/
+8
2010-07-12
ath9k_hw: report the TID in the tx status on AR5008-AR9002
Felix Fietkau
3
-3
/
+4
2010-07-12
ath9k_hw: prevent a fast channel change after a rx DMA stuck issue
Felix Fietkau
1
-1
/
+3
2010-07-12
ath9k_hw: fix an off-by-one error in the PDADC boundaries calculation
Felix Fietkau
1
-1
/
+1
2010-07-12
ath9k_hw: fix a sign error in the IQ calibration code
Felix Fietkau
1
-1
/
+1
2010-07-12
ath9k_hw: fix antenna diversity on AR9285
Felix Fietkau
5
-8
/
+8
2010-07-12
rt2x00: Move driver callback functions into the ops structure
Ivo van Doorn
4
-48
/
+36
2010-07-12
rt2x00: Move common firmware loading into rt2800lib
Ivo van Doorn
4
-211
/
+179
2010-07-12
rt2x00: Add missing TSF sync mode for AP operation
Helmut Schaa
3
-4
/
+8
2010-07-12
rt2x00: Don't initialize beacon interval to 0 on rt2800 devices
Helmut Schaa
1
-1
/
+1
2010-07-12
rt2x00: Remove set_tim callback from PCI drivers
Helmut Schaa
4
-4
/
+0
2010-07-12
rt2x00: Use separate mac80211_ops for rt2800pci and rt2800usb
Helmut Schaa
4
-37
/
+69
2010-07-12
rt2x00: Use pretbtt irq for fetching beacons on rt2800pci
Helmut Schaa
5
-10
/
+70
2010-07-12
rt2x00: Implement broad- and multicast buffering
Helmut Schaa
1
-2
/
+30
2010-07-12
rt2x00: Allow beacon update without scheduling a work
Helmut Schaa
2
-9
/
+30
2010-07-12
rt2x00: Convert rt2x00 to use threaded interrupts
Helmut Schaa
11
-70
/
+201
2010-07-12
rt2x00: Make rt2800_write_beacon only export to GPL
Ivo van Doorn
1
-1
/
+1
2010-07-12
rt2x00: Implement watchdog monitoring
Ivo van Doorn
11
-3
/
+159
2010-07-12
rt2x00: Fix vgc_level_reg handling
Ivo van Doorn
3
-8
/
+16
2010-07-12
rt2x00: Disable link tuning while scanning
Ivo van Doorn
9
-4
/
+47
[next]