index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40e
/
i40e_virtchnl_pf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-31
i40e: Update status codes
Mitch Williams
1
-1
/
+1
2018-10-03
i40e: Use proper enum in i40e_ndo_set_vf_link_state
Nathan Chancellor
1
-1
/
+1
2018-09-25
i40e: Remove unused msglen parameter from virtchnl functions
Patryk Małek
1
-59
/
+37
2018-09-25
i40e: add a helper function to validate a VF based on the vf id
Harshitha Ramamurthy
1
-21
/
+41
2018-09-25
i40e: Unset promiscuous settings on VF reset
Mariusz Stachura
1
-110
/
+157
2018-08-30
i40e: Prevent deleting MAC address from VF when set by PF
Patryk Małek
1
-0
/
+10
2018-08-30
i40evf: Change a VF mac without reloading the VF driver
Paweł Jabłoński
1
-3
/
+5
2018-04-30
i40e/i40evf: take into account queue map from vf when handling queues
Harshitha Ramamurthy
1
-3
/
+66
2018-04-30
i40e/i40evf: cleanup incorrect function doxygen comments
Jacob Keller
1
-8
/
+8
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-25
/
+1
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-03-14
i40e: Fix permission check for VF MAC filters
Filip Sadowski
1
-28
/
+51
2018-03-14
i40e: Fix attach VF to VM issue
Paweł Jabłoński
1
-0
/
+11
2018-02-26
i40e: remove some stray indenting
Dan Carpenter
1
-2
/
+2
2018-02-26
i40e: check that pointer VSI is not null before dereferencing it
Colin Ian King
1
-1
/
+1
2018-02-14
i40e: Add and delete cloud filter
Avinash Dayanand
1
-1
/
+457
2018-02-14
i40e: Service request to configure bandwidth for ADq on a VF
Avinash Dayanand
1
-3
/
+53
2018-02-14
i40e: Delete queue channel for ADq on VF
Avinash Dayanand
1
-0
/
+63
2018-02-14
i40e: Enable ADq and create queue channel/s on VF
Avinash Dayanand
1
-68
/
+361
2018-01-10
i40e: add helper conversion function for link_speed
Jacob Keller
1
-2
/
+2
2018-01-10
i40e: update VFs of link state after GET_VF_RESOURCES
Jacob Keller
1
-0
/
+1
2017-11-28
i40e/virtchnl: fix application of sizeof to pointer
Gustavo A R Silva
1
-1
/
+1
2017-11-22
i40e: fix the calculation of VFs mac addresses
Zijie Pan
1
-10
/
+11
2017-10-14
i40e/i40evf: don't trust VF to reset itself
Alan Brady
1
-2
/
+7
2017-10-14
i40e: Refactor VF BW rate limiting
Amritha Nambiar
1
-43
/
+2
2017-10-13
i40e: Add macro for PF reset bit
Amritha Nambiar
1
-3
/
+2
2017-10-10
i40e: use a local variable instead of calculating multiple times
Lihong Yang
1
-13
/
+7
2017-10-10
i40e: add check for return from find_first_bit call
Lihong Yang
1
-0
/
+4
2017-10-10
i40e: reduce lrxqthresh from 2 to 1
Jacob Keller
1
-1
/
+1
2017-10-10
i40e/i40evf: always set the CLEARPBA flag when re-enabling interrupts
Jacob Keller
1
-1
/
+1
2017-10-10
i40e: use the safe hash table iterator when deleting mac filters
Lihong Yang
1
-1
/
+2
2017-10-02
i40e: fix client notify of VF reset
Alan Brady
1
-2
/
+2
2017-10-02
i40e: fix handling of vf_states variable
Alan Brady
1
-1
/
+4
2017-10-02
i40e: ensure reset occurs when disabling VF
Jacob Keller
1
-9
/
+33
2017-10-02
i40e: make use of i40e_vc_disable_vf
Jacob Keller
1
-2
/
+1
2017-10-02
i40e: drop i40e_pf *pf from i40e_vc_disable_vf()
Jacob Keller
1
-4
/
+3
2017-10-02
i40e: don't hold spinlock while resetting VF
Jacob Keller
1
-4
/
+32
2017-10-02
i40e: Fix a potential NULL pointer dereference
Christophe JAILLET
1
-0
/
+3
2017-10-02
i40e: remove logically dead code
Lihong Yang
1
-2
/
+0
2017-09-29
i40e: Enable VF to negotiate number of allocated queues
Alan Brady
1
-0
/
+75
2017-08-28
i40e/i40evf: support for VF VLAN tag stripping control
Mariusz Stachura
1
-0
/
+60
2017-08-28
i40e: Use correct flag to enable egress traffic for unicast promisc
Akeem G Abodunrin
1
-1
/
+1
2017-08-26
i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...
Stefan Assmann
1
-11
/
+11
2017-08-26
i40e: separate hw_features from runtime changing flags
Jacob Keller
1
-4
/
+4
2017-07-26
i40e: handle setting administratively set MAC address back to zero
Stefan Assmann
1
-2
/
+10
2017-07-26
i40e: fix odd formatting and indent
Jesse Brandeburg
1
-10
/
+8
2017-07-26
i40e: fix incorrect variable assignment
Gustavo A R Silva
1
-1
/
+1
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-06-15
i40e: Fix a sleep-in-atomic bug
Jia-Ju Bai
1
-0
/
+2
2017-06-02
i40e/virtchnl: move function to virtchnl
Jesse Brandeburg
1
-149
/
+1
[next]