index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svcsock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-25
svcrpc: don't error out on small tcp fragment
J. Bruce Fields
1
-1
/
+1
2013-07-25
svcrpc: fix handling of too-short rpc's
J. Bruce Fields
1
-2
/
+7
2013-01-31
ipv6: rename datagram_send_ctl and datagram_recv_ctl
Tom Parkin
1
-1
/
+1
2012-12-20
Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-48
/
+50
2012-12-17
nfsd4: cleanup: replace rq_resused count by rq_next_page pointer
J. Bruce Fields
1
-0
/
+2
2012-12-17
svcrpc: fix some printks
J. Bruce Fields
1
-4
/
+4
2012-12-04
svcrpc: support multiple-fragment rpc's
J. Bruce Fields
1
-25
/
+25
2012-12-04
svcrpc: track rpc data length separately from sk_tcplen
J. Bruce Fields
1
-7
/
+12
2012-12-04
svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk
J. Bruce Fields
1
-1
/
+2
2012-12-04
svcrpc: delay minimum-rpc-size check till later
J. Bruce Fields
1
-9
/
+7
2012-12-04
svcrpc: don't byte-swap sk_reclen in place
J. Bruce Fields
1
-15
/
+11
2012-11-04
SUNRPC: remove BUG_ONs from *_reclassify_socket*
Weston Andros Adamson
1
-1
/
+5
2012-09-10
nfsd: remove unused listener-removal interfaces
J. Bruce Fields
1
-51
/
+0
2012-08-21
svcrpc: make xpo_recvfrom return only >=0
J. Bruce Fields
1
-3
/
+3
2012-08-21
svcrpc: don't bother checking bad svc_addr_len result
J. Bruce Fields
1
-2
/
+0
2012-08-21
svcrpc: minor udp code cleanup
J. Bruce Fields
1
-4
/
+5
2012-08-21
svcrpc: share some setup of listening sockets
J. Bruce Fields
1
-5
/
+1
2012-08-21
svcrpc: clean up control flow
J. Bruce Fields
1
-35
/
+34
2012-08-21
svcrpc: standardize svc_setup_socket return convention
J. Bruce Fields
1
-18
/
+22
2012-08-20
svcrpc: fix BUG() in svc_tcp_clear_pages
J. Bruce Fields
1
-1
/
+1
2012-06-27
net: skb_free_datagram_locked() doesnt drop all packets
Eric Dumazet
1
-6
/
+6
2012-05-15
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
1
-18
/
+10
2012-04-21
sock: Introduce named constants for sk_reuse
Pavel Emelyanov
1
-1
/
+1
2012-03-26
Merge nfs containerization work from Trond's tree
J. Bruce Fields
1
-2
/
+3
2012-03-11
SUNRPC: Fix a few sparse warnings
Trond Myklebust
1
-1
/
+1
2012-02-03
SUNPRC: remove marking service temporary sockets with XPT_CHNGBUF
Stanislav Kinsbursky
1
-2
/
+0
2012-01-31
SUNRPC: fixup for namespace changes
Trond Myklebust
1
-1
/
+1
2012-01-31
SUNRPC: pass network namespace to service registering routines
Stanislav Kinsbursky
1
-1
/
+2
2012-01-14
Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-3
/
+5
2011-12-06
SUNRPC: create svc_xprt in proper network namespace
Stanislav Kinsbursky
1
-3
/
+5
2011-11-22
net: remove ipv6_addr_copy()
Alexey Dobriyan
1
-2
/
+2
2011-10-31
net: Fix files explicitly needing to include module.h
Paul Gortmaker
1
-0
/
+1
2011-09-14
SUNRPC: Replace svc_addr_u by sockaddr_storage
Mi Jinlong
1
-6
/
+17
2011-07-27
Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-7
/
+7
2011-07-15
svcsock.c: include sunrpc.h to quiet sparse noise
H Hartley Sweeten
1
-0
/
+2
2011-07-15
SUNRPC: sunrpc should not explicitly depend on NFS config options
Trond Myklebust
1
-7
/
+7
2011-04-10
svcrpc: complete svsk processing on cb receive failure
J. Bruce Fields
1
-4
/
+3
2011-04-07
svcrpc: take advantage of tcp autotuning
Olga Kornievskaia
1
-28
/
+7
2011-04-07
SUNRPC: Don't wait for full record to receive tcp data
J. Bruce Fields
1
-32
/
+112
2011-04-07
svcrpc: copy cb reply instead of pages
Trond Myklebust
1
-66
/
+56
2011-04-07
svcrpc: close connection if client sends short packet
J. Bruce Fields
1
-14
/
+7
2011-04-07
svcrpc: note network-order types in svc_process_calldir
J. Bruce Fields
1
-3
/
+3
2011-04-07
SUNRPC: svc_tcp_recvfrom cleanup
Trond Myklebust
1
-19
/
+15
2011-04-07
SUNRPC: requeue tcp socket less frequently
Trond Myklebust
1
-1
/
+4
2011-02-22
net: add __rcu annotations to sk_wq and wq
Eric Dumazet
1
-12
/
+20
2011-01-25
NFS do not find client in NFSv4 pg_authenticate
Andy Adamson
1
-3
/
+1
2011-01-14
Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-8
/
+12
2011-01-11
rpc: move sk_bc_xprt to svc_xprt
J. Bruce Fields
1
-4
/
+6
2011-01-06
NFS rename client back channel transport field
Andy Adamson
1
-1
/
+1
2011-01-06
NFS associate sessionid with callback connection
Andy Adamson
1
-1
/
+3
[next]