summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-09-09RDS/IB: Make all flow control code conditional on i_flowctlAndy Grover1-6/+8
2010-09-09RDS: Remove unsignaled_bytes sysctlAndy Grover3-21/+0
2010-09-09RDS: rewrite rds_ib_xmitAndy Grover1-78/+45
2010-09-09RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover3-55/+23
2010-09-09RDS/IB: Remove dead codeAndy Grover1-14/+0
2010-09-09RDS/IB: Disallow connections less than RDS 3.1Andy Grover2-47/+16
2010-09-09RDS/IB: eliminate duplicate codeAndy Grover1-19/+11
2010-09-09RDS: inc_purge() transport function unused - remove itAndy Grover12-18/+3
2010-09-09RDS: WhitespaceAndy Grover3-4/+3
2010-09-09RDS: Do not mask address when pinning pagesAndy Grover1-2/+2
2010-09-09RDS: Base init_depth and responder_resources on hw valuesAndy Grover4-11/+24
2010-09-09RDS: Implement atomic operationsAndy Grover8-23/+302
2010-09-09RDS: Clear up some confusing code in send_remove_from_sockAndy Grover1-1/+1
2010-09-09RDS: make sure all sgs alloced are initializedAndy Grover2-3/+2
2010-09-09RDS: make m_rdma_op a member of rds_messageAndy Grover6-90/+129
2010-09-09RDS: fold rdma.h into rds.hAndy Grover12-95/+77
2010-09-09RDS: Explicitly allocate rm in sendmsg()Andy Grover3-27/+62
2010-09-09RDS: cleanup/fix rds_rdma_unuseAndy Grover1-12/+15
2010-09-09RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover7-85/+96
2010-09-09RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover26-90/+90
2010-09-09RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover3-53/+63
2010-09-09RDS: Fix locking in send on m_rs_lockAndy Grover1-7/+8
2010-09-09RDS: Rewrite rds_send_drop_to() for clarityAndy Grover1-35/+29
2010-09-09RDS: Fix corrupted rds_mrsTina Yang1-0/+8
2010-09-09RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover2-2/+2
2010-09-07net: poll() optimizationsEric Dumazet4-12/+8
2010-09-07net/caifcaif_dev.c: Use netdev_<level>Joe Perches1-8/+8
2010-09-07net/caif: Use pr_fmtJoe Perches16-181/+167
2010-09-07net/9p/trans_fd.c: Fix unsigned return typeJulia Lawall1-1/+1
2010-09-07net: pskb_expand_head() optimizationEric Dumazet1-5/+20
2010-09-07tipc: Fix misleading error code when enabling Ethernet bearersAllan Stephens1-0/+10
2010-09-07tipc: Ensure outgoing messages on Ethernet have sufficient headroomAllan Stephens1-8/+17
2010-09-07tipc: Minor optimizations to name table translation codeAllan Stephens2-5/+3
2010-09-03net: remove two kmemcheck annotationsEric Dumazet1-2/+0
2010-09-03ipv6: add special mode forwarding=2 to send RS while configured as routerThomas Graf1-1/+2
2010-09-03ipv6: add special mode accept_ra=2 to accept RA while configured as routerThomas Graf1-4/+14
2010-09-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller24-300/+562
2010-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville24-300/+562
2010-09-02net: arp: code cleanupChangli Gao1-103/+123
2010-09-02net: dev_add_pack() & __dev_remove_pack() changesEric Dumazet1-17/+15
2010-09-02ipvs: use pkts for SCTP tooJulian Anastasov1-3/+3
2010-09-02net: another last_rx roundEric Dumazet1-1/+0
2010-09-02tcp: update also tcp_output with regard to RFC 5681Gerrit Renker1-9/+3
2010-09-02net: make rx_queue sysfs_ops conststephen hemminger1-1/+1
2010-09-02mac80211: only cancel software-based scans on suspendJohn W. Linville2-1/+8
2010-09-01net: skbuff.c cleanupEric Dumazet1-32/+15
2010-09-01skge: add GRO supportEric Dumazet1-1/+2
2010-09-01net: tunnels should use rcu_dereferenceEric Dumazet2-7/+17
2010-09-01gro: unexport tcp4_gro_receive and tcp4_gro_completeEric Dumazet1-2/+0
2010-09-01pktgen: remove non used variableEric Dumazet1-2/+0