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
/
i40evf
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-14
i40evf: Fix a hardware reset support in VF driver
Paweł Jabłoński
1
-1
/
+2
2018-05-14
i40evf: remove MAX_QUEUES and just use I40EVF_MAX_REQ_QUEUES
Jacob Keller
2
-3
/
+3
2018-05-14
i40evf: Fix client header define
Jeff Kirsher
1
-3
/
+3
2018-04-30
i40evf: Fix turning TSO, GSO and GRO on after
Paweł Jabłoński
1
-0
/
+18
2018-04-30
i40e: fix reading LLDP configuration
Mariusz Stachura
1
-1
/
+9
2018-04-30
i40e/i40evf: cleanup incorrect function doxygen comments
Jacob Keller
6
-17
/
+15
2018-04-30
i40evf: Replace GFP_ATOMIC with GFP_KERNEL in i40evf_add_vlan
Jia-Ju Bai
1
-1
/
+1
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
23
-522
/
+25
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
21
-0
/
+21
2018-03-19
i40evf: remove flags that are never used
Jacob Keller
1
-3
/
+0
2018-03-19
i40evf: Reorder configure_clsflower to avoid deadlock on error
Alexander Duyck
1
-12
/
+11
2018-03-14
i40evf/i40evf_main: Fix variable assignment in i40evf_parse_cls_flower
Gustavo A R Silva
1
-1
/
+1
2018-02-26
i40evf: remove redundant array comparisons to 0 checks
Colin Ian King
1
-36
/
+25
2018-02-26
i40evf: pass struct virtchnl_filter by reference rather than by value
Colin Ian King
1
-14
/
+18
2018-02-26
i40e/i40evf: use SW variables for hang detection
Alan Brady
1
-1
/
+1
2018-02-26
i40evf: Fix double locking the same resource
Paweł Jabłoński
1
-6
/
+8
2018-02-14
i40evf: Add support to apply cloud filters
Harshitha Ramamurthy
3
-5
/
+810
2018-02-14
i40evf: Add support to configure bw via tc tool
Harshitha Ramamurthy
3
-3
/
+67
2018-02-14
i40evf: Alloc queues for ADq on VF
Avinash Dayanand
2
-0
/
+20
2018-02-14
i40evf: add ndo_setup_tc callback to i40evf
Harshitha Ramamurthy
3
-1
/
+257
2018-02-14
i40evf: Fix link up issue when queues are disabled
Avinash Dayanand
3
-8
/
+22
2018-02-13
i40evf: Make VF reset warning message more clear
Harshitha Ramamurthy
1
-1
/
+1
2018-02-13
i40evf: use __dev_[um]c_sync routines in .set_rx_mode
Jacob Keller
1
-39
/
+56
2018-02-13
i40evf: Use an iterator of the same type as the list
Harshitha Ramamurthy
1
-4
/
+7
2018-02-13
i40evf: use GFP_ATOMIC under spin lock
Wei Yongjun
1
-4
/
+4
2018-02-12
i40e/i40evf: Add support for new mechanism of updating adaptive ITR
Alexander Duyck
4
-126
/
+262
2018-02-12
i40e/i40evf: Split container ITR into current_itr and target_itr
Alexander Duyck
4
-42
/
+53
2018-02-12
i40evf: Correctly populate rxitr_idx and txitr_idx
Alexander Duyck
1
-9
/
+15
2018-02-12
i40e/i40evf: Use usec value instead of reg value for ITR defines
Alexander Duyck
3
-28
/
+39
2018-02-12
i40e/i40evf: Don't bother setting the CLEARPBA bit
Alexander Duyck
1
-1
/
+10
2018-02-12
i40e/i40evf: Clean-up of bits related to using q_vector->reg_idx
Alexander Duyck
2
-9
/
+9
2018-02-12
i40e/i40evf: Clean up logic for adaptive ITR
Alexander Duyck
1
-45
/
+14
2018-02-12
i40e/i40evf: Only track one ITR setting per ring instead of Tx/Rx
Alexander Duyck
4
-21
/
+20
2018-02-12
i40e: fix typo in function description
Alan Brady
1
-1
/
+1
2018-01-29
i40e/i40evf: Update DESC_NEEDED value to reflect larger value
Alexander Duyck
1
-1
/
+1
2018-01-27
i40e/i40evf: Record ITR register location in the q_vector
Alexander Duyck
3
-10
/
+7
2018-01-27
i40e: cleanup unnecessary parens
Jeff Kirsher
1
-1
/
+1
2018-01-27
i40e: Display LLDP information on vSphere Web Client
Upasana Menon
1
-0
/
+12
2018-01-27
i40e/i40evf: Use ring pointers to clean up _set_itr_per_queue
Alexander Duyck
1
-14
/
+14
2018-01-27
i40evf: Allow turning off offloads when the VF has VLAN set
Paweł Jabłoński
1
-6
/
+12
2018-01-27
i40e: Add returning AQ critical error to SW
Michal Kosiarz
3
-4
/
+12
2018-01-23
i40evf: ignore link up if not running
Alan Brady
1
-12
/
+23
2018-01-23
i40e/i40evf: Detect and recover hung queue scenario
Sudheer Mogilappagari
3
-0
/
+58
2018-01-23
i40evf: Don't schedule reset_task when device is being removed
Avinash Dayanand
2
-1
/
+9
2018-01-23
i40evf: remove flush_scheduled_work call in i40evf_remove
Sudheer Mogilappagari
1
-2
/
+0
2018-01-23
i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags f...
Pawel Jablonski
2
-11
/
+23
2018-01-10
i40e: track id can be 0
Jingjing Wu
1
-5
/
+0
2018-01-10
i40e: change ppp name to ddp
Jingjing Wu
4
-35
/
+37
2018-01-10
i40evf: Drop i40evf_fire_sw_int as it is prone to races
Alexander Duyck
1
-34
/
+0
2018-01-10
i40evf: Clean-up flags for promisc mode to avoid high polling rate
Alexander Duyck
1
-2
/
+4
[next]