summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp
AgeCommit message (Expand)AuthorFilesLines
2023-01-18nfp: fix use-after-free in area_cache_get()Jialiang Wang1-1/+2
2022-06-14nfp: only report pause frame configuration for physical deviceYu Xiao1-2/+2
2022-05-15nfp: bpf: silence bitwise vs. logical OR warningNathan Chancellor1-2/+2
2021-12-14nfp: Fix memory leak in nfp_cpp_area_cache_add()Jianglei Nie1-1/+3
2021-08-12nfp: update ethtool reporting of pauseframe controlFei Qin1-0/+2
2020-09-26nfp: use correct define to return NONE fecJakub Kicinski1-2/+2
2020-01-27nfp: bpf: fix static check error through tightening shift amount adjustmentJiong Wang1-1/+12
2020-01-27nfp: fix simple vNIC mailbox lengthDirk van der Merwe1-1/+1
2019-12-01nfp: bpf: protect against mis-initializing atomic countersJakub Kicinski3-7/+76
2019-11-20nfp: provide a better warning when ring allocation failsJakub Kicinski1-4/+12
2019-10-11nfp: flower: fix memory leak in nfp_flower_spawn_vnic_reprsNavid Emamdoost1-0/+1
2019-10-05nfp: flower: prevent memory leak in nfp_flower_spawn_phy_reprsNavid Emamdoost1-0/+3
2019-10-05nfp: flower: fix memory leak in nfp_flower_spawn_vnic_reprsNavid Emamdoost1-0/+3
2019-05-25nfp: flower: add rcu locks when accessing netdev for tunnelsPieter Jansen van Vuuren1-6/+11
2019-04-27nfp: flower: remove vlan CFI bit from push vlan actionPieter Jansen van Vuuren2-3/+1
2019-04-27nfp: flower: replace CFI with vlan presentPieter Jansen van Vuuren2-9/+7
2019-04-17nfp: disable netpoll on representorsJakub Kicinski1-0/+2
2019-04-17nfp: validate the return code from dev_queue_xmit()Jakub Kicinski1-1/+1
2019-03-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang1-11/+6
2019-03-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang1-1/+1
2019-01-09nfp: flower: ensure TCP flags can be placed in IPv6 framePieter Jansen van Vuuren1-6/+22
2018-11-13nfp: devlink port split support for 1x100G CXP NICRyan C Goodfellow1-3/+14
2018-10-16nfp: flower: use offsets provided by pedit instead of index for ipv6Pieter Jansen van Vuuren1-11/+15
2018-10-16nfp: flower: fix multiple keys per pedit actionPieter Jansen van Vuuren1-4/+12
2018-10-16nfp: flower: fix pedit set actions for multiple partial masksPieter Jansen van Vuuren1-6/+9
2018-10-02nfp: avoid soft lockups under control message stormJakub Kicinski1-5/+12
2018-09-24nfp: remove ndo_poll_controllerEric Dumazet1-18/+0
2018-09-12nfp: flower: reject tunnel encap with ipv6 outer headers for offloadingLouis Peens1-0/+6
2018-09-12nfp: flower: fix vlan match by checking both vlan id and vlan pcpPieter Jansen van Vuuren3-1/+13
2018-09-01nfp: wait for posted reconfigs when disabling the deviceJakub Kicinski1-15/+33
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-4/+2
2018-08-14nfp: clean up return types in kdoc commentsJakub Kicinski2-6/+2
2018-08-07nfp: flower: add geneve option match offloadPieter Jansen van Vuuren3-0/+69
2018-08-07nfp: flower: add geneve option push action offloadPieter Jansen van Vuuren3-7/+114
2018-08-07nfp: flower: allow matching on ipv4 UDP tunnel tos and ttlJohn Hurley3-3/+17
2018-08-07nfp: flower: set ip tunnel ttl from encap actionJohn Hurley1-18/+21
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller12-49/+197
2018-08-04nfp: bpf: xdp_adjust_tail supportJakub Kicinski6-0/+71
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-07-31nfp: fix variable dereferenced before check in nfp_app_ctrl_rx_raw()Jakub Kicinski1-3/+4
2018-07-29nfp: flower: fix port metadata conversion bugJohn Hurley1-1/+3
2018-07-27nfp: bpf: improve map offload info messagesJakub Kicinski1-4/+16
2018-07-27nfp: bpf: remember maps by IDJakub Kicinski5-17/+26
2018-07-27nfp: bpf: allow receiving perf events on data queuesJakub Kicinski3-0/+22
2018-07-27nfp: bpf: pass raw data buffer to nfp_bpf_event_output()Jakub Kicinski3-14/+15
2018-07-27nfp: allow control message reception on data queuesJakub Kicinski4-0/+31
2018-07-27nfp: move repr handling on RX pathJakub Kicinski1-14/+15
2018-07-26nfp: protect from theoretical size overflows on HW descriptor ringJakub Kicinski2-6/+7
2018-07-26nfp: restore correct ordering of fields in rx ring structureJakub Kicinski1-3/+4
2018-07-26nfp: use kvcalloc() to allocate SW buffer descriptor arraysJakub Kicinski1-8/+8