aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf/iavf_main.c
Commit message (Expand)AuthorAgeFilesLines
* iavf: use libie_aq_strMichal Swiatkowski2025-07-241-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-06-121-0/+11
|\
| * iavf: fix reset_task for early reset eventAhmed Zaki2025-06-101-0/+11
* | iavf: convert to NAPI IRQ affinity APIAhmed Zaki2025-06-091-48/+10
* | net: intel: rename 'hena' to 'hashcfg' for clarityJacob Keller2025-06-091-8/+9
|/
* iavf: get rid of the crit lockPrzemek Kitszel2025-06-031-128/+37
* iavf: sprinkle netdev_assert_locked() annotationsPrzemek Kitszel2025-06-031-0/+10
* iavf: extract iavf_watchdog_step() out of iavf_watchdog_task()Przemek Kitszel2025-06-031-48/+39
* iavf: simplify watchdog_task in terms of adminq task schedulingPrzemek Kitszel2025-06-031-11/+6
* iavf: centralize watchdog requeueing itselfPrzemek Kitszel2025-06-031-62/+41
* iavf: iavf_suspend(): take RTNL before netdev_lock()Przemek Kitszel2025-06-031-4/+9
* net: move misc netdev_lock flavors to a separate headerJakub Kicinski2025-03-081-0/+1
* net: hold netdev instance lock during nft ndo_setup_tcStanislav Fomichev2025-03-061-2/+0
* net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev2025-03-061-8/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-02-271-4/+8
|\
| * iavf: fix circular lock dependency with netdev_lockJacob Keller2025-02-261-4/+8
* | iavf: add support for Rx timestamps to hotpathJacob Keller2025-02-141-0/+9
* | iavf: handle set and get timestamps opsJacob Keller2025-02-141-0/+21
* | iavf: add support for indirect access to PHC timeJacob Keller2025-02-141-1/+8
* | iavf: add initial framework for registering PTP clockJacob Keller2025-02-141-0/+6
* | iavf: negotiate PTP capabilitiesJacob Keller2025-02-141-0/+60
* | iavf: add support for negotiating flexible RXDID formatJacob Keller2025-02-141-8/+115
|/
* iavf: Fix a locking bug in an error pathBart Van Assche2025-02-121-1/+1
* iavf: allow changing VLAN state without calling PFMichal Swiatkowski2025-01-241-2/+17
* net: protect NAPI enablement with netdev_lock()Jakub Kicinski2025-01-161-2/+2
* net: protect netdev->napi_list with netdev_lock()Jakub Kicinski2025-01-161-3/+3
* net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski2025-01-161-37/+37
* eth: iavf: extend the netdev_lock usageJakub Kicinski2025-01-141-8/+45
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-021-2/+2
* iavf: add support to exchange qos capabilitiesSudheer Mogilappagari2024-10-101-2/+49
* iavf: Add net_shaper_ops supportSudheer Mogilappagari2024-10-101-1/+111
* iavf: add support for offloading tc U32 cls filtersAhmed Zaki2024-08-131-4/+156
* net: intel: Remove MODULE_AUTHORsTony Nguyen2024-07-111-1/+0
* iavf: 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
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-04-261-34/+6
|\
| * iavf: switch to Page PoolAlexander Lobakin2024-04-241-3/+4
| * iavf: drop page splitting and recyclingAlexander Lobakin2024-04-241-23/+1
| * iavf: kill "legacy-rx" for goodAlexander Lobakin2024-04-241-9/+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-1/+29
|\ \ | |/ |/|
| * iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari2024-04-251-1/+29
* | net: intel: implement modern PM ops declarationsJesse Brandeburg2024-03-291-4/+4
|/
* iavf: drop duplicate iavf_{add|del}_cloud_filter() callsAlexey Kodanev2024-03-061-9/+0
* net: adopt skb_network_header_len() more broadlyEric Dumazet2024-03-041-1/+1
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-151-60/+119
|\
| * iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba2023-12-121-51/+21
| * iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki2023-12-121-0/+59
| * iavf: Introduce new state machines for flow directorPiotr Gardocki2023-12-121-9/+39