summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-231-17/+2
|\
| * ice: Interpret .set_channels() input differentlyLarysa Zaremba2024-05-231-17/+2
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-6/+6
* | Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-201-1/+1
|\ \ | |/ |/|
| * xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin2024-05-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-141-4/+4
|\ \
| * | ice: Fix package download algorithmDan Nowlin2024-05-101-4/+4
* | | ice: remove correct filters during eswitch releaseMichal Swiatkowski2024-05-081-1/+4
* | | ice: flower: validate control flagsAsbjørn Sloth Tønnesen2024-05-081-0/+4
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-05-0710-134/+82
|\ \ \
| * | | ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek2024-05-067-80/+30
| * | | ice: Deduplicate tc action setupMarcin Szycik2024-05-061-41/+15
| * | | ice: update E830 device ids and commentsPaul Greenwalt2024-05-063-16/+16
| * | | ice: add additional E830 device idsPaul Greenwalt2024-05-063-0/+24
* | | | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-4/+4
|\| |
| * | ice: ensure the copied buf is NUL terminatedBui Quang Minh2024-04-251-4/+4
| |/
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-04-253-415/+17
|\ \
| * | net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin2024-04-243-415/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-8/+8
|\ \ \ | | |/ | |/|
| * | ice: fix LAG and VF lock dependency in ice_reset_vf()Jacob Keller2024-04-251-8/+8
* | | ice: Add tx_scheduling_layers devlink paramLukasz Czapnik2024-04-226-10/+191
* | | ice: Enable switching default Tx scheduler topologyMichal Wilczynski2024-04-221-19/+89
* | | ice: Adjust the VSI/Aggregator layersRaj Victor2024-04-221-18/+19
* | | ice: Support 5 layer topologyRaj Victor2024-04-226-0/+251
* | | devlink: extend devlink_param *set pointerMateusz Polchlopek2024-04-221-6/+6
| |/ |/|
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-04-184-51/+67
|\ \
| * | ice: Remove ndo_get_phys_port_nameDariusz Aftanski2024-04-171-34/+0
| * | ice: Add automatic VF reset on Tx MDD eventsMarcin Szycik2024-04-173-17/+67
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-181-2/+13
|\ \ \ | |/ / |/| / | |/
| * ice: Fix checking for unsupported keys on non-tunnel deviceMarcin Szycik2024-04-161-1/+4
| * ice: tc: allow zero flags in parsing tc flowerMichal Swiatkowski2024-04-161-1/+1
| * ice: tc: check src_vsi in case of traffic from VFMichal Swiatkowski2024-04-161-0/+8
* | ice: store VF relative MSI-X index in q_vector->vf_reg_idxJacob Keller2024-04-125-15/+17
* | ice: set vf->num_msix in ice_initialize_vf_entry()Jacob Keller2024-04-122-6/+4
* | ice: Implement 'flow-type ether' rulesJakub Buchocki2024-04-124-1/+171
* | ice: Remove unnecessary argument from ice_fdir_comp_rules()Lukasz Plachno2024-04-121-46/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-043-16/+14
|\|
| * ice: fix enabling RX VLAN filteringPetr Oros2024-04-031-10/+8
| * ice: Fix freeing uninitialized pointersDan Carpenter2024-04-032-6/+6
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-04-0220-500/+814
|\ \
| * | ice: hold devlink lock for whole init/cleanupMichal Swiatkowski2024-04-012-20/+19
| * | ice: move devlink port code to a separate filePiotr Raczynski2024-04-017-424/+445
| * | ice: move ice_devlink.[ch] to devlink folderMichal Swiatkowski2024-04-018-7/+8
| * | ice: Remove newlines in NL_SET_ERR_MSG_MODThorsten Blum2024-04-011-3/+3
| * | ice: Add switch recipe reusing featureSteven Zou2024-04-015-17/+177
| * | ice: fold ice_ptp_read_time into ice_ptp_gettimex64Michal Schmidt2024-04-011-22/+3
| * | ice: avoid the PTP hardware semaphore in gettimex64 pathMichal Schmidt2024-04-014-7/+12
| * | ice: add ice_adapter for shared data across PFs on the same NICMichal Schmidt2024-04-015-1/+148
* | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-04-011-8/+4
|\ \ \ | |/ / |/| |