summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-02-02svc: Remove sk_lastrecvTom Tucker1-4/+1
2008-02-02svc: Move accept call to svc_xprt_received to common codeTom Tucker1-2/+1
2008-02-02svc: Change svc_sock_received to svc_xprt_received and export itTom Tucker1-22/+24
2008-02-02svc: Make svc_send transport neutralTom Tucker2-11/+9
2008-02-02svc: Make the enqueue service transport neutral and export it.Tom Tucker1-46/+48
2008-02-02svc: Move sk_reserved to svc_xprtTom Tucker1-5/+5
2008-02-02svc: Make close transport independentTom Tucker3-61/+54
2008-02-02svc: Move sk_server and sk_pool to svc_xprtTom Tucker2-31/+30
2008-02-02svc: Move sk_flags to the svc_xprt structureTom Tucker1-75/+76
2008-02-02svc: Change sk_inuse to a krefTom Tucker2-75/+79
2008-02-02svc: Change services to use new svc_create_xprt serviceTom Tucker2-23/+0
2008-02-02svc: Add a generic transport svc_create_xprt functionTom Tucker2-15/+81
2008-02-02svc: Move connection limit checking to its own functionTom Tucker1-28/+29
2008-02-02svc: Remove unnecessary call to svc_sock_enqueueTom Tucker1-1/+0
2008-02-02svc: Add xpo_accept transport functionTom Tucker1-12/+19
2008-02-02svc: Move close processing to a single placeTom Tucker1-15/+11
2008-02-02svc: Add a transport function that checks for write spaceTom Tucker1-26/+56
2008-02-02svc: Add xpo_prep_reply_hdrTom Tucker2-3/+20
2008-02-02svc: Add per-transport delete functionsTom Tucker1-13/+43
2008-02-02svc: Add transport specific xpo_release functionTom Tucker1-8/+9
2008-02-02svc: Move sk_sendto and sk_recvfrom to svc_xprt_classTom Tucker1-6/+6
2008-02-02svc: Add a max payload value to the transportTom Tucker2-3/+3
2008-02-02svc: Make svc_sock the tcp/udp transportTom Tucker2-2/+34
2008-02-02svc: Add an svc transport classTom Tucker2-1/+85
2008-02-02svcrpc: ensure gss DESTROY tokens free contexts from cacheJ. Bruce Fields1-0/+1
2008-02-02sunrpc: gss: simplify rsi_parse logicJ. Bruce Fields1-28/+24
2008-02-02nfsd: fix rsi_cache reference count leakJ. Bruce Fields1-6/+11
2008-02-02knfsd: allow cache_register to return error on failureJ. Bruce Fields2-11/+36
2008-02-02nfsd: move cache proc (un)registration to separate functionJ. Bruce Fields1-45/+54
2008-02-02knfsd: cache unregistration needn't return errorJ. Bruce Fields3-11/+9
2008-02-02knfsd: fix cache.c commentJ. Bruce Fields1-5/+5
2008-02-02SUNRPC: Use unsigned string lengths in xdr_decode_string_inplaceChuck Lever1-3/+5
2008-02-02SUNRPC: Prevent length underflow in read_flush()Chuck Lever1-5/+5
2008-02-01[NETNS]: Lookup in FIB semantic hashes taking into account the namespace.Denis V. Lunev2-2/+6
2008-02-01[NETNS]: Add a namespace mark to fib_info.Denis V. Lunev1-4/+4
2008-02-01[IPV4]: fib_sync_down rework.Denis V. Lunev2-53/+55
2008-02-01[NETNS]: Process interface address manipulation routines in the namespace.Denis V. Lunev1-6/+8
2008-02-01[IPV4]: Small style cleanup of the error path in rtm_to_ifaddr.Denis V. Lunev1-13/+8
2008-02-01[IPV4]: Fix memory leak on error path during FIB initialization.Denis V. Lunev1-1/+9
2008-02-01[NETFILTER]: Ipv6-related xt_hashlimit compilation fix.Pavel Emelyanov1-0/+2
2008-02-01[NET_SCHED]: Add flow classifierPatrick McHardy3-0/+672
2008-02-01[NET_SCHED]: sch_sfq: make internal queues visible as classesPatrick McHardy1-1/+40
2008-02-01[NET_SCHED]: sch_sfq: add support for external classifiersPatrick McHardy1-4/+91
2008-02-01[NET_SCHED]: Constify struct tcf_ext_mapPatrick McHardy6-8/+8
2008-02-01[BLUETOOTH]: Fix bugs in previous conn add/del workqueue changes.Dave Young1-2/+6
2008-02-01[TCP]: Unexport sysctl_tcp_tso_win_divisorAdrian Bunk1-1/+0
2008-02-01[IPV4]: Make struct ipv4_devconf static.Adrian Bunk1-1/+1
2008-02-01[TR] net/802/tr.c: sysctl_tr_rif_timeout staticAdrian Bunk1-1/+1
2008-02-01[XFRM]: Fix statistics.Masahide NAKAMURA3-3/+5
2008-02-01[XFRM]: Remove unused exports.Adrian Bunk2-3/+0