index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_client.c
Age
Commit message (
Expand
)
Author
2022-09-02
i40e: Fix kernel crash during module removal
Ivan Vecera
2021-06-02
RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iw
Shiraz Saleem
2021-05-28
i40e: Register auxiliary devices to provide RDMA
Shiraz Saleem
2021-05-26
i40e: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2021-05-07
i40e: Fix use-after-free in i40e_client_subtask()
Yunjian Wang
2020-09-25
intel-ethernet: clean up W=1 warnings in kdoc
Jesse Brandeburg
2020-06-25
i40e: Move client header location
Shiraz Saleem
2019-05-04
i40e: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2018-04-30
i40e/i40evf: cleanup incorrect function doxygen comments
Jacob Keller
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-03-26
i40e: move client flags into state bits
Jacob Keller
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
2018-03-19
i40e: Close client on suspend and restore client MSIx on resume
Shiraz Saleem
2018-01-23
i40e: Disable iWARP VSI PETCP_ENA flag on netdev down events
Shiraz Saleem
2017-06-20
i40e: use dev_dbg instead of dev_info when warning about missing routine
Jacob Keller
2017-06-01
virtchnl: rename i40e to generic virtchnl
Jesse Brandeburg
2017-05-31
i40e: Check for memory allocation failure
Christophe Jaillet
2017-04-30
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
2017-04-30
i40e: separate PF and VSI state flags
Jacob Keller
2017-04-06
i40e: register existing client on probe
Mitch Williams
2017-04-06
i40e: remove client instance on driver unload
Mitch Williams
2017-03-27
i40e: initialize params before notifying of l2_param_changes
Jacob Keller
2017-03-15
i40e: KISS the client interface
Mitch Williams
2017-02-11
i40e: Add bus number info to i40e_bus_info struct
Sudheer Mogilappagari
2017-02-11
i40e: Clean up dead code
Mitch Williams
2017-02-11
i40e: don't check params until after checking for client instance
Jacob Keller
2017-02-02
i40e: remove unused function
Mitch Williams
2016-10-28
i40e: reopen client after reset
Mitch Williams
2016-10-28
i40e: Remove unused function i40e_vsi_lookup
Alexander Duyck
2016-10-28
i40e: Fix client interaction
Carolyn Wyborny
2016-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-25
i40e: Change some init flow for the client
Anjali Singhai Jain
2016-08-19
i40e: Correcting mutex usage in client code
Avinash Dayanand
2016-08-19
i40e: Initialize pointer in client_release function
Harshitha Ramamurthy
2016-08-19
i40e: Check client is open before calling client ops
Catherine Sullivan
2016-08-18
i40e: remove a stray unlock
Dan Carpenter
2016-08-18
i40e: Force register writes to mitigate sync issues with iwarp VF driver
Avinash Dayanand
2016-08-18
i40e: Fix a bug where a client close can be called before an open is complete
Anjali Singhai Jain
2016-08-18
i40e: Use list_move instead of list_del/list_add
Wei Yongjun
2016-07-22
i40e: Move the mutex lock in i40e_client_unregister
Catherine Sullivan
2016-02-29
i40e: Add support for client interface for IWARP driver
Anjali Singhai Jain