summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-06-17nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt.Rahul Iyer1-2/+2
2009-06-17nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callb...Benny Halevy1-0/+1
2009-06-17nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv for backchann...Andy Adamson1-0/+4
2009-06-17nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backcha...Benny Halevy1-0/+39
2009-06-17nfs41: Backchannel bc_svc_process()Ricardo Labiaga1-0/+49
2009-06-17nfs41: Refactor svc_process()Ricardo Labiaga1-30/+50
2009-06-17nfs41: Backchannel callback service helper routinesRicardo Labiaga3-1/+85
2009-06-17nfs41: Add backchannel processing support to RPC state machineRicardo Labiaga4-9/+189
2009-06-17nfs41: New xs_tcp_read_data()Ricardo Labiaga1-18/+126
2009-06-17nfs41: New backchannel helper routinesRicardo Labiaga2-0/+279
2009-06-17nfs41: Initialize new rpc_xprt callback related fieldsRicardo Labiaga1-0/+5
2009-06-17nfs41: Process the RPC call directionRicardo Labiaga2-8/+28
2009-06-17nfs41: Add ability to read RPC call direction on TCP stream.Ricardo Labiaga1-3/+49
2009-06-17nfs41: sunrpc: Export the call prepare state for session resetAndy Adamson2-1/+14
2009-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+3
2009-06-09cls_cgroup: Fix oops when user send improperly 'tc filter add' requestMinoru Usui1-0/+3
2009-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-12/+17
2009-06-02net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel pa...Minoru Usui1-6/+17
2009-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller1-6/+0
2009-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-12/+40
2009-05-29Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-18/+39
2009-05-27svcrdma: dma unmap the correct length for the RPCRDMA header page.Steve Wise2-11/+11
2009-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller4-1/+29
2009-05-27nfsd: Revert "svcrpc: take advantage of tcp autotuning"J. Bruce Fields1-7/+28
2009-05-27netfilter: nfnetlink_log: fix wrong skbuff size calculationPablo Neira Ayuso1-0/+6
2009-05-27netfilter: xt_hashlimit does a wrong SEQ_SKIPJesper Dangaard Brouer1-1/+1
2009-05-27Bluetooth: Remove useless flush_work() causing lockdep warningsDave Young1-6/+0
2009-05-26cls_cgroup: read classid atomically in classifierPaul Menage1-11/+11
2009-05-26Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+2
2009-05-26XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devicesVu Pham1-1/+2
2009-05-25tcp: tcp_vegas ssthresh bugfixDoug Leith1-2/+9
2009-05-25netfilter: nf_ct_dccp: add missing DCCP protocol changes in event cachePablo Neira Ayuso1-0/+4
2009-05-25netfilter: nf_ct_tcp: fix accepting invalid RST segmentsJozsef Kadlecsik1-0/+18
2009-05-21RxRPC: Error handling for rxrpc_alloc_connection()Dan Carpenter1-6/+6
2009-05-21ipv4: Fix oops with FIB_TRIERobert Olsson1-1/+5
2009-05-21pktgen: do not access flows[] beyond its lengthFlorian Westphal1-1/+1
2009-05-20IPv6: set RTPROT_KERNEL to initial routeJean-Mickael Guerin1-0/+3
2009-05-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-0/+14
2009-05-20net: fix rtable leak in net/ipv4/route.cEric Dumazet1-38/+17
2009-05-20net: fix length computation in rt_check_expire()Eric Dumazet1-2/+3
2009-05-20cfg80211: fix race between core hint and driver's custom applyLuis R. Rodriguez1-0/+7
2009-05-20wext: verify buffer size for SIOCSIWENCODEEXTJohannes Berg1-0/+7
2009-05-18ipv4: make default for INET_LRO consistent with help textFrans Pop1-1/+1
2009-05-18net: fix skb_seq_read returning wrong offset/length for page frag dataThomas Chenault1-1/+1
2009-05-18pkt_sched: gen_estimator: use 64 bit intermediate counters for bpsEric Dumazet1-6/+7
2009-05-18sch_teql: should not dereference skb after ndo_start_xmit()Eric Dumazet1-2/+3
2009-05-18tcp: fix MSG_PEEK race checkIlpo Järvinen1-1/+4
2009-05-17bridge: fix initial packet flood if !STPStephen Hemminger1-0/+3
2009-05-17bridge: relay bridge multicast pkgs if !STPStephen Hemminger1-0/+5
2009-05-17ipconfig: handle case of delayed DHCP serverChris Friesen1-0/+12