index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
/
nfp
/
nfp_net.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-01
nfp: fix old kdoc issues
Jakub Kicinski
1
-0
/
+2
2017-11-05
nfp: bpf: require seamless reload for program replace
Jakub Kicinski
1
-2
/
+0
2017-11-02
nfp: use a counter instead of log message for allocation failures
Jakub Kicinski
1
-0
/
+3
2017-08-18
nfp: allow retreiving management FW logs on representors
Jakub Kicinski
1
-2
/
+0
2017-06-25
nfp: add support for tx/rx with metadata portid
Simon Horman
1
-0
/
+1
2017-06-23
nfp: bpf: release the reference on offloaded programs
Jakub Kicinski
1
-0
/
+2
2017-06-23
nfp: bpf: don't offload XDP programs in DRV_MODE
Jakub Kicinski
1
-0
/
+3
2017-06-07
nfp: map all queue controllers at once
Jakub Kicinski
1
-0
/
+1
2017-06-07
nfp: add control vNIC datapath
Jakub Kicinski
1
-1
/
+16
2017-06-07
nfp: allow allocation and initialization of netdev-less vNICs
Jakub Kicinski
1
-1
/
+1
2017-06-07
nfp: make sure debug accesses don't depend on netdevs
Jakub Kicinski
1
-0
/
+11
2017-06-07
nfp: prepare print macros for use without netdev
Jakub Kicinski
1
-8
/
+25
2017-05-31
nfp: move basic eBPF stats to app-specific code
Jakub Kicinski
1
-12
/
+3
2017-05-31
nfp: move bpf offload code to the BPF app
Jakub Kicinski
1
-1
/
+0
2017-05-30
nfp: don't keep count for free buffers delayed kick
Jakub Kicinski
1
-3
/
+0
2017-05-22
nfp: move refresh tracking into the port structure
Jakub Kicinski
1
-4
/
+0
2017-05-22
nfp: introduce nfp_port
Jakub Kicinski
1
-4
/
+10
2017-05-22
nfp: introduce very minimal nfp_app
Jakub Kicinski
1
-2
/
+2
2017-05-22
nfp: rename netdev/port to vNIC
Jakub Kicinski
1
-5
/
+5
2017-05-22
nfp: make nfp_net alloc/init/cleanup/free not depend on netdevs
Jakub Kicinski
1
-5
/
+7
2017-05-16
nfp: add a helper for wrapping descriptor index
Jakub Kicinski
1
-0
/
+3
2017-05-16
nfp: complete the XDP TX ring only when it's full
Jakub Kicinski
1
-0
/
+1
2017-05-16
nfp: add CHECKSUM_COMPLETE support
Jakub Kicinski
1
-1
/
+3
2017-05-16
nfp: support LSO2 capability
Edwin Peer
1
-2
/
+7
2017-05-16
nfp: rename l4_offset in struct nfp_net_tx_desc to lso_hdrlen
Edwin Peer
1
-1
/
+1
2017-05-01
nfp: make use of extended ack message reporting
Jakub Kicinski
1
-1
/
+2
2017-04-30
nfp: provide 256 bytes of XDP headroom in all configurations
Jakub Kicinski
1
-2
/
+2
2017-04-30
nfp: do simple XDP TX buffer recycling
Jakub Kicinski
1
-0
/
+2
2017-04-24
nfp: remove the refresh of all ports optimization
Jakub Kicinski
1
-1
/
+2
2017-04-24
nfp: parse metadata prepend before XDP runs
Jakub Kicinski
1
-0
/
+6
2017-04-05
nfp: add port state refresh
Jakub Kicinski
1
-0
/
+1
2017-04-05
nfp: track link state changes
Jakub Kicinski
1
-1
/
+5
2017-03-22
nfp: remove RX queue pointers
Jakub Kicinski
1
-6
/
+2
2017-03-12
nfp: add support for xdp_adjust_head()
Jakub Kicinski
1
-0
/
+2
2017-03-12
nfp: validate rx offset from the BAR and size down it's field
Jakub Kicinski
1
-3
/
+3
2017-03-12
nfp: store dma direction in data path structure
Jakub Kicinski
1
-4
/
+7
2017-03-12
nfp: switch to using data path structures for reconfiguration
Jakub Kicinski
1
-9
/
+1
2017-03-12
nfp: use dp to carry xdp_prog at reconfig time
Jakub Kicinski
1
-1
/
+0
2017-03-12
nfp: use dp to carry mtu at reconfig time
Jakub Kicinski
1
-1
/
+3
2017-03-12
nfp: use dp to carry fl_bufsz at reconfig time
Jakub Kicinski
1
-3
/
+0
2017-03-12
nfp: pass new data path to ring reconfig
Jakub Kicinski
1
-1
/
+4
2017-03-12
nfp: move control BAR pointer into data path structure
Jakub Kicinski
1
-10
/
+11
2017-03-12
nfp: separate data path information from the reset of adapter structure
Jakub Kicinski
1
-46
/
+59
2017-03-09
nfp: add metadata format bit
Jakub Kicinski
1
-0
/
+2
2017-03-09
nfp: store device pointer for the fastpath
Jakub Kicinski
1
-2
/
+4
2017-03-09
nfp: implement .ndo_get_phys_port_name()
Jakub Kicinski
1
-0
/
+4
2017-03-09
nfp: add support for reporting CRC32 hash function
Jakub Kicinski
1
-0
/
+3
2017-02-20
nfp: add very basic access to NSP logs
Jakub Kicinski
1
-0
/
+2
2017-02-20
nfp: report NSP ABI version in ethtool FW version
Jakub Kicinski
1
-0
/
+4
2017-02-10
nfp: add the PF driver
Jakub Kicinski
1
-22
/
+4
[next]