aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-01Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/linuxDavid S. Miller21-55/+1021
2021-06-01igb: Fix -Wunused-const-variable warningYueHaibing1-1/+1
2021-05-28i40e: Register auxiliary devices to provide RDMAShiraz Saleem4-20/+114
2021-05-28ice: Register auxiliary device to provide RDMADave Ertman4-4/+87
2021-05-28ice: Implement iidc operationsDave Ertman13-24/+639
2021-05-28ice: Initialize RDMA supportDave Ertman10-9/+183
2021-05-27ixgbe: Fix out-bounds warning in ixgbe_host_interface_command()Gustavo A. R. Silva1-9/+7
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+7
2021-05-26i40e: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-05-26ixgbe: reduce checker warningsJesse Brandeburg1-4/+4
2021-05-26ixgbe: use checker safe conversionsJesse Brandeburg1-5/+4
2021-05-26igbvf: convert to strongly typed descriptorsJesse Brandeburg1-21/+21
2021-05-26intel: call csum functions with well formatted argumentsJesse Brandeburg2-2/+2
2021-05-26igb: override two checker warningsJesse Brandeburg1-2/+2
2021-05-26igb: fix assignment on big endian machinesJesse Brandeburg1-2/+2
2021-05-26igb: handle vlan types with checker enabledJesse Brandeburg2-4/+5
2021-05-26igb/igc: use strongly typed pointerJesse Brandeburg2-2/+2
2021-05-26fm10k: move error checkJesse Brandeburg1-5/+5
2021-05-26intel: remove checker warningJesse Brandeburg3-3/+3
2021-05-26e100: handle eeprom as little endianJesse Brandeburg1-6/+6
2021-05-20ixgbe: fix large MTU request from VFJesse Brandeburg1-9/+7
2021-05-20igc: Enable TX via AF_XDP zero-copyAndre Guedes4-8/+129
2021-05-20igc: Enable RX via AF_XDP zero-copyAndre Guedes5-19/+450
2021-05-20igc: Replace IGC_TX_FLAGS_XDP flag by an enumAndre Guedes2-7/+26
2021-05-20igc: Introduce igc_unmap_tx_buffer() helperAndre Guedes1-34/+15
2021-05-20igc: Introduce TX/RX stats helpersAndre Guedes1-12/+31
2021-05-20igc: Refactor XDP rxq info registrationAndre Guedes3-34/+12
2021-05-20igc: Refactor igc_clean_rx_ring()Andre Guedes1-9/+14
2021-05-20igc: Refactor __igc_xdp_run_prog()Andre Guedes1-28/+28
2021-05-20igc: Move igc_xdp_is_enabled()Andre Guedes2-5/+5
2021-05-19net: e1000e: fix misspell word "retreived"Hao Chen1-1/+1
2021-05-19net: e1000e: remove repeated word "slot" for netdev.cHao Chen1-1/+1
2021-05-19net: e1000e: remove repeated word "the" for ich8lan.cHao Chen1-1/+1
2021-05-19net: e1000: remove repeated words for e1000_hw.cHao Chen1-2/+2
2021-05-19net: e1000: remove repeated word "slot" for e1000_main.cHao Chen1-1/+1
2021-05-14igc: use XDP helpersMatteo Croce1-6/+3
2021-05-07i40e: Remove LLDP frame filtersArkadiusz Kubalewski3-44/+0
2021-05-07i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski4-11/+10
2021-05-07i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin1-1/+2
2021-05-07i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang1-0/+1
2021-05-07i40e: fix broken XDP supportMagnus Karlsson1-6/+2
2021-04-23iavf: redefine the magic number for FDIR GTP-U header fieldsHaiyue Wang1-3/+12
2021-04-23iavf: enhance the duplicated FDIR list scan handlingHaiyue Wang1-6/+3
2021-04-23iavf: change the flex-byte support number to macro definitionHaiyue Wang2-3/+8
2021-04-23iavf: remove duplicate free resources callsStefan Assmann1-2/+0
2021-04-23i40e: use minimal admin queue for kdumpCoiby Xu2-2/+9
2021-04-23i40e: use minimal Rx and Tx ring buffers for kdumpCoiby Xu1-0/+5
2021-04-23i40e: use minimal Tx and Rx pairs for kdumpCoiby Xu1-0/+9
2021-04-23i40e: refactor repeated link state reporting codeAleksandr Loktionov1-39/+69
2021-04-22iavf: Support for modifying SCTP RSS flow hashingHaiyue Wang3-5/+56