index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfp: add support for .set_link_ksettings()
Jakub Kicinski
2017-04-05
1
-0
/
+46
*
nfp: NSP backend for link configuration operations
Jakub Kicinski
2017-04-05
3
-14
/
+179
*
nfp: add extended error messages
Jakub Kicinski
2017-04-05
1
-8
/
+29
*
nfp: turn NSP port entry into a union
Jakub Kicinski
2017-04-05
1
-13
/
+25
*
nfp: allow multi-stage NSP configuration
Jakub Kicinski
2017-04-05
4
-31
/
+138
*
nfp: separate high level and low level NSP headers
Jakub Kicinski
2017-04-05
8
-20
/
+22
*
nfp: report port type in ethtool
Jakub Kicinski
2017-04-05
3
-0
/
+46
*
nfp: report auto-negotiation in ethtool
Jakub Kicinski
2017-04-05
3
-0
/
+17
*
nfp: report link speed from NSP
Jakub Kicinski
2017-04-05
1
-0
/
+11
*
nfp: add port state refresh
Jakub Kicinski
2017-04-05
3
-8
/
+85
*
nfp: track link state changes
Jakub Kicinski
2017-04-05
2
-1
/
+19
*
nfp: add mutex protection for the port list
Jakub Kicinski
2017-04-05
3
-4
/
+21
*
nfp: don't spawn netdevs for reconfigured ports
Jakub Kicinski
2017-04-05
4
-37
/
+62
*
nfp: add support for .get_link_ksettings()
Jakub Kicinski
2017-04-05
2
-0
/
+62
*
nfp: disable FW on reconfiguration errors
Jakub Kicinski
2017-03-22
1
-18
/
+11
*
nfp: remove defensive checks around ndo_open()/ndo_close()
Jakub Kicinski
2017-03-22
1
-10
/
+0
*
nfp: flush xmit_more on error paths
Jakub Kicinski
2017-03-22
1
-0
/
+2
*
nfp: remove RX queue pointers
Jakub Kicinski
2017-03-22
3
-20
/
+6
*
nfp: don't use netdev_warn() before netdev is registered
Jakub Kicinski
2017-03-22
1
-3
/
+3
*
nfp: fix nfp_cpp_read()/nfp_cpp_write() error paths
Jakub Kicinski
2017-03-22
1
-6
/
+9
*
nfp: fix invalid area detection
Jakub Kicinski
2017-03-22
1
-14
/
+15
*
nfp: don't ignore return value of wait_event_interruptible
Jakub Kicinski
2017-03-22
1
-18
/
+38
*
nfp: correct return codes when msleep gets interrupted
Jakub Kicinski
2017-03-22
1
-6
/
+6
*
nfp: lock area cache earlier
Jakub Kicinski
2017-03-22
1
-6
/
+8
*
nfp: document expected locking in the core
Jakub Kicinski
2017-03-22
1
-6
/
+27
*
nfp: move mutex code out of nfp_cppcore.c
Jakub Kicinski
2017-03-22
3
-304
/
+346
*
nfp: remove cpp mutex cache
Jakub Kicinski
2017-03-22
1
-41
/
+2
*
nfp: fail graciously when someone tries to grab global lock
Jakub Kicinski
2017-03-22
2
-11
/
+13
*
nfp: disallow sharing mutexes on the same machine
Jakub Kicinski
2017-03-22
1
-6
/
+0
*
nfp: add support for xdp_adjust_head()
Jakub Kicinski
2017-03-13
2
-30
/
+70
*
nfp: prepare metadata handling for xdp_adjust_head()
Jakub Kicinski
2017-03-13
1
-9
/
+19
*
nfp: reorganize pkt_off variable
Jakub Kicinski
2017-03-13
1
-9
/
+10
*
nfp: validate rx offset from the BAR and size down it's field
Jakub Kicinski
2017-03-13
2
-6
/
+14
*
nfp: store dma direction in data path structure
Jakub Kicinski
2017-03-13
2
-32
/
+24
*
nfp: switch to using data path structures for reconfiguration
Jakub Kicinski
2017-03-13
3
-227
/
+89
*
nfp: use dp to carry xdp_prog at reconfig time
Jakub Kicinski
2017-03-13
3
-52
/
+37
*
nfp: use dp to carry mtu at reconfig time
Jakub Kicinski
2017-03-13
3
-14
/
+15
*
nfp: use dp to carry fl_bufsz at reconfig time
Jakub Kicinski
2017-03-13
2
-32
/
+27
*
nfp: use dp to carry number of stack tx rings and vectors
Jakub Kicinski
2017-03-13
1
-31
/
+31
*
nfp: pass new data path to ring reconfig
Jakub Kicinski
2017-03-13
3
-36
/
+91
*
nfp: move control BAR pointer into data path structure
Jakub Kicinski
2017-03-13
4
-20
/
+21
*
nfp: separate data path information from the reset of adapter structure
Jakub Kicinski
2017-03-13
7
-414
/
+436
*
nfp: prevent theoretical buffer overrun in nfp_eth_read_ports
Simon Horman
2017-03-10
1
-14
/
+20
*
nfp: add metadata format bit
Jakub Kicinski
2017-03-10
2
-1
/
+5
*
nfp: avoid rearming the interrupts when in busy poll
Jakub Kicinski
2017-03-10
1
-4
/
+3
*
nfp: store device pointer for the fastpath
Jakub Kicinski
2017-03-10
4
-38
/
+31
*
nfp: reorder variables in nfp_net_tx()
Jakub Kicinski
2017-03-10
1
-2
/
+2
*
nfp: move more ring debug info to debugfs
Jakub Kicinski
2017-03-10
2
-13
/
+9
*
nfp: implement .ndo_get_phys_port_name()
Jakub Kicinski
2017-03-10
5
-5
/
+69
*
nfp: add support for reporting CRC32 hash function
Jakub Kicinski
2017-03-10
4
-11
/
+75
[next]