index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
Age
Commit message (
Expand
)
Author
2017-05-16
nfp: eliminate an if statement in calculation of completed frames
Jakub Kicinski
2017-05-16
nfp: add a helper for wrapping descriptor index
Jakub Kicinski
2017-05-16
nfp: complete the XDP TX ring only when it's full
Jakub Kicinski
2017-05-16
nfp: add CHECKSUM_COMPLETE support
Jakub Kicinski
2017-05-16
nfp: version independent support for chained RSS metadata
Edwin Peer
2017-05-16
nfp: don't assume RSS and IRQ moderation are always enabled
Jakub Kicinski
2017-05-16
nfp: support LSO2 capability
Edwin Peer
2017-05-16
nfp: rename l4_offset in struct nfp_net_tx_desc to lso_hdrlen
Edwin Peer
2017-05-16
nfp: don't enable TSO on the device when disabled
Jakub Kicinski
2017-05-03
xdp: use common helper for netlink extended ack reporting
Daniel Borkmann
2017-05-01
nfp: make use of extended ack message reporting
Jakub Kicinski
2017-04-30
nfp: provide 256 bytes of XDP headroom in all configurations
Jakub Kicinski
2017-04-30
nfp: don't completely refuse to work with old flashes
Jakub Kicinski
2017-04-30
nfp: avoid reading TX queue indexes from the device
Jakub Kicinski
2017-04-30
nfp: do simple XDP TX buffer recycling
Jakub Kicinski
2017-04-30
nfp: drop rx_ring param from buffer allocation
Jakub Kicinski
2017-04-30
nfp: replace -ENOTSUPP with -EOPNOTSUPP
Jakub Kicinski
2017-04-24
nfp: remove the refresh of all ports optimization
Jakub Kicinski
2017-04-24
nfp: fix free list buffer size reporting
Jakub Kicinski
2017-04-24
nfp: add NSP routine to get static information
David Brunecz
2017-04-24
nfp: parse metadata prepend before XDP runs
Jakub Kicinski
2017-04-24
nfp: make use of the DMA_ATTR_SKIP_CPU_SYNC attr
Jakub Kicinski
2017-04-08
nfp: don't dereference a null nn->eth_port to print a warning
Colin Ian King
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-05
nfp: fix potential use after free on xdp prog
Jakub Kicinski
2017-04-05
nfp: add support for .set_link_ksettings()
Jakub Kicinski
2017-04-05
nfp: NSP backend for link configuration operations
Jakub Kicinski
2017-04-05
nfp: add extended error messages
Jakub Kicinski
2017-04-05
nfp: turn NSP port entry into a union
Jakub Kicinski
2017-04-05
nfp: allow multi-stage NSP configuration
Jakub Kicinski
2017-04-05
nfp: separate high level and low level NSP headers
Jakub Kicinski
2017-04-05
nfp: report port type in ethtool
Jakub Kicinski
2017-04-05
nfp: report auto-negotiation in ethtool
Jakub Kicinski
2017-04-05
nfp: report link speed from NSP
Jakub Kicinski
2017-04-05
nfp: add port state refresh
Jakub Kicinski
2017-04-05
nfp: track link state changes
Jakub Kicinski
2017-04-05
nfp: add mutex protection for the port list
Jakub Kicinski
2017-04-05
nfp: don't spawn netdevs for reconfigured ports
Jakub Kicinski
2017-04-05
nfp: add support for .get_link_ksettings()
Jakub Kicinski
2017-03-22
nfp: disable FW on reconfiguration errors
Jakub Kicinski
2017-03-22
nfp: remove defensive checks around ndo_open()/ndo_close()
Jakub Kicinski
2017-03-22
nfp: flush xmit_more on error paths
Jakub Kicinski
2017-03-22
nfp: remove RX queue pointers
Jakub Kicinski
2017-03-22
nfp: don't use netdev_warn() before netdev is registered
Jakub Kicinski
2017-03-22
nfp: fix nfp_cpp_read()/nfp_cpp_write() error paths
Jakub Kicinski
2017-03-22
nfp: fix invalid area detection
Jakub Kicinski
2017-03-22
nfp: don't ignore return value of wait_event_interruptible
Jakub Kicinski
2017-03-22
nfp: correct return codes when msleep gets interrupted
Jakub Kicinski
2017-03-22
nfp: lock area cache earlier
Jakub Kicinski
2017-03-22
nfp: document expected locking in the core
Jakub Kicinski
[next]