index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
nfp: switch to using data path structures for reconfiguration
Jakub Kicinski
2017-03-12
3
-227
/
+89
*
|
nfp: use dp to carry xdp_prog at reconfig time
Jakub Kicinski
2017-03-12
3
-52
/
+37
*
|
nfp: use dp to carry mtu at reconfig time
Jakub Kicinski
2017-03-12
3
-14
/
+15
*
|
nfp: use dp to carry fl_bufsz at reconfig time
Jakub Kicinski
2017-03-12
2
-32
/
+27
*
|
nfp: use dp to carry number of stack tx rings and vectors
Jakub Kicinski
2017-03-12
1
-31
/
+31
*
|
nfp: pass new data path to ring reconfig
Jakub Kicinski
2017-03-12
3
-36
/
+91
*
|
nfp: move control BAR pointer into data path structure
Jakub Kicinski
2017-03-12
4
-20
/
+21
*
|
nfp: separate data path information from the reset of adapter structure
Jakub Kicinski
2017-03-12
7
-414
/
+436
*
|
nfp: prevent theoretical buffer overrun in nfp_eth_read_ports
Simon Horman
2017-03-09
1
-14
/
+20
*
|
nfp: add metadata format bit
Jakub Kicinski
2017-03-09
2
-1
/
+5
*
|
nfp: avoid rearming the interrupts when in busy poll
Jakub Kicinski
2017-03-09
1
-4
/
+3
*
|
nfp: store device pointer for the fastpath
Jakub Kicinski
2017-03-09
4
-38
/
+31
*
|
nfp: reorder variables in nfp_net_tx()
Jakub Kicinski
2017-03-09
1
-2
/
+2
*
|
nfp: move more ring debug info to debugfs
Jakub Kicinski
2017-03-09
2
-13
/
+9
*
|
nfp: implement .ndo_get_phys_port_name()
Jakub Kicinski
2017-03-09
5
-5
/
+69
*
|
nfp: add support for reporting CRC32 hash function
Jakub Kicinski
2017-03-09
4
-11
/
+75
|
/
*
nfp: correct DMA direction in XDP DMA sync
Jakub Kicinski
2017-03-03
1
-2
/
+2
*
nfp: don't tell FW about the reserved buffer space
Jakub Kicinski
2017-03-03
1
-1
/
+2
*
nfp: allow application firmware to limit number of SR-IOV VFs
Jakub Kicinski
2017-02-20
2
-0
/
+27
*
nfp: return nfp_rtsym_read_le() errors correctly
Jakub Kicinski
2017-02-20
1
-3
/
+5
*
nfp: add very basic access to NSP logs
Jakub Kicinski
2017-02-20
3
-0
/
+79
*
nfp: report NSP ABI version in ethtool FW version
Jakub Kicinski
2017-02-20
5
-2
/
+41
*
nfp: store NSP ABI version in state structure
Jakub Kicinski
2017-02-20
1
-14
/
+13
*
nfp: report manufacturing info on load
Jakub Kicinski
2017-02-20
1
-0
/
+7
*
nfp: refactor NSP initialization and add error message
Jakub Kicinski
2017-02-20
1
-23
/
+36
*
nfp: Use PCI_DEVICE_ID_NETRONOME_NFP* defines
Simon Horman
2017-02-17
3
-9
/
+4
*
nfp: add the PF driver
Jakub Kicinski
2017-02-10
5
-23
/
+970
*
nfp: allocate irqs in lower driver
Jakub Kicinski
2017-02-10
3
-99
/
+140
*
nfp: add port layer to debugfs directories
Jakub Kicinski
2017-02-10
3
-18
/
+43
*
nfp: add support for service processor access
Jakub Kicinski
2017-02-10
7
-0
/
+799
*
nfp: add rtsym support
Jakub Kicinski
2017-02-10
5
-0
/
+353
*
nfp: add MIP reading support
Jakub Kicinski
2017-02-10
3
-0
/
+185
*
nfp: add support for reading nffw info
Jakub Kicinski
2017-02-10
3
-0
/
+375
*
nfp: add hwinfo support
Jakub Kicinski
2017-02-10
5
-0
/
+341
*
nfp: add support for resources
Jakub Kicinski
2017-02-10
4
-0
/
+433
*
nfp: add CPP access core
Jakub Kicinski
2017-02-10
10
-0
/
+4987
*
nfp: rename the driver and add new main file
Jakub Kicinski
2017-02-10
8
-57
/
+160
*
bitfield.h: add FIELD_FIT() helper
Jakub Kicinski
2017-02-10
1
-2
/
+0
*
bpf: add initial bpf tracepoints
Daniel Borkmann
2017-01-25
1
-5
/
+10
*
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-4
/
+2
*
bpf: xdp: Allow head adjustment in XDP prog
Martin KaFai Lau
2016-12-08
1
-0
/
+4
*
bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to caller
Daniel Borkmann
2016-12-02
1
-1
/
+1
*
bpf: drop unnecessary context cast from BPF_PROG_RUN
Daniel Borkmann
2016-11-27
1
-1
/
+1
*
netronome: don't access real_num_rx_queues directly
Arnd Bergmann
2016-11-16
1
-8
/
+6
*
nfp: add support for offload of XDP programs
Jakub Kicinski
2016-11-04
6
-6
/
+139
*
nfp: remove unnecessary parameters from nfp_net_bpf_offload()
Jakub Kicinski
2016-11-04
3
-7
/
+3
*
nfp: add XDP support in the driver
Jakub Kicinski
2016-11-04
4
-101
/
+449
*
nfp: reorganize nfp_net_rx() to get packet offsets early
Jakub Kicinski
2016-11-04
1
-26
/
+30
*
nfp: add support for ethtool .set_channels
Jakub Kicinski
2016-11-04
4
-22
/
+123
*
nfp: move RSS indirection table init into a separate function
Jakub Kicinski
2016-11-04
1
-5
/
+10
[prev]
[next]