aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-08RDS/IB: eliminate duplicate codeAndy Grover1-19/+11
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover12-18/+3
2010-09-08RDS: WhitespaceAndy Grover3-4/+3
2010-09-08RDS: Do not mask address when pinning pagesAndy Grover1-2/+2
2010-09-08RDS: Base init_depth and responder_resources on hw valuesAndy Grover4-11/+24
2010-09-08RDS: Implement atomic operationsAndy Grover8-23/+302
2010-09-08RDS: Clear up some confusing code in send_remove_from_sockAndy Grover1-1/+1
2010-09-08RDS: make sure all sgs alloced are initializedAndy Grover2-3/+2
2010-09-08RDS: make m_rdma_op a member of rds_messageAndy Grover6-90/+129
2010-09-08RDS: fold rdma.h into rds.hAndy Grover12-95/+77
2010-09-08RDS: Explicitly allocate rm in sendmsg()Andy Grover3-27/+62
2010-09-08RDS: cleanup/fix rds_rdma_unuseAndy Grover1-12/+15
2010-09-08RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover7-85/+96
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover26-90/+90
2010-09-08RDS: move rds_shutdown_worker impl. to rds_conn_shutdownAndy Grover3-53/+63
2010-09-08RDS: Fix locking in send on m_rs_lockAndy Grover1-7/+8
2010-09-08RDS: Rewrite rds_send_drop_to() for clarityAndy Grover1-35/+29
2010-09-08RDS: Fix corrupted rds_mrsTina Yang1-0/+8
2010-09-08RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover2-2/+2
2010-09-06net: poll() optimizationsEric Dumazet4-12/+8
2010-09-06net/caifcaif_dev.c: Use netdev_<level>Joe Perches1-8/+8
2010-09-06net/caif: Use pr_fmtJoe Perches16-181/+167
2010-09-06net/9p/trans_fd.c: Fix unsigned return typeJulia Lawall1-1/+1
2010-09-06net: pskb_expand_head() optimizationEric Dumazet1-5/+20
2010-09-06tipc: Fix misleading error code when enabling Ethernet bearersAllan Stephens1-0/+10
2010-09-06tipc: Ensure outgoing messages on Ethernet have sufficient headroomAllan Stephens1-8/+17
2010-09-06tipc: 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/linville/wireless-next-2.6David S. Miller24-300/+562
2010-09-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn 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-01tcp: update also tcp_output with regard to RFC 5681Gerrit Renker1-9/+3
2010-09-01net: make rx_queue sysfs_ops conststephen hemminger1-1/+1
2010-09-01mac80211: 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-08-31gro: unexport tcp4_gro_receive and tcp4_gro_completeEric Dumazet1-2/+0
2010-08-31pktgen: remove non used variableEric Dumazet1-2/+0
2010-08-31vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receiveJiri Pirko1-1/+1
2010-08-31Phonet: do not set POLLOUT in case of send buffer overflowRémi Denis-Courmont1-1/+3
2010-08-31Phonet: correct sendmsg() error code from sock_alloc_send_skb()Rémi Denis-Courmont1-1/+1
2010-08-31Phonet: restore flow control credits when sending failsRémi Denis-Courmont1-1/+5
2010-08-31mac80211: cancel scan in ieee80211_restart_hw if software scan pendingJohn W. Linville1-1/+7
2010-08-31net/wireless: Remove double testJulia Lawall1-1/+1