summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc
AgeCommit message (Expand)AuthorFilesLines
2019-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-08-23ocelot_ace: fix action of trapYangbo Lu1-1/+1
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+3
2019-08-19net: sched: use major priority number as hardware priorityPablo Neira Ayuso1-9/+3
2019-08-16net: mscc: PTP Hardware Clock (PHC) supportAntoine Tenart3-13/+539
2019-08-16net: mscc: remove the frame_info cpuq memberAntoine Tenart2-2/+0
2019-08-16net: mscc: improve the frame header parsing readabilityAntoine Tenart1-11/+13
2019-08-16net: mscc: describe the PTP register rangeAntoine Tenart4-1/+70
2019-07-27ocelot: Cancel delayed work before wq destructionClaudiu Manoil1-0/+1
2019-07-20net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2-5/+5
2019-07-20net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso1-1/+1
2019-07-20net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2-3/+2
2019-07-16net: ethernet: mscc: ocelot_board: Add of_node_put() before returnNishka Dasgupta1-1/+4
2019-07-10net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-11/+11
2019-07-10net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso1-0/+3
2019-07-10drivers: net: use flow block APIPablo Neira Ayuso3-31/+53
2019-07-10net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2-3/+3
2019-07-10net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso1-2/+2
2019-06-10ocelot: remove unused variable 'rc' in vcap_cmd()Mao Wenan1-2/+1
2019-06-06net: mscc: ocelot: remove unused variable 'vcap_data_t'YueHaibing1-1/+1
2019-06-05net: mscc: ocelot: Fix some struct initializationsNathan Chancellor1-4/+10
2019-06-02net: mscc: ocelot: Hardware ofload for tc flower filterHoratiu Vultur4-7/+373
2019-06-02net: mscc: ocelot: Add support for tcamHoratiu Vultur9-1/+1505
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-39/+8
2019-05-30net: mscc: ocelot: Implement port policers via tc commandJoergen Andreasen7-3/+460
2019-05-22ocelot: Dont allocate another multicast list, use __dev_mc_syncClaudiu Manoil2-39/+8
2019-04-17ocelot: Clean up stats update deferred workClaudiu Manoil1-8/+14
2019-04-17ocelot: Don't sleep in atomic context (irqs_disabled())Claudiu Manoil1-1/+1
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+11
2019-03-03net: mscc: Enable all ports in QSGMIIKavya Sree Kotagiri1-3/+11
2019-02-27net: Remove switchdev_opsFlorian Fainelli1-5/+0
2019-02-27net: mscc: ocelot: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli3-0/+30
2019-02-07mscc: ocelot: Implement ndo_get_port_parent_id()Florian Fainelli1-20/+13
2019-01-18net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2018-12-29Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-7/+2
2018-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-12-21net: mscc: ocelot: Register poll timeout should be wall time not attemptsSteen Hegelund1-28/+27
2018-12-21mscc: Configured MAC entries should be locked.Allan W. Nielsen1-1/+1
2018-12-13net: switchdev: Add extack to switchdev_handle_port_obj_add() callbackPetr Machata1-1/+2
2018-12-12phy: ocelot-serdes: convert to use eth phy mode and submodeGrygorii Strashko1-7/+2
2018-11-24switchdev: Replace port obj add/del SDO with a notificationPetr Machata1-2/+0
2018-11-24ocelot: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata3-0/+32
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-10-18net: mscc: ocelot: Fix comment in ocelot_vlant_wait_for_completion()Gregory CLEMENT1-3/+3
2018-10-11net: mscc: allow extracting the FCS into the skbAntoine Tenart2-2/+7
2018-10-08net: mscc: ocelot: remove set but not used variable 'phy_mode'YueHaibing1-3/+0
2018-10-06net: mscc: ocelot: make use of SerDes PHYs for handling their configurationQuentin Schulz5-12/+63
2018-10-06net: mscc: ocelot: simplify register access for PLL5 configurationQuentin Schulz2-156/+9
2018-10-06net: mscc: ocelot: move the HSIO header to include/socQuentin Schulz2-786/+1
2018-10-06net: mscc: ocelot: get HSIO regmap from sysconQuentin Schulz1-1/+10