summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
Commit message (Expand)AuthorAgeFilesLines
* octeontx2-pf: Add egress PFC supportSuman Ghosh2022-09-015-17/+427
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-318-26/+26
* net: prestera: manage matchall and flower prioritiesMaksym Glubokiy2022-08-268-0/+163
* net: prestera: add support for egress traffic mirroringSerhiy Boiko2022-08-265-19/+39
* net: prestera: acl: extract matchall logic into a separate fileSerhiy Boiko2022-08-266-66/+96
* net: marvell: prestera: implement br_port_locked flag offloadingOleksandr Mazur2022-08-245-1/+34
* net: prestera: cache port state for non-phylink ports tooMaksym Glubokiy2022-08-221-19/+17
* net: prestera: add missing ABI compatibility checkMaksym Glubokiy2022-08-191-0/+1
* octeontx2-pf: Fix NIX_AF_TL3_TL2X_LINKX_CFG register configurationNaveen Mamindlapalli2022-08-052-5/+15
* octeontx2-af: Fix key checking for source macSubbaraya Sundeep2022-08-051-1/+2
* octeontx2-af: Fix mcam entry resource leakSubbaraya Sundeep2022-08-052-0/+12
* octeontx2-af: suppress external profile loading warningHarman Kalra2022-08-051-1/+1
* octeontx2-af: Apply tx nibble fixup alwaysStanislaw Kardach2022-08-051-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-031-1/+1
|\
| * octeontx2-pf: Reduce minimum mtu size to 60Subbaraya Sundeep2022-08-011-1/+1
* | net: marvell: prestera: remove reduntant codeSebin Sebastian2022-08-011-1/+1
* | net: marvell: prestera: uninitialized variable bugDan Carpenter2022-07-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-33/+73
|\|
| * octeontx2-pf: Fix UDP/TCP src and dst port tc filtersSubbaraya Sundeep2022-07-261-12/+18
| * octeontx2-pf: cn10k: Fix egress ratelimit configurationSunil Goutham2022-07-261-21/+55
* | Revert "Merge branch 'octeontx2-minor-tc-fixes'"Paolo Abeni2022-07-281-73/+33
* | octeontx2-pf: Fix UDP/TCP src and dst port tc filtersSubbaraya Sundeep2022-07-261-12/+18
* | octeontx2-pf: cn10k: Fix egress ratelimit configurationSunil Goutham2022-07-261-21/+55
* | net: marvell: prestera: use netif_is_any_bridge_port instead of open codeJuhee Kang2022-07-221-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-3/+3
|\|
| * net: prestera: acl: use proper mask for port selectorMaksym Glubokiy2022-07-181-3/+3
* | net: marvell: prestera: add phylink supportOleksandr Mazur2022-07-205-62/+334
* | net: prestera: acl: add support for 'police' action on egressMaksym Glubokiy2022-07-191-1/+1
* | net: prestera: acl: fix code formattingMaksym Glubokiy2022-07-181-4/+4
* | octeontx2-af: Set NIX link credits based on max LMACSunil Goutham2022-07-157-9/+102
* | octeontx2-af: Fixes static warningsRatheesh Kannoth2022-07-152-15/+55
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-0/+1
|\|
| * net: marvell: prestera: fix missed deinit sequenceYevhen Orlov2022-07-121-0/+1
* | octeontx2-af: Limit link bringup time at firmwareHariprasad Kelam2022-07-134-5/+15
* | octeontx2-af: returning uninitialized variableSebin Sebastian2022-07-131-1/+1
* | octeontx2-af: Remove duplicate includeJiapeng Chong2022-07-131-2/+0
* | octeontx2-af: Skip CGX/RPM probe incase of zero lmac countHariprasad Kelam2022-07-135-4/+17
* | net: prestera: add support for port range filtersMaksym Glubokiy2022-07-131-0/+24
* | net: marvell: prestera: implement software MDB entries allocationOleksandr Mazur2022-07-133-2/+635
* | net: marvell: prestera: define and implement MDB / flood domain API for entri...Oleksandr Mazur2022-07-132-0/+163
* | net: marvell: prestera: define MDB/flood domain entries and HW API to offload...Oleksandr Mazur2022-07-134-0/+259
* | net: marvell: prestera: rework bridge flags settingOleksandr Mazur2022-07-135-89/+67
* | octeontx2-af: Enable Exact match flag in kex profileRatheesh Kannoth2022-07-111-2/+3
* | octeontx2-pf: Add support for exact match table.Ratheesh Kannoth2022-07-114-29/+67
* | octeontx2-af: Invoke exact match functions if supportedRatheesh Kannoth2022-07-112-0/+41
* | octeontx2-af: Wrapper functions for MAC addr add/del/update/resetRatheesh Kannoth2022-07-112-12/+370
* | octeontx2: Modify mbox request and response structuresRatheesh Kannoth2022-07-113-9/+24
* | octeontx2-af: Debugsfs support for exact match.Ratheesh Kannoth2022-07-111-0/+179
* | octeontx2-af: Drop rules for NPC MCAMRatheesh Kannoth2022-07-116-6/+481
* | octeontx2-af: FLR handler for exact match table.Ratheesh Kannoth2022-07-113-0/+31