index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-23
nfp: abm: add initial active buffer management NIC skeleton
Jakub Kicinski
6
-0
/
+155
2018-05-23
nfp: core: allow 4-byte aligned accesses to Memory Units
Jakub Kicinski
1
-50
/
+44
2018-05-23
nfp: add shared buffer configuration
Jakub Kicinski
6
-1
/
+294
2018-05-23
nfp: add support for per-PCI PF mailbox
Jakub Kicinski
3
-0
/
+173
2018-05-23
nfp: move rtsym helpers to pf code
Jakub Kicinski
3
-48
/
+51
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-05-19
devlink: extend attrs_set for setting port flavours
Jiri Pirko
1
-2
/
+3
2018-05-19
devlink: introduce devlink_port_attrs_set
Jiri Pirko
1
-2
/
+2
2018-05-18
nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)
Jiong Wang
1
-10
/
+89
2018-05-18
nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)
Jiong Wang
2
-0
/
+35
2018-05-18
nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)
Jiong Wang
5
-31
/
+321
2018-05-17
nfp: flower: fix error path during representor creation
Jiri Pirko
3
-4
/
+19
2018-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-12
/
+105
2018-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+1
2018-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-19
/
+0
2018-05-10
nfp: flower: remove headroom from max MTU calculation
Pieter Jansen van Vuuren
1
-19
/
+0
2018-05-09
nfp: bpf: allow zero-length capabilities
Jakub Kicinski
1
-1
/
+1
2018-05-09
nfp: bpf: support setting the RX queue index
Jakub Kicinski
6
-12
/
+105
2018-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-31
/
+385
2018-05-04
nfp: bpf: rewrite map pointers with NFP TIDs
Jakub Kicinski
2
-21
/
+32
2018-05-04
nfp: bpf: perf event output helpers support
Jakub Kicinski
7
-4
/
+187
2018-05-04
nfp: bpf: record offload neutral maps in the driver
Jakub Kicinski
4
-6
/
+166
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-19
/
+35
2018-05-01
nfp: flower: set tunnel ttl value to net default
John Hurley
2
-3
/
+12
2018-04-27
nfp: don't depend on eth_tbl being available
Jakub Kicinski
4
-16
/
+23
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-113
/
+124
2018-04-25
nfp: flower: ignore duplicate cb requests for same rule
John Hurley
2
-3
/
+21
2018-04-25
nfp: flower: support offloading multiple rules with same cookie
John Hurley
3
-17
/
+38
2018-04-25
nfp: print PCIe link bandwidth on probe
Jakub Kicinski
1
-0
/
+1
2018-04-25
nfp: reset local locks on init
Jakub Kicinski
5
-0
/
+113
2018-04-25
nfp: bpf: optimize comparisons to negative constants
Jakub Kicinski
2
-13
/
+35
2018-04-25
nfp: bpf: tabularize generations of compare operations
Jakub Kicinski
1
-107
/
+61
2018-04-25
nfp: bpf: optimize add/sub of a negative constant
Jakub Kicinski
1
-0
/
+35
2018-04-25
nfp: bpf: remove double space
Jakub Kicinski
1
-1
/
+1
2018-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-14
/
+54
2018-04-18
bpf: make netronome nfp compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
1
-1
/
+1
2018-04-12
nfp: flower: split and limit cmsg skb lists
Pieter Jansen van Vuuren
4
-8
/
+46
2018-04-12
nfp: flower: move route ack control messages out of the workqueue
Pieter Jansen van Vuuren
1
-3
/
+3
2018-04-12
nfp: print a message when mutex wait is interrupted
Jakub Kicinski
1
-1
/
+4
2018-04-12
nfp: ignore signals when communicating with management FW
Jakub Kicinski
1
-2
/
+1
2018-04-04
nfp: use full 40 bits of the NSP buffer address
Dirk van der Merwe
1
-4
/
+5
2018-04-04
nfp: add a separate counter for packets with CHECKSUM_COMPLETE
Jakub Kicinski
3
-9
/
+13
2018-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2018-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-79
/
+770
2018-03-30
nfp: flower: offload phys port MTU change
John Hurley
4
-5
/
+146
2018-03-30
nfp: modify app MTU setting callbacks
John Hurley
4
-11
/
+33
2018-03-28
nfp: bpf: improve wrong FW response warnings
Jakub Kicinski
1
-6
/
+6
2018-03-28
nfp: bpf: add support for bpf_get_prandom_u32()
Jakub Kicinski
6
-2
/
+47
2018-03-28
nfp: bpf: add support for atomic add of unknown values
Jakub Kicinski
5
-15
/
+88
2018-03-28
nfp: bpf: expose command delay slots
Jakub Kicinski
1
-29
/
+24
[prev]
[next]