1. c93552c bpf: properly enforce index mask to prevent out-of-bounds speculation by Daniel Borkmann · 7 years ago
  2. 1a2b80e selftests: net: reuseport_bpf_numa: don't fail if no numa support by Anders Roxell · 7 years ago
  3. a6837d2 selftests: bpf: config: enable NET_SCH_INGRESS for xdp_meta.sh by Anders Roxell · 7 years ago
  4. d775f26 cxgb4: fix offset in collecting TX rate limit info by Rahul Lakkireddy · 7 years ago
  5. 44a63b13 net: sched: red: avoid hashing NULL child by Paolo Abeni · 7 years ago
  6. 9709020 sock_diag: fix use-after-free read in __sk_free by Eric Dumazet · 7 years ago
  7. b16a960 sh_eth: Change platform check to CONFIG_ARCH_RENESAS by Geert Uytterhoeven · 7 years ago
  8. 5447d78 net: dsa: Do not register devlink for unused ports by Florian Fainelli · 7 years ago
  9. 6358d49 net: Fix a bug in removing queues from XPS map by Amritha Nambiar · 7 years ago
  10. 6caf9fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  11. 050fad7 bpf: fix truncated jump targets on heavy expansions by Daniel Borkmann · 7 years ago
  12. 9617456 bpf: parse and verdict prog attach may race with bpf map update by John Fastabend · 7 years ago
  13. a593f70 bpf: sockmap update rollback on error can incorrectly dec prog refcnt by John Fastabend · 7 years ago
  14. 113f99c net: test tailroom before appending to linear skb by Willem de Bruijn · 7 years ago
  15. 374edea Merge branch 'ip6_gre-Fixes-in-headroom-handling' by David S. Miller · 7 years ago
  16. 2d66503 net: ip6_gre: Fix ip6erspan hlen calculation by Petr Machata · 7 years ago
  17. c8632fc net: ip6_gre: Split up ip6gre_changelink() by Petr Machata · 7 years ago
  18. 7fa38a7 net: ip6_gre: Split up ip6gre_newlink() by Petr Machata · 7 years ago
  19. a646535 net: ip6_gre: Split up ip6gre_tnl_change() by Petr Machata · 7 years ago
  20. a483373 net: ip6_gre: Split up ip6gre_tnl_link_config() by Petr Machata · 7 years ago
  21. 5691484 net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit() by Petr Machata · 7 years ago
  22. 01b8d06 net: ip6_gre: Request headroom in __gre6_xmit() by Petr Machata · 7 years ago
  23. deea812 selftests/bpf: check return value of fopen in test_verifier.c by Jesper Dangaard Brouer · 7 years ago
  24. 02f99df erspan: fix invalid erspan version. by William Tu · 7 years ago
  25. d13d170 Merge branch 'ibmvnic-Fix-bugs-and-memory-leaks' by David S. Miller · 7 years ago
  26. 0718421 ibmvnic: Fix statistics buffers memory leak by Thomas Falcon · 7 years ago
  27. 134bbe7 ibmvnic: Fix non-fatal firmware error reset by Thomas Falcon · 7 years ago
  28. 4cf2ddf ibmvnic: Free coherent DMA memory if FW map failed by Thomas Falcon · 7 years ago
  29. 5a847a6 net/ipv4: Initialize proto and ports in flow struct by David Ahern · 7 years ago
  30. 8ab6ffb tls: don't use stack memory in a scatterlist by Matt Mullins · 7 years ago
  31. 7063efd tuntap: fix use after free during release by Jason Wang · 7 years ago
  32. fee8fb9 Merge branch 'qed-LL2-fixes' by David S. Miller · 7 years ago
  33. 490068d qed: Fix LL2 race during connection terminate by Michal Kalderon · 7 years ago
  34. ffd2c0d1 qed: Fix possibility of list corruption during rmmod flows by Michal Kalderon · 7 years ago
  35. f9bcd60 qed: LL2 flush isles when connection is closed by Michal Kalderon · 7 years ago
  36. 5a4931ae net/sched: fix refcnt leak in the error path of tcf_vlan_init() by Davide Caratti · 7 years ago
  37. e49ac96 net: 8390: ne: Fix accidentally removed RBTX4927 support by Geert Uytterhoeven · 7 years ago
  38. ac22bfb Merge branch 'dsa-bcm_sf2-CFP-fixes' by David S. Miller · 7 years ago
  39. 1942adf net: dsa: bcm_sf2: Fix IPv6 rule half deletion by Florian Fainelli · 7 years ago
  40. 6c05561 net: dsa: bcm_sf2: Fix IPv6 rules and chain ID by Florian Fainelli · 7 years ago
  41. 43a5e00 net: dsa: bcm_sf2: Fix RX_CLS_LOC_ANY overwrite for last rule by Florian Fainelli · 7 years ago
  42. e1b505a net: phy: micrel: add 125MHz reference clock workaround by Markus Niebel · 7 years ago
  43. 7f582b2 tcp: purge write queue in tcp_connect_init() by Eric Dumazet · 7 years ago
  44. e3ca348 net/mlx5: Fix build break when CONFIG_SMP=n by Saeed Mahameed · 7 years ago
  45. ab452c3 ipvlan: call netdevice notifier when master mac address changed by Keefe Liu · 7 years ago
  46. f3002c1 vmxnet3: use DMA memory barriers where required by hpreg@vmware.com · 7 years ago
  47. 61aeece vmxnet3: set the DMA mask before the first DMA map operation by hpreg@vmware.com · 7 years ago
  48. 849a742 cxgb4: Correct ntuple mask validation for hash filters by Kumar Sanghvi · 7 years ago
  49. d49baa7 net/smc: check for missing nlattrs in SMC_PNETID messages by Eric Biggers · 7 years ago
  50. 57f6f99 net/mlx4_core: Fix error handling in mlx4_init_port_info. by Tarick Bedeir · 7 years ago
  51. b196d88 tun: fix use after free for ptr_ring by Jason Wang · 7 years ago
  52. 9d6b4bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  53. 4f6b15c Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  54. 91dfd02 qede: Fix ref-cnt usage count by Michal Kalderon · 7 years ago
  55. 55c8261 3c59x: convert to generic DMA API by Christoph Hellwig · 7 years ago
  56. b84bbaf packet: in packet_snd start writing at link layer allocation by Willem de Bruijn · 7 years ago
  57. f0dfd7a netfilter: nf_tables: fix memory leak on error exit return by Colin Ian King · 7 years ago
  58. 4bc8719 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  59. a1f45ef Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  60. a52956d net sched actions: fix refcnt leak in skbmod by Roman Mashak · 7 years ago
  61. ac42803 Merge tag 'ceph-for-4.17-rc5' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  62. d68d75f net: sched: fix error path in tcf_proto_create() when modules are not configured by Jiri Pirko · 7 years ago
  63. 3f5f859 Merge tag 'sh-for-4.17-fixes' of git://git.libc.org/linux-sh by Linus Torvalds · 7 years ago
  64. 7404bc2 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  65. 5c6b546 Merge tag 'powerpc-4.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  66. c110a8b Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  67. f4d641a Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 7 years ago
  68. f010089 Merge tag 'rxrpc-fixes-20180510' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 7 years ago
  69. af5d018 net sched actions: fix invalid pointer dereferencing if skbedit flags missing by Roman Mashak · 7 years ago
  70. 84c3a09 Merge tag 'for-linus-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  71. c89ebb9 ixgbe: fix memory leak on ipsec allocation by Colin Ian King · 7 years ago
  72. cf12aab ixgbevf: fix ixgbevf_xmit_frame()'s return type by Luc Van Oostenryck · 7 years ago
  73. bbb2707 ixgbe: return error on unsupported SFP module when resetting by Emil Tantilov · 7 years ago
  74. ea3beca ice: Set rq_last_status when cleaning rq by Jeff Shaw · 7 years ago
  75. 04ac6fd Change Trond's email address in MAINTAINERS by Trond Myklebust · 7 years ago
  76. ac21fc2 sh: switch to NO_BOOTMEM by Rob Herring · 7 years ago
  77. be83bbf mmap: introduce sane default mmap limits by Linus Torvalds · 7 years ago
  78. 41e3e10 Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  79. e03dc5d Merge tag 'mtd/fixes-for-4.17-rc5' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  80. 5ae4bbf Merge tag 'mlx5-fixes-2018-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  81. ca30093 Merge tag 'drm-fixes-for-v4.17-rc5' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  82. 1b97013 ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg by Andrey Ignatov · 7 years ago
  83. 8ccc113 mlxsw: core: Fix an error handling path in 'mlxsw_core_bus_device_register()' by Christophe JAILLET · 7 years ago
  84. 89dd2e7 Merge branch 'bonding-bug-fixes-and-regressions' by David S. Miller · 7 years ago
  85. 21706ee bonding: send learning packets for vlans on slave by Debabrata Banerjee · 7 years ago
  86. 4fa8667 bonding: do not allow rlb updates to invalid mac by Debabrata Banerjee · 7 years ago
  87. dc432c3 tracing: Fix regex_match_front() to not over compare the test string by Steven Rostedt (VMware) · 7 years ago
  88. ef05037 Merge branches 'pm-pci' and 'pm-docs' by Rafael J. Wysocki · 7 years ago
  89. 0a0b987 compat: fix 4-byte infoleak via uninitialized struct field by Jann Horn · 7 years ago
  90. 72777fe Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 7 years ago
  91. f85900c net/mlx5e: Err if asked to offload TC match on frag being first by Roi Dayan · 7 years ago
  92. 88d725b net/mlx5: E-Switch, Include VF RDMA stats in vport statistics by Adi Nissim · 7 years ago
  93. 1ef903b net/mlx5: Free IRQs in shutdown path by Daniel Jurgens · 7 years ago
  94. 6b47fe1 rxrpc: Trace UDP transmission failure by David Howells · 7 years ago
  95. 494337c rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messages by David Howells · 7 years ago
  96. 93864fc rxrpc: Fix the min security level for kernel calls by David Howells · 7 years ago
  97. f2aeed3 rxrpc: Fix error reception on AF_INET6 sockets by David Howells · 7 years ago
  98. c54e43d rxrpc: Fix missing start of call timeout by David Howells · 7 years ago
  99. 3597683 tools: bpf: handle NULL return in bpf_prog_load_xattr() by Jakub Kicinski · 7 years ago
  100. ca3943c Merge tag 'linux-can-fixes-for-4.17-20180510' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 7 years ago