summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-06-19libceph: fix NULL dereference in reset_connection()Dan Carpenter1-1/+1
2012-06-15Merge tag 'v3.5-rc1'Sage Weil720-22882/+35664
2012-06-15libceph: flush msgr queue during mon_client shutdownSage Weil2-7/+8
2012-06-15libceph: transition socket state prior to actual connectSage Weil1-2/+1
2012-06-07libceph: fix overflow in osdmap_apply_incremental()Xi Wang1-0/+4
2012-06-07libceph: fix overflow in osdmap_decode()Xi Wang1-0/+3
2012-06-07libceph: fix overflow in __decode_pool_names()Xi Wang1-6/+7
2012-06-07rbd: Clear ceph_msg->bio_iter for retransmitted messageYan, Zheng1-0/+4
2012-06-06libceph: make ceph_con_revoke_message() a msg opAlex Elder2-11/+20
2012-06-06libceph: make ceph_con_revoke() a msg operationAlex Elder3-7/+12
2012-06-06libceph: have messages take a connection referenceAlex Elder1-6/+18
2012-06-06libceph: have messages point to their connectionAlex Elder1-2/+25
2012-06-06libceph: tweak ceph_alloc_msg()Alex Elder3-27/+38
2012-06-06libceph: fully initialize connection in con_init()Alex Elder3-11/+13
2012-06-06libceph: init monitor connection when openingAlex Elder1-7/+6
2012-06-06libceph: drop connection refcounting for mon_clientSage Weil1-2/+16
2012-06-06libceph: embed ceph connection structure in mon_clientAlex Elder1-27/+20
2012-06-06libceph: use con get/put ops from osd_clientSage Weil1-4/+4
2012-06-06libceph: osd_client: don't drop reply reference too earlyAlex Elder1-2/+2
2012-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-9/+19
2012-06-03tty: Revert the tty locking series, it needs more workLinus Torvalds1-2/+2
2012-06-01tcp: reflect SYN queue_mapping into SYNACK packetsEric Dumazet2-6/+12
2012-06-01tcp: do not create inetpeer on SYNACK messageEric Dumazet1-1/+2
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-58/+75
2012-06-01sch_atm.c: get rid of poinless externAl Viro1-2/+0
2012-06-01libceph: set CLOSED state bit in con_initAlex Elder1-4/+11
2012-06-01libceph: provide osd number when creating osdAlex Elder1-4/+4
2012-06-01libceph: start tracking connection socket stateAlex Elder1-0/+64
2012-06-01libceph: start separating connection flags from stateAlex Elder1-25/+25
2012-06-01libceph: embed ceph messenger structure in ceph_clientAlex Elder4-39/+19
2012-06-01libceph: rename kvec_reset and kvec_add functionsAlex Elder1-24/+24
2012-06-01libceph: rename socket callbacksAlex Elder1-14/+14
2012-06-01libceph: kill bad_proto ceph connection opAlex Elder1-5/+0
2012-06-01libceph: eliminate connection state "DEAD"Alex Elder1-6/+0
2012-06-01Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-45/+68
2012-06-01nfsd4: move rq_flavor into svc_credJ. Bruce Fields2-3/+3
2012-06-01nfsd4: move principal name into svc_credJ. Bruce Fields2-19/+8
2012-06-01svcrpc: fix a comment typoJ. Bruce Fields1-1/+1
2012-06-01sunrpc: do array overrun check in svc_recv before allocating pagesJeff Layton1-1/+1
2012-06-01SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-4/+0
2012-06-01SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2-14/+17
2012-06-01rpc: handle rotated gss data for Windows interoperabilityJ. Bruce Fields1-16/+45
2012-06-01net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang1-2/+5
2012-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-61/+122
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds7-276/+235
2012-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-8/+9
2012-05-30drop_monitor: Add module alias to enable automatic module loadingNeil Horman1-0/+1
2012-05-30genetlink: Build a generic netlink family module aliasNeil Horman2-3/+2
2012-05-30memcg: decrement static keys at real destroy timeGlauber Costa1-7/+27