index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40evf
/
i40evf_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-27
i40e: initialize our affinity_mask based on cpu_possible_mask
Jacob Keller
1
-2
/
+5
2017-08-27
i40e/i40evf: support for VF VLAN tag stripping control
Mariusz Stachura
1
-0
/
+33
2017-08-27
i40evf: fix possible snprintf truncation of q_vector->name
Jacob Keller
1
-12
/
+9
2017-08-25
i40e: use cpumask_copy instead of direct assignment
Jacob Keller
1
-1
/
+1
2017-08-25
i40evf: use netdev variable in reset task
Alan Brady
1
-2
/
+2
2017-08-25
i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...
Stefan Assmann
1
-6
/
+6
2017-08-25
i40e: separate hw_features from runtime changing flags
Jacob Keller
1
-1
/
+1
2017-08-25
i40evf: prevent VF close returning before state transitions to DOWN
Sudheer Mogilappagari
1
-0
/
+19
2017-08-25
i40e/i40evf: adjust packet size to account for double VLANs
Mitch Williams
1
-1
/
+1
2017-07-26
i40evf: Use le32_to_cpu before evaluating HW desc fields
Tushar Dave
1
-7
/
+7
2017-06-20
i40evf: assign num_active_queues inside i40evf_alloc_queues
Jacob Keller
1
-7
/
+11
2017-06-01
i40evf: Add support for Adaptive Virtual Function
Preethi Banala
1
-3
/
+4
2017-06-01
virtchnl: finish conversion to virtchnl interface
Jesse Brandeburg
1
-5
/
+6
2017-06-01
virtchnl: rename i40e to generic virtchnl
Jesse Brandeburg
1
-24
/
+24
2017-04-30
i40evf: hide unused variable
Arnd Bergmann
1
-1
/
+2
2017-04-30
i40evf: allocate queues before we setup the interrupts and q_vectors
Jacob Keller
1
-9
/
+9
2017-04-30
i40evf: remove needless min_t() on num_online_cpus()*2
Jacob Keller
1
-6
/
+6
2017-04-30
i40e: use DECLARE_BITMAP for state fields
Jacob Keller
1
-5
/
+5
2017-04-30
i40e: separate PF and VSI state flags
Jacob Keller
1
-5
/
+5
2017-04-30
i40e: remove unnecessary msleep() delay in i40e_free_vfs
Jacob Keller
1
-1
/
+1
2017-04-19
i40e/i40evf: Add tracepoints
Scott Peterson
1
-0
/
+7
2017-04-19
i40evf: Use net_device_stats from struct net_device
Tobias Klauser
1
-16
/
+0
2017-04-08
i40e/i40evf: Add support for padding start of frames
Alexander Duyck
1
-1
/
+7
2017-04-08
i40e/i40evf: Add support for using order 1 pages with a 3K buffer
Alexander Duyck
1
-0
/
+6
2017-04-06
i40e/i40evf: Add capability exchange for outer checksum
Preethi Banala
1
-28
/
+33
2017-03-29
i40e/i40evf: Change the way we limit the maximum frame size for Rx
Alexander Duyck
1
-1
/
+15
2017-03-15
i40e/i40evf: Change version from 1.6.27 to 2.1.7
Bimmy Pujari
1
-3
/
+3
2017-03-15
i40evf: add client interface
Mitch Williams
1
-5
/
+78
2017-02-18
i40evf: add comment
Mitch Williams
1
-0
/
+5
2017-02-18
i40evf: free rings in remove function
Mitch Williams
1
-1
/
+2
2017-02-11
i40e: Add bus number info to i40e_bus_info struct
Sudheer Mogilappagari
1
-0
/
+1
2017-02-11
i40e/i40evf : Changed version from 1.6.25 to 1.6.27
Bimmy Pujari
1
-1
/
+1
2017-02-02
i40evf: remove unused device ID
Mitch Williams
1
-1
/
+0
2016-12-06
Changed version from 1.6.21 to 1.6.25
Bimmy Pujari
1
-1
/
+1
2016-12-02
i40evf: protect against NULL msix_entries and q_vectors pointers
Jacob Keller
1
-6
/
+14
2016-12-02
i40evf: check for msix_entries null dereference
Alan Brady
1
-0
/
+6
2016-12-02
i40evf: Move some i40evf_reset_task code to separate function
Joe Perches
1
-42
/
+44
2016-12-02
i40evf: Be much more verbose about what we can and cannot offload
Alexander Duyck
1
-0
/
+59
2016-10-31
i40evf: avoid an extra msleep while
Jacob Keller
1
-3
/
+5
2016-10-28
i40e/i40evf: Changed version from 1.6.19 to 1.6.21
Bimmy Pujari
1
-1
/
+1
2016-10-28
i40e/i40evf: Changed version from 1.6.16 to 1.6.19
Bimmy Pujari
1
-1
/
+1
2016-10-28
i40e/i40evf: fix interrupt affinity bug
Alan Brady
1
-21
/
+50
2016-10-18
ethernet/intel: use core min/max MTU checking
Jarod Wilson
1
-4
/
+4
2016-09-24
i40evf: support queue-specific settings for interrupt moderation
Jacob Keller
1
-6
/
+4
2016-09-24
i40evf: enable adaptive interrupt throttling
Mitch Williams
1
-5
/
+11
2016-09-24
i40e/i40evf: Changed version to 1.6.16
Bimmy Pujari
1
-1
/
+1
2016-09-22
i40evf: remove unnecessary error checking against i40e_shutdown_adminq
Lihong Yang
1
-2
/
+1
2016-09-22
i40evf: remove unnecessary error checking against i40evf_up_complete
Bimmy Pujari
1
-8
/
+3
2016-09-22
i40evf: Fix link state event handling
Sridhar Samudrala
1
-0
/
+4
2016-08-19
i40evf: Open RDMA Client after reset
Avinash Dayanand
1
-0
/
+2
[next]