summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* i40e: Fix uninitialized variable mfs_maxColin Ian King2021-02-151-1/+1
* i40e: Fix incorrect argument in call to ipv6_addr_any()Gustavo A. R. Silva2021-02-151-1/+1
* ixgbe: store the result of ixgbe_rx_offset() onto ixgbe_ringMaciej Fijalkowski2021-02-122-7/+9
* ice: store the result of ice_rx_offset() onto ice_ringMaciej Fijalkowski2021-02-122-21/+23
* i40e: store the result of i40e_rx_offset() onto i40e_ringMaciej Fijalkowski2021-02-122-17/+19
* i40e: Simplify the do-while allocation loopBjörn Töpel2021-02-121-3/+1
* ice: skip NULL check against XDP prog in ZC pathMaciej Fijalkowski2021-02-121-4/+3
* ice: remove redundant checks in ice_change_mtuMaciej Fijalkowski2021-02-121-9/+0
* ice: move skb pointer from rx_buf to rx_ringMaciej Fijalkowski2021-02-122-18/+14
* ice: simplify ice_run_xdpMaciej Fijalkowski2021-02-121-10/+5
* i40e: adjust i40e_is_non_eopMaciej Fijalkowski2021-02-121-17/+6
* i40e: drop misleading function commentsMaciej Fijalkowski2021-02-121-27/+6
* i40e: drop redundant check when setting xdp progMaciej Fijalkowski2021-02-121-3/+0
* i40e: remove the useless value assignment in i40e_clean_adminq_subtaskKaixu Xia2021-02-101-1/+1
* i40e: VLAN field for flow directorPrzemyslaw Patynowski2021-02-104-292/+289
* i40e: Add flow director support for IPv6Przemyslaw Patynowski2021-02-104-119/+551
* i40e: Add EEE status getting & setting implementationAleksandr Loktionov2021-02-102-2/+123
* i40e: Add netlink callbacks support for software based DCBArkadiusz Kubalewski2021-02-101-7/+745
* i40e: Add init and default config of software based DCBArkadiusz Kubalewski2021-02-103-58/+497
* i40e: Add hardware configuration for software based DCBArkadiusz Kubalewski2021-02-107-13/+1365
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-02-092-74/+86
|\
| * i40e: Log error for oversized MTU on deviceEryk Rybak2021-02-081-4/+7
| * i40e: consolidate handling of XDP program actionsCristian Dumitrescu2021-02-081-37/+61
| * i40e: remove the redundant buffer info updatesCristian Dumitrescu2021-02-081-19/+14
| * i40e: remove unnecessary cleaned_count updatesCristian Dumitrescu2021-02-081-3/+1
| * i40e: remove unnecessary memory writes of the next to clean pointerCristian Dumitrescu2021-02-081-19/+11
* | ice: Improve MSI-X fallback logicTony Nguyen2021-02-081-15/+25
* | ice: Fix trivial error messageMitch Williams2021-02-081-1/+1
* | ice: remove unnecessary castsBruce Allan2021-02-084-11/+11
* | ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao2021-02-087-78/+83
* | ice: fix writeback enable logicJesse Brandeburg2021-02-082-35/+25
* | ice: Use PSM clock frequency to calculate RL profilesBen Shelton2021-02-085-9/+63
* | ice: create scheduler aggregator node config and move VSIsKiran Patil2021-02-089-20/+1207
* | ice: Add initial support framework for LAGDave Ertman2021-02-087-0/+570
* | ice: Remove xsk_buff_pool from VSI structureMichal Swiatkowski2021-02-083-79/+30
* | ice: implement new LLDP filter commandDave Ertman2021-02-086-8/+82
* | ice: log message when trusted VF goes in/out of promisc modeBrett Creeley2021-02-081-13/+19
|/
* ice: remove dead codeBruce Allan2021-02-051-7/+1
* ice: use flex_array_size where possibleBruce Allan2021-02-052-2/+2
* ice: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-02-052-4/+4
* ice: display stored UNDI firmware version via devlink infoJacob Keller2021-02-053-38/+113
* ice: display stored netlist versions via devlink infoJacob Keller2021-02-057-93/+176
* ice: display some stored NVM versions via devlink infoJacob Keller2021-02-053-4/+94
* ice: introduce function for reading from flash modulesJacob Keller2021-02-052-5/+179
* ice: cache NVM module bank informationJacob Keller2021-02-052-0/+188
* ice: introduce context struct for info reportJacob Keller2021-02-051-41/+68
* ice: create flash_info structure and separate NVM versionJacob Keller2021-02-054-62/+91
* ice: report timeout length for erasing during devlink flashJacob Keller2021-02-051-3/+7
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-02-0412-21/+48
|\
| * e1000: drop unneeded assignment in e1000_set_itr()Sudip Mukherjee2021-02-031-1/+0