index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-22
nfp: correct return codes when msleep gets interrupted
Jakub Kicinski
1
-6
/
+6
2017-03-22
nfp: lock area cache earlier
Jakub Kicinski
1
-6
/
+8
2017-03-22
nfp: document expected locking in the core
Jakub Kicinski
1
-6
/
+27
2017-03-22
nfp: move mutex code out of nfp_cppcore.c
Jakub Kicinski
3
-304
/
+346
2017-03-22
nfp: remove cpp mutex cache
Jakub Kicinski
1
-41
/
+2
2017-03-22
nfp: fail graciously when someone tries to grab global lock
Jakub Kicinski
2
-11
/
+13
2017-03-22
nfp: disallow sharing mutexes on the same machine
Jakub Kicinski
1
-6
/
+0
2017-03-12
nfp: add support for xdp_adjust_head()
Jakub Kicinski
2
-30
/
+70
2017-03-12
nfp: prepare metadata handling for xdp_adjust_head()
Jakub Kicinski
1
-9
/
+19
2017-03-12
nfp: reorganize pkt_off variable
Jakub Kicinski
1
-9
/
+10
2017-03-12
nfp: validate rx offset from the BAR and size down it's field
Jakub Kicinski
2
-6
/
+14
2017-03-12
nfp: store dma direction in data path structure
Jakub Kicinski
2
-32
/
+24
2017-03-12
nfp: switch to using data path structures for reconfiguration
Jakub Kicinski
3
-227
/
+89
2017-03-12
nfp: use dp to carry xdp_prog at reconfig time
Jakub Kicinski
3
-52
/
+37
2017-03-12
nfp: use dp to carry mtu at reconfig time
Jakub Kicinski
3
-14
/
+15
2017-03-12
nfp: use dp to carry fl_bufsz at reconfig time
Jakub Kicinski
2
-32
/
+27
2017-03-12
nfp: use dp to carry number of stack tx rings and vectors
Jakub Kicinski
1
-31
/
+31
2017-03-12
nfp: pass new data path to ring reconfig
Jakub Kicinski
3
-36
/
+91
2017-03-12
nfp: move control BAR pointer into data path structure
Jakub Kicinski
4
-20
/
+21
2017-03-12
nfp: separate data path information from the reset of adapter structure
Jakub Kicinski
7
-413
/
+435
2017-03-09
nfp: prevent theoretical buffer overrun in nfp_eth_read_ports
Simon Horman
1
-14
/
+20
2017-03-09
nfp: add metadata format bit
Jakub Kicinski
2
-1
/
+5
2017-03-09
nfp: avoid rearming the interrupts when in busy poll
Jakub Kicinski
1
-4
/
+3
2017-03-09
nfp: store device pointer for the fastpath
Jakub Kicinski
4
-38
/
+31
2017-03-09
nfp: reorder variables in nfp_net_tx()
Jakub Kicinski
1
-2
/
+2
2017-03-09
nfp: move more ring debug info to debugfs
Jakub Kicinski
2
-13
/
+9
2017-03-09
nfp: implement .ndo_get_phys_port_name()
Jakub Kicinski
5
-5
/
+69
2017-03-09
nfp: add support for reporting CRC32 hash function
Jakub Kicinski
4
-11
/
+75
2017-03-03
nfp: correct DMA direction in XDP DMA sync
Jakub Kicinski
1
-2
/
+2
2017-03-03
nfp: don't tell FW about the reserved buffer space
Jakub Kicinski
1
-1
/
+2
2017-02-20
nfp: allow application firmware to limit number of SR-IOV VFs
Jakub Kicinski
2
-0
/
+27
2017-02-20
nfp: return nfp_rtsym_read_le() errors correctly
Jakub Kicinski
1
-3
/
+5
2017-02-20
nfp: add very basic access to NSP logs
Jakub Kicinski
3
-0
/
+79
2017-02-20
nfp: report NSP ABI version in ethtool FW version
Jakub Kicinski
5
-2
/
+41
2017-02-20
nfp: store NSP ABI version in state structure
Jakub Kicinski
1
-14
/
+13
2017-02-20
nfp: report manufacturing info on load
Jakub Kicinski
1
-0
/
+7
2017-02-20
nfp: refactor NSP initialization and add error message
Jakub Kicinski
1
-23
/
+36
2017-02-17
nfp: Use PCI_DEVICE_ID_NETRONOME_NFP* defines
Simon Horman
3
-9
/
+4
2017-02-10
nfp: add the PF driver
Jakub Kicinski
5
-23
/
+970
2017-02-10
nfp: allocate irqs in lower driver
Jakub Kicinski
3
-99
/
+140
2017-02-10
nfp: add port layer to debugfs directories
Jakub Kicinski
3
-18
/
+43
2017-02-10
nfp: add support for service processor access
Jakub Kicinski
7
-0
/
+799
2017-02-10
nfp: add rtsym support
Jakub Kicinski
5
-0
/
+353
2017-02-10
nfp: add MIP reading support
Jakub Kicinski
3
-0
/
+185
2017-02-10
nfp: add support for reading nffw info
Jakub Kicinski
3
-0
/
+375
2017-02-10
nfp: add hwinfo support
Jakub Kicinski
5
-0
/
+341
2017-02-10
nfp: add support for resources
Jakub Kicinski
4
-0
/
+433
2017-02-10
nfp: add CPP access core
Jakub Kicinski
10
-0
/
+4987
2017-02-10
nfp: rename the driver and add new main file
Jakub Kicinski
8
-57
/
+160
2017-02-10
bitfield.h: add FIELD_FIT() helper
Jakub Kicinski
1
-2
/
+0
[prev]
[next]