index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
Age
Commit message (
Expand
)
Author
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
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
[next]