1. 54d63f78 ip6_gre: don't allow to remove the fb_tunnel_dev by Nicolas Dichtel · 10 years ago
  2. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 10 years ago
  3. b0270e9 ipv4: add a sock pointer to ip_queue_xmit() by Eric Dumazet · 10 years ago
  4. 00cbc3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  5. 1e785f4 net: Start with correct mac_len in skb_network_protocol by Vlad Yasevich · 10 years ago
  6. 362d520 Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer" by Daniel Borkmann · 10 years ago
  7. 8c482cdc net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_W by Daniel Borkmann · 10 years ago
  8. 30f78d8 ipv6: Limit mtu to 65575 bytes by Eric Dumazet · 10 years ago
  9. b855d41 netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4 by Patrick McHardy · 10 years ago
  10. ee214d5 netfilter: nf_conntrack: initialize net.ct.generation by Andrey Vagin · 10 years ago
  11. 05ab8f2 filter: prevent nla extensions to peek beyond the end of the message by Mathias Krause · 10 years ago
  12. 9114615 ipv4: return valid RTA_IIF on ip route get by Julian Anastasov · 10 years ago
  13. b04c461 net: ipv4: current group_info should be put after using. by Wang, Xiaoming · 10 years ago
  14. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  15. 8d89dcd vti: don't allow to add the same tunnel twice by Nicolas Dichtel · 10 years ago
  16. 5a45527 gre: don't allow to add the same tunnel twice by Nicolas Dichtel · 10 years ago
  17. 0f2eea4 pktgen: be friendly to LLTX devices by Daniel Borkmann · 10 years ago
  18. 582076a Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 10 years ago
  19. a36dbdb net: ipv6: Fix oif in TCP SYN+ACK route lookup. by Lorenzo Colitti · 10 years ago
  20. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  21. eb70761 bridge: Fix double free and memory leak around br_allowed_ingress by Toshiaki Makita · 10 years ago
  22. 6d39d58 net: core: don't account for udp header size when computing seglen by Florian Westphal · 10 years ago
  23. f34c4a3 l2tp: take PMTU from tunnel UDP socket by Dmitry Petukhov · 10 years ago
  24. 1e1cdf8 net: sctp: test if association is dead in sctp_wake_up_waiters by Daniel Borkmann · 10 years ago
  25. 75ff24f Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  26. ce7613d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  27. d586c86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  28. 52c35be net: sctp: wake up all assocs if sndbuf policy is per socket by Daniel Borkmann · 10 years ago
  29. 8142b22 netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helper by Andrey Vagin · 10 years ago
  30. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 10 years ago
  31. 3ed66e9 net: replace __this_cpu_inc in route.c with raw_cpu_inc by Christoph Lameter · 10 years ago
  32. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  33. 6859e7d netdev: remove potentially harmful checks by Veaceslav Falico · 10 years ago
  34. 6f25cd4 pktgen: fix xmit test for BQL enabled devices by Daniel Borkmann · 10 years ago
  35. 065d7e3 tipc: Let tipc_release() return 0 by Geert Uytterhoeven · 10 years ago
  36. 240cd6a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  37. 6c6a985 mac802154: fix duplicate #include headers by Jean Sacren · 10 years ago
  38. 5f9fde5 net: filter: be more defensive on div/mod by X==0 by Daniel Borkmann · 10 years ago
  39. 2b3a8fd Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  40. c58dd2d netfilter: Can't fail and free after table replacement by Thomas Graf · 10 years ago
  41. 8a53f23 libceph: dump pool {read,write}_tier to debugfs by Ilya Dryomov · 10 years ago
  42. f31da0f libceph: output primary affinity values on osdmap updates by Ilya Dryomov · 10 years ago
  43. c4c1228 libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting() by Ilya Dryomov · 10 years ago
  44. 47ec1f3 libceph: add support for osd primary affinity by Ilya Dryomov · 10 years ago
  45. 5e8d4d3 libceph: add support for primary_temp mappings by Ilya Dryomov · 10 years ago
  46. 8008ab1 libceph: return primary from ceph_calc_pg_acting() by Ilya Dryomov · 10 years ago
  47. ac97223 libceph: switch ceph_calc_pg_acting() to new helpers by Ilya Dryomov · 10 years ago
  48. 45966c3 libceph: introduce apply_temps() helper by Ilya Dryomov · 10 years ago
  49. 2bd93d4 libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpers by Ilya Dryomov · 10 years ago
  50. 63a6993 libceph: primary_affinity decode bits by Ilya Dryomov · 10 years ago
  51. 2cfa34f libceph: primary_affinity infrastructure by Ilya Dryomov · 10 years ago
  52. d286de7 libceph: primary_temp decode bits by Ilya Dryomov · 10 years ago
  53. 9686f94 libceph: primary_temp infrastructure by Ilya Dryomov · 10 years ago
  54. 35a935d libceph: generalize ceph_pg_mapping by Ilya Dryomov · 10 years ago
  55. ec7af97 libceph: introduce get_osdmap_client_data_v() by Ilya Dryomov · 10 years ago
  56. 10db634 libceph: introduce decode{,_new}_pg_temp() and switch to them by Ilya Dryomov · 10 years ago
  57. 4d60351 libceph: switch osdmap_set_max_osd() to krealloc() by Ilya Dryomov · 10 years ago
  58. 433fbdd libceph: introduce decode{,_new}_pools() and switch to them by Ilya Dryomov · 10 years ago
  59. 0f70c7e libceph: rename __decode_pool{,_names}() to decode_pool{,_names}() by Ilya Dryomov · 10 years ago
  60. 53bbaba libceph: fix and clarify ceph_decode_need() sizes by Ilya Dryomov · 10 years ago
  61. 9464d00 libceph: nuke bogus encoding version check in osdmap_apply_incremental() by Ilya Dryomov · 10 years ago
  62. 86f1742 libceph: fixup error handling in osdmap_apply_incremental() by Ilya Dryomov · 10 years ago
  63. 9902e68 libceph: fix crush_decode() call site in osdmap_decode() by Ilya Dryomov · 10 years ago
  64. 2d88b2e libceph: check length of osdmap osd arrays by Ilya Dryomov · 10 years ago
  65. 3977058 libceph: safely decode max_osd value in osdmap_decode() by Ilya Dryomov · 10 years ago
  66. 597b52f libceph: fixup error handling in osdmap_decode() by Ilya Dryomov · 10 years ago
  67. a2505d6 libceph: split osdmap allocation and decode steps by Ilya Dryomov · 10 years ago
  68. 38a8d56 libceph: dump osdmap and enhance output on decode errors by Ilya Dryomov · 10 years ago
  69. 1c00240 libceph: dump pg_temp mappings to debugfs by Ilya Dryomov · 10 years ago
  70. 0a2800d libceph: do not prefix osd lines with \t in debugfs output by Ilya Dryomov · 10 years ago
  71. 35fea3a libceph: refer to osdmap directly in osdmap_show() by Ilya Dryomov · 10 years ago
  72. d83ed85 crush: add SET_CHOOSELEAF_VARY_R step by Ilya Dryomov · 10 years ago
  73. e2b149c crush: add chooseleaf_vary_r tunable by Ilya Dryomov · 10 years ago
  74. 6ed1002 crush: allow crush rules to set (re)tries counts to 0 by Ilya Dryomov · 10 years ago
  75. 48a163d crush: fix off-by-one errors in total_tries refactor by Ilya Dryomov · 10 years ago
  76. d90deda libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance() by Yan, Zheng · 10 years ago
  77. 2fec6bb netfilter: nf_tables: fix wrong format in request_module() by Pablo Neira Ayuso · 10 years ago
  78. a9bdd83 netfilter: nf_tables: set names cannot be larger than 15 bytes by Pablo Neira Ayuso · 10 years ago
  79. b8ddd9e netfilter: Add {ipt,ip6t}_osf aliases for xt_osf by Kirill Tkhai · 10 years ago
  80. a00e763 netfilter: x_tables: allow to use cgroup match for LOCAL_IN nf hooks by Alexey Perevalov · 10 years ago
  81. e00b437b netfilter: connlimit: move lock array out of struct connlimit_data by Florian Westphal · 10 years ago
  82. e5ac6ea netfilter: connlimit: fix UP build by Florian Westphal · 10 years ago
  83. e33d0ba net-gro: reset skb->truesize in napi_reuse_skb() by Eric Dumazet · 10 years ago
  84. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  85. a5e7ac5 tipc: fix regression bug where node events are not being generated by Erik Hugne · 10 years ago
  86. d029021 net: add busy_poll device feature by Jiri Pirko · 10 years ago
  87. 8e2f1a6 packet: fix packet_direct_xmit for BQL enabled drivers by Daniel Borkmann · 10 years ago
  88. 0f97ede packet: report tx_dropped in packet_direct_xmit by Daniel Borkmann · 10 years ago
  89. 1dad093 s390/irq: Use defines for external interruption codes by Thomas Huth · 10 years ago
  90. cd6362b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  91. c647b8a libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op by Ilya Dryomov · 10 years ago
  92. 7b25bf5 libceph: encode CEPH_OSD_OP_FLAG_* op flags by Ilya Dryomov · 10 years ago
  93. 9d52147 libceph: a per-osdc crush scratch buffer by Ilya Dryomov · 10 years ago
  94. 0f1b1e6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  95. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  96. 7a48837 Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  97. b1586f0 netpoll: Use skb_irq_freeable to make zap_completion_queue safe. by Eric W. Biederman · 10 years ago
  98. 408eccc net: ptp: move PTP classifier in its own file by Daniel Borkmann · 10 years ago
  99. e462ded mac802154: make csma/cca parameters per-wpan by Phoebe Buckheister · 10 years ago
  100. 336908f mac802154: allow only one WPAN to be up at any given time by Phoebe Buckheister · 10 years ago