aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: improve VF MAC filters accountingLukasz Czapnik2025-09-181-4/+22
* i40e: fix Jumbo Frame support after iPXE bootJacob Keller2025-09-091-6/+10
* i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error pathMichal Schmidt2025-09-091-1/+1
* i40e: use libie_aq_strMichal Swiatkowski2025-07-241-133/+76
* i40e: use libie adminq descriptorsMichal Swiatkowski2025-07-241-17/+14
* i40e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2025-07-031-22/+2
* udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev2025-06-191-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-06-121-1/+1
|\
| * treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2025-06-081-1/+1
* | i40e: add link_down_events statisticDawid Osuchowski2025-06-091-0/+3
* | net: intel: move RSS packet classifier types to libieJacob Keller2025-06-091-11/+12
* | net: intel: rename 'hena' to 'hashcfg' for clarityJacob Keller2025-06-091-1/+1
|/
* treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2025-04-051-2/+2
* i40e: add ability to reset VF for Tx and Rx MDD eventsAleksandr Loktionov2025-01-081-13/+94
* i40e: Remove unused i40e_commit_partition_bw_settingDr. David Alan Gilbert2025-01-061-83/+0
* i40e: Remove unused i40e_del_filterDr. David Alan Gilbert2025-01-061-26/+2
* i40e: Remove unused i40e_get_cur_guaranteed_fd_countDr. David Alan Gilbert2025-01-061-13/+0
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-1/+1
* ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata2024-11-161-1/+2
* i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov2024-11-041-2/+10
* i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov2024-10-081-0/+1
* i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cardsAleksandr Loktionov2024-08-301-3/+21
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-07-131-1/+0
|\
| * net: intel: Remove MODULE_AUTHORsTony Nguyen2024-07-111-1/+0
* | i40e: Fix XDP program unloading while removing the driverMichal Kubiak2024-07-101-5/+4
|/
* i40e: Fully suspend and resume IO operations in EEH caseThinh Tran2024-05-301-3/+6
* i40e: factoring out i40e_suspend/i40e_resumeThinh Tran2024-05-301-114/+135
* i40e: flower: validate control flagsAsbjørn Sloth Tønnesen2024-05-081-0/+4
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* i40e: Add and use helper to reconfigure TC for given VSIIvan Vecera2024-04-301-8/+24
* i40e: Add helper to access main VEBIvan Vecera2024-04-301-10/+17
* i40e: Consolidate checks whether given VSI is mainIvan Vecera2024-04-301-10/+9
* i40e: Add helper to access main VSIIvan Vecera2024-04-301-47/+60
* i40e: Refactor argument of i40e_detect_recover_hung()Ivan Vecera2024-04-301-1/+1
* i40e: Refactor argument of several client notification functionsIvan Vecera2024-04-301-7/+5
* i40e: Remove flags field from i40e_vebIvan Vecera2024-04-301-8/+5
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-04-261-0/+1
|\
| * net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin2024-04-241-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-3/+3
|\ \ | |/ |/|
| * i40e: Report MFS in decimal base instead of hexErwan Velu2024-04-251-2/+2
| * i40e: Do not use WQ_MEM_RECLAIM flag for workqueueSindhu Devale2024-04-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-051-2/+11
|\|
| * i40e: fix i40e_count_filters() to count only active/new filtersAleksandr Loktionov2024-03-261-2/+5
| * i40e: Enforce software interrupt during busy-poll exitIvan Vecera2024-03-261-0/+6
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-04-021-6/+4
|\ \
| * | net: intel: implement modern PM ops declarationsJesse Brandeburg2024-03-291-6/+4
| |/
* / netlink: introduce type-checking attribute iterationJohannes Berg2024-03-291-6/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-1/+1
|\
| * i40e: disable NAPI right after disabling irqs when handling xsk_poolMaciej Fijalkowski2024-03-011-1/+1
* | net: adopt skb_network_header_len() more broadlyEric Dumazet2024-03-041-1/+1