aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg1-0/+1
2020-09-19net: liquidio: Remove set but not used variableZheng Yongjun1-5/+4
2020-09-18liquidio: Fix -Wmissing-prototypes warnings for liquidioWang Hai2-0/+2
2020-09-14liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais2-6/+7
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-28/+26
2020-09-01liquidio: Remove unneeded cast from memory allocationYueHaibing1-6/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-28/+26
2020-08-03liquidio: Fix wrong return value in cn23xx_get_pf_num()Tianjia Zhang1-1/+1
2020-07-30liquidio: Replace vmalloc with kmalloc in octeon_register_dispatch_fn()Wang Hai1-7/+4
2020-07-14liquidio_vf: convert to new udp_tunnel_nic infraJakub Kicinski1-26/+33
2020-07-14liquidio: convert to new udp_tunnel_nic infraJakub Kicinski1-26/+33
2020-07-01liquidio: use generic power managementVaibhav Gupta1-26/+5
2020-06-28liquidio: use list_empty_careful in lio_list_delete_headGeliang Tang1-1/+1
2020-06-17liquidio: Replace vmalloc_node + memset with vzalloc_node and use array_sizeGustavo A. R. Silva1-7/+3
2020-05-08net: lio_core: remove redundant assignment to variable tx_doneColin Ian King1-1/+0
2020-04-25liquidio: remove unused inline functionsYueHaibing1-12/+0
2020-03-19liquidio: remove set but not used variable 's'YueHaibing1-5/+0
2020-03-10net: liquidio: reject unsupported coalescing paramsJakub Kicinski1-0/+11
2020-03-03net/liquidio: Delete non-working LIQUIDIO_PACKAGE checkLeon Romanovsky2-9/+2
2020-03-03net/liquidio: Delete driver version assignmentLeon Romanovsky4-18/+2
2020-03-03liquidio: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+8
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin3-4/+4
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-8/+8
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2019-08-15liquidio: add cleanup in octeon_setup_iq()Wenwen Wang1-1/+3
2019-08-08liquidio: Use pcie_flr() instead of reimplementing itDenis Efremov1-3/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)2-24/+22
2019-07-18liquidio: Replace vmalloc + memset with vzallocChuhong Yuan1-4/+2
2019-06-18net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King1-1/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-2/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon4-16/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal2-2/+2
2019-03-11net: lio_core: fix two NULL pointer dereferencesKangjie Lu1-0/+10
2019-03-11net: liquidio: fix a NULL pointer dereferenceKangjie Lu1-0/+5
2019-02-18liquidio: using NULL instead of plain integerYueHaibing2-2/+2
2019-02-06liquidio: Implement ndo_get_port_parent_id()Florian Fainelli2-35/+12
2019-01-28liquidio: fix the validation of rx checksum status from NIC hardwareVeerasenareddy Burru1-1/+2
2018-11-30liquidio: read sc->iq_no before release scPan Bian1-1/+3
2018-11-30liquidio: fix spelling mistake "deferal" -> "deferral"Colin Ian King1-1/+1
2018-10-04Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-1/+2
2018-10-04liquidio: fix a couple of spelling mistakesColin Ian King1-2/+2
2018-10-03devlink: Add extack for eswitch operationsEli Britstein1-1/+2
2018-09-26net: liquidio: list usage cleanupzhong jiang1-2/+1
2018-09-18net: cavium: fix return type of ndo_start_xmit functionYueHaibing3-4/+5
2018-09-17liquidio: remove duplicated include from lio_vf_rep.cYueHaibing1-1/+0
2018-09-17liquidio: Add the features to show FEC settings and set FEC settingsWeilin Chang6-3/+243
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang1-1/+1
2018-09-11liquidio: Removed droq lockIntiyaz Basha3-37/+3
2018-09-11liquidio: Per queue oom work queueIntiyaz Basha6-73/+110