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