summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: remove duplicate ocelot_port_dev_checkVladimir Oltean2020-10-141-8/+3
* net: mscc: ocelot: offload VLAN mangle action to VCAP IS1Vladimir Oltean2020-10-112-4/+40
* net: mscc: ocelot: add missing VCAP ES0 and IS1 regmaps for VSC7514Vladimir Oltean2020-10-091-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-092-6/+8
|\
| * net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean2020-10-061-0/+2
| * net: mscc: ocelot: divide watermark value by 60 when writing to SYS_ATOPVladimir Oltean2020-10-061-6/+6
* | net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2020-10-052-4/+21
* | net: mscc: ocelot: offload redirect action to VCAP IS2Vladimir Oltean2020-10-031-3/+25
* | net: mscc: ocelot: relax ocelot_exclusive_mac_etype_filter_rules()Vladimir Oltean2020-10-031-14/+22
* | net: mscc: ocelot: only install TCAM entries into a specific lookup and PAGVladimir Oltean2020-10-032-5/+11
* | net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0Xiaoliang Yang2020-10-034-10/+266
* | net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang2020-10-034-0/+225
* | net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean2020-10-033-32/+288
* | net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean2020-10-033-0/+34
* | net: mscc: ocelot: offload multiple tc-flower actions in same ruleVladimir Oltean2020-10-033-55/+53
* | net: mscc: ocelot: look up the filters in flower_stats() and flower_destroy()Vladimir Oltean2020-09-302-13/+18
* | net: mscc: ocelot: add a new ocelot_vcap_block_find_filter_by_id functionVladimir Oltean2020-09-302-7/+21
* | net: mscc: ocelot: rename variable 'cnt' in vcap_data_offset_get()Vladimir Oltean2020-09-301-8/+12
* | net: mscc: ocelot: rename variable 'count' in vcap_data_offset_get()Vladimir Oltean2020-09-301-8/+8
* | net: mscc: ocelot: calculate vcap offsets correctly for full and quarter entriesXiaoliang Yang2020-09-301-2/+15
* | net: mscc: ocelot: parse flower action before keyVladimir Oltean2020-09-301-3/+16
* | net: mscc: ocelot: remove unneeded VCAP parameters for IS2Vladimir Oltean2020-09-301-13/+0
* | net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean2020-09-304-3/+91
* | net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean2020-09-301-0/+45
* | net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean2020-09-301-0/+88
* | net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean2020-09-303-264/+225
* | net: mscc: ocelot: return error if VCAP filter is not foundXiaoliang Yang2020-09-301-4/+12
* | net: mscc: ocelot: introduce a new ocelot_target_{read,write} APIVladimir Oltean2020-09-301-0/+17
* | net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean2020-09-262-37/+10
* | net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean2020-09-252-23/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-233-119/+166
|\|
| * net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean2020-09-221-8/+8
| * net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean2020-09-182-8/+10
| * net: mscc: ocelot: unregister net devices on unbindVladimir Oltean2020-09-181-0/+21
| * net: mscc: ocelot: refactor ports parsing code into a dedicated functionVladimir Oltean2020-09-181-99/+110
| * net: mscc: ocelot: error checking when calling ocelot_init()Vladimir Oltean2020-09-181-1/+4
| * net: mscc: ocelot: check for errors on memory allocation of portsVladimir Oltean2020-09-181-0/+4
| * net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean2020-09-182-5/+9
| * net: mscc: ocelot: fix race condition with TX timestampingVladimir Oltean2020-09-181-6/+8
* | net: mscc: ocelot: make ocelot_init_timestamp take a const struct ptp_clock_infoVladimir Oltean2020-09-191-1/+2
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-5/+5
|\
| * net: mscc: ocelot: fix hardware timestamp dequeue logiclaurent brando2020-07-271-5/+5
* | net: mscc: ocelot: fix non-initialized CPU port on VSC7514Vladimir Oltean2020-07-221-14/+14
* | net: mscc: ocelot: add support for PTP waveform configurationVladimir Oltean2020-07-201-24/+50
* | net: mscc: ocelot: rethink Kconfig dependencies againVladimir Oltean2020-07-161-4/+4
* | net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov2020-07-142-14/+15
* | net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov2020-07-142-8/+9
* | net: mscc: ocelot: disable flow control on NPI interfaceVladimir Oltean2020-07-141-0/+4
* | net: mscc: ocelot: split writes to pause frame enable bit and to thresholdsVladimir Oltean2020-07-141-7/+12