summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ice: simplify the return expression of ice_finalize_update()Qinglang Miao2020-09-211-6/+1
* net: e1000: Remove set but not used variableZheng Yongjun2020-09-191-2/+1
* net: devlink: region: Pass the region ops to the snapshot functionAndrew Lunn2020-09-181-0/+4
* ixgbe: add pause frame statsJakub Kicinski2020-09-151-0/+11
* i40e, xsk: move buffer allocation out of the Rx processing loopBjörn Töpel2020-09-141-8/+4
* i40e: use 16B HW descriptors instead of 32BBjörn Töpel2020-09-147-17/+18
* i40e, xsk: remove HW descriptor prefetch in AF_XDP pathBjörn Töpel2020-09-143-13/+25
* i40e: optimise prefetch page refcountLi RongQing2020-09-141-1/+1
* i40e: not compute affinity_mask for IRQLi RongQing2020-09-141-9/+3
* net: remove napi_hash_del() from driver-facing APIJakub Kicinski2020-09-101-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-042-2/+0
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-0118-213/+222
|\ \
| * | xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson2020-08-313-3/+3
| * | xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2020-08-316-57/+55
| * | xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-3118-210/+221
* | | net: Take common prefetch code structure into a functionTariq Toukan2020-08-268-60/+20
| |/ |/|
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-08-221-1/+1
|\ \ | |/ |/|
| * scsi: fcoe: Fix I/O path allocationMike Christie2020-08-171-1/+1
* | i40e: Fix crash during removing i40e driverGrzegorz Szczurek2020-08-141-0/+3
* | i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2020-08-142-9/+28
* | igc: Fix PTP initializationVinicius Costa Gomes2020-08-142-5/+2
|/
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-073-4/+4
|\
| * PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-073-4/+4
* | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-034-16/+0
|\ \
| * | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-254-16/+0
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-08-0319-87/+445
|\ \ \
| * | | ice: Misc minor fixesTony Nguyen2020-08-019-18/+14
| * | | ice: adjust profile ID map locksVictor Raj2020-08-011-45/+45
| * | | ice: update PTYPE lookup tableTony Nguyen2020-08-011-0/+314
| * | | ice: Disable VLAN pruning in promiscuous modeNick Nunley2020-08-012-0/+10
| * | | ice: Graceful error handling in HW table calloc failureSurabhi Boob2020-08-011-1/+3
| * | | ice: port fix for chk_linearlizeKiran Patil2020-08-011-3/+23
| * | | ice: Allow 2 queue pairs per VF on SR-IOV initializationBrett Creeley2020-08-012-0/+3
| * | | ice: Clear and free XLT entries on resetVignesh Sridhar2020-08-011-1/+3
| * | | ice: add useful statisticsJesse Brandeburg2020-08-015-2/+15
| * | | ice: remove page_reuse statisticJesse Brandeburg2020-08-012-3/+0
| * | | ice: Fix RSS profile locksVignesh Sridhar2020-08-011-6/+7
| * | | ice: fix the vsi_id mask to be 10 bit for set_rss_lutKiran Patil2020-08-011-1/+1
| * | | ice: rename misleading grst_delay variableNick Nunley2020-08-011-5/+5
| * | | ice: mark PM functions as __maybe_unusedWei Yongjun2020-08-011-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-022-3/+10
|\ \ \ \ | |/ / / |/| | |
| * | | igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri2020-07-301-0/+9
| * | | e1000e: continue to init PHY even when failed to disable ULPAaron Ma2020-07-301-3/+1
* | | | igb: use eth_zero_addr() to clear mac addressMiaohe Lin2020-07-301-2/+2
* | | | ixgbe: use eth_zero_addr() to clear mac addressMiaohe Lin2020-07-301-1/+1
* | | | ixgbe: Remove unnecessary usages of memsetSuraj Upadhyay2020-07-301-2/+2
* | | | igb: Remove unnecessary usages of memsetSuraj Upadhyay2020-07-301-2/+2
* | | | e1000e: Remove unnecessary usages of memsetSuraj Upadhyay2020-07-301-2/+2