1. dbc97bf net: liquidio: Add missing null pointer checks by Tom Seewald · 3 years, 10 months ago
  2. 30bfce1 net: remove ndo_udp_tunnel_* callbacks by Jakub Kicinski · 4 years, 2 months ago
  3. d0ea5cb drivers/net/ethernet: clean up mis-targeted comments by Jesse Brandeburg · 4 years, 5 months ago
  4. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
  5. 6a8c1a7 liquidio_vf: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  6. b6334be net/liquidio: Delete driver version assignment by Leon Romanovsky · 5 years ago
  7. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  8. d784097 net: Use skb accessors in network drivers by Matthew Wilcox (Oracle) · 6 years ago
  9. 6b16f9e net: move skb->xmit_more hint to softnet data by Florian Westphal · 6 years ago
  10. ac1172d net: cavium: fix return type of ndo_start_xmit function by YueHaibing · 6 years ago
  11. fe2d22b liquidio: Disabling tasklet when NAPI is active by Intiyaz Basha · 6 years ago
  12. 4887522 liquidio: Add spoof checking on a VF MAC address by Weilin Chang · 7 years ago
  13. 3587861 liquidio: Added delayed work for periodically updating the link statistics. by Pradeep Nalla · 7 years ago
  14. 64fecd3 liquidio: remove obsolete functions and data structures by Felix Manlunas · 7 years ago
  15. edd572d liquidio: change octnic_ctrl_pkt to do synchronous soft commands by Felix Manlunas · 7 years ago
  16. c9aec05 liquidio: improve soft command handling by Felix Manlunas · 7 years ago
  17. fcaccc8 liquidio: correct error msg text when removing VLAN ID by Rick Farrington · 7 years ago
  18. 18b338f liquidio: support use of ethtool to set link speed of CN23XX-225 cards by Weilin Chang · 7 years ago
  19. 795d809 liquidio VF: indicate that disabling rx vlan offload is not allowed by Raghu Vatsavayi · 7 years ago
  20. c33c997 liquidio: enhanced ethtool --set-channels feature by Intiyaz Basha · 7 years ago
  21. 128ea39 liquidio: Moved common function setup_glists to lio_core.c by Intiyaz Basha · 7 years ago
  22. a72b2c8 liquidio: Moved common definition octnic_gather to octeon_network.h by Intiyaz Basha · 7 years ago
  23. fd311f1 liquidio: Moved common function delete_glists to lio_core.c by Intiyaz Basha · 7 years ago
  24. 85a0cd8 liquidio: Moved common function list_delete_head to octeon_network.h by Intiyaz Basha · 7 years ago
  25. 592a4ce liquidio: Moved common function if_cfg_callback to lio_core.c by Intiyaz Basha · 7 years ago
  26. 8000234 liquidio: add support for ndo_get_stats64 instead of ndo_get_stats by Pradeep Nalla · 7 years ago
  27. ccdd0b4 liquidio: prevent rx queues from getting stalled by Raghu Vatsavayi · 7 years ago
  28. 4171ec0 liquidio: Removed duplicate Tx queue status check by Intiyaz Basha · 7 years ago
  29. c9614a1 liquidio: Renamed txqs_start to start_txqs by Intiyaz Basha · 7 years ago
  30. 736b7ea liquidio: Renamed txqs_stop to stop_txqs by Intiyaz Basha · 7 years ago
  31. a96d8ad liquidio: Renamed txqs_wake to wake_txqs by Intiyaz Basha · 7 years ago
  32. fc756d0 liquidio: Function call skb_iq for deriving queue from skb by Intiyaz Basha · 7 years ago
  33. dd69deb liquidio: Removed one line function wake_q by Intiyaz Basha · 7 years ago
  34. 78a202f liquidio: Removed one line function stop_q by Intiyaz Basha · 7 years ago
  35. 2a2faba liquidio: Removed netif_is_multiqueue check by Intiyaz Basha · 7 years ago
  36. a8c4a79 liquidio: Removed start_txq function by Intiyaz Basha · 7 years ago
  37. 5da052a liquidio: Moved common function skb_iq to to octeon_network.h by Intiyaz Basha · 7 years ago
  38. 5f8baa7 liquidio: Moved common function txqs_start to octeon_network.h by Intiyaz Basha · 7 years ago
  39. 95fbba1 liquidio: Moved common function txqs_wake to octeon_network.h by Intiyaz Basha · 7 years ago
  40. a28a47f liquidio: Moved common function txqs_stop to octeon_network.h by Intiyaz Basha · 7 years ago
  41. 87a7c4b liquidio: fix ndo_change_mtu to always return correct status to the caller by Veerasenareddy Burru · 7 years ago
  42. aa28667 liquidio: fix kernel panic in VF driver by Felix Manlunas · 7 years ago
  43. c859e21 liquidio: xmit_more support by Intiyaz Basha · 7 years ago
  44. 48acc9e liquidio: mark expected switch fall-through in octeon_destroy_resources by Gustavo A. R. Silva · 7 years ago
  45. b14bec8 liquidio: remove unnecessary NULL check before kfree in delete_glists by Gustavo A. R. Silva · 7 years ago
  46. ee5b1fa liquidio: make VF driver notify NIC firmware of MTU change by Veerasenareddy Burru · 8 years ago
  47. 251564f liquidio: update VF's netdev->max_mtu if there's a change in PF's MTU by Veerasenareddy Burru · 8 years ago
  48. a82457f liquidio: added support for ethtool --set-channels feature by Intiyaz Basha · 8 years ago
  49. 14aec73 liquidio: moved octeon_setup_interrupt 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. d18ca7d liquidio: added support for ethtool --set-ring feature by Intiyaz Basha · 8 years ago
  52. 8974de1 liquidio: moved liquidio_setup_io_queues to lio_core.c by Intiyaz Basha · 8 years ago
  53. d314ac2 liquidio: moved liquidio_napi_poll to lio_core.c by Intiyaz Basha · 8 years ago
  54. d1d97ee liquidio: moved liquidio_napi_drv_callback to lio_core.c by Intiyaz Basha · 8 years ago
  55. 21f0888 liquidio: moved liquidio_push_packet to lio_core.c by Intiyaz Basha · 8 years ago
  56. 69f9c60 liquidio: moved octeon_setup_droq to lio_core.c by Intiyaz Basha · 8 years ago
  57. 25d43f1 liquidio: moved update_txq_status to lio_core.c by Intiyaz Basha · 8 years ago
  58. e65a8cc liquidio: moved wait_for_pending_requests to octeon_network.h by Intiyaz Basha · 8 years ago
  59. 42013e9 liquidio: napi cleanup by Intiyaz Basha · 8 years ago
  60. 93fe07e liquidio: lio_vf_main: remove unnecessary static in setup_io_queues() by Gustavo A. R. Silva · 8 years ago
  61. c4ee5d8 liquidio: replace info-pointer mode with buffer-pointer-only mode by Prasad Kanneganti · 8 years ago
  62. 7fa1365 liquidio: disallow enabling firmware debug from a VF by Derek Chickles · 8 years ago
  63. 4c1588a liquidio: VF interrupt initialization cleanup by Rick Farrington · 8 years ago
  64. e341257 net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL by Miroslav Lichvar · 8 years ago
  65. 9ad0980 liquidio: use pcie_flr instead of duplicating it by Christoph Hellwig · 8 years ago
  66. 0c26458 liquidio: fix VF incorrectly indicating that it successfully set its VLAN by Felix Manlunas · 8 years ago
  67. 282ccf6 drivers: add explicit interrupt.h includes by Florian Westphal · 8 years ago
  68. 50c0add liquidio: refactor interrupt moderation code by Prasad Kanneganti · 8 years ago
  69. 6069f3f liquidio: fix tx completions in napi poll by VSR Burru · 8 years ago
  70. 031d4f1 liquidio: allocate RX buffers in OOM conditions in PF and VF by Satanand Burla · 8 years ago
  71. 58ad319 liquidio: fix Coverity scan errors by Felix Manlunas · 8 years ago
  72. 1f697ab liquidio: remove duplicate code by Satanand Burla · 8 years ago
  73. 0c88a76 liquidio: use meaningful names for IRQs by Rick Farrington · 8 years ago
  74. 67e303e liquidio: improve UDP TX performance by VSR Burru · 8 years ago
  75. e3bfc6e net: liquidio: fix build errors when linux/phy*.h is removed from net/dsa.h by Russell King · 8 years ago
  76. 76e0e70 liquidio: do not dereference pointer if it's NULL by Felix Manlunas · 8 years ago
  77. cdb478e liquidio: fix for iq and droq cnts going negative by Satanand Burla · 8 years ago
  78. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  79. 80c8eae liquidio: Avoid accessing skb after submitting to input queue by Satanand Burla · 8 years ago
  80. 4a7c972 net: Remove usage of net_device last_rx member by Tobias Klauser · 8 years ago
  81. 7410191 liquidio: use fallback for selecting txq by Satanand Burla · 8 years ago
  82. de28c99 liquidio: store the L4 hash of rx packets in skb by Prasad Kanneganti · 8 years ago
  83. 6088986 liquidio: simplify octeon_flush_iq() by Derek Chickles · 8 years ago
  84. b0d6636 liquidio VF error handling by Raghu Vatsavayi · 8 years ago
  85. f625fe6 liquidio VF timestamp by Raghu Vatsavayi · 8 years ago
  86. d8ab848 liquidio VF ethtool stats by Raghu Vatsavayi · 8 years ago
  87. c05ebcc8 liquidio VF vxlan by Raghu Vatsavayi · 8 years ago
  88. 2135f9b liquidio VF vlan support by Raghu Vatsavayi · 8 years ago
  89. 9217c3c liquidio VF rx data and ctl path by Raghu Vatsavayi · 8 years ago
  90. 9bdca5c liquidio CN23XX: VF TX buffers by Raghu Vatsavayi · 8 years ago
  91. 9981328 liquidio CN23XX: VF xmit by Raghu Vatsavayi · 8 years ago
  92. beea50a liquidio CN23XX: VF scatter gather lists by Raghu Vatsavayi · 8 years ago
  93. 50f7f94 liquidio CN23XX: VF mac address by Raghu Vatsavayi · 8 years ago
  94. 3cd25e4 liquidio CN23XX: VF link status by Raghu Vatsavayi · 8 years ago
  95. 846b468 liquidio CN23XX: VF offload features by Raghu Vatsavayi · 8 years ago
  96. b3c3597 liquidio CN23XX: VF init and destroy by Raghu Vatsavayi · 8 years ago
  97. cf39faf liquidio CN23XX: VF interrupt by Raghu Vatsavayi · 8 years ago
  98. f7cdd64 liquidio CN23XX: VF mailbox by Raghu Vatsavayi · 8 years ago
  99. 9003baf liquidio CN23XX: init VF softcommand queues by Raghu Vatsavayi · 8 years ago
  100. da15c78 liquidio CN23XX: VF register access by Raghu Vatsavayi · 8 years ago