summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-10sfc: Refactor channel and queue lookup and iterationBen Hutchings
2010-09-10sfc: Abstract channel and index lookup for RX queuesBen Hutchings
2010-09-10sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings
2010-09-10sfc: Fix failure paths in efx_probe_port()Ben Hutchings
2010-09-10sfc: Remove declarations of functions that no longer existBen Hutchings
2010-09-10sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings
2010-09-10sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad countBen Hutchings
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-09Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller
2010-09-09drivers/net/bnx2x: use ARRAY_SIZE macro in bnx2x_main.cNikitas Angelinas
2010-09-09ipheth: remove incorrect devtype to WWANDan Williams
2010-09-09MAINTAINERS: Add CAIFJoe Perches
2010-09-09au1000-eth: change multi-line comments styleFlorian Fainelli
2010-09-09au1000-eth: remove volatiles, switch to I/O accessorsFlorian Fainelli
2010-09-09au1000-eth: fix asm -> linux headers inclusionFlorian Fainelli
2010-09-09au1000-eth: fix bad printk usagesFlorian Fainelli
2010-09-09au1000-eth: fix all but one "line over 80 characters warnings"Florian Fainelli
2010-09-09au1000-eth: stylistic fixesFlorian Fainelli
2010-09-09au1000-eth: typedefs removalFlorian Fainelli
2010-09-09tipc: Optimize handling excess content on incoming messagesPaul Gortmaker
2010-09-09ixgbevf: remove private net_device_statsEric Dumazet
2010-09-09tunnels: missing rcu_assign_pointer()Eric Dumazet
2010-09-09net/core: add lock context change annotations in net/core/sock.cNamhyung Kim
2010-09-09net/core: remove address space warnings on verify_iovec()Namhyung Kim
2010-09-09sctp: fix test for end of loopJoe Perches
2010-09-09Merge branch 'for-davem' of git://oss.oracle.com/git/agrover/linux-2.6David S. Miller
2010-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2010-09-08KS8851: Correct RX packet allocationEric Dumazet
2010-09-08udp: add rehash on connect()Eric Dumazet
2010-09-08atlx: make strings constStephen Hemminger
2010-09-08net: inet_add_protocol() can use cmpxchg()Eric Dumazet
2010-09-08cxacru: ignore cx82310_eth devicesOndrej Zary
2010-09-08RDS: Remove dead struct from rds.hAndy Grover
2010-09-08RDS: rds.h: Replace u_int[size]_t with uint[size]_tAndy Grover
2010-09-08RDS: Add rds.h to exported headers listAndy Grover
2010-09-08RDS: Implement masked atomic operationsAndy Grover
2010-09-08RDS/IB: print string constants in more placesZach Brown
2010-09-08RDS: cancel connection work structs as we shut downZach Brown
2010-09-08RDS: don't call rds_conn_shutdown() from rds_conn_destroy()Zach Brown
2010-09-08RDS: have sockets get transport module referencesZach Brown
2010-09-08RDS: remove old rs_transport commentZach Brown
2010-09-08RDS: lock rds_conn_count decrement in rds_conn_destroy()Zach Brown
2010-09-08RDS/IB: protect the list of IB devicesZach Brown
2010-09-08RDS/IB: print IB event strings as well as their numberZach Brown
2010-09-08RDS: flush fmrs before allocating new onesChris Mason
2010-09-08RDS: properly use sg_init_tableChris Mason
2010-09-08RDS/IB: track signaled sendsZach Brown
2010-09-08RDS: remove __init and __exit annotationZach Brown
2010-09-08RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover
2010-09-08RDS/IB: always process recv completionsZach Brown