1. 69c4a65 Merge tag 'linux-can-fixes-for-4.15-20180118' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 7 years ago
  2. 591ff9e ipv6: don't let tb6_root node share routes with other node by Wei Wang · 7 years ago
  3. 128bb97 ip6_gre: init dev->mtu and dev->hard_header_len correctly by Alexey Kodanev · 7 years ago
  4. d0c081b flow_dissector: properly cap thoff field by Eric Dumazet · 7 years ago
  5. 5762d7d cfg80211: fix station info handling bugs by Johannes Berg · 7 years ago
  6. cd443f1 netlink: reset extack earlier in netlink_rcv_skb by Xin Long · 7 years ago
  7. 7155f8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  8. d468984 can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_once by Marc Kleine-Budde · 7 years ago
  9. 8cb6875 can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_once by Marc Kleine-Budde · 7 years ago
  10. ad9294d bpf: fix cls_bpf on filter replace by Daniel Borkmann · 7 years ago
  11. 6db959c tls: reset crypto_info when do_tls_setsockopt_tx fails by Sabrina Dubroca · 7 years ago
  12. 877d17c tls: return -EBUSY if crypto_info is already set by Sabrina Dubroca · 7 years ago
  13. cf6d43e tls: fix sw_ctx leak by Sabrina Dubroca · 7 years ago
  14. d91c3e1 net/tls: Only attach to sockets in ESTABLISHED state by Ilya Lesokhin · 7 years ago
  15. b45a53b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  16. 81d947e net, sched: fix panic when updating miniq {b,q}stats by Daniel Borkmann · 7 years ago
  17. 161f72e Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  18. c5006b8 sctp: do not allow the v4 socket to bind a v4mapped v6 address by Xin Long · 7 years ago
  19. a0ff660 sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf by Xin Long · 7 years ago
  20. 625637bf sctp: reinit stream if stream outcnt has been change by sinit in sendmsg by Xin Long · 7 years ago
  21. cd9ff4d ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY by Jim Westfall · 7 years ago
  22. 096b985 net: Allow neigh contructor functions ability to modify the primary_key by Jim Westfall · 7 years ago
  23. 95a3320 Revert "openvswitch: Add erspan tunnel support." by William Tu · 7 years ago
  24. 30be8f8 net/tls: Fix inverted error codes to avoid endless loop by r.hering@avm.de · 7 years ago
  25. 95ef498 ipv6: ip6_make_skb() needs to clear cork.base.dst by Eric Dumazet · 7 years ago
  26. 37f47bc sctp: avoid compiler warning on implicit fallthru by Marcelo Ricardo Leitner · 7 years ago
  27. 6503a30 net: ipv4: Make "ip route get" match iif lo rules again. by Lorenzo Colitti · 7 years ago
  28. cbbdf84 netlink: extack needs to be reset each time through loop by David Ahern · 7 years ago
  29. 59b3661 tipc: fix a memory leak in tipc_nl_node_get_link() by Cong Wang · 7 years ago
  30. 749439b ipv6: fix udpv6 sendmsg crash caused by too small MTU by Mike Maloney · 7 years ago
  31. d542296 9p: add missing module license for xen transport by Stephen Hemminger · 7 years ago
  32. 59b179b4 cfg80211: check dev_set_name() return value by Johannes Berg · 7 years ago
  33. 51a1aaa mac80211_hwsim: validate number of different channels by Johannes Berg · 7 years ago
  34. 7a94b8c nl80211: take RCU read lock when calling ieee80211_bss_get_ie() by Dominik Brodowski · 7 years ago
  35. a48a52b cfg80211: fully initialize old channel for event by Johannes Berg · 7 years ago
  36. 68fda45 bpf: fix 32-bit divide by zero by Alexei Starovoitov · 7 years ago
  37. 9e8f8f1 Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  38. 9c70f1a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  39. cbd0a6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  40. ce4bb04 Fix a leak in socket(2) when we fail to allocate a file descriptor. by Al Viro · 7 years ago
  41. ccc12b1 ipv6: sr: fix TLVs not being copied using setsockopt by Mathieu Xhonneux · 7 years ago
  42. 862c03e ipv6: fix possible mem leaks in ipv6_make_skb() by Eric Dumazet · 7 years ago
  43. 78bbb15 8021q: fix a memory leak for VLAN 0 device by Cong Wang · 7 years ago
  44. b0d55b5 caif_usb: use strlcpy() instead of strncpy() by Xiongfeng Wang · 7 years ago
  45. c76f97c sctp: make use of pre-calculated len by Marcelo Ricardo Leitner · 7 years ago
  46. 5960cef sctp: add a ceiling to optlen in some sockopts by Marcelo Ricardo Leitner · 7 years ago
  47. 2e83acb sctp: GFP_ATOMIC is not needed in sctp_setsockopt_events by Marcelo Ricardo Leitner · 7 years ago
  48. 661e4e3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  49. 76a4201 xfrm: Fix a race in the xdst pcpu cache. by Steffen Klassert · 7 years ago
  50. 1e532d2 af_key: Fix memory leak in key_notify_policy. by Steffen Klassert · 7 years ago
  51. 290af86 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 7 years ago
  52. 4512c43 ipv6: remove null_entry before adding default route by Wei Wang · 7 years ago
  53. 20b50d7 net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg() by Nicolai Stange · 7 years ago
  54. 3dc2fa47 net: caif: use strlcpy() instead of strncpy() by Xiongfeng Wang · 7 years ago
  55. b8fd082 net: core: fix module type in sock_diag_bind by Andrii Vladyka · 7 years ago
  56. 374d1b5 esp: Fix GRO when the headers not fully in the linear part of the skb. by Steffen Klassert · 7 years ago
  57. ef7f8ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  58. b6c5734 sctp: fix the handling of ICMP Frag Needed for too small MTUs by Marcelo Ricardo Leitner · 7 years ago
  59. cc35c3d sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled by Marcelo Ricardo Leitner · 7 years ago
  60. b1bdcb5 xfrm: don't call xfrm_policy_cache_flush while holding spinlock by Florian Westphal · 7 years ago
  61. bcfd09f xfrm: Return error on unknown encap_type in init_state by Herbert Xu · 7 years ago
  62. 75d4276 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  63. 040ee69 fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'" by Al Viro · 7 years ago
  64. f737be8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  65. d16b46e xfrm: Use __skb_queue_tail in xfrm_trans_queue by Herbert Xu · 7 years ago
  66. 7bbfe00 ipv6: fix general protection fault in fib6_add() by Wei Wang · 7 years ago
  67. 7d11f77 RDS: null pointer dereference in rds_atomic_free_op by Mohamed Ghannam · 7 years ago
  68. f428fe4 rtnetlink: give a user socket to get_target_net() by Andrei Vagin · 7 years ago
  69. 06e7e77 Bluetooth: Prevent stack info leak from the EFS element. by Ben Seri · 7 years ago
  70. 736a80b mac80211: mesh: drop frames appearing to be from us by Johannes Berg · 7 years ago
  71. 3ea1545 nl80211: Check for the required netlink attribute presence by Hao Chen · 7 years ago
  72. 79d0895 sctp: fix error path in sctp_stream_init by Marcelo Ricardo Leitner · 7 years ago
  73. c095508 RDS: Heap OOB write in rds_message_alloc_sgs() by Mohamed Ghannam · 7 years ago
  74. f9c935d tipc: fix problems with multipoint-to-point flow control by Jon Maloy · 7 years ago
  75. 71891e2 ethtool: do not print warning for applications using legacy API by Stephen Hemminger · 7 years ago
  76. 3bb2342 net/sched: Fix update of lastuse in act modules implementing stats_update by Roi Dayan · 7 years ago
  77. 2fa771b ip6_tunnel: allow ip6gre dev mtu to be set below 1280 by Xin Long · 7 years ago
  78. 23263ec ip6_tunnel: disable dst caching if tunnel is dual-stack by Eli Cooper · 7 years ago
  79. 55a5ec9 Revert "net: core: dev_get_valid_name is now the same as dev_alloc_name_ns" by David S. Miller · 7 years ago
  80. 2f10a61 xfrm: fix rcu usage in xfrm_get_type_offload by Sabrina Dubroca · 7 years ago
  81. 4e765b4 af_key: fix buffer overread in parse_exthdrs() by Eric Biggers · 7 years ago
  82. 06b335c af_key: fix buffer overread in verify_address_len() by Eric Biggers · 7 years ago
  83. 862591b xfrm: skip policies marked as dead while rehashing by Florian Westphal · 7 years ago
  84. 257a4b0 xfrm: Forbid state updates from changing encap type by Herbert Xu · 7 years ago
  85. d66fa9e strparser: Call sock_owned_by_user_nocheck by Tom Herbert · 7 years ago
  86. f72c4ac skbuff: in skb_copy_ubufs unclone before releasing zerocopy by Willem de Bruijn · 7 years ago
  87. 517d7c7 tipc: fix hanging poll() for stream sockets by Parthasarathy Bhuvaragan · 7 years ago
  88. 8cb38a6 sctp: Replace use of sockets_allocated with specified macro. by Tonghao Zhang · 7 years ago
  89. 65bbbf6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  90. 642a843 tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error path by Tommi Rantala · 7 years ago
  91. 1914255 tipc: error path leak fixes in tipc_enable_bearer() by Tommi Rantala · 7 years ago
  92. 14e138a RDS: Check cmsg_len before dereferencing CMSG_DATA by Avinash Repaka · 7 years ago
  93. 3a33a19 tipc: fix memory leak of group member when peer node is lost by Jon Maloy · 7 years ago
  94. 4853f12 net: sched: fix possible null pointer deref in tcf_block_put by Jiri Pirko · 7 years ago
  95. 0a3d805 tipc: base group replicast ack counter on number of actual receivers by Jon Maloy · 7 years ago
  96. b2fb01f net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap() by Cong Wang · 7 years ago
  97. e5a9336 ip6_gre: fix device features for ioctl setup by Alexey Kodanev · 7 years ago
  98. 8bea728 netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done() by Hangbin Liu · 7 years ago
  99. b90ddd5 skbuff: skb_copy_ubufs must release uarg even without user frags by Willem de Bruijn · 7 years ago
  100. 268b790 skbuff: orphan frags before zerocopy clone by Willem de Bruijn · 7 years ago