index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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-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
2017-06-02
virtchnl: finish conversion to virtchnl interface
Jesse Brandeburg
1
-8
/
+10
2017-06-02
i40evf/virtchnl: whitespace cleanups
Jesse Brandeburg
1
-8
/
+4
2017-06-02
i40e/virtchnl: refactor code for validate checks
Jesse Brandeburg
1
-16
/
+20
2017-06-02
virtchnl: convert to new macros
Jesse Brandeburg
1
-3
/
+3
2017-06-02
virtchnl: move some code to core driver
Jesse Brandeburg
1
-12
/
+18
2017-06-02
virtchnl: rename i40e to generic virtchnl
Jesse Brandeburg
1
-185
/
+185
2017-04-30
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
1
-9
/
+9
2017-04-30
i40e: remove unnecessary msleep() delay in i40e_free_vfs
Jacob Keller
1
-2
/
+0
2017-04-30
i40e: amortize wait time when disabling lots of VFs
Jacob Keller
1
-2
/
+14
2017-04-30
i40e: make use of i40e_reset_all_vfs when initializing new VFs
Jacob Keller
1
-3
/
+7
2017-04-30
i40e: properly spell I40E_VF_STATE_* flags
Jacob Keller
1
-49
/
+49
2017-04-20
i40e: reset all VFs in parallel when rebuilding PF
Jacob Keller
1
-0
/
+100
2017-04-20
i40e: split some code in i40e_reset_vf into helpers
Jacob Keller
1
-37
/
+72
2017-04-07
i40e/i40evf: Add capability exchange for outer checksum
Preethi Banala
1
-0
/
+7
2017-03-28
i40e: Fixed race conditions in VF reset
Robert Konklewski
1
-8
/
+35
2017-03-15
i40e: Allow untrusted VFs to have more filters
Mitch Williams
1
-1
/
+1
2017-03-15
i40e: fix RSS queues only operating on PF0
Lihong Yang
1
-4
/
+2
2017-03-15
i40e: KISS the client interface
Mitch Williams
1
-1
/
+1
2017-02-28
scripts/spelling.txt: add "varible" pattern and fix typo instances
Masahiro Yamada
1
-3
/
+1
[next]