summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* i40e: Fix freeing of uninitialized misc IRQ vectorSylwester Dziedziuch2021-10-061-1/+2
* i40e: fix endless loop under rtnlJiri Benc2021-10-061-1/+1
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-2/+1
|\
| * i40e: Fix ATR queue selectionArkadiusz Kubalewski2021-08-191-2/+1
* | i40e: Fix spelling mistake "dissable" -> "disable"Colin Ian King2021-08-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-314-25/+94
|\ \ | |/
| * i40e: Fix log TC creation failure when max num of queues is exceededJedrzej Jagielski2021-07-231-0/+2
| * i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski2021-07-233-0/+53
| * i40e: Add additional info to PHY type errorLukasz Cieplicki2021-07-231-1/+1
| * i40e: Fix firmware LLDP agent related warningArkadiusz Kubalewski2021-07-231-0/+4
| * i40e: Fix logic of disabling queuesArkadiusz Kubalewski2021-07-231-24/+34
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* | i40e: add support for PTP external synchronization clockPiotr Kwapulinski2021-07-214-20/+871
* | i40e: improve locking of mac_filter_hashStefan Assmann2021-07-191-3/+20
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-07-011-149/+0
|\
| * Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe2021-06-222-3/+12
| |\
| * | RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem2021-06-021-149/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-293-8/+20
|\ \ \
| * | | i40e: Fix missing rtnl locking when setting up pf switchJan Sokolowski2021-06-241-4/+11
| * | | i40e: fix PTP on 5Gb linksJesse Brandeburg2021-06-241-2/+6
| * | | i40e: Fix autoneg disabling for non-10GBaseT linksMateusz Palczewski2021-06-241-2/+1
| * | | i40e: Fix error handling in i40e_vsi_openDinghao Liu2021-06-241-0/+2
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-282-5/+0
|\ \ \
| * | | intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-242-5/+0
* | | | i40e: clean up packet type lookup tableJesse Brandeburg2021-06-182-119/+6
|/ / /
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-072-3/+12
|\ \ \ | |/ / | | / | |/ |/|
| * i40e: add correct exception tracing for XDPMagnus Karlsson2021-06-032-3/+12
* | i40e: Register auxiliary devices to provide RDMAShiraz Saleem2021-05-283-20/+113
* | i40e: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-05-261-1/+1
|/
* i40e: Remove LLDP frame filtersArkadiusz Kubalewski2021-05-073-44/+0
* i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski2021-05-074-11/+10
* i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin2021-05-071-1/+2
* i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang2021-05-071-0/+1
* i40e: fix broken XDP supportMagnus Karlsson2021-05-071-6/+2
* i40e: use minimal admin queue for kdumpCoiby Xu2021-04-232-2/+9
* i40e: use minimal Rx and Tx ring buffers for kdumpCoiby Xu2021-04-231-0/+5
* i40e: use minimal Tx and Rx pairs for kdumpCoiby Xu2021-04-231-0/+9
* i40e: refactor repeated link state reporting codeAleksandr Loktionov2021-04-231-39/+69
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-0/+6
|\
| * i40e: fix the panic when running bpf in xdpdrv modeJason Xing2021-04-151-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-097-30/+84
|\ \ | |/
| * i40e: Fix sparse warning: missing error code 'err'Arkadiusz Kubalewski2021-04-081-2/+6
| * i40e: Fix sparse error: 'vsi->netdev' could be nullArkadiusz Kubalewski2021-04-081-2/+1
| * i40e: Fix sparse error: uninitialized symbol 'ring'Arkadiusz Kubalewski2021-04-081-0/+3
| * i40e: Fix sparse errors in i40e_txrx.cArkadiusz Kubalewski2021-04-081-7/+5
| * i40e: Fix parameters in aq_get_phy_register()Grzegorz Siwik2021-04-081-1/+1
| * i40e: Fix display statistics for veb_tcEryk Rybak2021-04-011-6/+46
| * i40e: fix receiving of single packets in xsk zero-copy modeMagnus Karlsson2021-04-011-2/+2
| * i40e: Fix inconsistent indentingArkadiusz Kubalewski2021-04-011-4/+4