aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/mscc/ocelot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-02net: mscc: ocelot: allow unregistered IP multicast floodingVladimir Oltean1-2/+6
2021-12-01net: mscc: ocelot: correctly report the timestamping RX filters in ethtoolVladimir Oltean1-1/+4
2021-12-01net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMPVladimir Oltean1-6/+0
2021-01-27net: mscc: ocelot: allow offloading of bridge on top of LAGVladimir Oltean1-3/+1
2019-12-18net: mscc: ocelot: unregister the PTP clock on deinitVladimir Oltean1-4/+10
2019-11-06net: mscc: ocelot: fix NULL pointer on LAG slave removalClaudiu Manoil1-1/+2
2019-11-06net: mscc: ocelot: don't handle netdev events for other netdevsClaudiu Manoil1-3/+3
2019-10-29net: mscc: ocelot: refuse to overwrite the port's native vlanVladimir Oltean1-1/+8
2019-10-29net: mscc: ocelot: fix vlan_filtering when enslaving to bridge before link is upVladimir Oltean1-1/+1
2019-08-15net: mscc: PTP Hardware Clock (PHC) supportAntoine Tenart1-3/+398
2019-07-26ocelot: Cancel delayed work before wq destructionClaudiu Manoil1-0/+1
2019-06-02net: mscc: ocelot: Add support for tcamHoratiu Vultur1-0/+13
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-35/+8
2019-05-29net: mscc: ocelot: Implement port policers via tc commandJoergen Andreasen1-2/+11
2019-05-22ocelot: Dont allocate another multicast list, use __dev_mc_syncClaudiu Manoil1-35/+8
2019-04-16ocelot: Clean up stats update deferred workClaudiu Manoil1-8/+14
2019-04-16ocelot: Don't sleep in atomic context (irqs_disabled())Claudiu Manoil1-1/+1
2019-02-27net: Remove switchdev_opsFlorian Fainelli1-5/+0
2019-02-27net: mscc: ocelot: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+27
2019-02-06mscc: ocelot: Implement ndo_get_port_parent_id()Florian Fainelli1-20/+13
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2018-12-28Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-7/+2
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-12-20net: mscc: ocelot: Register poll timeout should be wall time not attemptsSteen Hegelund1-28/+27
2018-12-20mscc: Configured MAC entries should be locked.Allan W. Nielsen1-1/+1
2018-12-12net: 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-23switchdev: Replace port obj add/del SDO with a notificationPetr Machata1-2/+0
2018-11-23ocelot: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-0/+28
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-10-17net: 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 Tenart1-1/+1
2018-10-05net: mscc: ocelot: make use of SerDes PHYs for handling their configurationQuentin Schulz1-1/+15
2018-06-28net: mscc: ocelot: add VLAN filteringAntoine Tenart1-2/+283
2018-06-28net: mscc: ocelot: add bonding supportAlexandre Belloni1-0/+160
2018-06-23net: mscc: make sparse happyAntoine Tenart1-1/+2
2018-06-21net: mscc: fix the injection headerAntoine Tenart1-5/+5
2018-06-07net: mscc: ocelot: Fix uninitialized error in ocelot_netdevice_event()Geert Uytterhoeven1-1/+1
2018-05-15net: mscc: Add initial Ocelot switch supportAlexandre Belloni1-0/+1333