1. 829eb05 sfc: make function efx_rps_hash_bucket static by Colin Ian King · 7 years ago
  2. 5ce3633 cxgb4: when disabling dcb set txq dcb priority to 0 by Ganesh Goudar · 7 years ago
  3. e020797 net: Remove depends on HAS_DMA in case of platform dependency by Geert Uytterhoeven · 7 years ago
  4. c2cd650 net: mscc: make sparse happy by Antoine Tenart · 7 years ago
  5. 271f7ff net: mvneta: fix the Rx desc DMA address in the Rx path by Antoine Tenart · 7 years ago
  6. 40141bb4 net: ethernet: ti: davinci_cpdma: make function cpdma_desc_pool_create static by Colin Ian King · 7 years ago
  7. 64d7839 net: macb: Fix ptp time adjustment for large negative delta by Harini Katakam · 7 years ago
  8. 08d0236 net: mscc: fix the injection header by Antoine Tenart · 7 years ago
  9. ea0820b net: davinci_emac: match the mdio device against its compatible if possible by Bartosz Golaszewski · 7 years ago
  10. 6d8b834 r8169: Fix netpoll oops by Ville Syrjälä · 7 years ago
  11. d8894a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  12. b6cfffa stmmac: fix DMA channel hang in half-duplex mode by Bhadram Varka · 7 years ago
  13. bc8a2d9 net: stmmac: socfpga: add additional ocp reset line for Stratix10 by Dinh Nguyen · 7 years ago
  14. 12b0355 net: sungem: fix rx checksum support by Eric Dumazet · 7 years ago
  15. dc45519e net: ethernet: fix suspend/resume in davinci_emac by Bartosz Golaszewski · 7 years ago
  16. 56f7722 enic: do not overwrite error code by Govindarajulu Varadarajan · 7 years ago
  17. 3256d29 enic: initialize enic->rfs_h.lock in enic_probe by Govindarajulu Varadarajan · 7 years ago
  18. 87975a0 net/ncsi: Silence debug messages by Joel Stanley · 7 years ago
  19. c51818d bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesize by Daniel Borkmann · 7 years ago
  20. ff54d5c qed: Do not advertise DCBX_LLD_MANAGED capability. by Sudarsana Reddy Kalluru · 7 years ago
  21. 3935a70 qed: Add sanity check for SIMD fastpath handler. by Sudarsana Reddy Kalluru · 7 years ago
  22. 4f9de4d qed: Fix possible memory leak in Rx error path handling. by Sudarsana Reddy Kalluru · 7 years ago
  23. 5e7b921 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental by Linus Torvalds · 7 years ago
  24. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  25. 34962fb docs: Fix more broken references by Mauro Carvalho Chehab · 7 years ago
  26. 7cfde0a net: stmmac: Run HWIF Quirks after getting HW caps by Jose Abreu · 7 years ago
  27. 7c09977 net: cxgb3: add error handling for sysfs_create_group by Zhouyang Jia · 7 years ago
  28. 9e25826 mlxsw: spectrum_switchdev: Fix port_vlan refcounting by Petr Machata · 7 years ago
  29. ce45bde mlxsw: spectrum_router: Align with new route replace logic by Ido Schimmel · 7 years ago
  30. 53b562d mlxsw: spectrum_router: Allow appending to dev-only routes by Ido Schimmel · 7 years ago
  31. ab188e8 stmmac: added support for 802.1ad vlan stripping by Elad Nachman · 7 years ago
  32. 560c5bd net: emaclite: Remove xemaclite_mdio_setup return check by Radhey Shyam Pandey · 7 years ago
  33. bd45cbf net: emaclite: Remove unused 'has_mdio' flag. by Radhey Shyam Pandey · 7 years ago
  34. 27cad00 net: emaclite: Fix MDIO bus unregister bug by Radhey Shyam Pandey · 7 years ago
  35. 087fca5 net: emaclite: Fix position of lp->mii_bus assignment by Radhey Shyam Pandey · 7 years ago
  36. bdf767c net: qcom/emac: Add missing of_node_put() by YueHaibing · 7 years ago
  37. 84ca176b treewide: Use array_size() in kvzalloc_node() by Kees Cook · 7 years ago
  38. fd7bece treewide: Use array_size() in vzalloc_node() by Kees Cook · 7 years ago
  39. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  40. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  41. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  42. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 7 years ago
  43. 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 7 years ago
  44. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  45. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  46. 760a6ed net: stmmac: dwmac-meson8b: Fix an error handling path in 'meson8b_dwmac_probe()' by Christophe JAILLET · 7 years ago
  47. 469998c net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_mode by Vadim Lomovtsev · 7 years ago
  48. e62e51a nfp: flower: free dst_entry in route table by Pieter Jansen van Vuuren · 7 years ago
  49. fe06a64 nfp: remove phys_port_name on flower's vNIC by Jakub Kicinski · 7 years ago
  50. 29f534c nfp: include all ring counters in interface stats by Jakub Kicinski · 7 years ago
  51. f8d0efb nfp: don't pad strings in nfp_cpp_resource_find() to avoid gcc 8 warning by Jakub Kicinski · 7 years ago
  52. 421d954 ixgbe: Fix bit definitions and add support for testing for ipsec support by Alexander Duyck · 7 years ago
  53. e9f655e ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_data by Alexander Duyck · 7 years ago
  54. de7a7e3 ixgbe: Move ipsec init function to before reset call by Alexander Duyck · 7 years ago
  55. e433f3a ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRM by Alexander Duyck · 7 years ago
  56. 646bb57 ixgbe: Fix setting of TC configuration for macvlan case by Alexander Duyck · 7 years ago
  57. f0dc7f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  58. 58d813a net: aquantia: fix unsigned numvecs comparison with less than zero by Colin Ian King · 7 years ago
  59. bde4975 net: stmmac: fix build failure due to missing COMMON_CLK dependency by Corentin Labbe · 7 years ago
  60. 2ac0e15 net: mscc: ocelot: Fix uninitialized error in ocelot_netdevice_event() by Geert Uytterhoeven · 7 years ago
  61. a1cdde8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  62. 3a3869f Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  63. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  64. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  65. fd83941 Merge branch 'pci/virtualization' by Bjorn Helgaas · 7 years ago
  66. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  67. 8e52a60 net: hns3: Optimize PF CMDQ interrupt switching process by Xi Wang · 7 years ago
  68. 6444e2a net: hns3: Fix for VF mailbox receiving unknown message by Xi Wang · 7 years ago
  69. 1819e40 net: hns3: Fix for VF mailbox cannot receiving PF response by Xi Wang · 7 years ago
  70. dd612f18 bnx2x: use the right constant by Julia Lawall · 7 years ago
  71. 4016a7f enic: fix UDP rss bits by Govindarajulu Varadarajan · 7 years ago
  72. fd129f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  73. 3fcc773 mlxsw: Add extack messages for port_{un, }split failures by David Ahern · 7 years ago
  74. ac0fc8a devlink: Add extack to reload and port_{un, }split operations by David Ahern · 7 years ago
  75. 4f416db net: hns3: remove unused hclgevf_cfg_func_mta_filter by Arnd Bergmann · 7 years ago
  76. d52c89f qed*: Utilize FW 8.37.2.0 by Michal Kalderon · 7 years ago
  77. 47a6ca3 net/mlx5e: fix error return code in mlx5e_alloc_rq() by Wei Yongjun · 7 years ago
  78. 6f6027a net/mlx5e: Make function mlx5e_change_rep_mtu() static by Wei Yongjun · 7 years ago
  79. 3602207 net: qualcomm: rmnet: Fix use after free while sending command ack by Subash Abhinov Kasiviswanathan · 7 years ago
  80. 9deb441 net: ipv6: Generate random IID for addresses on RAWIP devices by Subash Abhinov Kasiviswanathan · 7 years ago
  81. af3746a ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flush by Jesper Dangaard Brouer · 7 years ago
  82. 763ea09 i40e: remove ndo_xdp_flush call i40e_xdp_flush by Jesper Dangaard Brouer · 7 years ago
  83. 7d840a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  84. d67b66b Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  85. f0b964e net: hns: Fix the process of adding broadcast addresses to tcam by Xi Wang · 7 years ago
  86. ff2e351 qed: use dma_zalloc_coherent instead of allocator/memset by YueHaibing · 7 years ago
  87. 39dbc64 qed: Add srq core support for RoCE and iWARP by Yuval Bason · 7 years ago
  88. b8aac41 net: ethernet: bnx2: Replace NULL comparison by Varsha Rao · 7 years ago
  89. 6dc5aa2 net: ethernet: bnx2: Remove extra parentheses by Varsha Rao · 7 years ago
  90. 13ce3bc net: gemini: fix spelling mistake: "it" -> "is" by YueHaibing · 7 years ago
  91. 40434a6 net: chelsio: Use zeroing memory allocator instead of allocator/memset by YueHaibing · 7 years ago
  92. 1100149 sh_eth: use DIV_ROUND_UP() in sh_eth_soft_swap() by Sergei Shtylyov · 7 years ago
  93. bb2fa4e sh_eth: uninline sh_eth_soft_swap() by Sergei Shtylyov · 7 years ago
  94. 232b674 sh_eth: make sh_eth_soft_swap() work on ARM by Sergei Shtylyov · 7 years ago
  95. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  96. 9a75fa5 ixgbe: fix broken ipsec Rx with proper cast on spi by Shannon Nelson · 7 years ago
  97. 2a8a155 ixgbe: check ipsec ip addr against mgmt filters by Shannon Nelson · 7 years ago
  98. 1fc68bb mlxsw: spectrum_span: Suppress VLAN on BRIDGE_VLAN_INFO_UNTAGGED by Petr Machata · 7 years ago
  99. f07ff01 mlxsw: spectrum_switchdev: Postpone respin on object deletion by Petr Machata · 7 years ago
  100. 88adce4 ixgbe: fix possible race in reset subtask by Tony Nguyen · 7 years ago