summaryrefslogtreecommitdiffstats
path: root/drivers/block/ub.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-10pkt_sched: remov unnecessary bh_disablestephen hemminger1-2/+2
2010-09-10fib: cleanupsEric Dumazet1-32/+23
2010-09-10sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings5-52/+224
2010-09-10sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson7-76/+109
2010-09-10sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings3-76/+61
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings7-75/+125
2010-09-10sfc: Abstract channel and index lookup for RX queuesBen Hutchings3-33/+47
2010-09-10sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings1-4/+4
2010-09-10sfc: Fix failure paths in efx_probe_port()Ben Hutchings1-2/+2
2010-09-10sfc: Remove declarations of functions that no longer existBen Hutchings1-2/+0
2010-09-10sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings1-1/+1
2010-09-10sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad countBen Hutchings1-1/+1
2010-09-10drivers/net/bnx2x: use ARRAY_SIZE macro in bnx2x_main.cNikitas Angelinas1-3/+2
2010-09-10ipheth: remove incorrect devtype to WWANDan Williams1-6/+1
2010-09-10MAINTAINERS: Add CAIFJoe Perches1-0/+10
2010-09-10au1000-eth: change multi-line comments styleFlorian Fainelli2-14/+30
2010-09-10au1000-eth: remove volatiles, switch to I/O accessorsFlorian Fainelli2-52/+65
2010-09-10au1000-eth: fix asm -> linux headers inclusionFlorian Fainelli1-2/+2
2010-09-10au1000-eth: fix bad printk usagesFlorian Fainelli1-10/+15
2010-09-10au1000-eth: fix all but one "line over 80 characters warnings"Florian Fainelli2-48/+61
2010-09-10au1000-eth: stylistic fixesFlorian Fainelli1-16/+16
2010-09-10au1000-eth: typedefs removalFlorian Fainelli2-28/+28
2010-09-10tipc: Optimize handling excess content on incoming messagesPaul Gortmaker2-10/+4
2010-09-10ixgbevf: remove private net_device_statsEric Dumazet2-22/+5
2010-09-10tunnels: missing rcu_assign_pointer()Eric Dumazet2-2/+2
2010-09-10net/core: add lock context change annotations in net/core/sock.cNamhyung Kim1-0/+4
2010-09-10net/core: remove address space warnings on verify_iovec()Namhyung Kim1-2/+4
2010-09-10sctp: fix test for end of loopJoe Perches1-23/+23
2010-09-09KS8851: Correct RX packet allocationEric Dumazet1-18/+21
2010-09-09udp: add rehash on connect()Eric Dumazet6-2/+66
2010-09-09atlx: make strings constStephen Hemminger1-3/+3
2010-09-09net: inet_add_protocol() can use cmpxchg()Eric Dumazet2-54/+9
2010-09-09cxacru: ignore cx82310_eth devicesOndrej Zary1-1/+17
2010-09-09RDS: Remove dead struct from rds.hAndy Grover1-8/+0
2010-09-09RDS: rds.h: Replace u_int[size]_t with uint[size]_tAndy Grover1-29/+29
2010-09-09RDS: Add rds.h to exported headers listAndy Grover2-6/+7
2010-09-09RDS: Implement masked atomic operationsAndy Grover5-13/+64
2010-09-09RDS/IB: print string constants in more placesZach Brown7-21/+97
2010-09-09RDS: cancel connection work structs as we shut downZach Brown1-0/+4
2010-09-09RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown1-2/+7
2010-09-09RDS: have sockets get transport module referencesZach Brown4-6/+21
2010-09-09RDS: remove old rs_transport commentZach Brown1-6/+0
2010-09-09RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown1-0/+3
2010-09-09RDS/IB: protect the list of IB devicesZach Brown3-10/+26
2010-09-09RDS/IB: print IB event strings as well as their numberZach Brown1-4/+39
2010-09-09RDS: flush fmrs before allocating new onesChris Mason1-2/+5
2010-09-09RDS: properly use sg_init_tableChris Mason1-0/+1
2010-09-09RDS/IB: track signaled sendsZach Brown3-8/+54
2010-09-09RDS: remove __init and __exit annotationZach Brown20-35/+35
2010-09-09RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover1-2/+2