aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-25net: hwbm: Fix unbalanced spinlock in error caseGregory CLEMENT1-0/+3
2016-05-25tipc: fix potential null pointer dereferences in some compat functionsBaozeng Ding1-18/+93
2016-05-25netfilter: nf_queue: Make the queue_handler pernetEric W. Biederman2-15/+20
2016-05-25netfilter: conntrack: remove leftover binary sysctl defineFlorian Westphal1-2/+0
2016-05-24net sched actions: policer missing timestamp processingJamal Hadi Salim1-0/+11
2016-05-24net_sched: avoid too many hrtimer_start() callsEric Dumazet2-10/+7
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-62/+81
2016-05-24ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan1-0/+1
2016-05-24ip6_gre: Fix MTU setting for ip6gretapHaishuang Yan1-0/+2
2016-05-23ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2-4/+8
2016-05-23net/atm: sk_err_soft must be positiveStefan Hajnoczi2-3/+3
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
2016-05-20ipv6: Don't reset inner headers in ip6_tnl_xmitTom Herbert1-5/+0