index
:
linux.git
master
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-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
2017-03-22
nfp: move mutex code out of nfp_cppcore.c
Jakub Kicinski
2017-03-22
nfp: remove cpp mutex cache
Jakub Kicinski
2017-03-22
nfp: fail graciously when someone tries to grab global lock
Jakub Kicinski
2017-03-22
nfp: disallow sharing mutexes on the same machine
Jakub Kicinski
2017-03-12
nfp: add support for xdp_adjust_head()
Jakub Kicinski
2017-03-12
nfp: prepare metadata handling for xdp_adjust_head()
Jakub Kicinski
2017-03-12
nfp: reorganize pkt_off variable
Jakub Kicinski
2017-03-12
nfp: validate rx offset from the BAR and size down it's field
Jakub Kicinski
2017-03-12
nfp: store dma direction in data path structure
Jakub Kicinski
2017-03-12
nfp: switch to using data path structures for reconfiguration
Jakub Kicinski
2017-03-12
nfp: use dp to carry xdp_prog at reconfig time
Jakub Kicinski
2017-03-12
nfp: use dp to carry mtu at reconfig time
Jakub Kicinski
2017-03-12
nfp: use dp to carry fl_bufsz at reconfig time
Jakub Kicinski
2017-03-12
nfp: use dp to carry number of stack tx rings and vectors
Jakub Kicinski
2017-03-12
nfp: pass new data path to ring reconfig
Jakub Kicinski
2017-03-12
nfp: move control BAR pointer into data path structure
Jakub Kicinski
2017-03-12
nfp: separate data path information from the reset of adapter structure
Jakub Kicinski
2017-03-09
nfp: prevent theoretical buffer overrun in nfp_eth_read_ports
Simon Horman
2017-03-09
nfp: add metadata format bit
Jakub Kicinski
2017-03-09
nfp: avoid rearming the interrupts when in busy poll
Jakub Kicinski
2017-03-09
nfp: store device pointer for the fastpath
Jakub Kicinski
2017-03-09
nfp: reorder variables in nfp_net_tx()
Jakub Kicinski
[next]