summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice (follow)
Commit message (Expand)AuthorAgeFilesLines
* ice: Fix memory management in ice_ethtool_fdir.cJedrzej Jagielski2023-07-251-12/+14
* ice: prevent NULL pointer deref during reloadMichal Swiatkowski2023-07-143-4/+21
* ice: Unregister netdev and devlink_port only oncePetr Oros2023-07-141-27/+0
* ice: Fix tx queue rate limit when TCs are configuredSridhar Samudrala2023-07-053-11/+19
* ice: Fix max_rate check while configuring TX rate limitsSridhar Samudrala2023-07-051-8/+8
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-2938-1409/+1205
|\
| * ice: use ice_down_up() where applicableMaciej Fijalkowski2023-06-221-15/+3
| * ice: Remove managed memory usage in ice_get_fw_log_cfg()Christophe JAILLET2023-06-221-2/+2
| * ice: remove null checks before devm_kfree() callsPrzemek Kitszel2023-06-226-75/+29
| * ice: clean up freeing SR-IOV VFsPrzemek Kitszel2023-06-221-3/+2
| * ice: allow hot-swapping XDP programsMaciej Fijalkowski2023-06-221-10/+9
| * ice: reduce initial wait for control queue messagesJacob Keller2023-06-222-3/+7
| * ice: remove unnecessary check for old MAC == new MACPiotr Gardocki2023-06-161-5/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-162-18/+10
| |\
| * \ Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2023-06-124-48/+84
| |\ \
| | * | ice: do not re-enable miscellaneous interrupt until thread_fn completesJacob Keller2023-06-081-4/+5
| | * | ice: trigger PFINT_OICR_TSYN_TX interrupt instead of pollingJacob Keller2023-06-081-2/+9
| | * | ice: introduce ICE_TX_TSTAMP_WORK enumerationJacob Keller2023-06-083-22/+42
| | * | ice: always return IRQ_WAKE_THREAD in ice_misc_intr()Karol Kolacinski2023-06-081-10/+4
| | * | ice: handle extts in the miscellaneous interrupt threadKarol Kolacinski2023-06-084-19/+33
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-084-72/+6
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-021-1/+1
| |\ \ \
| * | | | devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko2023-05-301-2/+2
| * | | | ice: register devlink port for PF with opsJiri Pirko2023-05-301-1/+5
| * | | | ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski2023-05-199-102/+40
| * | | | ice: allow matching on meta dataMichal Swiatkowski2023-05-195-105/+95
| * | | | ice: specify field names in ice_prot_ext initMichal Swiatkowski2023-05-191-23/+28
| * | | | ice: remove redundant Rx field from rule infoMichal Swiatkowski2023-05-194-22/+14
| * | | | ice: define meta data to match in switchMichal Swiatkowski2023-05-193-16/+183
| * | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-05-198-366/+142
| |\ \ \ \
| | * | | | ice: Remove LAG+SRIOV mutual exclusionDave Ertman2023-05-175-91/+0
| | * | | | ice: update PHY type to ethtool link mode mappingPaul Greenwalt2023-05-171-19/+19
| | * | | | ice: refactor PHY type to ethtool link modePaul Greenwalt2023-05-173-274/+141
| | * | | | ice: update ICE_PHY_TYPE_HIGH_MAX_INDEXPaul Greenwalt2023-05-171-1/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-188-18/+38
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | ice: add dynamic interrupt allocationPiotr Raczynski2023-05-167-21/+107
| * | | | | ice: track interrupt vectors with xarrayPiotr Raczynski2023-05-166-84/+89
| * | | | | ice: add individual interrupt allocationPiotr Raczynski2023-05-1613-282/+165
| * | | | | ice: remove redundant SRIOV codePiotr Raczynski2023-05-161-36/+0
| * | | | | ice: refactor VF control VSI interrupt handlingPiotr Raczynski2023-05-163-66/+58
| * | | | | ice: use preferred MSIX allocation apiPiotr Raczynski2023-05-163-38/+37
| * | | | | ice: use pci_irq_vector helper functionPiotr Raczynski2023-05-165-11/+11
| * | | | | ice: move interrupt related code to separate filePiotr Raczynski2023-05-165-218/+238
* | | | | | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-281-5/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | overflow: Add struct_size_t() helperKees Cook2023-05-261-5/+4
| |/ / / /
* | | | | ice: Fix ice module unloadJakub Buchocki2023-06-151-11/+5
* | | | | ice: Fix XDP memory leak when NIC is brought up and downKamil Maziarz2023-06-081-0/+4
* | | | | ice: Don't dereference NULL in ice_gnss_read error pathSimon Horman2023-06-081-7/+1
| |_|_|/ |/| | |
* | | | ice: make writes to /dev/gnssX synchronousMichal Schmidt2023-06-074-72/+6
| |_|/ |/| |
* | | ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski2023-06-011-1/+1
| |/ |/|