aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-86/+119
2014-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-48/+107
2014-04-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+3
2014-04-08net: sctp: wake up all assocs if sndbuf policy is per socketDaniel Borkmann1-1/+35
2014-04-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-1/+1
2014-04-07net: replace __this_cpu_inc in route.c with raw_cpu_incChristoph Lameter1-1/+1
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-65/+64
2014-04-07netdev: remove potentially harmful checksVeaceslav Falico1-4/+2
2014-04-07pktgen: fix xmit test for BQL enabled devicesDaniel Borkmann1-1/+1
2014-04-07tipc: Let tipc_release() return 0Geert Uytterhoeven1-2/+1
2014-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds5-316/+864
2014-04-07mac802154: fix duplicate #include headersJean Sacren1-1/+0
2014-04-07net: filter: be more defensive on div/mod by X==0Daniel Borkmann1-16/+16
2014-04-06Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-68/+93
2014-04-05netfilter: Can't fail and free after table replacementThomas Graf4-9/+14
2014-04-04libceph: dump pool {read,write}_tier to debugfsIlya Dryomov1-3/+3
2014-04-04libceph: output primary affinity values on osdmap updatesIlya Dryomov1-0/+2
2014-04-04libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting()Ilya Dryomov1-75/+4
2014-04-04libceph: add support for osd primary affinityIlya Dryomov1-0/+68
2014-04-04libceph: add support for primary_temp mappingsIlya Dryomov1-1/+6
2014-04-04libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov2-14/+16
2014-04-04libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov1-13/+38
2014-04-04libceph: introduce apply_temps() helperIlya Dryomov1-0/+52
2014-04-04libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpersIlya Dryomov1-0/+76
2014-04-04libceph: primary_affinity decode bitsIlya Dryomov1-0/+72
2014-04-04libceph: primary_affinity infrastructureIlya Dryomov2-2/+50
2014-04-04libceph: primary_temp decode bitsIlya Dryomov1-0/+69
2014-04-04libceph: primary_temp infrastructureIlya Dryomov2-1/+16
2014-04-04libceph: generalize ceph_pg_mappingIlya Dryomov2-6/+6
2014-04-04libceph: introduce get_osdmap_client_data_v()Ilya Dryomov1-16/+65
2014-04-04libceph: introduce decode{,_new}_pg_temp() and switch to themIlya Dryomov1-72/+67
2014-04-04libceph: switch osdmap_set_max_osd() to krealloc()Ilya Dryomov1-15/+17
2014-04-04libceph: introduce decode{,_new}_pools() and switch to themIlya Dryomov1-37/+57
2014-04-04libceph: rename __decode_pool{,_names}() to decode_pool{,_names}()Ilya Dryomov1-6/+8
2014-04-04libceph: fix and clarify ceph_decode_need() sizesIlya Dryomov1-6/+7
2014-04-04libceph: nuke bogus encoding version check in osdmap_apply_incremental()Ilya Dryomov1-5/+4
2014-04-04libceph: fixup error handling in osdmap_apply_incremental()Ilya Dryomov1-32/+34
2014-04-04libceph: fix crush_decode() call site in osdmap_decode()Ilya Dryomov1-5/+2
2014-04-04libceph: check length of osdmap osd arraysIlya Dryomov1-4/+10
2014-04-04libceph: safely decode max_osd value in osdmap_decode()Ilya Dryomov1-2/+4
2014-04-04libceph: fixup error handling in osdmap_decode()Ilya Dryomov1-26/+27
2014-04-04libceph: split osdmap allocation and decode stepsIlya Dryomov2-16/+30
2014-04-04libceph: dump osdmap and enhance output on decode errorsIlya Dryomov1-6/+15
2014-04-04libceph: dump pg_temp mappings to debugfsIlya Dryomov1-0/+11
2014-04-04libceph: do not prefix osd lines with \t in debugfs outputIlya Dryomov1-1/+1
2014-04-04libceph: refer to osdmap directly in osdmap_show()Ilya Dryomov1-12/+14
2014-04-04crush: add SET_CHOOSELEAF_VARY_R stepIlya Dryomov1-0/+5
2014-04-04crush: add chooseleaf_vary_r tunableIlya Dryomov1-6/+24
2014-04-04crush: allow crush rules to set (re)tries counts to 0Ilya Dryomov1-2/+2
2014-04-04crush: fix off-by-one errors in total_tries refactorIlya Dryomov1-19/+27