index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
ocelot
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: seville: register the mdiobus under devres
Vladimir Oltean
2022-02-08
1
-2
/
+3
*
net: dsa: felix: don't use devres for mdiobus
Vladimir Oltean
2022-02-08
1
-1
/
+3
*
net: dsa: felix: add port fast age support
Vladimir Oltean
2022-01-07
1
-0
/
+12
*
net: dsa: seville: name change for clarity from pcs to mdio_device
Colin Foster
2022-01-02
1
-5
/
+5
*
net: dsa: felix: name change for clarity from pcs to mdio_device
Colin Foster
2022-01-02
1
-5
/
+5
*
net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcs
Colin Foster
2022-01-02
4
-22
/
+25
*
flow_offload: add index to flow_action_entry structure
Baowen Zheng
2021-12-19
1
-2
/
+2
*
net: dsa: tag_ocelot: convert to tagger-owned data
Vladimir Oltean
2021-12-12
1
-50
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-09
1
-1
/
+4
|
\
|
*
net: dsa: felix: Fix memory leak in felix_setup_mmio_filtering
José Expósito
2021-12-09
1
-1
/
+4
*
|
net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join
Vladimir Oltean
2021-12-08
1
-1
/
+1
*
|
net: dsa: keep the bridge_dev and bridge_num as part of the same structure
Vladimir Oltean
2021-12-08
1
-4
/
+4
*
|
net: dsa: felix: use kmemdup() to replace kmalloc + memcpy
Yihao Han
2021-12-07
1
-5
/
+2
*
|
net: dsa: ocelot: felix: add interface for custom regmaps
Colin Foster
2021-12-07
4
-2
/
+6
*
|
net: dsa: ocelot: felix: Remove requirement for PCS in felix devices
Colin Foster
2021-12-07
1
-1
/
+1
*
|
net: dsa: ocelot: remove unnecessary pci_bar variables
Colin Foster
2021-12-07
2
-8
/
+4
*
|
net: dsa: felix: fix flexible_array.cocci warnings
kernel test robot
2021-11-29
1
-1
/
+1
*
|
net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO ac...
Colin Foster
2021-11-29
2
-93
/
+10
*
|
net: dsa: ocelot: seville: utilize of_mdiobus_register
Colin Foster
2021-11-29
1
-1
/
+2
*
|
net: dsa: felix: enable cut-through forwarding between ports by default
Vladimir Oltean
2021-11-25
2
-2
/
+85
*
|
net: dsa: felix: restrict psfp rules on ingress port
Xiaoliang Yang
2021-11-18
1
-30
/
+160
*
|
net: dsa: felix: use vcap policer to set flow meter for psfp
Xiaoliang Yang
2021-11-18
1
-1
/
+31
*
|
net: mscc: ocelot: use index to set vcap policer
Xiaoliang Yang
2021-11-18
4
-0
/
+22
*
|
net: dsa: felix: add stream gate settings for psfp
Xiaoliang Yang
2021-11-18
1
-4
/
+213
*
|
net: dsa: felix: support psfp filter on vsc9959
Xiaoliang Yang
2021-11-18
1
-10
/
+433
|
/
*
net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge
Vladimir Oltean
2021-11-03
1
-6
/
+3
*
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
2021-10-24
2
-10
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-14
2
-12
/
+138
|
\
|
*
net: dsa: felix: break at first CPU port during init and teardown
Vladimir Oltean
2021-10-12
1
-7
/
+12
|
*
net: dsa: felix: purge skb from TX timestamping queue if it cannot be sent
Vladimir Oltean
2021-10-12
1
-0
/
+28
|
*
net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch lib
Vladimir Oltean
2021-10-12
2
-4
/
+93
|
*
net: mscc: ocelot: avoid overflowing the PTP timestamp FIFO
Vladimir Oltean
2021-10-12
1
-1
/
+5
*
|
net: dsa: felix: accept "ethernet-ports" OF node name
Vladimir Oltean
2021-09-24
1
-1
/
+3
|
/
*
net: dsa: be compatible with masters which unregister on shutdown
Vladimir Oltean
2021-09-19
2
-4
/
+36
*
net: update NXP copyright text
Vladimir Oltean
2021-09-17
3
-3
/
+3
*
net: mscc: ocelot: transmit the VLAN filtering restrictions via extack
Vladimir Oltean
2021-08-20
1
-1
/
+1
*
net: mscc: ocelot: transmit the "native VLAN" error via extack
Vladimir Oltean
2021-08-20
1
-3
/
+5
*
net: mscc: ocelot: convert to phylink
Vladimir Oltean
2021-08-16
2
-85
/
+6
*
net: dsa: felix: stop calling ocelot_port_{enable,disable}
Vladimir Oltean
2021-08-16
1
-19
/
+0
*
ethernet: fix PTP_1588_CLOCK dependencies
Arnd Bergmann
2021-08-13
1
-0
/
+2
*
net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}register
Vladimir Oltean
2021-07-20
1
-11
/
+1
*
net: dsa: make tag_8021q operations part of the core
Vladimir Oltean
2021-07-20
1
-7
/
+3
*
net: dsa: let the core manage the tag_8021q context
Vladimir Oltean
2021-07-20
2
-12
/
+11
*
net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpers
Vladimir Oltean
2021-07-20
1
-8
/
+4
*
net: dsa: felix: set TX flow control according to the phylink_mac_link_up res...
Vladimir Oltean
2021-06-08
1
-0
/
+2
*
net: mscc: ocelot: check return value after calling platform_get_resource()
Yang Yingliang
2021-06-07
1
-0
/
+5
*
net: dsa: felix: re-enable TAS guard band mode
Michael Walle
2021-05-10
1
-5
/
+10
*
net: mscc: ocelot: convert to ocelot_port_txtstamp_request()
Yangbo Lu
2021-04-27
1
-8
/
+7
*
net: dsa: free skb->cb usage in core driver
Yangbo Lu
2021-04-27
1
-1
/
+1
*
net: dsa: no longer clone skb in core driver
Yangbo Lu
2021-04-27
1
-5
/
+8
[next]