aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-4/+4
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-1742/+3499
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds15-444/+676
2016-05-26libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng1-1/+1
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu1-1/+1
2016-05-26libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov2-5/+14
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov2-14/+7
2016-05-26libceph: take osdc->lock in osdmap_show() and dump flags in hexIlya Dryomov1-5/+5
2016-05-26libceph: pool deletion detectionIlya Dryomov1-6/+242
2016-05-26libceph: async MON client generic requestsIlya Dryomov1-106/+210
2016-05-26libceph: support for checking on status of watchIlya Dryomov1-1/+51
2016-05-26libceph: support for sending notifiesIlya Dryomov2-11/+226
2016-05-26libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov3-249/+951
2016-05-26libceph: wait_request_timeout()Ilya Dryomov1-13/+21
2016-05-26libceph: request_init() and request_release_checks()Ilya Dryomov1-17/+27
2016-05-26libceph: a major OSD client updateIlya Dryomov2-611/+587
2016-05-26libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov1-11/+18
2016-05-26libceph: allocate ceph_osd with GFP_NOFAILIlya Dryomov1-4/+1
2016-05-26libceph: osd_init() and osd_cleanup()Ilya Dryomov1-9/+37
2016-05-26libceph: handle_one_map()Ilya Dryomov2-56/+138
2016-05-26libceph: allocate dummy osdmap in ceph_osdc_init()Ilya Dryomov2-16/+29
2016-05-26libceph: schedule tick from ceph_osdc_init()Ilya Dryomov1-28/+9
2016-05-26libceph: move schedule_delayed_work() in ceph_osdc_init()Ilya Dryomov1-3/+3
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov1-153/+209
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov1-2/+2
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov2-200/+216
2016-05-26libceph: switch to calc_target(), part 1Ilya Dryomov2-97/+24
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2-2/+276
2016-05-26libceph: pi->min_size, pi->last_force_request_resendIlya Dryomov2-5/+53
2016-05-26libceph: make pgid_cmp() globalIlya Dryomov1-11/+12
2016-05-26libceph: rename ceph_calc_pg_primary()Ilya Dryomov1-4/+5
2016-05-26libceph: ceph_osds, ceph_pg_to_up_acting_osds()Ilya Dryomov2-143/+197
2016-05-26libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov2-17/+18
2016-05-26libceph: DEFINE_RB_FUNCS macroIlya Dryomov2-131/+18
2016-05-26libceph: open-code remove_{all,old}_osds()Ilya Dryomov1-30/+21
2016-05-26libceph: nuke unused fields and functionsIlya Dryomov3-17/+2
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov3-8/+103
2016-05-26libceph: change how osd_op_reply message size is calculatedIlya Dryomov1-10/+4
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov1-38/+50
2016-05-26libceph: grab snapc in ceph_osdc_alloc_request()Ilya Dryomov1-2/+4
2016-05-26libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov1-3/+5
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-62/+81
2016-05-23sunrpc: fix stripping of padded MIC tokensTomáš Trnka1-2/+2
2016-05-23svcrpc: autoload rdma moduleJ. Bruce Fields1-4/+19
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-27/+24
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds33-303/+714
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2-2/+2
2016-05-20ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUEAlexander Duyck1-4/+8
2016-05-20RDS: TCP: Avoid rds connection churn from rogue SYNsSowmini Varadhan1-4/+6
2016-05-20RDS: TCP: rds_tcp_accept_worker() must exit gracefully when terminating rds-tcpSowmini Varadhan1-0/+3