aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-07net: mvpp2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+67
2021-05-25net: mvpp2: add buffer header handling in RXStefan Chulski2-9/+67
2021-05-10mvpp2: suppress warningMatteo Croce1-3/+0
2021-05-10mvpp2: remove unused parameterMatteo Croce1-4/+4
2021-05-10net: mvpp2: Unshadow error code of device_property_read_u32()Andy Shevchenko1-4/+6
2021-05-10net: mvpp2: Use devm_clk_get_optional()Andy Shevchenko1-19/+15
2021-05-10net: mvpp2: Use device_get_match_data() helperAndy Shevchenko1-11/+1
2021-05-10net: mvpp2: Put fwnode in error case during ->probe()Andy Shevchenko1-0/+2
2021-04-16net: mvpp2: Add parsing support for different IPv4 IHL valuesStefan Chulski2-67/+43
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi1-7/+6
2021-02-22net: mvpp2: skip RSS configurations on loopback portStefan Chulski1-11/+14
2021-02-15net: mvpp2: Add TX flow control support for jumbo framesStefan Chulski1-0/+26
2021-02-15net: mvpp2: reduce tx-fifo for loopback portStefan Chulski2-7/+7
2021-02-14net: mvpp2: improve Networking Complex Control register namingStefan Chulski2-7/+7
2021-02-14net: mvpp2: improve mvpp2_get_sram returnStefan Chulski1-3/+1
2021-02-14net: mvpp2: improve Packet Processor version checkStefan Chulski1-18/+18
2021-02-14net: mvpp2: simplify PPv2 version ID readStefan Chulski1-4/+2
2021-02-11net: mvpp2: fix interrupt mask/unmask skip conditionStefan Chulski1-2/+2
2021-02-11net: mvpp2: add TX FC firmware checkStefan Chulski2-7/+33
2021-02-11net: mvpp2: set 802.3x GoP Flow Control modeStefan Chulski1-1/+1
2021-02-11net: mvpp2: add PPv23 RX FIFO flow controlStefan Chulski2-0/+68
2021-02-11net: mvpp2: add BM protection underrun feature supportStefan Chulski2-0/+34
2021-02-11net: mvpp2: add ethtool flow control configuration supportStefan Chulski2-0/+111
2021-02-11net: mvpp2: add RXQ flow control configurationsStefan Chulski2-1/+150
2021-02-11net: mvpp2: enable global flow controlStefan Chulski2-4/+37
2021-02-11net: mvpp2: add FCA RXQ non occupied descriptor thresholdStefan Chulski2-7/+40
2021-02-11net: mvpp2: add FCA periodic timer configurationsStefan Chulski2-0/+58
2021-02-11net: mvpp2: increase BM pool and RXQ sizeStefan Chulski1-4/+4
2021-02-11net: mvpp2: add PPv23 version definitionStefan Chulski2-15/+24
2021-02-11net: mvpp2: always compare hw-version vs MVPP21Stefan Chulski1-19/+19
2021-02-11net: mvpp2: add CM3 SRAM memory mapStefan Chulski2-0/+27
2021-02-10net: mvpp2: add an entry to skip parserStefan Chulski2-1/+17
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+5
2021-02-02net: mvpp2: TCAM entry enable should be written after SRAM dataStefan Chulski1-5/+5
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-7/+7
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2021-01-12net: marvell: Fixed two spellings,controling to controlling and oen to oneBhaskar Chowdhury1-1/+1
2021-01-11net: mvpp2: prs: improve ipv4 parse flowStefan Chulski1-25/+39
2021-01-11net: mvpp2: Remove Pause and Asym_Pause supportStefan Chulski1-2/+0
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-5/+3
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-3/+5
2020-12-28net: mvpp2: fix pkt coalescing int-threshold configurationStefan Chulski1-5/+6
2020-12-21net: mvpp2: Fix GoP port 3 Networking Complex Control configurationsStefan Chulski1-1/+1
2020-12-19net: mvpp2: prs: fix PPPoE with ipv6 packet parseStefan Chulski1-2/+3
2020-12-19net: mvpp2: Add TCAM entry to drop flow control pause framesStefan Chulski2-1/+34
2020-12-19net: mvpp2: disable force link UP during port init procedureStefan Chulski1-1/+13
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+2
2020-12-03Merge 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