aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc/tx.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-09drivers/net/bnx2x: use ARRAY_SIZE macro in bnx2x_main.cNikitas Angelinas1-3/+2
2010-09-09ipheth: remove incorrect devtype to WWANDan Williams1-6/+1
2010-09-09MAINTAINERS: Add CAIFJoe Perches1-0/+10
2010-09-09au1000-eth: change multi-line comments styleFlorian Fainelli2-14/+30
2010-09-09au1000-eth: remove volatiles, switch to I/O accessorsFlorian Fainelli2-52/+65
2010-09-09au1000-eth: fix asm -> linux headers inclusionFlorian Fainelli1-2/+2
2010-09-09au1000-eth: fix bad printk usagesFlorian Fainelli1-10/+15
2010-09-09au1000-eth: fix all but one "line over 80 characters warnings"Florian Fainelli2-48/+61
2010-09-09au1000-eth: stylistic fixesFlorian Fainelli1-16/+16
2010-09-09au1000-eth: typedefs removalFlorian Fainelli2-28/+28
2010-09-09tipc: Optimize handling excess content on incoming messagesPaul Gortmaker2-10/+4
2010-09-09ixgbevf: remove private net_device_statsEric Dumazet2-22/+5
2010-09-09tunnels: missing rcu_assign_pointer()Eric Dumazet2-2/+2
2010-09-09net/core: add lock context change annotations in net/core/sock.cNamhyung Kim1-0/+4
2010-09-09net/core: remove address space warnings on verify_iovec()Namhyung Kim1-2/+4
2010-09-09sctp: fix test for end of loopJoe Perches1-23/+23
2010-09-08KS8851: Correct RX packet allocationEric Dumazet1-18/+21
2010-09-08udp: add rehash on connect()Eric Dumazet6-2/+66
2010-09-08atlx: make strings constStephen Hemminger1-3/+3
2010-09-08net: inet_add_protocol() can use cmpxchg()Eric Dumazet2-54/+9
2010-09-08cxacru: ignore cx82310_eth devicesOndrej Zary1-1/+17
2010-09-08RDS: Remove dead struct from rds.hAndy Grover1-8/+0
2010-09-08RDS: rds.h: Replace u_int[size]_t with uint[size]_tAndy Grover1-29/+29
2010-09-08RDS: Add rds.h to exported headers listAndy Grover2-6/+7
2010-09-08RDS: Implement masked atomic operationsAndy Grover5-13/+64
2010-09-08RDS/IB: print string constants in more placesZach Brown7-21/+97
2010-09-08RDS: cancel connection work structs as we shut downZach Brown1-0/+4
2010-09-08RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown1-2/+7
2010-09-08RDS: have sockets get transport module referencesZach Brown4-6/+21
2010-09-08RDS: remove old rs_transport commentZach Brown1-6/+0
2010-09-08RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown1-0/+3
2010-09-08RDS/IB: protect the list of IB devicesZach Brown3-10/+26
2010-09-08RDS/IB: print IB event strings as well as their numberZach Brown1-4/+39
2010-09-08RDS: flush fmrs before allocating new onesChris Mason1-2/+5
2010-09-08RDS: properly use sg_init_tableChris Mason1-0/+1
2010-09-08RDS/IB: track signaled sendsZach Brown3-8/+54
2010-09-08RDS: remove __init and __exit annotationZach Brown20-35/+35
2010-09-08RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover1-2/+2
2010-09-08RDS/IB: always process recv completionsZach Brown1-8/+12
2010-09-08RDS: return to a single-threaded krdsdZach Brown1-1/+1
2010-09-08RDS/IB: create a work queue for FMR flushingZach Brown3-3/+33
2010-09-08RDS/IB: destroy connections on rmmodZach Brown3-15/+6
2010-09-08RDS/IB: wait for IB dev freeing work to finish during rmmodZach Brown1-2/+9
2010-09-08RDS/IB: Make ib_recv_refill return voidAndy Grover2-6/+2