1. 63f9ba1 net: fib_rules: do not flow dissect local packets by Petar Penkov · 6 years ago
  2. a131c2b Merge tag 'acpi-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  3. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  4. 8f6ccf6 Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  5. 5450e8a Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  6. 29cd581 Merge tag 'm68k-for-v5.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 6 years ago
  7. 398364a Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 6 years ago
  8. d2b6b4c Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  9. 0248a8b Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 6 years ago
  10. 2e75675 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  11. 8dda995 Merge tag 'afs-next-20190628' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  12. 25cd6f3 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
  13. 40f06c7 Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  14. a47f5c5 Merge tag 'iomap-5.3-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  15. 682f7c5 Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  16. e6983af Merge tag 'fsnotify_for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  17. 988052f Merge tag 'locks-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 6 years ago
  18. 028db3e Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" by Linus Torvalds · 6 years ago
  19. 6cf7fb5 Revert "ACPICA: Update table load object initialization" by Rafael J. Wysocki · 6 years ago
  20. fa33cdb udf: Fix incorrect final NOT_ALLOCATED (hole) extent length by Steven J. Magnani · 6 years ago
  21. 1ff2f0f net/mlx5e: Return in default case statement in tx_post_resync_params by Nathan Chancellor · 6 years ago
  22. cacf32e mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync(). by David S. Miller · 6 years ago
  23. b78fa45 nfsd: Make __get_nfsdfs_client() static by YueHaibing · 6 years ago
  24. 297e57a nfsd: Make two functions static by YueHaibing · 6 years ago
  25. 08cc83c net: dsa: add support for BRIDGE_MROUTER attribute by Vivien Didelot · 6 years ago
  26. fbc6977 pkt_sched: Include const.h by David Ahern · 6 years ago
  27. a22502a net: netsec: remove static declaration for netsec_set_tx_de() by Ilias Apalodimas · 6 years ago
  28. 4831539 net: netsec: remove superfluous if statement by Ilias Apalodimas · 6 years ago
  29. c099a40 Merge branch 'nf-hw-offload' by David S. Miller · 6 years ago
  30. c9626a2 netfilter: nf_tables: add hardware offload support by Pablo Neira Ayuso · 6 years ago
  31. f9e3008 net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload by Pablo Neira Ayuso · 6 years ago
  32. 0d4fd02 net: flow_offload: add flow_block_cb_is_busy() and use it by Pablo Neira Ayuso · 6 years ago
  33. 722d36e net: sched: remove tcf block API by Pablo Neira Ayuso · 6 years ago
  34. 955bcb6 drivers: net: use flow block API by Pablo Neira Ayuso · 6 years ago
  35. 59094b1 net: sched: use flow block API by Pablo Neira Ayuso · 6 years ago
  36. 67bd0d5 net: flow_offload: add flow_block_cb_{priv, incref, decref}() by Pablo Neira Ayuso · 6 years ago
  37. da3eeb9 net: flow_offload: add list handling functions by Pablo Neira Ayuso · 6 years ago
  38. d63db30 net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free() by Pablo Neira Ayuso · 6 years ago
  39. 32f8c40 net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_* by Pablo Neira Ayuso · 6 years ago
  40. 9c0e189 net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND by Pablo Neira Ayuso · 6 years ago
  41. 4e95bc2 net: flow_offload: add flow_block_cb_setup_simple() by Pablo Neira Ayuso · 6 years ago
  42. 2bb295f Merge branch 'net-hisilicon-Add-support-for-HI13X1-to-hip04_eth' by David S. Miller · 6 years ago
  43. d413779 net: hisilicon: Add an tx_desc to adapt HI13X1_GMAC by Jiangfeng Xiao · 6 years ago
  44. 58f3409 net: hisilicon: Add an rx_desc to adapt HI13X1_GMAC by Jiangfeng Xiao · 6 years ago
  45. b9162d2 net: hisilicon: Offset buf address to adapt HI13X1_GMAC by Jiangfeng Xiao · 6 years ago
  46. 06ddc0d net: hisilicon: Add group field to adapt HI13X1_GMAC by Jiangfeng Xiao · 6 years ago
  47. bf96244 net: hisilicon: dt-bindings: Add an field of port-handle by Jiangfeng Xiao · 6 years ago
  48. 24eca4b net: hisilicon: HI13X1_GMAX need dreq reset at first by Jiangfeng Xiao · 6 years ago
  49. 0331f85 net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REG by Jiangfeng Xiao · 6 years ago
  50. a8edf52 net: hisilicon: Cleanup for cast to restricted __be32 by Jiangfeng Xiao · 6 years ago
  51. 148233e net: hisilicon: Cleanup for got restricted __be32 by Jiangfeng Xiao · 6 years ago
  52. 2ede848 net: hisilicon: Add support for HI13X1 to hip04_eth by Jiangfeng Xiao · 6 years ago
  53. 03a49a1 Merge branch 'stmmac-hash-table' by David S. Miller · 6 years ago
  54. b8ef702 net: stmmac: add support for hash table size 128/256 in dwmac4 by Biao Huang · 6 years ago
  55. efd58ad net: stmmac: dwmac4: mac address array boudary violation issue by Biao Huang · 6 years ago
  56. 6ec3d4d Merge branch 'tc-testing-Add-plugin-for-simple-traffic-generation' by David S. Miller · 6 years ago
  57. 14e5175 tc-testing: introduce scapyPlugin for basic traffic by Lucas Bates · 6 years ago
  58. a7d50a0 tc-testing: Allow tdc plugins to see test case data by Lucas Bates · 6 years ago
  59. a1cd4e4 net: dsa: vsc73xx: fix NET_DSA and OF dependencies by Arnd Bergmann · 6 years ago
  60. 0488e27 Merge branch 'Armada-8040-SoC-in-orion-mdio-hang' by David S. Miller · 6 years ago
  61. 433a06d net: mvmdio: defer probe of orion-mdio if a clock is not ready by Josua Mayer · 6 years ago
  62. ea664b1 net: mvmdio: print warning when orion-mdio has too many clocks by Josua Mayer · 6 years ago
  63. 4aabed6 net: mvmdio: allow up to four clocks to be specified for orion-mdio by Josua Mayer · 6 years ago
  64. 80785f5 dt-bindings: allow up to four clocks for orion-mdio by Josua Mayer · 6 years ago
  65. 7715ff1 net: netsec: start using buffers if page_pool registration succeeded by Ilias Apalodimas · 6 years ago
  66. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  67. 7011b7e Merge tag 'printk-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  68. 9d22167 Merge branch 'next-lsm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  69. de90573 Merge branch 'net-stmmac-Some-improvements-and-a-fix' by David S. Miller · 6 years ago
  70. 2af6106 net: stmmac: Introducing support for Page Pool by Jose Abreu · 6 years ago
  71. 06a80a7 net: stmmac: Fix descriptors address being in > 32 bits address space by Jose Abreu · 6 years ago
  72. d429b66 net: stmmac: Implement RX Coalesce Frames setting by Jose Abreu · 6 years ago
  73. 12479f6 bnxt_en: Add page_pool_destroy() during RX ring cleanup. by Michael Chan · 6 years ago
  74. 216dcb0 Merge branch 'net-sched-Introduce-tc-connection-tracking' by David S. Miller · 6 years ago
  75. 6e52fca tc-tests: Add tc action ct tests by Paul Blakey · 6 years ago
  76. e0ace68 net/sched: cls_flower: Add matching on conntrack info by Paul Blakey · 6 years ago
  77. 75a5675 net/flow_dissector: add connection tracking dissection by Paul Blakey · 6 years ago
  78. b57dc7c net/sched: Introduce action ct by Paul Blakey · 6 years ago
  79. 593c754 Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  80. f108c88 Merge branch 'devlink-Introduce-PCI-PF-VF-ports-and-attributes' by David S. Miller · 6 years ago
  81. f60f315 net/mlx5e: Register devlink ports for physical link, PCI PF, VFs by Parav Pandit · 6 years ago
  82. e41b6bf devlink: Introduce PCI VF port flavour and port attribute by Parav Pandit · 6 years ago
  83. 98fd2d6 devlink: Introduce PCI PF port flavour and port attribute by Parav Pandit · 6 years ago
  84. a2c6b87 devlink: Return physical port fields only for applicable port flavours by Parav Pandit · 6 years ago
  85. 378ef01 devlink: Refactor physical port attributes by Parav Pandit · 6 years ago
  86. 565eb5f8 Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  87. b7d5c92 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  88. 608745f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  89. cdc5ffc Merge tag 'for-5.3/libata-20190708' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  90. 3b99107 Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  91. 0415052 Merge tag 'devprop-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  92. 4b47045 Merge tag 'acpi-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  93. cf2d213 Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  94. 4cdd5f9 Merge tag 'sound-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  95. 2d41ef5 Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  96. ed63b9c Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 6 years ago
  97. 947fbd4 Merge tag 'please-pull-for_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 6 years ago
  98. 6b04014 Merge tag 'iommu-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  99. c6b6ceb Merge tag 'spi-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 6 years ago
  100. 98537ee Merge tag 'regulator-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 6 years ago