index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40evf
/
i40evf_virtchnl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-18
intel-ethernet: rename i40evf to iavf
Jesse Brandeburg
1
-1465
/
+0
2018-08-30
i40evf: Validate the number of queues a PF sends
Paul M Stillwell Jr
1
-0
/
+32
2018-08-30
i40evf: Change a VF mac without reloading the VF driver
Paweł Jabłoński
1
-2
/
+9
2018-04-30
i40e/i40evf: cleanup incorrect function doxygen comments
Jacob Keller
1
-10
/
+1
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-02-26
i40evf: pass struct virtchnl_filter by reference rather than by value
Colin Ian King
1
-14
/
+18
2018-02-14
i40evf: Add support to apply cloud filters
Harshitha Ramamurthy
1
-0
/
+187
2018-02-14
i40evf: Add support to configure bw via tc tool
Harshitha Ramamurthy
1
-0
/
+3
2018-02-14
i40evf: add ndo_setup_tc callback to i40evf
Harshitha Ramamurthy
1
-1
/
+81
2018-02-14
i40evf: Fix link up issue when queues are disabled
Avinash Dayanand
1
-8
/
+20
2018-02-13
i40evf: Make VF reset warning message more clear
Harshitha Ramamurthy
1
-1
/
+1
2018-02-13
i40evf: use GFP_ATOMIC under spin lock
Wei Yongjun
1
-4
/
+4
2018-02-12
i40evf: Correctly populate rxitr_idx and txitr_idx
Alexander Duyck
1
-9
/
+15
2018-01-23
i40evf: ignore link up if not running
Alan Brady
1
-12
/
+23
2018-01-10
i40evf: Clean-up flags for promisc mode to avoid high polling rate
Alexander Duyck
1
-2
/
+4
2018-01-10
i40evf: use spinlock to protect (mac|vlan)_filter_list
Jacob Keller
1
-4
/
+38
2017-10-14
i40e/i40evf: don't trust VF to reset itself
Alan Brady
1
-4
/
+3
2017-10-02
i40evf: Enable VF to request an alternate queue allocation
Alan Brady
1
-1
/
+43
2017-09-29
i40evf: lower message level
Mitch Williams
1
-1
/
+1
2017-08-28
i40e/i40evf: support for VF VLAN tag stripping control
Mariusz Stachura
1
-0
/
+40
2017-08-26
i40evf: prevent VF close returning before state transitions to DOWN
Sudheer Mogilappagari
1
-1
/
+3
2017-06-02
virtchnl: finish conversion to virtchnl interface
Jesse Brandeburg
1
-3
/
+3
2017-06-02
i40evf/virtchnl: whitespace cleanups
Jesse Brandeburg
1
-2
/
+1
2017-06-02
virtchnl: rename i40e to generic virtchnl
Jesse Brandeburg
1
-140
/
+140
2017-05-31
i40evf: fix merge error in older patch
Jesse Brandeburg
1
-0
/
+1
2017-05-31
i40evf: fix duplicate lines
Jesse Brandeburg
1
-2
/
+0
2017-04-20
i40evf: Use net_device_stats from struct net_device
Tobias Klauser
1
-11
/
+11
2017-04-07
i40e/i40evf: Add capability exchange for outer checksum
Preethi Banala
1
-1
/
+3
2017-03-29
i40e/i40evf: Change the way we limit the maximum frame size for Rx
Alexander Duyck
1
-4
/
+10
2017-03-29
i40evf: enforce descriptor write-back mechanism for VF
Preethi Banala
1
-4
/
+0
2017-03-15
i40evf: add client interface
Mitch Williams
1
-1
/
+12
2017-02-12
i40evf: track outstanding client request
Mitch Williams
1
-0
/
+4
2016-12-07
i40e: Add support for 25G devices
Carolyn Wyborny
1
-0
/
+3
2016-09-23
i40evf: Fix link state event handling
Sridhar Samudrala
1
-3
/
+7
2016-08-20
i40evf: report link speed
Mitch Williams
1
-9
/
+46
2016-06-28
i40evf: don't overflow buffer
Mitch Williams
1
-0
/
+8
2016-05-14
i40e: Add allmulti support for the VF
Anjali Singhai Jain
1
-2
/
+13
2016-05-06
i40evf: Drop packet split receive routine
Jesse Brandeburg
1
-4
/
+0
2016-04-27
i40evf: Add driver support for promiscuous mode
Anjali Singhai Jain
1
-0
/
+11
2016-04-26
i40evf: Allow PF driver to configure RSS
Mitch Williams
1
-0
/
+119
2016-02-18
i40evf: support packet split receive
Mitch Williams
1
-0
/
+4
2016-02-04
i40evf: allow channel bonding of VFs
Mitch Williams
1
-0
/
+2
2015-12-13
i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
Anjali Singhai Jain
1
-1
/
+3
2015-12-03
i40evf: don't use atomic allocation
Mitch Williams
1
-6
/
+6
2015-12-02
i40evf: allocate ring structs dynamically
Mitch Williams
1
-5
/
+5
2015-12-02
i40evf: allocate queue vectors dynamically
Mitch Williams
1
-1
/
+1
2015-11-25
i40evf: handle many MAC filters correctly
Mitch Williams
1
-8
/
+24
2015-11-25
i40e/i40evf: clean up error messages
Mitch Williams
1
-3
/
+23
2015-10-15
i40e/i40evf: Add WB_ON_ITR offload support
Anjali Singhai Jain
1
-1
/
+2
[next]