1. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  2. 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
  3. 228aa01 liquidio: Missing error code in liquidio_init_nic_module() by Dan Carpenter · 7 years ago
  4. 3d67a50 net: thunderx: fix double free error by Aleksey Makarov · 7 years ago
  5. 9524846 liquidio: do not consider packets dropped by network stack as driver Rx dropped by Intiyaz Basha · 7 years ago
  6. f4e6352 net: bpf: rename ndo_xdp to ndo_bpf by Jakub Kicinski · 7 years ago
  7. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  8. bf53458 liquidio: Fix an issue with multiple switchdev enable disables by Vijaya Mohan Guvva · 7 years ago
  9. 25c5f71 liquidio: bump up driver version to 1.7.0 to match newer NIC firmware by Felix Manlunas · 7 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  11. e20f469 liquidio: synchronize VF representor names with NIC firmware by Vijaya Mohan Guvva · 7 years ago
  12. a666960 liquidio: remove redundant setting of inst_processed to zero by Colin Ian King · 7 years ago
  13. a95157d net: thunderx: remove a couple of redundant assignments by Colin Ian King · 7 years ago
  14. d4be8eb liquidio: Configure switchdev with devlink by Vijaya Mohan Guvva · 7 years ago
  15. 1f233f3 liquidio: switchdev support for LiquidIO NIC by Vijaya Mohan Guvva · 7 years ago
  16. 641da8e liquidio: get rid of false alarm "Unknown cmd 27" in dmesg by Felix Manlunas · 7 years ago
  17. aa28667 liquidio: fix kernel panic in VF driver by Felix Manlunas · 7 years ago
  18. c859e21 liquidio: xmit_more support by Intiyaz Basha · 7 years ago
  19. 392209f liquidio: deprecate 1-bit flag indicating watchdog kernel thread is running by Felix Manlunas · 7 years ago
  20. 1769af4 ethernet: cavium: octeon: Switch to using netdev_info(). by Steven J. Hill · 7 years ago
  21. 907aaa6 liquidio: pass date and time info to NIC firmware by Veerasenareddy Burru · 7 years ago
  22. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  23. 48acc9e liquidio: mark expected switch fall-through in octeon_destroy_resources by Gustavo A. R. Silva · 7 years ago
  24. b14bec8 liquidio: remove unnecessary NULL check before kfree in delete_glists by Gustavo A. R. Silva · 7 years ago
  25. e7ad979 liquidio: fix timespec64_to_ns typo by Arnd Bergmann · 7 years ago
  26. d93fa2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  27. 1a2ace5 net: thunderx: mark expected switch fall-throughs in nicvf_main() by Gustavo A. R. Silva · 7 years ago
  28. de8f3a8 bpf: add meta pointer for direct access by Daniel Borkmann · 7 years ago
  29. 429cbf6 liquidio: update module parameter fw_type to reflect firmware type loaded by Rick Farrington · 7 years ago
  30. b36e482 liquidio: verify firmware version when auto-loaded from flash. by Rick Farrington · 7 years ago
  31. 088b874 liquidio: allow override of firmware present in flash by Rick Farrington · 7 years ago
  32. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  33. acfb98b liquidio: fix crash in presence of zeroed-out base address regs by Rick Farrington · 8 years ago
  34. b6eb9d5 liquidio: show NIC's U-Boot version in a dev_info() message by Weilin Chang · 8 years ago
  35. 966a967 smp: Avoid using two cache lines for struct call_single_data by Ying Huang · 8 years ago
  36. f9cbe9a net: define the TSO header size in net/tso.h by Antoine Ténart · 8 years ago
  37. b285477 liquidio: change manner of detecting whether or not NIC firmware is loaded by Felix Manlunas · 8 years ago
  38. ee5b1fa liquidio: make VF driver notify NIC firmware of MTU change by Veerasenareddy Burru · 8 years ago
  39. ad530a1 liquidio: move macro definition to a proper place by Veerasenareddy Burru · 8 years ago
  40. 0c45d7f liquidio: fix use of pf in pass-through mode in a virtual machine by Rick Farrington · 8 years ago
  41. 3de42f5 liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PF by Rick Farrington · 8 years ago
  42. d289611 liquidio: fix Smatch error by Intiyaz Basha · 8 years ago
  43. 3c57f61 liquidio: with embedded f/w, issue droq credits before enablement by Rick Farrington · 8 years ago
  44. 7053535 liquidio: with embedded f/w, don't reload f/w, issue pf flr at exit by Rick Farrington · 8 years ago
  45. 93345c0 liquidio: fix spelling mistake: "interuupt" -> "interrupt" by Colin Ian King · 8 years ago
  46. 251564f liquidio: update VF's netdev->max_mtu if there's a change in PF's MTU by Veerasenareddy Burru · 8 years ago
  47. a82457f liquidio: added support for ethtool --set-channels feature by Intiyaz Basha · 8 years ago
  48. 14aec73 liquidio: moved octeon_setup_interrupt to lio_core.c by Intiyaz Basha · 8 years ago
  49. 5ef4ddb liquidio: moved liquidio_legacy_intr_handler to lio_core.c by Intiyaz Basha · 8 years ago
  50. 1ff3926 liquidio: moved liquidio_msix_intr_handler to lio_core.c by Intiyaz Basha · 8 years ago
  51. d396179 liquidio: fix issues with fw_type module parameter by Derek Chickles · 8 years ago
  52. d18ca7d liquidio: added support for ethtool --set-ring feature by Intiyaz Basha · 8 years ago
  53. 8974de1 liquidio: moved liquidio_setup_io_queues to lio_core.c by Intiyaz Basha · 8 years ago
  54. d314ac2 liquidio: moved liquidio_napi_poll to lio_core.c by Intiyaz Basha · 8 years ago
  55. d1d97ee liquidio: moved liquidio_napi_drv_callback to lio_core.c by Intiyaz Basha · 8 years ago
  56. 21f0888 liquidio: moved liquidio_push_packet to lio_core.c by Intiyaz Basha · 8 years ago
  57. 69f9c60 liquidio: moved octeon_setup_droq to lio_core.c by Intiyaz Basha · 8 years ago
  58. 25d43f1 liquidio: moved update_txq_status to lio_core.c by Intiyaz Basha · 8 years ago
  59. e65a8cc liquidio: moved wait_for_pending_requests to octeon_network.h by Intiyaz Basha · 8 years ago
  60. b5e7dc4 liquidio: fix duplicated code for different branches by Gustavo A. R. Silva · 8 years ago
  61. da1542b liquidio: update debug console logging mechanism by Rick Farrington · 8 years ago
  62. aa69ff9 liquidio: moved ptp_enable to octeon_device structure by Intiyaz Basha · 8 years ago
  63. 35c7ad3 liquidio: removed check for queue size alignment by Intiyaz Basha · 8 years ago
  64. c1550fd liquidio: rx/tx queue cleanup by Intiyaz Basha · 8 years ago
  65. 42013e9 liquidio: napi cleanup by Intiyaz Basha · 8 years ago
  66. ea6404c8 liquidio: fix misspelled firmware image filenames by Derek Chickles · 8 years ago
  67. c99c287 liquidio: fix wrong info about vf rx/tx ring parameters reported to ethtool by Intiyaz Basha · 8 years ago
  68. 2470f3a liquidio: moved console_bitmask module param to lio_main.c by Intiyaz Basha · 8 years ago
  69. 9060e6b liquidio: add missing strings in oct_dev_state_str array by Intiyaz Basha · 8 years ago
  70. cf19a8c liquidio: set sriov_totalvfs correctly by Derek Chickles · 8 years ago
  71. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  72. a847135 liquidio: bump up driver version to match newer NIC firmware by Felix Manlunas · 8 years ago
  73. 500268e net: thunderx: Fix BGX transmit stall due to underflow by Sunil Goutham · 8 years ago
  74. 19d5c35 liquidio: cleanup: removed cryptic and misleading macro by Rick Farrington · 8 years ago
  75. ade0a79 liquidio: standardization: use min_t instead of custom macro by Rick Farrington · 8 years ago
  76. ba3fb10 liquidio: fix implicit irq include causing build failures by Paul Gortmaker · 8 years ago
  77. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  78. eb2b987 liquidio: lio_main: remove unnecessary static in setup_io_queues() by Gustavo A. R. Silva · 8 years ago
  79. 93fe07e liquidio: lio_vf_main: remove unnecessary static in setup_io_queues() by Gustavo A. R. Silva · 8 years ago
  80. 2c4aac7 liquidio: lowmem: init allocated memory to 0 by Rick Farrington · 8 years ago
  81. 689062a liquidio: lowmem: do not dereference null ptr by Rick Farrington · 8 years ago
  82. 00587f2 liquidio: lowmem: init allocated memory to 0 by Rick Farrington · 8 years ago
  83. 741912c liquidio: support new firmware statistic fw_err_pki by Rick Farrington · 8 years ago
  84. 56c0da4 liquidio: fix possible eeprom format string overflow by Arnd Bergmann · 8 years ago
  85. c41626c net: thunder_bgx: avoid format string overflow warning by Arnd Bergmann · 8 years ago
  86. 05a6b4c liquidio: fix bug in soft reset failure detection by Derek Chickles · 8 years ago
  87. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  88. bf24e13 cavium: thunder: Remove duplicate "netdev->name" logging output by Joe Perches · 8 years ago
  89. b381f78 liquidio: stop using huge static buffer, save 4096k in .data by Denys Vlasenko · 8 years ago
  90. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
  91. c4ee5d8 liquidio: replace info-pointer mode with buffer-pointer-only mode by Prasad Kanneganti · 8 years ago
  92. 836d57e liquidio: implement vlan filter enable and disable by Prasad Kanneganti · 8 years ago
  93. 1efde2b bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  94. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  95. 0430a26 liquidio: fix VF driver off-by-one bug when setting ethtool -C ethX rx-frames by Weilin Chang · 8 years ago
  96. 7fa1365 liquidio: disallow enabling firmware debug from a VF by Derek Chickles · 8 years ago
  97. 9ae122c liquidio: Fix checkpatch errors with references crossing single line by Satanand Burla · 8 years ago
  98. 4c1588a liquidio: VF interrupt initialization cleanup by Rick Farrington · 8 years ago
  99. a55667e liquidio: fix inaccurate count of napi-processed rx packets reported to Octeon by Prasad Kanneganti · 8 years ago
  100. d5c7d9b liquidio: fix rare pci_driver.probe failure of VF driver by Prasad Kanneganti · 8 years ago