summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/mvpp2
AgeCommit message (Expand)Author
2021-12-08net: marvell: mvpp2: Fix the computation of shared CPUsChristophe JAILLET
2021-11-26Revert "net: mvpp2: disable force link UP during port init procedure"Greg Kroah-Hartman
2021-07-19net: mvpp2: check return value after calling platform_get_resource()Yang Yingliang
2021-07-14net: mvpp2: Put fwnode in error case during ->probe()Andy Shevchenko
2021-04-07net: mvpp2: fix interrupt mask/unmask skip conditionSasha Levin
2021-02-10net: mvpp2: TCAM entry enable should be written after SRAM dataStefan Chulski
2021-01-23net: mvpp2: Remove Pause and Asym_Pause supportStefan Chulski
2021-01-17net: mvpp2: disable force link UP during port init procedureStefan Chulski
2021-01-12net: mvpp2: fix pkt coalescing int-threshold configurationStefan Chulski
2021-01-12net: mvpp2: Fix GoP port 3 Networking Complex Control configurationsStefan Chulski
2021-01-12net: mvpp2: prs: fix PPPoE with ipv6 packet parseStefan Chulski
2021-01-12net: mvpp2: Add TCAM entry to drop flow control pause framesStefan Chulski
2020-12-30net: mvpp2: add mvpp2_phylink_to_port() helperRussell King
2020-12-08net: mvpp2: Fix error return code in mvpp2_open()Wang Hai
2020-06-30mvpp2: ethtool rxtx stats fixSven Auhagen
2020-06-24mvpp2: remove module bugfixSven Auhagen
2020-06-03net: mvpp2: fix RX hashing for non-10G portsRussell King
2020-05-14net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del()Dan Carpenter
2020-05-14net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()Dan Carpenter
2020-01-04net: marvell: mvpp2: phylink requires the link interruptRussell King
2019-09-02mvpp2: percpu buffersMatteo Croce
2019-09-02mvpp2: refactor BM pool functionsMatteo Croce
2019-08-14net/mvpp2: Replace tasklet with softirq hrtimerThomas Gleixner
2019-08-10mvpp2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-01mvpp2: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-01mvpp2: fix panic on module removalMatteo Croce
2019-07-29mvpp2: refactor the HW checksum setupMatteo Croce
2019-07-29mvpp2: refactor MTU change codeMatteo Croce
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-22net: mvpp2: Don't check for 3 consecutive Idle frames for 10G linksMaxime Chevallier
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-08net: mvpp2: cls: Add support for ETHER_FLOWMaxime Chevallier
2019-07-08net: mvpp2: cls: Report an error for unsupported flow typesMaxime Chevallier
2019-06-28net: mvpp2: prs: Don't override the sign bit in SRAM parser shiftMaxime Chevallier
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-19net: mvpp2: debugfs: Add pmap to fs dumpNathan Huckleberry
2019-06-18net: mvpp2: cls: Add steering based on vlan Id and priority.Maxime Chevallier
2019-06-18net: mvpp2: cls: right-justify the C2 TCAM keysMaxime Chevallier
2019-06-18net: mvpp2: cls: Only select applicable flows of classification offloadMaxime Chevallier
2019-06-18net: mvpp2: cls: Use a dedicated lu_type for the RSS lookupMaxime Chevallier
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-12net: mvpp2: prs: Use the correct helpers when removing all VID filtersMaxime Chevallier
2019-06-12net: mvpp2: prs: Fix parser range for VID filteringMaxime Chevallier
2019-06-10net: mvpp2: Add support for more ethtool countersMaxime Chevallier
2019-06-10net: mvpp2: Rename mvpp2_ethtool_counters to mvpp2_ethtool_mib_countersMaxime Chevallier
2019-06-10net: mvpp2: Only clear the stat counters at port initMaxime Chevallier
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-06net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller