aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* RDS: Rewrite rds_send_xmitAndy Grover2010-09-082-63/+73
* RDS: Rename data op members prefix from m_ to op_Andy Grover2010-09-086-51/+51
* RDS: Remove struct rds_rdma_opAndy Grover2010-09-088-148/+145
* RDS: purge atomic resources too in rds_message_purge()Andy Grover2010-09-083-0/+22
* RDS: Inline rdma_prepare into cmsg_rdma_argsAndy Grover2010-09-081-26/+12
* RDS: Implement silent atomicsAndy Grover2010-09-085-35/+45
* RDS: Move loop-only function to loop.cAndy Grover2010-09-082-8/+13
* RDS/IB: Make all flow control code conditional on i_flowctlAndy Grover2010-09-081-6/+8
* RDS: Remove unsignaled_bytes sysctlAndy Grover2010-09-083-21/+0
* RDS: rewrite rds_ib_xmitAndy Grover2010-09-081-78/+45
* RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover2010-09-083-55/+23
* RDS/IB: Remove dead codeAndy Grover2010-09-081-14/+0
* RDS/IB: Disallow connections less than RDS 3.1Andy Grover2010-09-082-47/+16
* RDS/IB: eliminate duplicate codeAndy Grover2010-09-081-19/+11
* RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-0812-18/+3
* RDS: WhitespaceAndy Grover2010-09-083-4/+3
* RDS: Do not mask address when pinning pagesAndy Grover2010-09-081-2/+2
* RDS: Base init_depth and responder_resources on hw valuesAndy Grover2010-09-084-11/+24
* RDS: Implement atomic operationsAndy Grover2010-09-088-23/+302
* RDS: Clear up some confusing code in send_remove_from_sockAndy Grover2010-09-081-1/+1
* RDS: make sure all sgs alloced are initializedAndy Grover2010-09-082-3/+2
* RDS: make m_rdma_op a member of rds_messageAndy Grover2010-09-086-90/+129
* RDS: fold rdma.h into rds.hAndy Grover2010-09-0812-95/+77
* RDS: Explicitly allocate rm in sendmsg()Andy Grover2010-09-083-27/+62
* RDS: cleanup/fix rds_rdma_unuseAndy Grover2010-09-081-12/+15
* RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover2010-09-087-85/+96
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-0826-90/+90
* RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover2010-09-083-53/+63
* RDS: Fix locking in send on m_rs_lockAndy Grover2010-09-081-7/+8
* RDS: Rewrite rds_send_drop_to() for clarityAndy Grover2010-09-081-35/+29
* RDS: Fix corrupted rds_mrsTina Yang2010-09-081-0/+8
* RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover2010-09-082-2/+2
* net: poll() optimizationsEric Dumazet2010-09-064-12/+8
* net/caifcaif_dev.c: Use netdev_<level>Joe Perches2010-09-061-8/+8
* net/caif: Use pr_fmtJoe Perches2010-09-0616-181/+167
* net/9p/trans_fd.c: Fix unsigned return typeJulia Lawall2010-09-061-1/+1
* net: pskb_expand_head() optimizationEric Dumazet2010-09-061-5/+20
* tipc: Fix misleading error code when enabling Ethernet bearersAllan Stephens2010-09-061-0/+10
* tipc: Ensure outgoing messages on Ethernet have sufficient headroomAllan Stephens2010-09-061-8/+17
* tipc: Minor optimizations to name table translation codeAllan Stephens2010-09-062-5/+3
* net: remove two kmemcheck annotationsEric Dumazet2010-09-031-2/+0
* ipv6: add special mode forwarding=2 to send RS while configured as routerThomas Graf2010-09-031-1/+2
* ipv6: add special mode accept_ra=2 to accept RA while configured as routerThomas Graf2010-09-031-4/+14
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-09-0224-300/+562
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-0224-300/+562
| |\
| | * mac80211: only cancel software-based scans on suspendJohn W. Linville2010-09-012-1/+8
| | * mac80211: cancel scan in ieee80211_restart_hw if software scan pendingJohn W. Linville2010-08-311-1/+7
| | * net/wireless: Remove double testJulia Lawall2010-08-311-1/+1
| | * mac80211: Do not generate CQM events based on first Beacon framesJouni Malinen2010-08-312-0/+16
| | * mac80211: Fix signal strength average initialization for CQM eventsJouni Malinen2010-08-311-1/+1