index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
ub.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-09-10
pkt_sched: remov unnecessary bh_disable
stephen hemminger
1
-2
/
+2
2010-09-10
fib: cleanups
Eric Dumazet
1
-32
/
+23
2010-09-10
sfc: Allow changing the DMA ring sizes dynamically via ethtool
Ben Hutchings
5
-52
/
+224
2010-09-10
sfc: Make the dmaq size a run-time setting (rather than compile-time)
Steve Hodgson
7
-76
/
+109
2010-09-10
sfc: Allocate each channel separately, along with its RX and TX queues
Ben Hutchings
3
-76
/
+61
2010-09-10
sfc: Refactor channel and queue lookup and iteration
Ben Hutchings
7
-75
/
+125
2010-09-10
sfc: Abstract channel and index lookup for RX queues
Ben Hutchings
3
-33
/
+47
2010-09-10
sfc: Allocate DMA and event rings using GFP_KERNEL
Ben Hutchings
1
-4
/
+4
2010-09-10
sfc: Fix failure paths in efx_probe_port()
Ben Hutchings
1
-2
/
+2
2010-09-10
sfc: Remove declarations of functions that no longer exist
Ben Hutchings
1
-2
/
+0
2010-09-10
sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errors
Ben Hutchings
1
-1
/
+1
2010-09-10
sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad count
Ben Hutchings
1
-1
/
+1
2010-09-10
drivers/net/bnx2x: use ARRAY_SIZE macro in bnx2x_main.c
Nikitas Angelinas
1
-3
/
+2
2010-09-10
ipheth: remove incorrect devtype to WWAN
Dan Williams
1
-6
/
+1
2010-09-10
MAINTAINERS: Add CAIF
Joe Perches
1
-0
/
+10
2010-09-10
au1000-eth: change multi-line comments style
Florian Fainelli
2
-14
/
+30
2010-09-10
au1000-eth: remove volatiles, switch to I/O accessors
Florian Fainelli
2
-52
/
+65
2010-09-10
au1000-eth: fix asm -> linux headers inclusion
Florian Fainelli
1
-2
/
+2
2010-09-10
au1000-eth: fix bad printk usages
Florian Fainelli
1
-10
/
+15
2010-09-10
au1000-eth: fix all but one "line over 80 characters warnings"
Florian Fainelli
2
-48
/
+61
2010-09-10
au1000-eth: stylistic fixes
Florian Fainelli
1
-16
/
+16
2010-09-10
au1000-eth: typedefs removal
Florian Fainelli
2
-28
/
+28
2010-09-10
tipc: Optimize handling excess content on incoming messages
Paul Gortmaker
2
-10
/
+4
2010-09-10
ixgbevf: remove private net_device_stats
Eric Dumazet
2
-22
/
+5
2010-09-10
tunnels: missing rcu_assign_pointer()
Eric Dumazet
2
-2
/
+2
2010-09-10
net/core: add lock context change annotations in net/core/sock.c
Namhyung Kim
1
-0
/
+4
2010-09-10
net/core: remove address space warnings on verify_iovec()
Namhyung Kim
1
-2
/
+4
2010-09-10
sctp: fix test for end of loop
Joe Perches
1
-23
/
+23
2010-09-09
KS8851: Correct RX packet allocation
Eric Dumazet
1
-18
/
+21
2010-09-09
udp: add rehash on connect()
Eric Dumazet
6
-2
/
+66
2010-09-09
atlx: make strings const
Stephen Hemminger
1
-3
/
+3
2010-09-09
net: inet_add_protocol() can use cmpxchg()
Eric Dumazet
2
-54
/
+9
2010-09-09
cxacru: ignore cx82310_eth devices
Ondrej Zary
1
-1
/
+17
2010-09-09
RDS: Remove dead struct from rds.h
Andy Grover
1
-8
/
+0
2010-09-09
RDS: rds.h: Replace u_int[size]_t with uint[size]_t
Andy Grover
1
-29
/
+29
2010-09-09
RDS: Add rds.h to exported headers list
Andy Grover
2
-6
/
+7
2010-09-09
RDS: Implement masked atomic operations
Andy Grover
5
-13
/
+64
2010-09-09
RDS/IB: print string constants in more places
Zach Brown
7
-21
/
+97
2010-09-09
RDS: cancel connection work structs as we shut down
Zach Brown
1
-0
/
+4
2010-09-09
RDS: don't call rds_conn_shutdown() from rds_conn_destroy()
Zach Brown
1
-2
/
+7
2010-09-09
RDS: have sockets get transport module references
Zach Brown
4
-6
/
+21
2010-09-09
RDS: remove old rs_transport comment
Zach Brown
1
-6
/
+0
2010-09-09
RDS: lock rds_conn_count decrement in rds_conn_destroy()
Zach Brown
1
-0
/
+3
2010-09-09
RDS/IB: protect the list of IB devices
Zach Brown
3
-10
/
+26
2010-09-09
RDS/IB: print IB event strings as well as their number
Zach Brown
1
-4
/
+39
2010-09-09
RDS: flush fmrs before allocating new ones
Chris Mason
1
-2
/
+5
2010-09-09
RDS: properly use sg_init_table
Chris Mason
1
-0
/
+1
2010-09-09
RDS/IB: track signaled sends
Zach Brown
3
-8
/
+54
2010-09-09
RDS: remove __init and __exit annotation
Zach Brown
20
-35
/
+35
2010-09-09
RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()
Andy Grover
1
-2
/
+2
[next]