1. 21f1b8a udp: fix GRO reception in case of length mismatch by Paolo Abeni · 6 years ago
  2. fbef947 Merge branch 'tls-data-copies' by David S. Miller · 6 years ago
  3. eb3d38d net/tls: fix copy to fragments in reencrypt by Jakub Kicinski · 6 years ago
  4. 97e1caa net/tls: don't copy negative amounts of data in reencrypt by Jakub Kicinski · 6 years ago
  5. b2a20fd Merge branch 'bnxt_en-Misc-bug-fixes' by David S. Miller · 6 years ago
  6. 0b397b1 bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt(). by Michael Chan · 6 years ago
  7. 3f93cd3 bnxt_en: Fix statistics context reservation logic. by Michael Chan · 6 years ago
  8. ad361ad bnxt_en: Pass correct extended TX port statistics size to firmware. by Michael Chan · 6 years ago
  9. 1f83391 bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error conditions. by Michael Chan · 6 years ago
  10. f9099d6 bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one() by Vasundhara Volam · 6 years ago
  11. b4e30e8 bnxt_en: Improve multicast address setup logic. by Michael Chan · 6 years ago
  12. fdfdf86 net: phy: marvell: Fix buffer overrun with stats counters by Andrew Lunn · 6 years ago
  13. 4e43df3 genetlink: use idr_alloc_cyclic for family->id assignment by Marcel Holtmann · 6 years ago
  14. 88ef66a qmi_wwan: new Wistron, ZTE and D-Link devices by Bjørn Mork · 6 years ago
  15. 56c5bc1 net: ethernet: stmmac: manage the get_irq probe defer case by Fabien Dessenne · 6 years ago
  16. c1c4772 l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv() by Eric Dumazet · 6 years ago
  17. ad759c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  18. 0edd6b6 bpf: Fix preempt_enable_no_resched() abuse by Peter Zijlstra · 6 years ago
  19. 6dd7f14 selftests/bpf: test cases for pkt/null checks in subprogs by Paul Chaignon · 6 years ago
  20. c6a9efa bpf: mark registers in all frames after pkt/null checks by Paul Chaignon · 6 years ago
  21. 3939137 libbpf: add binary to gitignore by Matteo Croce · 6 years ago
  22. 8694d8c tools: bpftool: fix infinite loop in map create by Alban Crequy · 6 years ago
  23. ecfc3fc MIPS: eBPF: Make ebpf_to_mips_reg() static by YueHaibing · 6 years ago
  24. cd8dead Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  25. 11bfe64 Merge tag 'leds-for-5.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 6 years ago
  26. 20ff83f ipv4: add sanity checks in ipv4_link_failure() by Eric Dumazet · 6 years ago
  27. 0453c68 net/rose: fix unbound loop in rose_loopback_timer() by Eric Dumazet · 6 years ago
  28. 032be5f rxrpc: fix race condition in rxrpc_input_packet() by Eric Dumazet · 6 years ago
  29. 52fb56f MAINTAINERS: LEDs: Add designated reviewer for LED subsystem by Dan Murphy · 6 years ago
  30. 4b9fc71 net: rds: exchange of 8K and 1M pool by Zhu Yanjun · 6 years ago
  31. 6819e3f net: vrf: Fix operation not supported when set vrf mac by Miaohe Lin · 6 years ago
  32. 1c5c12e net/ncsi: handle overflow when incrementing mac address by Tao Ren · 6 years ago
  33. ba25b50 Merge tag 'drm-fixes-2019-04-24' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  34. ffbf987 net: socionext: replace napi_alloc_frag with the netdev variant on init by Ilias Apalodimas · 6 years ago
  35. 66c0317 net: atheros: fix spelling mistake "underun" -> "underrun" by Colin Ian King · 6 years ago
  36. a0cecc2 Revert "drm/virtio: drop prime import/export callbacks" by Dave Airlie · 6 years ago
  37. 9fa2462 Revert "drm/i915/fbdev: Actually configure untiled displays" by Dave Airlie · 6 years ago
  38. 12a54b1 Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  39. d286e13 Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  40. d048305 spi: ST ST95HF NFC: declare missing of table by Daniel Gomez · 6 years ago
  41. 2f23a2a spi: Micrel eth switch: declare missing of table by Daniel Gomez · 6 years ago
  42. b561af3 net: stmmac: move stmmac_check_ether_addr() to driver probe by Vinod Koul · 6 years ago
  43. acced9d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  44. f456458 nfsd: wake blocked file lock waiters before sending callback by Jeff Layton · 6 years ago
  45. 6aaafc4 nfsd: wake waiters blocked on file_lock before deleting it by Jeff Layton · 6 years ago
  46. 7142eaa5 Merge tag 'mips_fixes_5.1_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  47. d486680 netfilter: fix nf_l4proto_log_invalid to log invalid packets by Andrei Vagin · 6 years ago
  48. 916f6ef netfilter: never get/set skb->tstamp by Florian Westphal · 6 years ago
  49. 7caa56f netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ON by Florian Westphal · 6 years ago
  50. 26d1b85 Documentation: decnet: remove reference to CONFIG_DECNET_ROUTE_FWMARK by Corentin Labbe · 6 years ago
  51. 39420fe dt-bindings: add an explanation for internal phy-mode by Corentin Labbe · 6 years ago
  52. 085b775 Linux 5.1-rc6 by Linus Torvalds · 6 years ago v5.1-rc6
  53. 12c7686 net/tls: don't leak IV and record seq when offload fails by Jakub Kicinski · 6 years ago
  54. 62ef81d net/tls: avoid potential deadlock in tls_set_device_offload_rx() by Jakub Kicinski · 6 years ago
  55. 8c03557 selftests/net: correct the return value for run_afpackettests by Po-Hsu Lin · 6 years ago
  56. 9e5de62 Merge tag 'nfs-for-5.1-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  57. a06bc2f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  58. 38a2ca2 Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  59. 34396bd Merge tag 'i3c/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux by Linus Torvalds · 6 years ago
  60. 4b609f1 Merge tag 'sound-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  61. e899cc3 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  62. b25c69b Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  63. 1fd91d7 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  64. 2b4cf58 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  65. de3af9a Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  66. 371dd43 Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
  67. 4c3f49a Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 6 years ago
  68. d1bcf2b Merge tag 'mlx5-fixes-2019-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  69. 925b0c8 team: fix possible recursive locking when add slaves by Hangbin Liu · 6 years ago
  70. 30c04d7 selftests/net: correct the return value for run_netsocktests by Po-Hsu Lin · 6 years ago
  71. ace329f net/mlx5e: ethtool, Remove unsupported SFP EEPROM high pages query by Erez Alfasi · 6 years ago
  72. d460c27 net/mlx5e: Fix the max MTU check in case of XDP by Maxim Mikityanskiy · 6 years ago
  73. 12fc512f net/mlx5e: Fix use-after-free after xdp_return_frame by Maxim Mikityanskiy · 6 years ago
  74. 55e3a6b Merge tag 'tty-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  75. 36ad702 of_net: Fix residues after of_get_nvmem_mac_address removal by Petr Štetiar · 6 years ago
  76. 3ecafda Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  77. b222e9a Merge tag 'staging-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 6 years ago
  78. f9764dd Merge tag 'char-misc-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  79. 6bedf00 block: make sure that bvec length can't be overflow by Ming Lei · 6 years ago
  80. b40fabc block: kill all_q_node in request_queue by Hou Tao · 6 years ago
  81. 240206f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  82. 2ee2779 x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log priority by Hans de Goede · 6 years ago
  83. 7579dfc Merge tag 'perf-urgent-for-mingo-5.1-20190419' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  84. 04f5866 coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping by Andrea Arcangeli · 6 years ago
  85. dce5b0b mm/kmemleak.c: fix unused-function warning by Arnd Bergmann · 6 years ago
  86. 6041186 init: initialize jump labels before command line option parsing by Dan Williams · 6 years ago
  87. 8f4a8c1 kernel/watchdog_hld.c: hard lockup message should end with a newline by Sergey Senozhatsky · 6 years ago
  88. 40453c4 kcov: improve CONFIG_ARCH_HAS_KCOV help text by Mark Rutland · 6 years ago
  89. 3b99120 mm: fix inactive list balancing between NUMA nodes and cgroups by Johannes Weiner · 6 years ago
  90. 1a9f2191 mm/hotplug: treat CMA pages as unmovable by Qian Cai · 6 years ago
  91. 68545aa proc: fixup proc-pid-vm test by Alexey Dobriyan · 6 years ago
  92. 8cd40d1 proc: fix map_files test on F29 by Alexey Dobriyan · 6 years ago
  93. e8277b3 mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=n by Konstantin Khlebnikov · 6 years ago
  94. 3780384 mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lock by zhong jiang · 6 years ago
  95. af53d3e mm: swapoff: shmem_unuse() stop eviction without igrab() by Hugh Dickins · 6 years ago
  96. 64165b1 mm: swapoff: take notice of completion sooner by Hugh Dickins · 6 years ago
  97. dd862de mm: swapoff: remove too limiting SWAP_UNUSE_MAX_TRIES by Hugh Dickins · 6 years ago
  98. 8703954 mm: swapoff: shmem_find_swap_entries() filter out other types by Hugh Dickins · 6 years ago
  99. 1a62b18d5 slab: store tagged freelist for off-slab slabmgmt by Qian Cai · 6 years ago
  100. 1de7edb x86/cpu/bugs: Use __initconst for 'const' init data by Andi Kleen · 6 years ago