aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2008-01-30SUNRPC: temp var should match return type of xdr_skb_read_actorChuck Lever
2008-01-30SUNRPC: Check a return resultChuck Lever
2008-01-30SUNRPC: Fix an unnecessary implicit type cast in rpcrdma_count_chunks()Chuck Lever
2008-01-30SUNRPC: Prevent mixed sign comparisons in rpcrdma_convert_iovs()Chuck Lever
2008-01-30SUNRPC: Cleanup to remove the last users of the RPC_WAITQ declarationTrond Myklebust
2008-01-30SUNRPC: Unexport rpc_init_task() and rpc_execute()Trond Myklebust
2008-01-30SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_taskTrond Myklebust
2008-01-30SUNRPC: Remove the now unused function rpc_call_setup()Trond Myklebust
2008-01-30NFS/SUNRPC: Convert all users of rpc_call_setup()Trond Myklebust
2008-01-30SUNRPC: Allow rpc_init_task() to initialise the rpc_task->tk_msgTrond Myklebust
2008-01-30SUNRPC: Add a helper rpc_call_start() that initialises task->tk_actionTrond Myklebust
2008-01-30SUNRPC: Mask signals across the call to rpc_call_setup() in rpc_run_taskTrond Myklebust
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust
2008-01-30SUNRPC: Clean up rpc_run_taskTrond Myklebust
2008-01-30SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust
2008-01-30SUNRPC: Restrict sunrpc client exportsTrond Myklebust
2008-01-30SUNRPC: Move exported declarations to the function declarationsTrond Myklebust
2008-01-30sunrpc: document the rpc_pipefs kernel apiJ. Bruce Fields
2008-01-30SUNRPC: Reconnect immediately whenever the server isn't refusing it.Trond Myklebust
2008-01-30SUNRPC: Rename xprt_disconnect()Trond Myklebust
2008-01-30SUNRPC: Make call_status()/call_decode() call xprt_force_disconnect()Trond Myklebust
2008-01-30SUNRPC: xprt_autoclose() should not call xprt_disconnect()Trond Myklebust
2008-01-30SUNRPC: Use shutdown() instead of close() when disconnecting a TCP socketTrond Myklebust
2008-01-30SUNRPC: TCP clear XPRT_CLOSE_WAIT when the socket is closed for writesTrond Myklebust
2008-01-30SUNRPC: Allow the client to detect if the TCP connection is closedTrond Myklebust
2008-01-30SUNRPC: Fix TCP rebinding logicTrond Myklebust
2008-01-30SUNRPC: Fix a race in xs_tcp_state_change()Trond Myklebust
2008-01-28[IPV6] ADDRLABEL: Fix double free on label deletion.YOSHIFUJI Hideaki
2008-01-28[IPV4] fib_trie: remove unneeded NULL checkStephen Hemminger
2008-01-28[IPV4] fib_trie: More whitespace cleanup.Stephen Hemminger
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in ematchesPatrick McHardy
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in actionsPatrick McHardy
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in classifiersPatrick McHardy
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy
2008-01-28[NET_SCHED]: sch_api: introduce constant for rate table sizePatrick McHardy
2008-01-28[NET_SCHED]: Use typeful attribute parsing helpersPatrick McHardy
2008-01-28[NET_SCHED]: Use typeful attribute construction helpersPatrick McHardy
2008-01-28[NET_SCHED]: Use NLA_PUT_STRING for string dumpingPatrick McHardy
2008-01-28[NET_SCHED]: Use nla_nest_start/nla_nest_endPatrick McHardy
2008-01-28[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy
2008-01-28[NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_getPatrick McHardy
2008-01-28[NET_SCHED]: act_api: use nlmsg_parsePatrick McHardy
2008-01-28[NET_SCHED]: act_api: fix netlink API conversion bugPatrick McHardy
2008-01-28[NET_SCHED]: sch_netem: use nla_parse_nested_compatPatrick McHardy
2008-01-28[NET_SCHED]: sch_atm: fix format string warningPatrick McHardy
2008-01-28[NETNS]: Add namespace for ICMP replying code.Denis V. Lunev
2008-01-28[NETNS]: Routing cache virtualization.Denis V. Lunev
2008-01-28[NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy
2008-01-28[NET_SCHED]: Convert classifiers from rtnetlink to new netlink APIPatrick McHardy
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy