index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfp: report application FW build name in ethtool -i
Jakub Kicinski
2017-06-09
5
-2
/
+19
*
nfp: keep MIP object around
Jakub Kicinski
2017-06-09
4
-4
/
+22
*
nfp: remove automatic caching of HWInfo
Jakub Kicinski
2017-06-09
8
-79
/
+54
*
nfp: remove automatic caching of RTsym table
Jakub Kicinski
2017-06-09
8
-112
/
+63
*
nfp: make sure to cancel port refresh on the error path
Jakub Kicinski
2017-06-09
1
-0
/
+1
*
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
2017-06-08
1
-2
/
+5
*
nfp: advertise support for NFD ABI 0.5
Jakub Kicinski
2017-06-07
2
-2
/
+2
*
nfp: create control vNICs and wire up rx/tx
Jakub Kicinski
2017-06-07
5
-15
/
+177
*
nfp: allow non-equal distribution of IRQs
Jakub Kicinski
2017-06-07
1
-1
/
+2
*
nfp: slice the netdev spawning function
Jakub Kicinski
2017-06-07
1
-25
/
+37
*
nfp: don't clutter init code passing fw_ver around
Jakub Kicinski
2017-06-07
1
-10
/
+7
*
nfp: map all queue controllers at once
Jakub Kicinski
2017-06-07
3
-101
/
+28
*
nfp: make vNIC ctrl memory mapping function reusable
Jakub Kicinski
2017-06-07
1
-27
/
+28
*
nfp: add control vNIC datapath
Jakub Kicinski
2017-06-07
4
-9
/
+345
*
nfp: prepare config and enable for working without netdevs
Jakub Kicinski
2017-06-07
1
-2
/
+3
*
nfp: allow allocation and initialization of netdev-less vNICs
Jakub Kicinski
2017-06-07
4
-76
/
+105
*
nfp: make sure debug accesses don't depend on netdevs
Jakub Kicinski
2017-06-07
2
-3
/
+17
*
nfp: prepare print macros for use without netdev
Jakub Kicinski
2017-06-07
1
-8
/
+25
*
nfp: move nfp_net_vecs_init()
Jakub Kicinski
2017-06-07
1
-27
/
+27
*
nfp: reuse ring free code on close
Jakub Kicinski
2017-06-07
1
-11
/
+3
*
nfp: split out the allocation part of open
Jakub Kicinski
2017-06-07
1
-22
/
+35
*
nfp: reorder open and close functions
Jakub Kicinski
2017-06-07
1
-70
/
+70
*
nfp: fix memory leak on FW load error
Jakub Kicinski
2017-05-31
1
-0
/
+1
*
nfp: move basic eBPF stats to app-specific code
Jakub Kicinski
2017-05-31
5
-34
/
+67
*
nfp: move bpf offload code to the BPF app
Jakub Kicinski
2017-05-31
6
-59
/
+159
*
nfp: move eBPF offload files to BPF app directory
Jakub Kicinski
2017-05-31
6
-10
/
+10
*
nfp: report app name in ethtool -i
Jakub Kicinski
2017-05-31
5
-3
/
+15
*
nfp: move port init to apps
Jakub Kicinski
2017-05-31
8
-35
/
+309
*
nfp: turn reading PCIe RTsym parameters into a helper
Jakub Kicinski
2017-05-31
1
-7
/
+17
*
nfp: add missing fall through statements
Jakub Kicinski
2017-05-31
1
-0
/
+2
*
sched: add helper for updating statistics on all actions
Jakub Kicinski
2017-05-31
1
-9
/
+2
*
nfp: don't keep count for free buffers delayed kick
Jakub Kicinski
2017-05-30
2
-8
/
+2
*
nfp: don't add ring size to index calculations
Jakub Kicinski
2017-05-30
1
-2
/
+2
*
nfp: fix print format for ring pointers in ring dumps
Jakub Kicinski
2017-05-30
1
-2
/
+2
*
nfp: don't wait for resources indefinitely
Jakub Kicinski
2017-05-30
3
-4
/
+20
*
nfp: add hwmon support
David Brunecz
2017-05-30
8
-7
/
+286
*
nfp: support variable NSP response lengths
Jakub Kicinski
2017-05-30
1
-0
/
+8
*
nfp: shorten CPP core probe logs
Jakub Kicinski
2017-05-30
1
-8
/
+11
*
nfp: support long reads and writes with the cpp helpers
Jakub Kicinski
2017-05-30
2
-18
/
+72
*
nfp: only try to get to PCIe ctrl memory if BARs are wide enough
Jakub Kicinski
2017-05-30
1
-2
/
+8
*
nfp: don't set aux pointers if ioremap failed
Jakub Kicinski
2017-05-30
1
-8
/
+12
*
nfp: set driver VF limit
Jakub Kicinski
2017-05-30
1
-8
/
+15
*
nfp: add set_mac_address support while the interface is up
Pablo Cascón
2017-05-30
2
-10
/
+36
*
nfp: add MAY_USE_DEVLINK dependency
Jakub Kicinski
2017-05-30
1
-0
/
+1
*
nfp: support port splitting via devlink
Jakub Kicinski
2017-05-26
4
-7
/
+136
*
nfp: calculate total port lanes for split
Jakub Kicinski
2017-05-26
2
-5
/
+9
*
nfp: register ports as devlink ports
Jakub Kicinski
2017-05-26
3
-0
/
+66
*
nfp: add helper for cleaning up vNICs
Jakub Kicinski
2017-05-26
1
-12
/
+11
*
nfp: add devlink support
Simon Horman
2017-05-26
5
-5
/
+63
*
nfp: move mutex init out of net code
Jakub Kicinski
2017-05-26
2
-1
/
+4
[next]