summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-03-28SUNRPC: Pass a family argument to svc_register()Chuck Lever2-11/+12
2009-03-28SUNRPC: Clean up svc_find_xprt() calling sequenceChuck Lever1-5/+11
2009-03-28SUNRPC: Don't flag empty RPCB_GETADDR reply as bogusChuck Lever1-3/+8
2009-03-19SVCRDMA: fix recent printk format warnings.Tom Talpey1-1/+1
2009-03-19SUNRPC: Ensure we close the socket on EPIPE errors too...Trond Myklebust1-1/+1
2009-03-19SUNRPC: xs_tcp_connect_worker{4,6}: merge common codeTrond Myklebust1-68/+72
2009-03-19SUNRPC: Add a sysctl to control the duration of the socket linger timeoutTrond Myklebust1-2/+11
2009-03-19SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsTrond Myklebust1-17/+81
2009-03-11SUNRPC: Ensure that xs_nospace return values are propagatedTrond Myklebust1-4/+7
2009-03-11SUNRPC: Delay, then retry on connection errors.Trond Myklebust1-18/+16
2009-03-11SUNRPC: Return EAGAIN instead of ENOTCONN when waking up xprt->pendingTrond Myklebust3-52/+41
2009-03-11SUNRPC: Handle socket errors correctlyTrond Myklebust1-7/+5
2009-03-11SUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()Trond Myklebust3-37/+34
2009-03-11SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust1-4/+14
2009-03-11SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust1-4/+1
2009-03-11SUNRPC: Avoid an unnecessary task reschedule on ENOTCONNTrond Myklebust1-8/+18
2009-03-11SUNRPC: dynamically load RPC transport modules on-demandTom Talpey1-0/+31
2009-03-11XPRTRDMA: correct an rpc/rdma inline send marshaling errorTom Talpey1-12/+14
2009-03-11SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.Tom Talpey1-3/+5
2009-03-11SUNRPC: Avoid spurious wake-up during UDP connect processingChuck Lever1-18/+26
2009-03-11SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2-5/+10
2009-03-11SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust1-1/+9
2009-03-10SUNRPC: Tighten up the task locking rules in __rpc_execute()Trond Myklebust1-13/+20
2009-03-06cfg80211: test before subtraction on unsignedRoel Kluin1-1/+2
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller2-23/+36
2009-03-04net: Fix missing dev->neigh_setup in register_netdevice().David S. Miller1-0/+1
2009-03-04pkt_sched: act_police: Fix a rate estimator test.Jarek Poplawski1-7/+6
2009-03-04SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 failsBrian Haley1-3/+8
2009-03-04IPv6: add "disable" module parameter support to ipv6.koBrian Haley1-5/+16
2009-03-03net: fix tokenring licenseMeelis Roos1-0/+2
2009-03-03netlink: invert error code in netlink_set_err()Pablo Neira Ayuso1-1/+9
2009-03-03netns: Remove net_aliveEric W. Biederman2-9/+0
2009-03-03tcp: Like icmp use register_pernet_subsysEric W. Biederman1-1/+1
2009-03-03netns: Fix icmp shutdown.Eric W. Biederman1-1/+1
2009-03-03netns: fix addrconf_ifdown kernel panicDaniel Lezcano1-30/+9
2009-03-03ipv6: Fix sysctl unregistration deadlockStephen Hemminger1-6/+8
2009-03-03net: Avoid race between network down and sysfsStephen Hemminger1-1/+3
2009-03-02sctp: fix kernel panic with ERROR chunk containing too many error causesWei Yongjun2-35/+35
2009-03-02sctp: fix crash during module unloadVlad Yasevich1-4/+1
2009-03-01tcp: fix retrans_out leaksIlpo Järvinen1-4/+5
2009-03-01netpoll: Add drop checks to all entry pointsHerbert Xu2-0/+16
2009-02-27pkt_sched: sch_drr: Fix oops in drr_change_class.Jarek Poplawski1-1/+5
2009-02-26ipv6: don't use tw net when accounting for recycled twPavel Emelyanov1-2/+2
2009-02-24tcp_scalable: Update malformed & dead urlJoe Perches1-1/+1
2009-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller4-63/+151
2009-02-24netfilter: xt_recent: fix proc-file addition/removal of IPv4 addressesJosef Drexler1-1/+1
2009-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-5/+5
2009-02-23net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo1-1/+1
2009-02-23netns: build fix for net_alloc_genericClemens Noss1-4/+4
2009-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-41/+55