Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
fbb85a478f6d4cce6942f1c25c6a68ec5b1e7e7f
/
net
fbb85a4
libceph: allow sock transition from CONNECTING to CLOSED
by Sage Weil
· 13 years ago
735a72e
libceph: initialize mon_client con only once
by Sage Weil
· 13 years ago
b7a9e5d
libceph: set peer name on con_open, not init
by Sage Weil
· 13 years ago
bc18f4b
libceph: add some fine ASCII art
by Alex Elder
· 13 years ago
5821bd8
libceph: small changes to messenger.c
by Alex Elder
· 13 years ago
7593af9
libceph: distinguish two phases of connect sequence
by Alex Elder
· 13 years ago
ab166d5
libceph: separate banner and connect writes
by Alex Elder
· 13 years ago
e27947c
libceph: define and use an explicit CONNECTED state
by Alex Elder
· 13 years ago
3ec50d1
libceph: clear NEGOTIATING when done
by Alex Elder
· 13 years ago
bb9e6bb
libceph: clear CONNECTING in ceph_con_close()
by Alex Elder
· 13 years ago
456ea46
libceph: don't touch con state in con_close_socket()
by Alex Elder
· 13 years ago
d65c9e0
libceph: just set SOCK_CLOSED when state changes
by Alex Elder
· 13 years ago
188048b
libceph: don't change socket state on sock event
by Alex Elder
· 13 years ago
a8d00e3
libceph: SOCK_CLOSED is a flag, not a state
by Alex Elder
· 13 years ago
abdaa6a
libceph: don't use bio_iter as a flag
by Alex Elder
· 13 years ago
572c588
libceph: move init of bio_iter
by Alex Elder
· 13 years ago
df6ad1f
libceph: move init_bio_*() functions up
by Alex Elder
· 13 years ago
fd154f3
libceph: don't mark footer complete before it is
by Alex Elder
· 13 years ago
84ca8fc
libceph: encapsulate advancing msg page
by Alex Elder
· 13 years ago
739c905
libceph: encapsulate out message data setup
by Alex Elder
· 13 years ago
d59315c
libceph: drop ceph_con_get/put helpers and nref member
by Sage Weil
· 13 years ago
36eb71a
libceph: use con get/put methods
by Sage Weil
· 13 years ago
26ce1719
libceph: fix NULL dereference in reset_connection()
by Dan Carpenter
· 13 years ago
9a64e8e
Merge tag 'v3.5-rc1'
by Sage Weil
· 13 years ago
f3dea7e
libceph: flush msgr queue during mon_client shutdown
by Sage Weil
· 13 years ago
89a86be
libceph: transition socket state prior to actual connect
by Sage Weil
· 13 years ago
a5506049
libceph: fix overflow in osdmap_apply_incremental()
by Xi Wang
· 13 years ago
e91a9b6
libceph: fix overflow in osdmap_decode()
by Xi Wang
· 13 years ago
ad3b904
libceph: fix overflow in __decode_pool_names()
by Xi Wang
· 13 years ago
4364352
rbd: Clear ceph_msg->bio_iter for retransmitted message
by Yan, Zheng
· 13 years ago
8921d11
libceph: make ceph_con_revoke_message() a msg op
by Alex Elder
· 13 years ago
6740a84
libceph: make ceph_con_revoke() a msg operation
by Alex Elder
· 13 years ago
92ce034
libceph: have messages take a connection reference
by Alex Elder
· 13 years ago
38941f8
libceph: have messages point to their connection
by Alex Elder
· 13 years ago
1c20f2d
libceph: tweak ceph_alloc_msg()
by Alex Elder
· 13 years ago
1bfd89f
libceph: fully initialize connection in con_init()
by Alex Elder
· 13 years ago
20581c1
libceph: init monitor connection when opening
by Alex Elder
· 13 years ago
ec87ef4
libceph: drop connection refcounting for mon_client
by Sage Weil
· 13 years ago
6713093
libceph: embed ceph connection structure in mon_client
by Alex Elder
· 13 years ago
0d47766
libceph: use con get/put ops from osd_client
by Sage Weil
· 13 years ago
ab8cb34
libceph: osd_client: don't drop reply reference too early
by Alex Elder
· 13 years ago
4fc3acf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
f309532
tty: Revert the tty locking series, it needs more work
by Linus Torvalds
· 13 years ago
fff3269
tcp: reflect SYN queue_mapping into SYNACK packets
by Eric Dumazet
· 13 years ago
7433819
tcp: do not create inetpeer on SYNACK message
by Eric Dumazet
· 13 years ago
1193755
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
419f431
Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
d583675
sch_atm.c: get rid of poinless extern
by Al Viro
· 13 years ago
a5988c4
libceph: set CLOSED state bit in con_init
by Alex Elder
· 13 years ago
e10006f
libceph: provide osd number when creating osd
by Alex Elder
· 13 years ago
ce2c890
libceph: start tracking connection socket state
by Alex Elder
· 13 years ago
928443c
libceph: start separating connection flags from state
by Alex Elder
· 13 years ago
15d9882
libceph: embed ceph messenger structure in ceph_client
by Alex Elder
· 13 years ago
e220042
libceph: rename kvec_reset and kvec_add functions
by Alex Elder
· 13 years ago
327800b
libceph: rename socket callbacks
by Alex Elder
· 13 years ago
6384bb8
libceph: kill bad_proto ceph connection op
by Alex Elder
· 13 years ago
e5e372d
libceph: eliminate connection state "DEAD"
by Alex Elder
· 13 years ago
a00b615
Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
d5497fc
nfsd4: move rq_flavor into svc_cred
by J. Bruce Fields
· 13 years ago
03a4e1f
nfsd4: move principal name into svc_cred
by J. Bruce Fields
· 13 years ago
3ddbe87
svcrpc: fix a comment typo
by J. Bruce Fields
· 13 years ago
91c427a
sunrpc: do array overrun check in svc_recv before allocating pages
by Jeff Layton
· 13 years ago
786185b
SUNRPC: move per-net operations from svc_destroy()
by Stanislav Kinsbursky
· 13 years ago
9793f7c
SUNRPC: new svc_bind() routine introduced
by Stanislav Kinsbursky
· 13 years ago
c52226d
rpc: handle rotated gss data for Windows interoperability
by J. Bruce Fields
· 13 years ago
cc9b17a
net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()
by Jason Wang
· 13 years ago
13199a0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
af56e0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 13 years ago
a0f6876
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 13 years ago
3fdcbd4
drop_monitor: Add module alias to enable automatic module loading
by Neil Horman
· 13 years ago
e9412c3
genetlink: Build a generic netlink family module alias
by Neil Horman
· 13 years ago
3f13461
memcg: decrement static keys at real destroy time
by Glauber Costa
· 13 years ago
a0c6ffb
rds_rdma: don't assume infiniband device is PCI
by Thadeu Lima de Souza Cascardo
· 13 years ago
c51ce49
l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC case
by James Chapman
· 13 years ago
7b21aea
mac80211: fix ADDBA declined after suspend with wowlan
by Eyal Shapira
· 13 years ago
c26a0e1
mac80211: fix flag check for QoS NOACK frames
by Claudio Pisa
· 13 years ago
53f2c4a
Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
0c18337
ipv6: fix incorrect ipsec fragment
by Gao feng
· 13 years ago
91657ea
xfrm: take net hdr len into account for esp payload size calculation
by Benjamin Poirier
· 13 years ago
992e68b
mac80211: Fix race in checking AP status by sending null frame
by Soumik Das
· 13 years ago
f0d1b3c
net/wanrouter: Deprecate and schedule for removal
by Joe Perches
· 13 years ago
28f3d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
1ca7ee3
tcp: take care of overlaps in tcp_try_coalesce()
by Eric Dumazet
· 13 years ago
e49cc0d
ipv4: fix the rcu race between free_fib_info and ip_route_output_slow
by Yanmin Zhang
· 13 years ago
31fe62b
mm: add a low limit to alloc_large_system_hash
by Tim Bird
· 13 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 13 years ago
e8650a0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
3c2c4b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 13 years ago
88d6ae8d
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 13 years ago
f5c1018
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 13 years ago
94b5aff
Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 13 years ago
c3719a1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 13 years ago
a0d0d16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by John W. Linville
· 13 years ago
6bd9adb
libceph: fix pg_temp updates
by Sage Weil
· 13 years ago
cb60e3e
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 13 years ago
99262a3
Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 13 years ago
991ad9e
9p: disconnect channel when PCI device is removed
by Sasha Levin
· 13 years ago
ff2bb04
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next
by James Morris
· 13 years ago
e47b65b
net: drop NET dependency from HAVE_BPF_JIT
by Sam Ravnborg
· 13 years ago
cb62ab7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
Next »