index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40evf
/
i40evf_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i40evf: assign num_active_queues inside i40evf_alloc_queues
Jacob Keller
2017-06-20
1
-7
/
+11
*
i40evf: Add support for Adaptive Virtual Function
Preethi Banala
2017-06-01
1
-3
/
+4
*
virtchnl: finish conversion to virtchnl interface
Jesse Brandeburg
2017-06-01
1
-5
/
+6
*
virtchnl: rename i40e to generic virtchnl
Jesse Brandeburg
2017-06-01
1
-24
/
+24
*
i40evf: hide unused variable
Arnd Bergmann
2017-04-30
1
-1
/
+2
*
i40evf: allocate queues before we setup the interrupts and q_vectors
Jacob Keller
2017-04-30
1
-9
/
+9
*
i40evf: remove needless min_t() on num_online_cpus()*2
Jacob Keller
2017-04-30
1
-6
/
+6
*
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
2017-04-30
1
-5
/
+5
*
i40e: separate PF and VSI state flags
Jacob Keller
2017-04-30
1
-5
/
+5
*
i40e: remove unnecessary msleep() delay in i40e_free_vfs
Jacob Keller
2017-04-30
1
-1
/
+1
*
i40e/i40evf: Add tracepoints
Scott Peterson
2017-04-19
1
-0
/
+7
*
i40evf: Use net_device_stats from struct net_device
Tobias Klauser
2017-04-19
1
-16
/
+0
*
i40e/i40evf: Add support for padding start of frames
Alexander Duyck
2017-04-08
1
-1
/
+7
*
i40e/i40evf: Add support for using order 1 pages with a 3K buffer
Alexander Duyck
2017-04-08
1
-0
/
+6
*
i40e/i40evf: Add capability exchange for outer checksum
Preethi Banala
2017-04-06
1
-28
/
+33
*
i40e/i40evf: Change the way we limit the maximum frame size for Rx
Alexander Duyck
2017-03-29
1
-1
/
+15
*
i40e/i40evf: Change version from 1.6.27 to 2.1.7
Bimmy Pujari
2017-03-15
1
-3
/
+3
*
i40evf: add client interface
Mitch Williams
2017-03-15
1
-5
/
+78
*
i40evf: add comment
Mitch Williams
2017-02-18
1
-0
/
+5
*
i40evf: free rings in remove function
Mitch Williams
2017-02-18
1
-1
/
+2
*
i40e: Add bus number info to i40e_bus_info struct
Sudheer Mogilappagari
2017-02-11
1
-0
/
+1
*
i40e/i40evf : Changed version from 1.6.25 to 1.6.27
Bimmy Pujari
2017-02-11
1
-1
/
+1
*
i40evf: remove unused device ID
Mitch Williams
2017-02-02
1
-1
/
+0
*
Changed version from 1.6.21 to 1.6.25
Bimmy Pujari
2016-12-06
1
-1
/
+1
*
i40evf: protect against NULL msix_entries and q_vectors pointers
Jacob Keller
2016-12-02
1
-6
/
+14
*
i40evf: check for msix_entries null dereference
Alan Brady
2016-12-02
1
-0
/
+6
*
i40evf: Move some i40evf_reset_task code to separate function
Joe Perches
2016-12-02
1
-42
/
+44
*
i40evf: Be much more verbose about what we can and cannot offload
Alexander Duyck
2016-12-02
1
-0
/
+59
*
i40evf: avoid an extra msleep while
Jacob Keller
2016-10-31
1
-3
/
+5
*
i40e/i40evf: Changed version from 1.6.19 to 1.6.21
Bimmy Pujari
2016-10-28
1
-1
/
+1
*
i40e/i40evf: Changed version from 1.6.16 to 1.6.19
Bimmy Pujari
2016-10-28
1
-1
/
+1
*
i40e/i40evf: fix interrupt affinity bug
Alan Brady
2016-10-28
1
-21
/
+50
*
ethernet/intel: use core min/max MTU checking
Jarod Wilson
2016-10-18
1
-4
/
+4
*
i40evf: support queue-specific settings for interrupt moderation
Jacob Keller
2016-09-24
1
-6
/
+4
*
i40evf: enable adaptive interrupt throttling
Mitch Williams
2016-09-24
1
-5
/
+11
*
i40e/i40evf: Changed version to 1.6.16
Bimmy Pujari
2016-09-24
1
-1
/
+1
*
i40evf: remove unnecessary error checking against i40e_shutdown_adminq
Lihong Yang
2016-09-22
1
-2
/
+1
*
i40evf: remove unnecessary error checking against i40evf_up_complete
Bimmy Pujari
2016-09-22
1
-8
/
+3
*
i40evf: Fix link state event handling
Sridhar Samudrala
2016-09-22
1
-0
/
+4
*
i40evf: Open RDMA Client after reset
Avinash Dayanand
2016-08-19
1
-0
/
+2
*
i40e: use alloc_workqueue instead of create_singlethread_workqueue
Jacob Keller
2016-08-19
1
-1
/
+2
*
i40e/i40evf-Bump version from 1.6.11 to 1.6.12
Bimmy Pujari
2016-08-18
1
-1
/
+1
*
i40evf: add missing rtnl_lock() around i40evf_set_interrupt_capability
Jacob Keller
2016-08-18
1
-0
/
+2
*
i40e/i40evf-bump version to 1.6.11
Bimmy Pujari
2016-07-22
1
-1
/
+1
*
i40evf: add hyperv dev ids
Joshua Hay
2016-07-22
1
-0
/
+2
*
i40e/i40evf: Bump version from 1.5.16 to 1.6.4
Bimmy Pujari
2016-06-27
1
-2
/
+2
*
i40evf: always activate correct MAC address filter
Mitch Williams
2016-06-27
1
-1
/
+1
*
intel: Add support for IPv6 IP-in-IP offload
Alexander Duyck
2016-05-20
1
-0
/
+1
*
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
2016-05-20
1
-2
/
+1
*
i40e: Add allmulti support for the VF
Anjali Singhai Jain
2016-05-13
1
-1
/
+14
[next]