summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski2024-10-104-3/+330
|\
| * iavf: add support to exchange qos capabilitiesSudheer Mogilappagari2024-10-103-3/+150
| * iavf: Add net_shaper_ops supportSudheer Mogilappagari2024-10-104-1/+181
* | iavf: Remove unused declarationsYue Haibing2024-10-092-13/+0
|/
* iavf: add support for offloading tc U32 cls filtersAhmed Zaki2024-08-136-27/+233
* iavf: refactor add/del FDIR filtersAhmed Zaki2024-08-134-57/+83
* net: intel: Remove MODULE_AUTHORsTony Nguyen2024-07-111-1/+0
* net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko2024-06-111-3/+2
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-231-3/+3
* 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-081-1/+1
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-04-269-1123/+123
|\
| * iavf: switch to Page PoolAlexander Lobakin2024-04-244-214/+94
| * iavf: pack iavf_ring more efficientlyAlexander Lobakin2024-04-242-25/+9
| * iavf: drop page splitting and recyclingAlexander Lobakin2024-04-245-241/+10
| * iavf: kill "legacy-rx" for goodAlexander Lobakin2024-04-246-256/+8
| * net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin2024-04-245-402/+17
* | 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
* | net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski2024-03-291-3/+1
|/
* 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
* iavf: field get conversionJesse Brandeburg2023-12-182-15/+8
* iavf: field prep conversionJesse Brandeburg2023-12-182-19/+14
* intel: add bit macro includes where neededJesse Brandeburg2023-12-184-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-155-73/+218
|\
| * 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-125-23/+139
* | iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki2023-12-146-8/+85
* | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-141-22/+20
* | net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-082-11/+2
|\|
| * iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2023-12-052-11/+2
* | iavf: use iavf_schedule_aq_request() helperPetr Oros2023-11-272-17/+8
* | iavf: Remove queue tracking fields from iavf_adminq_ringIvan Vecera2023-11-274-70/+39
|/
* iavf: delete the iavf client interfaceMichal Schmidt2023-10-286-871/+1
* iavf: add a common function for undoing the interrupt schemeMichal Schmidt2023-10-281-11/+15
* iavf: use unregister_netdevMichal Schmidt2023-10-281-3/+1
* iavf: rely on netdev's own registered stateMichal Schmidt2023-10-282-7/+3
* iavf: fix the waiting time for initial resetMichal Schmidt2023-10-281-1/+1
* iavf: in iavf_down, don't queue watchdog_task if comms failedMichal Schmidt2023-10-281-2/+4
* iavf: simplify mutex_trylock+sleep loopsMichal Schmidt2023-10-281-4/+2
* iavf: fix comments about old bit locksMichal Schmidt2023-10-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-3/+4
|\
| * iavf: in iavf_down, disable queues when removing the driverMichal Schmidt2023-10-261-1/+1
| * iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt2023-10-201-2/+3
* | iavf: delete unused iavf_mac_info fieldsMichal Schmidt2023-10-194-51/+0