index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
i40evf
Commit message (
Expand
)
Author
Age
Files
Lines
*
i40evf: clean up local variable initialization
Jean Sacren
2015-10-23
1
-5
/
+4
*
i40evf: add missing kernel-doc argument
Jean Sacren
2015-10-23
1
-0
/
+1
*
i40e: re-use %*ph specifier to hexdump a data
Andy Shevchenko
2015-10-23
1
-18
/
+4
*
i40e/i40evf: Bump i40e to 1.3.46 and i40evf to 1.3.33
Catherine Sullivan
2015-10-23
1
-1
/
+1
*
i40evf: use correct struct for list manipulation
Mitch Williams
2015-10-23
1
-2
/
+3
*
i40e/i40evf: Add a workaround to drop all flow control frames
Anjali Singhai Jain
2015-10-23
1
-0
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2015-10-21
6
-73
/
+135
|
\
|
*
i40e/i40evf: Bump i40e to 1.3.38 and i40evf to 1.3.25
Catherine Sullivan
2015-10-19
1
-1
/
+1
|
*
i40e/i40evf: Fix an accidental error with BIT_ULL replacement
Anjali Singhai Jain
2015-10-19
1
-2
/
+2
|
*
i40e/i40evf: adjust interrupt throttle less frequently
Jesse Brandeburg
2015-10-19
4
-4
/
+27
|
*
i40e/i40evf: change dynamic interrupt thresholds
Jesse Brandeburg
2015-10-19
2
-6
/
+24
|
*
i40e/i40evf: fix bug in throttle rate math
Jesse Brandeburg
2015-10-19
1
-1
/
+8
|
*
i40e/i40evf: refactor IRQ enable function
Jesse Brandeburg
2015-10-19
1
-46
/
+62
|
*
i40evf: don't give up
Mitch Williams
2015-10-19
1
-2
/
+5
|
*
i40e/i40evf: use napi_schedule_irqoff()
Alexander Duyck
2015-10-19
1
-1
/
+1
|
*
i40evf: fix overlong BIT defines
Jesse Brandeburg
2015-10-19
2
-12
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-20
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
i40e/i40evf: set AQ count after memory allocation
Mitch Williams
2015-10-07
1
-2
/
+2
*
|
i40e/i40evf: Bump i40e to 1.3.34 and i40evf to 1.3.21
Catherine Sullivan
2015-10-16
1
-1
/
+1
*
|
i40evf: relax and stagger init timing a bit
Mitch Williams
2015-10-16
2
-3
/
+3
*
|
i40evf: correctly populate vlan_features
Mitch Williams
2015-10-16
1
-1
/
+4
*
|
i40e/i40evf: moderate interrupts differently
Jesse Brandeburg
2015-10-16
1
-0
/
+10
*
|
i40e/i40evf: Fix compile issue related to const string
Jingjing Wu
2015-10-16
2
-4
/
+4
*
|
drivers/net/intel: use napi_complete_done()
Jesse Brandeburg
2015-10-16
1
-2
/
+6
*
|
i40evf: Add support for netpoll
Alexander Duyck
2015-10-16
1
-0
/
+26
*
|
i40e/i40evf: Drop useless "IN_NETPOLL" flag
Alexander Duyck
2015-10-16
2
-8
/
+1
*
|
i40e/i40evf: Fix handling of napi budget
Alexander Duyck
2015-10-16
1
-0
/
+5
*
|
i40e/i40evf: Bump i40e version to 1.3.28 and i40evf to 1.3.19
Catherine Sullivan
2015-10-15
1
-1
/
+1
*
|
i40evf: speed up init
Mitch Williams
2015-10-15
1
-2
/
+2
*
|
i40e/i40evf: remove redundant declarations of a variable and a function
Shannon Nelson
2015-10-15
1
-1
/
+1
*
|
i40e/i40evf: Add WB_ON_ITR offload support
Anjali Singhai Jain
2015-10-15
3
-1
/
+8
*
|
i40e/i40evf: Bump i40e version to 1.3.25 and i40evf to 1.3.17
Catherine Sullivan
2015-10-13
1
-1
/
+1
*
|
i40e/i40evf: Refactor PHY structure and add phy_capabilities enum
Catherine Sullivan
2015-10-13
1
-3
/
+34
*
|
i40e/i40evf: Add module_types and update_link_info
Catherine Sullivan
2015-10-13
1
-0
/
+18
*
|
i40e/i40evf: split device ids into a separate file
Shannon Nelson
2015-10-13
2
-25
/
+56
*
|
i40e/i40evf: Add info to nvm info struct for OEM version data
Carolyn Wyborny
2015-10-13
1
-0
/
+2
*
|
i40evf: properly handle ndo_set_mac_address calls
Mitch Williams
2015-10-13
2
-3
/
+16
*
|
i40e/i40evf: Add new link status defines
Shannon Nelson
2015-10-13
1
-1
/
+3
*
|
i40e/i40evf: pass QOS handle to VF
Mitch Williams
2015-10-08
2
-0
/
+2
*
|
i40evf: use capabilities flags properly
Mitch Williams
2015-10-08
1
-2
/
+7
*
|
i40e/i40evf: clean up some code
Jesse Brandeburg
2015-10-08
5
-13
/
+9
*
|
i40evf: detect reset more reliably
Mitch Williams
2015-10-08
1
-20
/
+16
*
|
i40e/i40evf: Explicitly assign enum index for VSI type
Serey Kong
2015-10-08
1
-8
/
+8
*
|
i40e/i40evf: Store CEE DCBX DesiredCfg and RemoteCfg
Neerav Parikh
2015-10-08
1
-2
/
+3
*
|
i40e/i40evf: remove unused opcode
Mitch Williams
2015-10-07
1
-1
/
+0
*
|
i40evf: propagate interrupt allocation failure
Mitch Williams
2015-10-07
1
-1
/
+1
*
|
i40e/i40evf: Add a stat to keep track of linearization count
Anjali Singhai Jain
2015-10-07
2
-2
/
+4
*
|
i40e/i40evf: fix unicast mac address add
Shannon Nelson
2015-10-07
1
-23
/
+22
*
|
i40e/i40evf: give up the __func__
Shannon Nelson
2015-10-07
2
-38
/
+30
*
|
i40e/i40evf: assure clean asq status report
Shannon Nelson
2015-10-07
1
-0
/
+2
[next]