1. 6283fa3 bpf: btf: Ensure the member->offset is in the right order by Martin KaFai Lau · 6 years ago
  2. 1a4f14b Merge branch 'tcp-robust-ooo' by David S. Miller · 6 years ago
  3. 58152ec tcp: add tcp_ooo_try_coalesce() helper by Eric Dumazet · 6 years ago
  4. 8541b21 tcp: call tcp_drop() from tcp_data_queue_ofo() by Eric Dumazet · 6 years ago
  5. 3d4bf93 tcp: detect malicious patterns in tcp_collapse_ofo_queue() by Eric Dumazet · 6 years ago
  6. f4a3313 tcp: avoid collapses in tcp_prune_queue() if possible by Eric Dumazet · 6 years ago
  7. 72cd43b tcp: free batches of packets in tcp_prune_ofo_queue() by Eric Dumazet · 6 years ago
  8. 3dd1c9a ip: hash fragments consistently by Paolo Abeni · 6 years ago
  9. e873e4b ipv6: use fib6_info_hold_safe() when necessary by Wei Wang · 6 years ago
  10. 5302a84 Merge tag 'linux-can-fixes-for-4.18-20180723' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 6 years ago
  11. 8ebd83b can: xilinx_can: fix power management handling by Anssi Hannula · 7 years ago
  12. 2f4f0f3 can: xilinx_can: fix incorrect clear of non-processed interrupts by Anssi Hannula · 7 years ago
  13. 8399799 can: xilinx_can: fix RX overflow interrupt not being enabled by Anssi Hannula · 7 years ago
  14. 620050d can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting by Anssi Hannula · 8 years ago
  15. 877e0b7 can: xilinx_can: fix recovery from error states not being propagated by Anssi Hannula · 8 years ago
  16. 32852c5 can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK by Anssi Hannula · 8 years ago
  17. 2574fe5 can: xilinx_can: fix device dropping off bus on RX overrun by Anssi Hannula · 8 years ago
  18. 54e4a0c can: m_can: Move accessing of message ram to after clocks are enabled by Faiz Abbas · 7 years ago
  19. 1675bee can: m_can: Fix runtime resume call by Faiz Abbas · 7 years ago
  20. b5c1a23 can: mpc5xxx_can: check of_iomap return before use by Nicholas Mc Guire · 7 years ago
  21. 393753b can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before checking can.ctrlmode by Roman Fietze · 7 years ago
  22. 5d4c94e can: peak_canfd: fix firmware < v3.3.0: limit allocation to 32-bit DMA addr only by Stephane Grosjean · 7 years ago
  23. c9ce1fa net: prevent ISA drivers from building on PPC32 by Randy Dunlap · 6 years ago
  24. b809ec8 nfp: flower: ensure dead neighbour entries are not offloaded by John Hurley · 6 years ago
  25. 0fb8d5a Merge branch 'vxlan-fix-default-fdb-entry-user-space-notify-ordering-race' by David S. Miller · 6 years ago
  26. e99465b vxlan: fix default fdb entry netlink notify ordering during netdev create by Roopa Prabhu · 6 years ago
  27. f6e0538 vxlan: make netlink notify in vxlan_fdb_destroy optional by Roopa Prabhu · 6 years ago
  28. 7431016 vxlan: add new fdb alloc and create helpers by Roopa Prabhu · 6 years ago
  29. 5025f7f rtnetlink: add rtnl_link_state check in rtnl_configure_link by Roopa Prabhu · 6 years ago
  30. 6e56830 atl1c: reserve min skb headroom by Florian Westphal · 6 years ago
  31. 08d3ffc multicast: do not restore deleted record source filter mode to new one by Hangbin Liu · 6 years ago
  32. 3d82475 net: dsa: mv88e6xxx: fix races between lock and irq freeing by Uwe Kleine-König · 6 years ago
  33. ff907a1 net: skb_segment() should not return NULL by Eric Dumazet · 6 years ago
  34. 24b711e net/ipv6: Fix linklocal to global address with VRF by David Ahern · 6 years ago
  35. f95de8a bpfilter: Fix mismatch in function argument types by YueHaibing · 6 years ago
  36. 215d08a net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv by Heiner Kallweit · 6 years ago
  37. 1a03f86 Merge branch 'qed-Fix-series-II' by David S. Miller · 6 years ago
  38. 25c020a qed: Correct Multicast API to reflect existence of 256 approximate buckets. by Sudarsana Reddy Kalluru · 6 years ago
  39. 58874c7 qed: Fix possible race for the link state value. by Sudarsana Reddy Kalluru · 6 years ago
  40. 4ad95a9 qed: Fix link flap issue due to mismatching EEE capabilities. by Sudarsana Reddy Kalluru · 6 years ago
  41. 64119e0 net: caif: Add a missing rcu_read_unlock() in caif_flow_cb by YueHaibing · 6 years ago
  42. c1f897c bonding: set default miimon value for non-arp modes if not set by Jarod Wilson · 6 years ago
  43. a6fc859 Merge tag 'mlx5-fixes-2018-07-18' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  44. f1d66bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  45. fcf4793 tls: check RCV_SHUTDOWN in tls_wait_data by Doron Roberts-Kedes · 6 years ago
  46. f7a6eb1 Merge branch 'tcp-fix-DCTCP-ECE-Ack-series' by David S. Miller · 6 years ago
  47. a0496ef2 tcp: do not delay ACK in DCTCP upon CE status change by Yuchung Cheng · 6 years ago
  48. 27cde44 tcp: do not cancel delay-AcK on DCTCP special ACK by Yuchung Cheng · 6 years ago
  49. 2987bab tcp: helpers to send special DCTCP ack by Yuchung Cheng · 6 years ago
  50. 7c3e8b6 bpf: Use option "help" in the llvm-objcopy test by Martin KaFai Lau · 6 years ago
  51. 36fc3c8 bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h by Martin KaFai Lau · 6 years ago
  52. 759b94a tools/bpftool: Fix segfault case regarding 'pin' arguments by Taeung Song · 6 years ago
  53. f748268 net-next/hinic: fix a problem in hinic_xmit_frame() by Zhao Chen · 6 years ago
  54. 4905bd9 net/page_pool: Fix inconsistent lock state warning by Tariq Toukan · 6 years ago
  55. bb39286 Merge branch 'ppc-fix' by Alexei Starovoitov · 6 years ago
  56. fa47a16 bpf: test case to check whether src/dst regs got mangled by xadd by Daniel Borkmann · 6 years ago
  57. b9c1e60 bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xadd by Daniel Borkmann · 6 years ago
  58. f39f28f Merge tag 'sound-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  59. b4394c3 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  60. 024ddc0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  61. 7e29392 net/mlx5e: Only allow offloading decap egress (egdev) flows by Roi Dayan · 7 years ago
  62. d7037ad net/mlx5: Fix QP fragmented buffer allocation by Tariq Toukan · 7 years ago
  63. 8c49f54 net/mlx5: Fix 'DON'T_TRAP' functionality by Raed Salem · 7 years ago
  64. 443a858 net/mlx5: E-Switch, UBSAN fix undefined behavior in mlx5_eswitch_mode by Saeed Mahameed · 7 years ago
  65. d2e1c57 net/mlx5e: Don't allow aRFS for encapsulated packets by Eran Ben Elisha · 7 years ago
  66. 2630bae net/mlx5e: Fix quota counting in aRFS expire flow by Eran Ben Elisha · 7 years ago
  67. 33180be net/mlx5: Adjust clock overflow work period by Ariel Levkovich · 7 years ago
  68. e279d63 net/mlx5e: Refine ets validation function by Shay Agroskin · 7 years ago
  69. 05df204 Merge tag 'devicetree-fixes-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  70. e56b8ce tcp: identify cryptic messages as TCP seq # bugs by Randy Dunlap · 6 years ago
  71. 9ba8376 ptp: fix missing break in switch by Gustavo A. R. Silva · 6 years ago
  72. 6b81b19 hv_netvsc: Fix napi reschedule while receive completion is busy by Haiyang Zhang · 6 years ago
  73. a2ec9d1 MAINTAINERS: Drop inactive Vitaly Bordug's email by Krzysztof Kozlowski · 6 years ago
  74. e40562a net: cavium: Add fine-granular dependencies on PCI by Alexander Sverdlin · 6 years ago
  75. 0838a4e Merge branch 'net-qca_spi-Minor-bugfixes' by David S. Miller · 6 years ago
  76. 5097399 net: qca_spi: Fix log level if probe fails by Stefan Wahren · 6 years ago
  77. 711c62d net: qca_spi: Make sure the QCA7000 reset is triggered by Stefan Wahren · 6 years ago
  78. b2bab42 net: qca_spi: Avoid packet drop during initial sync by Stefan Wahren · 6 years ago
  79. 169dc02 ipv6: fix useless rol32 call on hash by Colin Ian King · 6 years ago
  80. 3ee593a ipv6: sr: fix useless rol32 call on hash by Colin Ian King · 6 years ago
  81. 9640ccc Merge tag 'batadv-net-for-davem-20180717' of git://git.open-mesh.org/linux-merge by David S. Miller · 6 years ago
  82. 5318918 net: sched: Using NULL instead of plain integer by YueHaibing · 6 years ago
  83. 5c968f4 net: usb: asix: replace mii_nway_restart in resume path by Alexander Couzens · 6 years ago
  84. 676bcfe net: cxgb3_main: fix potential Spectre v1 by Gustavo A. R. Silva · 6 years ago
  85. 107d01f lib/rhashtable: consider param->min_size when setting initial table size by Davidlohr Bueso · 6 years ago
  86. 04a1320 Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  87. 47f7dc4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  88. 08239d4 Merge branch 'smc-fixes' by David S. Miller · 6 years ago
  89. f6bdc42 net/smc: reset recv timeout after clc handshake by Karsten Graul · 6 years ago
  90. ac0107e net/smc: add error handling for get_user() by Ursula Braun · 6 years ago
  91. 99be51f net/smc: optimize consumer cursor updates by Ursula Braun · 6 years ago
  92. 3bc53be net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL. by Tetsuo Handa · 6 years ago
  93. 83ed7d1 ipv6: ila: select CONFIG_DST_CACHE by Arnd Bergmann · 6 years ago
  94. f3d737b ALSA: hda/realtek - Yet another Clevo P950 quirk entry by Takashi Iwai · 6 years ago
  95. e10f780 kvmclock: fix TSC calibration for nested guests by Peng Hao · 6 years ago
  96. 2307af1 KVM: VMX: Mark VMXArea with revision_id of physical CPU even when eVMCS enabled by Liran Alon · 7 years ago
  97. 9432a31 KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer by Paolo Bonzini · 7 years ago
  98. b5020a8 KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel. by Lan Tianyu · 7 years ago
  99. 3a9b045 net: usb: rtl8150: demote allmulti message to dev_dbg() by David Lechner · 6 years ago
  100. 4aac0b43 octeon_mgmt: Fix MIX registers configuration on MTU setup by Alexander Sverdlin · 7 years ago