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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-10
RPC/RDMA: ensure connection attempt is complete before signalling.
Tom Talpey
1
-5
/
+1
2008-10-10
RPC/RDMA: correct the reconnect timer backoff
Tom Talpey
1
-0
/
+7
2008-10-10
RPC/RDMA: optionally emit useful transport info upon connect/disconnect.
Tom Talpey
2
-1
/
+22
2008-10-10
RPC/RDMA: reformat a debug printk to keep lines together.
Tom Talpey
1
-2
/
+2
2008-10-10
RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.
Tom Talpey
2
-4
/
+10
2008-10-10
RPC/RDMA: fix connect/reconnect resource leak.
Tom Talpey
1
-5
/
+4
2008-10-10
RPC/RDMA: return a consistent error, when connect fails.
Tom Talpey
1
-1
/
+1
2008-10-10
RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.
Tom Talpey
3
-2
/
+33
2008-10-10
RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.
Tom Talpey
1
-11
/
+9
2008-10-10
RPC/RDMA: maintain the RPC task bytes-sent statistic.
Tom Talpey
1
-0
/
+1
2008-10-10
RPC/RDMA: suppress retransmit on RPC/RDMA clients.
Tom Talpey
3
-4
/
+15
2008-10-10
RPC/RDMA: fix connection IRD/ORD setting
Tom Tucker
1
-37
/
+14
2008-10-10
RPC/RDMA: support FRMR client memory registration.
Tom Talpey
2
-6
/
+167
2008-10-10
RPC/RDMA: check selected memory registration mode at runtime.
Tom Talpey
1
-15
/
+80
2008-10-10
RPC/RDMA: add data types and new FRMR memory registration enum.
Tom Talpey
1
-1
/
+7
2008-10-10
RPC/RDMA: refactor the inline memory registration code.
Tom Talpey
1
-158
/
+207
2008-10-07
sunrpc: fix oops in rpc_create when the mount namespace is unshared
Cedric Le Goater
1
-2
/
+2
2008-10-07
SUNRPC: Fix a memory leak in rpcb_getport_async
Trond Myklebust
1
-1
/
+3
2008-10-07
SUNRPC: Fix autobind on cloned rpc clients
Trond Myklebust
1
-7
/
+29
2008-10-07
sunrpc: do not pin sunrpc module in the memory
Denis V. Lunev
1
-8
/
+4
2008-10-01
af_key: Free dumping state on socket close
Timo Teras
1
-11
/
+19
2008-10-01
XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachep
Arnaud Ebalard
1
-0
/
+2
2008-10-01
ipv6: NULL pointer dereferrence in tcp_v6_send_ack
Denis V. Lunev
1
-1
/
+1
2008-10-01
tcp: Fix NULL dereference in tcp_4_send_ack()
Vitaliy Gusev
1
-1
/
+1
2008-09-30
sctp: Fix kernel panic while process protocol violation parameter
Wei Yongjun
2
-24
/
+61
2008-09-30
iucv: Fix mismerge again.
Heiko Carstens
1
-1
/
+2
2008-09-30
ipsec: Fix pskb_expand_head corruption in xfrm_state_check_space
Herbert Xu
1
-4
/
+8
2008-09-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+6
2008-09-24
netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertion
Yasuyuki Kozakai
1
-2
/
+6
2008-09-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
5
-96
/
+118
2008-09-24
9p: fix put_data error handling
Eric Van Hensbergen
1
-1
/
+5
2008-09-24
9p: introduce missing kfree
Julia Lawall
1
-1
/
+3
2008-09-24
9p-trans_fd: fix and clean up module init/exit paths
Tejun Heo
1
-20
/
+11
2008-09-24
9p-trans_fd: don't do fs segment mangling in p9_fd_poll()
Tejun Heo
1
-11
/
+3
2008-09-24
9p-trans_fd: clean up p9_conn_create()
Tejun Heo
1
-16
/
+4
2008-09-24
9p-trans_fd: fix trans_fd::p9_conn_destroy()
Tejun Heo
1
-19
/
+5
2008-09-24
9p: implement proper trans module refcounting and unregistration
Tejun Heo
4
-28
/
+87
2008-09-23
sys_paccept: disable paccept() until API design is resolved
Michael Kerrisk
1
-0
/
+2
2008-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-2
/
+4
2008-09-20
netdev: simple_tx_hash shouldn't hash inside fragments
Alexander Duyck
1
-2
/
+4
2008-09-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
4
-40
/
+49
2008-09-18
sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTH
Vlad Yasevich
2
-8
/
+7
2008-09-18
sctp: do not enable peer features if we can't do them.
Vlad Yasevich
1
-2
/
+7
2008-09-18
sctp: set the skb->ip_summed correctly when sending over loopback.
Vlad Yasevich
1
-1
/
+2
2008-09-16
warn: Turn the netdev timeout WARN_ON() into a WARN()
Arjan van de Ven
1
-2
/
+1
2008-09-15
udp: Fix rcv socket locking
Herbert Xu
1
-29
/
+33
2008-09-12
[Bluetooth] Fix regression from using default link policy
Marcel Holtmann
1
-0
/
+3
2008-09-09
ipv6: Fix OOPS in ip6_dst_lookup_tail().
Neil Horman
1
-32
/
+32
2008-09-09
ipsec: Restore larval states and socket policies in dump
Herbert Xu
2
-0
/
+3
2008-09-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
5
-18
/
+52
[next]