Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
efefc97736e6f3261879bc9dddcb161224a455f5
/
drivers
/
net
/
ethernet
/
netronome
e8a4796
nfp: bpf: fix check of program max insn count
by Jakub Kicinski
· 7 years ago
437a4db
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
1a5e8e3
nfp: populate MODULE_VERSION
by Jakub Kicinski
· 7 years ago
0d592e5
nfp: limit the number of TSO segments
by Jakub Kicinski
· 7 years ago
d692403
nfp: forbid disabling hw-tc-offload on representors while offload active
by Jakub Kicinski
· 7 years ago
0b9de4c
nfp: don't advertise hw-tc-offload on non-port netdevs
by Jakub Kicinski
· 7 years ago
e3ac6c0
nfp: bpf: require ETH table
by Jakub Kicinski
· 7 years ago
b7d9923
nfp: bpf: fix immed relocation for larger offsets
by Jakub Kicinski
· 7 years ago
703f578a
nfp: fix kdoc warnings on nested structures
by Jakub Kicinski
· 7 years ago
1d8ef0c
nfp: fix TLV offset calculation
by Edwin Peer
· 7 years ago
3107fdc
nfp: use tc_cls_can_offload_and_chain0()
by Jakub Kicinski
· 7 years ago
e58decc
nfp: fix error return code in nfp_pci_probe()
by Wei Yongjun
· 7 years ago
e71494ae
nfp: fix fw dump handling of absolute rtsym size
by Carl Heymann
· 7 years ago
52be9a7
nfp: bpf: use extack support to improve debugging
by Quentin Monnet
· 7 years ago
acc2abbb
nfp: bpf: plumb extack into functions related to XDP offload
by Quentin Monnet
· 7 years ago
01c15e9
nfp: flower: prioritize stats updates
by Pieter Jansen van Vuuren
· 7 years ago
ea9722e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
81bd5ded
nfp: bpf: disable all ctrl vNIC capabilities
by Jakub Kicinski
· 7 years ago
78a0a65
nfp: allow apps to disable ctrl vNIC capabilities
by Jakub Kicinski
· 7 years ago
545bfa7
nfp: split reading capabilities out of nfp_net_init()
by Jakub Kicinski
· 7 years ago
527d7d1
nfp: read mailbox address from TLV caps
by Jakub Kicinski
· 7 years ago
ce991ab
nfp: read ME frequency from vNIC ctrl memory
by Jakub Kicinski
· 7 years ago
73a0329
nfp: add TLV capabilities to the BAR
by Jakub Kicinski
· 7 years ago
bf245f1
nfp: improve app not found message
by Jakub Kicinski
· 7 years ago
3eb47df
nfp: protect each repr pointer individually with RCU
by Jakub Kicinski
· 7 years ago
e1740fb
nfp: add nfp_reprs_get_locked() helper
by Jakub Kicinski
· 7 years ago
bcc93a2
nfp: register devlink after app is created
by Jakub Kicinski
· 7 years ago
e1a2599
nfp: release global resources only on the remove path
by Jakub Kicinski
· 7 years ago
aa3f4b6
nfp: core: make scalar CPP helpers fail on short accesses
by Jakub Kicinski
· 7 years ago
ca027a1
nfp: bpf: add short busy wait for FW replies
by Jakub Kicinski
· 7 years ago
7a0ef69
bpf: offload: allow array map offload
by Jakub Kicinski
· 7 years ago
eb1d7db
nfp: bpf: set new jit info fields
by Jiong Wang
· 7 years ago
c02b374
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
74801e5
nfp: bpf: reject program on instructions unknown to the JIT compiler
by Quentin Monnet
· 7 years ago
7dfa4d8
nfp: bpf: print map lookup problems into verifier log
by Jakub Kicinski
· 7 years ago
0d9c9f0
nfp: use the correct index for link speed table
by Jakub Kicinski
· 7 years ago
1bba4c4
nfp: bpf: implement bpf map offload
by Jakub Kicinski
· 7 years ago
3dd43c3
nfp: bpf: add support for reading map memory
by Jakub Kicinski
· 7 years ago
77a3d31
nfp: bpf: add verification and codegen for map lookups
by Jakub Kicinski
· 7 years ago
ce4ebfd
nfp: bpf: add helpers for updating immediate instructions
by Jakub Kicinski
· 7 years ago
9d080d5
nfp: bpf: parse function call and map capabilities
by Jakub Kicinski
· 7 years ago
ff3d43f
nfp: bpf: implement helpers for FW map ops
by Jakub Kicinski
· 7 years ago
d48ae23
nfp: bpf: add basic control channel communication
by Jakub Kicinski
· 7 years ago
4da98ee
nfp: bpf: add map data structure
by Jakub Kicinski
· 7 years ago
0a9c199
bpf: rename bpf_dev_offload -> bpf_prog_offload
by Jakub Kicinski
· 7 years ago
19d28fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
fc23365
nfp: always unmask aux interrupts at init
by Jakub Kicinski
· 7 years ago
ff627e3
nfp: bpf: reuse verifier log for debug messages
by Quentin Monnet
· 7 years ago
c087aa8
nfp: bpf: add signed jump insns
by Nic Viljoen
· 7 years ago
af93d15
nfp: hand over to BPF offload app at coarser granularity
by Jakub Kicinski
· 7 years ago
e84797f
nfp: bpf: use a large constant in unresolved branches
by Jakub Kicinski
· 7 years ago
44a12ec
nfp: bpf: don't depend on high order allocations for program image
by Jakub Kicinski
· 7 years ago
2314fe9
nfp: bpf: relocate jump targets just before the load
by Jakub Kicinski
· 7 years ago
488feea
nfp: bpf: add helpers for modifying branch addresses
by Jakub Kicinski
· 7 years ago
1549921
nfp: bpf: move jump resolution to jit.c
by Jakub Kicinski
· 7 years ago
a0f30c9
nfp: bpf: allow disabling TC offloads when XDP active
by Jakub Kicinski
· 7 years ago
ccbdc59
nfp: bpf: don't allow changing MTU above BPF offload limit when active
by Jakub Kicinski
· 7 years ago
c4f7730
nfp: bpf: round up the size of the stack
by Jakub Kicinski
· 7 years ago
8c6a6d9
nfp: fix incumbent kdoc warnings
by Jakub Kicinski
· 7 years ago
a9c324b
nfp: don't try to register XDP rxq structures on control queues
by Jakub Kicinski
· 7 years ago
7f0b800
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
7f1c684
nfp: setup xdp_rxq_info
by Jesper Dangaard Brouer
· 7 years ago
d0adb51
nfp: add basic multicast filtering
by Jakub Kicinski
· 7 years ago
d2c2928
nfp: flower: implement the PORT_REIFY message
by Dirk van der Merwe
· 7 years ago
0f08479
nfp: add repr_preclean callback
by Dirk van der Merwe
· 7 years ago
c6d20ab
nfp: flower: obtain repr link state only from firmware
by Dirk van der Merwe
· 7 years ago
cae1927
bpf: offload: allow netdev to disappear while verifier is running
by Jakub Kicinski
· 7 years ago
4f83435
nfp: bpf: allocate vNIC priv for keeping track of the offloaded program
by Jakub Kicinski
· 7 years ago
fba961a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
d3f89b9
nfp: bpf: keep track of the offloaded program
by Jakub Kicinski
· 7 years ago
102740b
cls_bpf: fix offload assumptions after callback conversion
by Jakub Kicinski
· 7 years ago
3ca3059
nfp: flower: compile Geneve encap actions
by John Hurley
· 7 years ago
bedeca1
nfp: flower: compile Geneve match fields
by John Hurley
· 7 years ago
7399734
nfp: flower: read extra feature support from fw
by John Hurley
· 7 years ago
574f1e9
nfp: flower: remove unused tun_mask variable
by John Hurley
· 7 years ago
59436c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
4a29c0d
nfp: set flags in the correct member of netdev_bpf
by Jakub Kicinski
· 7 years ago
0bce7c9
nfp: bpf: correct printk formats for size_t
by Jakub Kicinski
· 7 years ago
28b2d7d
nfp: fix XPB register reads in debug dump
by Carl Heymann
· 7 years ago
da76286
nfp: fix absolute rtsym handling in debug dump
by Carl Heymann
· 7 years ago
7a74156
nfp: implement firmware flashing
by Dirk van der Merwe
· 7 years ago
87a2380
nfp: extend NSP infrastructure for configurable timeouts
by Dirk van der Merwe
· 7 years ago
8231f84
nfp: bpf: optimize the adjust_head calls in trivial cases
by Jakub Kicinski
· 7 years ago
0d49eaf
nfp: bpf: add basic support for adjust head call
by Jakub Kicinski
· 7 years ago
2cb230b
nfp: bpf: prepare for call support
by Jakub Kicinski
· 7 years ago
77a844e
nfp: bpf: prepare for parsing BPF FW capabilities
by Jakub Kicinski
· 7 years ago
a351ab56
nfp: add nfp_cpp_area_size() accessor
by Jakub Kicinski
· 7 years ago
92a54f4
nfp: debug dump - decrease endian conversions
by Carl Heymann
· 7 years ago
197171e
nfp: flower: remove unused defines
by John Hurley
· 7 years ago
a427673
nfp: flower: remove dead code paths
by John Hurley
· 7 years ago
de7d954
nfp: flower: do not assume mac/mpls matches
by John Hurley
· 7 years ago
51e18a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
9f8a739
act_mirred: get rid of tcfm_ifindex from struct tcf_mirred
by Cong Wang
· 7 years ago
60b84a9
nfp: dump indirect ME CSRs
by Carl Heymann
· 7 years ago
0e6c495
nfp: dump CPP, XPB and direct ME CSRs
by Carl Heymann
· 7 years ago
e9364d3
nfp: dump firmware name
by Carl Heymann
· 7 years ago
10144de
nfp: dump single hwinfo field by key
by Carl Heymann
· 7 years ago
24ff845
nfp: dump all hwinfo
by Carl Heymann
· 7 years ago
e1e798e
nfp: dump rtsyms
by Carl Heymann
· 7 years ago
f3682c7
nfp: dumpspec TLV traversal
by Carl Heymann
· 7 years ago
Next »