summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-11-13SUNRPC: Avoid deep recursion in rpc_release_clientTrond Myklebust1-12/+17
2013-11-09SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust1-7/+21
2013-10-31SUNRPC: Cleanup xs_destroy()Trond Myklebust1-10/+5
2013-10-31SUNRPC: close a rare race in xs_tcp_setup_socket.NeilBrown1-4/+9
2013-10-30SUNRPC: remove duplicated include from clnt.cWei Yongjun1-1/+0
2013-10-29SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msgTrond Myklebust1-19/+37
2013-10-29SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 messageTrond Myklebust1-0/+1
2013-10-29SUNRPC: remove an unnecessary if statementwangweidong1-3/+1
2013-10-29sunrpc: comment typo fixJ. Bruce Fields1-2/+2
2013-10-29SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transportTrond Myklebust1-1/+2
2013-10-28SUNRPC: Add a helper to switch the transport of an rpc_clntTrond Myklebust1-7/+100
2013-10-28SUNRPC: Modify synopsis of rpc_client_register()Chuck Lever1-6/+7
2013-10-02SUNRPC: call_connect_status should recheck bind and connect status on errorTrond Myklebust1-3/+6
2013-10-02SUNRPC: Remove redundant initialisations of request rq_bytes_sentTrond Myklebust1-8/+7
2013-10-02SUNRPC: Fix RPC call retransmission statisticsTrond Myklebust1-2/+4
2013-10-02SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust2-4/+16
2013-10-02SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolTrond Myklebust2-10/+11
2013-10-02SUNRPC: Clear the request rq_bytes_sent field in xprt_release_writeTrond Myklebust1-0/+10
2013-10-02SUNRPC: Don't set the request connect_cookie until a successful transmitTrond Myklebust1-3/+5
2013-10-02SUNRPC: Only update the TCP connect cookie on a successful connectTrond Myklebust1-1/+1
2013-10-02SUNRPC: Enable the keepalive option for TCP socketsTrond Myklebust1-0/+13
2013-09-22Merge tag 'nfs-for-3.12-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+11
2013-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-97/+102
2013-09-19netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov1-5/+4
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka7-11/+11
2013-09-19ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka1-1/+1
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+11
2013-09-18net:dccp: do not report ICMP redirects to user spaceDuan Jiong1-0/+1
2013-09-18Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-0/+2
2013-09-18RPCSEC_GSS: fix crash on destroying gss authJ. Bruce Fields1-0/+11
2013-09-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-28/+31
2013-09-18tcp: fix RTO calculated from cached RTTNeal Cardwell1-1/+3
2013-09-17batman-adv: set the TAG flag for the vid passed to BLAAntonio Quartulli1-0/+2
2013-09-17netfilter: nfnetlink_queue: use network skb for sequence adjustmentGao feng1-1/+1
2013-09-17net: sctp: rfc4443: do not report ICMP redirects to user spaceDaniel Borkmann2-3/+2
2013-09-17ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi1-2/+2
2013-09-16netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith1-12/+16
2013-09-16netfilter: ipset: Validate the set family and not the set type family at swap...Jozsef Kadlecsik1-1/+1
2013-09-16netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik5-10/+9
2013-09-16netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/...Jozsef Kadlecsik1-2/+2
2013-09-16bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo1-4/+1
2013-09-16bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo2-3/+3
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-12/+3
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-09-13netfilter: nf_nat_proto_icmpv6:: fix wrong comparison in icmpv6_manip_pktPhil Oester1-2/+2
2013-09-13bridge: Clamp forward_delay when enabling STPHerbert Xu3-8/+26
2013-09-13resubmit bridge: fix message_age_timer calculationChris Healy1-1/+1
2013-09-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-5/+5
2013-09-13memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju1-5/+5
2013-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+27