summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)AuthorFilesLines
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-3/+3
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-12-03net: mvpp2: Fix error return code in mvpp2_open()Wang Hai1-0/+1
2020-12-02octeontx2-af: debugfs: delete dead codeDan Carpenter1-203/+52
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2-3/+3
2020-11-25net: mvneta: alloc skb_shared_info on the mvneta_rx_swbm stackLorenzo Bianconi1-19/+23
2020-11-25net: mvneta: move skb_shared_info in mvneta_xdp_put_buff callerLorenzo Bianconi1-11/+21
2020-11-25net: mvneta: avoid unnecessary xdp_buff initializationLorenzo Bianconi1-4/+5
2020-11-25net: mvpp2: divide fifo for dts-active ports onlyStefan Chulski2-44/+108
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-22octeontx2-af: Add support for RSS hashing based on Transport protocol fieldGeorge Cherian3-1/+10
2020-11-20octeontx2-af: Fix access of iter->entry after iter object has been kfree'dColin Ian King1-3/+5
2020-11-20octeontx2-af: Fix return of uninitialized variable errColin Ian King1-1/+1
2020-11-20octeontx2-pf: Fix unintentional sign extension issueColin Ian King1-1/+1
2020-11-20octeontx2-af: add debugfs entries for CPT blockSrujana Challa2-0/+273
2020-11-20octeontx2-af: add mailbox interface for CPTSrujana Challa4-7/+325
2020-11-20octeontx2-pf: move lmt flush to include/linux/socSrujana Challa1-12/+1
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+8
2020-11-18octeontx2-af: Delete NIX_RXVLAN_ALLOC mailbox messageSubbaraya Sundeep4-90/+0
2020-11-18octeontx2-af: Add new mbox messages to retrieve MCAM entriesNaveen Mamindlapalli2-0/+92
2020-11-18octeontx2-af: Handle PF-VF mac address changesHariprasad Kelam4-4/+36
2020-11-18octeontx2-pf: Add support for SR-IOV management functionsNaveen Mamindlapalli9-2/+420
2020-11-18octeontx2-pf: Implement ingress/egress VLAN offloadHariprasad Kelam8-4/+167
2020-11-18octeontx2-af: Modify nix_vtag_cfg mailbox to support TX VTAG entriesVamsi Attunuru3-13/+250
2020-11-18octeontx2-af: Add debugfs entry to dump the MCAM rulesSubbaraya Sundeep1-0/+197
2020-11-18octeontx2-pf: Add support for unicast MAC address filteringHariprasad Kelam3-7/+143
2020-11-18octeontx2-pf: Add support for ethtool ntuple filtersSubbaraya Sundeep5-5/+707
2020-11-18octeontx2-af: Add mbox messages to install and delete MCAM rulesSubbaraya Sundeep8-52/+1064
2020-11-18octeontx2-af: Generate key field bit mask from KEX profileSubbaraya Sundeep5-3/+658
2020-11-18octeontx2-af: Verify MCAM entry channel and PF_FUNCSubbaraya Sundeep3-2/+82
2020-11-18octeontx2-af: Modify default KEX profile to extract TX packet fieldsStanislaw Kardach3-14/+120
2020-11-17net: mvneta: fix possible memory leak in mvneta_swbm_add_rx_fragmentLorenzo Bianconi1-2/+3
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-2/+18
2020-11-14net: mvpp2: Add xdp tx return bulking supportLorenzo Bianconi1-1/+9
2020-11-14net: mvneta: Add xdp tx return bulking supportLorenzo Bianconi1-1/+9
2020-11-14net: marvell: prestera: fix error return code in prestera_pci_probe()Wang Hai1-2/+5
2020-11-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2020-11-12drivers: net: sky2: Fix -Wstringop-truncation with W=1Andrew Lunn1-1/+1
2020-11-07net: marvell: prestera: fix compilation with CONFIG_BRIDGE=mVadym Kochan1-0/+1
2020-11-04octeontx2-pf: Fix sizeof() mismatchColin Ian King1-1/+1
2020-11-01octeontx2-af: Display CGX, NIX and PF map in debugfs.Rakesh Babu1-0/+47
2020-11-01octeontx2-af: Display NIX1 also in debugfsRakesh Babu2-43/+125
2020-11-01octeontx2-pf: Calculate LBK link instead of hardcodingSubbaraya Sundeep2-2/+8
2020-11-01octeontx2-af: Mbox changes for 98xxSubbaraya Sundeep5-18/+94
2020-11-01octeontx2-af: Add NIX1 interfaces to NPCSubbaraya Sundeep7-107/+337
2020-11-01octeontx2-af: Setup MCE context for assigned NIXSubbaraya Sundeep1-20/+36
2020-11-01octeontx2-af: Map NIX block from CGX connectionSubbaraya Sundeep6-10/+107
2020-11-01octeontx2-af: Initialize NIX1 blockRakesh Babu3-35/+104
2020-11-01octeontx2-af: Manage new blocks in 98xxRakesh Babu3-49/+105
2020-11-01octeontx2-af: Update get/set resource count functionsSubbaraya Sundeep2-22/+53