index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mscc
/
ocelot.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: mscc: ocelot: make phy_mode a member of the common struct ocelot_port
Vladimir Oltean
2020-01-06
1
-3
/
+4
*
net: mscc: ocelot: unregister the PTP clock on deinit
Vladimir Oltean
2019-12-03
1
-4
/
+10
*
net: mscc: ocelot: use skb queue instead of skbs list
Yangbo Lu
2019-11-27
1
-36
/
+18
*
net: mscc: ocelot: avoid incorrect consuming in skbs list
Yangbo Lu
2019-11-27
1
-0
/
+1
*
net: mscc: ocelot: convert to use ocelot_port_add_txtstamp_skb()
Yangbo Lu
2019-11-21
1
-16
/
+27
*
net: mscc: ocelot: convert to use ocelot_get_txtstamp()
Yangbo Lu
2019-11-21
1
-2
/
+60
*
net: mscc: ocelot: export ocelot_hwstamp_get/set functions
Yangbo Lu
2019-11-21
1
-4
/
+4
*
net: mscc: ocelot: publish structure definitions to include/soc/mscc/ocelot.h
Vladimir Oltean
2019-11-15
1
-32
/
+46
*
net: mscc: ocelot: separate the implementation of switch reset
Vladimir Oltean
2019-11-15
1
-0
/
+8
*
net: mscc: ocelot: adjust MTU on the CPU port in NPI mode
Vladimir Oltean
2019-11-15
1
-0
/
+9
*
net: mscc: ocelot: export a constant for the tag length in bytes
Vladimir Oltean
2019-11-15
1
-2
/
+2
*
net: mscc: ocelot: create a helper for changing the port MTU
Vladimir Oltean
2019-11-15
1
-17
/
+23
*
net: mscc: ocelot: move invariant configs out of adjust_link
Vladimir Oltean
2019-11-15
1
-42
/
+43
*
net: mscc: ocelot: filter out ocelot SoC specific PCS config from common path
Claudiu Manoil
2019-11-15
1
-17
/
+2
*
net: mscc: ocelot: don't hardcode the number of the CPU port
Vladimir Oltean
2019-11-11
1
-4
/
+7
*
net: mscc: ocelot: split assignment of the cpu port into a separate function
Vladimir Oltean
2019-11-11
1
-22
/
+43
*
net: mscc: ocelot: refactor adjust_link into a netdev-independent function
Vladimir Oltean
2019-11-11
1
-10
/
+17
*
net: mscc: ocelot: initialize list of multicast addresses in common code
Claudiu Manoil
2019-11-11
1
-0
/
+1
*
net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stop
Vladimir Oltean
2019-11-11
1
-10
/
+26
*
net: mscc: ocelot: move port initialization into separate function
Vladimir Oltean
2019-11-11
1
-21
/
+24
*
net: mscc: ocelot: limit vlan ingress filtering to actual number of ports
Vladimir Oltean
2019-11-11
1
-1
/
+2
*
net: mscc: ocelot: refactor ethtool callbacks
Vladimir Oltean
2019-11-11
1
-17
/
+47
*
net: mscc: ocelot: separate net_device related items out of ocelot_port
Vladimir Oltean
2019-11-11
1
-130
/
+158
*
net: mscc: ocelot: refactor struct ocelot_port out of function prototypes
Vladimir Oltean
2019-11-11
1
-43
/
+36
*
net: mscc: ocelot: change prototypes of switchdev port attribute handlers
Vladimir Oltean
2019-11-11
1
-43
/
+45
*
net: mscc: ocelot: change prototypes of hwtstamping ioctls
Vladimir Oltean
2019-11-11
1
-12
/
+13
*
net: mscc: ocelot: break out fdb operations into abstract implementations
Vladimir Oltean
2019-11-11
1
-46
/
+78
*
net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del}
Vladimir Oltean
2019-11-11
1
-18
/
+42
*
net: mscc: ocelot: break apart ocelot_vlan_port_apply
Vladimir Oltean
2019-11-11
1
-68
/
+100
*
net: mscc: ocelot: fix NULL pointer on LAG slave removal
Claudiu Manoil
2019-11-07
1
-1
/
+2
*
net: mscc: ocelot: don't handle netdev events for other netdevs
Claudiu Manoil
2019-11-07
1
-3
/
+3
*
net: mscc: ocelot: refuse to overwrite the port's native vlan
Vladimir Oltean
2019-10-30
1
-1
/
+8
*
net: mscc: ocelot: fix vlan_filtering when enslaving to bridge before link is up
Vladimir Oltean
2019-10-30
1
-1
/
+1
*
net: mscc: PTP Hardware Clock (PHC) support
Antoine Tenart
2019-08-16
1
-3
/
+398
*
ocelot: Cancel delayed work before wq destruction
Claudiu Manoil
2019-07-26
1
-0
/
+1
*
net: mscc: ocelot: Add support for tcam
Horatiu Vultur
2019-06-02
1
-0
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-31
1
-35
/
+8
|
\
|
*
ocelot: Dont allocate another multicast list, use __dev_mc_sync
Claudiu Manoil
2019-05-22
1
-35
/
+8
*
|
net: mscc: ocelot: Implement port policers via tc command
Joergen Andreasen
2019-05-30
1
-2
/
+11
|
/
*
ocelot: Clean up stats update deferred work
Claudiu Manoil
2019-04-17
1
-8
/
+14
*
ocelot: Don't sleep in atomic context (irqs_disabled())
Claudiu Manoil
2019-04-17
1
-1
/
+1
*
net: Remove switchdev_ops
Florian Fainelli
2019-02-27
1
-5
/
+0
*
net: mscc: ocelot: Handle SWITCHDEV_PORT_ATTR_SET
Florian Fainelli
2019-02-27
1
-0
/
+27
*
mscc: ocelot: Implement ndo_get_port_parent_id()
Florian Fainelli
2019-02-06
1
-20
/
+13
*
net: Add extack argument to ndo_fdb_add()
Petr Machata
2019-01-18
1
-1
/
+2
*
Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-12-29
1
-7
/
+2
|
\
|
*
phy: ocelot-serdes: convert to use eth phy mode and submode
Grygorii Strashko
2018-12-12
1
-7
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-22
1
-1
/
+1
|
\
\
|
*
|
mscc: Configured MAC entries should be locked.
Allan W. Nielsen
2018-12-21
1
-1
/
+1
|
|
/
*
|
net: mscc: ocelot: Register poll timeout should be wall time not attempts
Steen Hegelund
2018-12-21
1
-28
/
+27
[next]