summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* iavf: fix potential races for FDIR filtersPiotr Gardocki2023-08-092-4/+12
* igc: Add lock to safeguard global Qbv variablesMuhammad Husaini Zulkifli2023-08-092-2/+36
* ice: Fix RDMA VSI removal during queue rebuildRafal Rogalski2023-07-311-0/+18
* igc: Fix Kernel Panic during ndo_tx_timeout callbackMuhammad Husaini Zulkifli2023-07-261-12/+28
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-07-252-6/+7
|\
| * iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller2023-07-211-3/+3
| * iavf: fix potential deadlock on allocation failureJacob Keller2023-07-211-2/+3
| * i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming2023-07-211-1/+1
* | ice: Fix memory management in ice_ethtool_fdir.cJedrzej Jagielski2023-07-251-12/+14
* | vxlan: calculate correct header length for GPEJiri Benc2023-07-241-1/+1
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-07-194-111/+176
|\
| * iavf: fix reset task race with iavf_remove()Ahmed Zaki2023-07-174-29/+16
| * iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki2023-07-173-32/+85
| * Revert "iavf: Do not restart Tx queues after reset task failure"Marcin Szycik2023-07-171-15/+0
| * Revert "iavf: Detach device during reset task"Marcin Szycik2023-07-171-11/+2
| * iavf: Wait for reset in callbacks which trigger itMarcin Szycik2023-07-174-17/+68
| * iavf: use internal state to free traffic IRQsAhmed Zaki2023-07-171-3/+4
| * iavf: Fix out-of-bounds when setting channels on removeDing Hui2023-07-171-1/+1
| * iavf: Fix use-after-free in free_netdevDing Hui2023-07-171-4/+1
* | igc: Prevent garbled TX queue with XDP ZEROCOPYFlorian Kauer2023-07-191-2/+2
* | 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
|/
* igc: Fix inserting of empty frame for launchtimeFlorian Kauer2023-07-101-1/+1
* igc: Fix launchtime before start of cycleFlorian Kauer2023-07-101-1/+1
* igc: No strict mode in pure launchtime/CBS offloadFlorian Kauer2023-07-101-2/+22
* igc: Handle already enabled taprio offload for basetime 0Florian Kauer2023-07-101-1/+1
* igc: Do not enable taprio offload for invalid argumentsFlorian Kauer2023-07-101-12/+6
* igc: Rename qbv_enable to taprio_offload_enableFlorian Kauer2023-07-103-5/+5
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2023-07-075-32/+118
|\
| * igc: Handle PPS start time programming for past time valuesAravindhan Gunasekaran2023-07-051-3/+22
| * igc: Include the length/type field and VLAN tag in queueMaxSDUTan Tee Min2023-07-051-11/+4
| * igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksett...Prasad Koya2023-07-051-0/+2
| * igc: Fix TX Hang issue when QBV Gate is closedMuhammad Husaini Zulkifli2023-07-053-18/+87
| * igc: Remove delay during TX ring configurationMuhammad Husaini Zulkifli2023-07-051-1/+0
| * igc: Add condition for qbv_config_change_errors counterMuhammad Husaini Zulkifli2023-07-053-0/+4
* | 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-2953-1619/+1545
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-273-47/+117
| |\
| | * igc: Work around HW bug causing missing timestampsVinicius Costa Gomes2023-06-221-11/+37
| | * igc: Retrieve TX timestamp during interrupt handlingVinicius Costa Gomes2023-06-223-12/+7
| | * igc: Check if hardware TX timestamping is enabled earlierVinicius Costa Gomes2023-06-223-5/+43
| | * igc: Fix race condition in PTP tx codeVinicius Costa Gomes2023-06-223-30/+41
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-06-259-108/+52
| |\ \
| | * | 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