aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 52-114/+119
2014-04-12vti: don't allow to add the same tunnel twiceGravatar Nicolas Dichtel 1-1/+1
2014-04-12gre: don't allow to add the same tunnel twiceGravatar Nicolas Dichtel 1-1/+1
2014-04-12pktgen: be friendly to LLTX devicesGravatar Daniel Borkmann 1-2/+6
2014-04-11Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Gravatar Linus Torvalds 4-72/+92
2014-04-11net: ipv6: Fix oif in TCP SYN+ACK route lookup.Gravatar Lorenzo Colitti 1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 45-98/+90
2014-04-11bridge: Fix double free and memory leak around br_allowed_ingressGravatar Toshiaki Makita 2-4/+5
2014-04-10net: core: don't account for udp header size when computing seglenGravatar Florian Westphal 1-5/+7
2014-04-09l2tp: take PMTU from tunnel UDP socketGravatar Dmitry Petukhov 1-2/+2
2014-04-09net: sctp: test if association is dead in sctp_wake_up_waitersGravatar Daniel Borkmann 1-0/+6
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 11-86/+119
2014-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 17-48/+107
2014-04-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-3/+3
2014-04-08net: sctp: wake up all assocs if sndbuf policy is per socketGravatar Daniel Borkmann 1-1/+35
2014-04-07Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 1-1/+1
2014-04-07net: replace __this_cpu_inc in route.c with raw_cpu_incGravatar Christoph Lameter 1-1/+1
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-65/+64
2014-04-07netdev: remove potentially harmful checksGravatar Veaceslav Falico 1-4/+2
2014-04-07pktgen: fix xmit test for BQL enabled devicesGravatar Daniel Borkmann 1-1/+1
2014-04-07tipc: Let tipc_release() return 0Gravatar Geert Uytterhoeven 1-2/+1
2014-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 5-316/+864
2014-04-07mac802154: fix duplicate #include headersGravatar Jean Sacren 1-1/+0
2014-04-07net: filter: be more defensive on div/mod by X==0Gravatar Daniel Borkmann 1-16/+16
2014-04-06Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 6-68/+93
2014-04-05netfilter: Can't fail and free after table replacementGravatar Thomas Graf 4-9/+14
2014-04-04libceph: dump pool {read,write}_tier to debugfsGravatar Ilya Dryomov 1-3/+3
2014-04-04libceph: output primary affinity values on osdmap updatesGravatar Ilya Dryomov 1-0/+2
2014-04-04libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting()Gravatar Ilya Dryomov 1-75/+4
2014-04-04libceph: add support for osd primary affinityGravatar Ilya Dryomov 1-0/+68
2014-04-04libceph: add support for primary_temp mappingsGravatar Ilya Dryomov 1-1/+6
2014-04-04libceph: return primary from ceph_calc_pg_acting()Gravatar Ilya Dryomov 2-14/+16
2014-04-04libceph: switch ceph_calc_pg_acting() to new helpersGravatar Ilya Dryomov 1-13/+38
2014-04-04libceph: introduce apply_temps() helperGravatar Ilya Dryomov 1-0/+52
2014-04-04libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpersGravatar Ilya Dryomov 1-0/+76
2014-04-04libceph: primary_affinity decode bitsGravatar Ilya Dryomov 1-0/+72
2014-04-04libceph: primary_affinity infrastructureGravatar Ilya Dryomov 2-2/+50
2014-04-04libceph: primary_temp decode bitsGravatar Ilya Dryomov 1-0/+69
2014-04-04libceph: primary_temp infrastructureGravatar Ilya Dryomov 2-1/+16
2014-04-04libceph: generalize ceph_pg_mappingGravatar Ilya Dryomov 2-6/+6
2014-04-04libceph: introduce get_osdmap_client_data_v()Gravatar Ilya Dryomov 1-16/+65
2014-04-04libceph: introduce decode{,_new}_pg_temp() and switch to themGravatar Ilya Dryomov 1-72/+67
2014-04-04libceph: switch osdmap_set_max_osd() to krealloc()Gravatar Ilya Dryomov 1-15/+17
2014-04-04libceph: introduce decode{,_new}_pools() and switch to themGravatar Ilya Dryomov 1-37/+57
2014-04-04libceph: rename __decode_pool{,_names}() to decode_pool{,_names}()Gravatar Ilya Dryomov 1-6/+8
2014-04-04libceph: fix and clarify ceph_decode_need() sizesGravatar Ilya Dryomov 1-6/+7
2014-04-04libceph: nuke bogus encoding version check in osdmap_apply_incremental()Gravatar Ilya Dryomov 1-5/+4
2014-04-04libceph: fixup error handling in osdmap_apply_incremental()Gravatar Ilya Dryomov 1-32/+34
2014-04-04libceph: fix crush_decode() call site in osdmap_decode()Gravatar Ilya Dryomov 1-5/+2
2014-04-04libceph: check length of osdmap osd arraysGravatar Ilya Dryomov 1-4/+10