Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
1dc0408cdf3caf3a8b8ad97c831ae52d2ab5b953
/
net
/
dsa
/
dsa.c
1dc0408
net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv()
by Florian Fainelli
· 4 years, 3 months ago
97c82c2
net: dsa: Add devlink regions support to DSA
by Andrew Lunn
· 4 years, 3 months ago
ccc3e6b
net: dsa: Add helper to convert from devlink to ds
by Andrew Lunn
· 4 years, 3 months ago
e1eea81
net: dsa: introduce a dsa_port_from_netdev public helper
by Vladimir Oltean
· 4 years, 8 months ago
e131a56
net: dsa: add GRO support via gro_cells
by Alexander Lobakin
· 4 years, 8 months ago
ee91a83
net: dsa: Simplify 'dsa_tag_protocol_to_str()'
by Christophe JAILLET
· 4 years, 9 months ago
5cd73fb
net: dsa: Add support for devlink resources
by Andrew Lunn
· 5 years ago
6b29752
net: dsa: Add support for devlink device parameters
by Andrew Lunn
· 5 years ago
68bb8ea
net: dsa: use dsa_to_port helper everywhere
by Vivien Didelot
· 5 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
a9e41a5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
68be930
net: dsa: Fix error cleanup path in dsa_init_module
by YueHaibing
· 6 years ago
93e86b3
net: dsa: Remove legacy probing support
by Andrew Lunn
· 6 years ago
f81a43e
dsa: Cleanup unneeded table and make tag structures static
by Andrew Lunn
· 6 years ago
3675617
dsa: Make use of the list of tag drivers
by Andrew Lunn
· 6 years ago
4dad81e
dsa: Add stub tag driver put method
by Andrew Lunn
· 6 years ago
c39e2a1
dsa: Rename dsa_resolve_tag_protocol() to _get ready for locking
by Andrew Lunn
· 6 years ago
409065b
dsa: Register the none tagger ops
by Andrew Lunn
· 6 years ago
bdc6fe5
dsa: Keep link list of tag drivers
by Andrew Lunn
· 6 years ago
d3b8c04
dsa: Add boilerplate helper to register DSA tag driver modules
by Andrew Lunn
· 6 years ago
056eed2
dsa: Add TAG protocol to tag ops
by Andrew Lunn
· 6 years ago
875138f
dsa: Move tagger name into its ops structure
by Andrew Lunn
· 6 years ago
88b573a
net: dsa: add KSZ9893 switch tagging support
by Tristram Ha
· 6 years ago
39d6b96
net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477
by Tristram Ha
· 6 years ago
711ddb6
net: dsa: tag_gswip: Add gswip to dsa_tag_protocol_to_str()
by Hauke Mehrtens
· 6 years ago
7969119
net: dsa: Add Lantiq / Intel GSWIP tag support
by Hauke Mehrtens
· 6 years ago
98cdb48
net: dsa: Expose tagging protocol to user-space
by Florian Fainelli
· 6 years ago
ad86198
net: dsa: Drop GPIO includes
by Linus Walleij
· 6 years ago
90af105
net: dsa: forward timestamping callbacks to switch drivers
by Brandon Streiff
· 7 years ago
b74b70c
net: dsa: Support prepended Broadcom tag
by Florian Fainelli
· 7 years ago
57ab1ca
net: dsa: move fixed link registration helpers
by Vivien Didelot
· 7 years ago
4a5b85f
net: dsa: use dsa_is_user_port everywhere
by Vivien Didelot
· 7 years ago
f8b8b1c
net: dsa: split dsa_port's netdev member
by Vivien Didelot
· 7 years ago
60724d4
net: dsa: Add support for DSA specific notifiers
by Florian Fainelli
· 7 years ago
2f657a6
net: dsa: change dsa_ptr for a dsa_port
by Vivien Didelot
· 7 years ago
f2f2356
net: dsa: move master ethtool code
by Vivien Didelot
· 7 years ago
f561986
net: dsa: remove copy of master ethtool_ops
by Vivien Didelot
· 7 years ago
89e4950
dsa: remove unused net_device arg from handlers
by Florian Westphal
· 7 years ago
c9eb3e0
net: dsa: Add support for learning FDB through notification
by Arkadi Sharshevsky
· 7 years ago
47d0dcc
net: dsa: remove useless args of dsa_cpu_dsa_setup
by Vivien Didelot
· 7 years ago
5f6b4e14
net: dsa: User per-cpu 64-bit statistics
by Florian Fainelli
· 7 years ago
f613ed6
net: dsa: Add support for 64-bit statistics
by Florian Fainelli
· 7 years ago
e7d53ad
net: dsa: unexport dsa_is_port_initialized
by Vivien Didelot
· 7 years ago
67dbb9d4
net: dsa: Relocate master ethtool operations
by Florian Fainelli
· 8 years ago
6d3c8c0
net: dsa: Remove master_netdev and use dst->cpu_dp->netdev
by Florian Fainelli
· 8 years ago
216fe8f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
937c7df
net: dsa: Pass dsa_port reference to ethtool setup/restore
by Florian Fainelli
· 8 years ago
ac2629a
net: dsa: Move dsa_switch_{suspend,resume} out of legacy.c
by Florian Fainelli
· 8 years ago
8b8010f
dsa: add support for Microchip KSZ tail tagging
by Woojung Huh
· 8 years ago
ea5dd34
net: dsa: include dsa.h only once
by Vivien Didelot
· 8 years ago
eb7b721
net: dsa: Sort DSA tagging protocol drivers
by Andrew Lunn
· 8 years ago
e8fe177
net: dsa: add support for the SMSC-LAN9303 tagging format
by Juergen Beisert
· 8 years ago
a6a71f1
net: dsa: isolate legacy code
by Vivien Didelot
· 8 years ago
a86d8be
net: dsa: Factor bottom tag receive functions
by Florian Fainelli
· 8 years ago
16c5dcb
net: dsa: Move skb_unshare() to dsa_switch_rcv()
by Florian Fainelli
· 8 years ago
5cd8985
net-next: dsa: add Mediatek tag RX/TX handler
by Sean Wang
· 8 years ago
c6e970a
net: break include loop netdevice.h, dsa.h, devlink.h
by Andrew Lunn
· 8 years ago
14b89f3
net: dsa: Rename and export dev_to_net_device()
by Florian Fainelli
· 8 years ago
f515f19
net: dsa: add switch notifier
by Vivien Didelot
· 8 years ago
88e4f0c
net: dsa: move netdevice notifier registration
by Vivien Didelot
· 8 years ago
26895e2
net: dsa: use ds->num_ports when possible
by Vivien Didelot
· 8 years ago
a0c0216
net: dsa: variable number of ports
by Vivien Didelot
· 8 years ago
293784a
net: dsa: Make most functions take a dsa_port argument
by Florian Fainelli
· 8 years ago
23e3d61
net: dsa: Fix inverted test for multiple CPU interface
by Andrew Lunn
· 8 years ago
cf1a56a
net: dsa: Remove hwmon support
by Andrew Lunn
· 8 years ago
9520ed8
net: dsa: use cpu_switch instead of ds[0]
by Vivien Didelot
· 8 years ago
b22de49
net: dsa: store CPU switch structure in the tree
by Vivien Didelot
· 8 years ago
a82f67a
net: dsa: Make dsa_switch_ops const
by Florian Fainelli
· 8 years ago
ab3d408
net: dsa: Encapsulate legacy switch drivers into dsa_switch_driver
by Florian Fainelli
· 8 years ago
111427f
net: dsa: move HWMON support to its own file
by Vivien Didelot
· 8 years ago
7558828
net: dsa: remove version string
by Vivien Didelot
· 8 years ago
a896eee
net: dsa: remove out label in dsa_switch_setup_one
by Vivien Didelot
· 8 years ago
3f65047
of_mdio: add helper to deregister fixed-link PHYs
by Johan Hovold
· 8 years ago
fd05d7b
net: dsa: fix fixed-link-phy device leaks
by Johan Hovold
· 8 years ago
092183d
net-next: dsa: make the set_addr() operation optional
by John Crispin
· 8 years ago
cafdc45
net-next: dsa: add Qualcomm tag RX/TX handler
by John Crispin
· 8 years ago
9d490b4
net: dsa: rename switch operations structure
by Vivien Didelot
· 8 years ago
7b31436
net: dsa: Allow the DSA driver to indicate the tag protocol
by Andrew Lunn
· 8 years ago
d933802
net: dsa: bcm_sf2: Make it a real platform device driver
by Florian Fainelli
· 8 years ago
ea825e7
net: dsa: Export suspend/resume functions
by Florian Fainelli
· 8 years ago
d390238
net: dsa: initialize the routing table
by Vivien Didelot
· 8 years ago
0c73c52
net: dsa: Initialize CPU port ethtool ops per tree
by Florian Fainelli
· 9 years ago
83c0afa
net: dsa: Add new binding implementation
by Andrew Lunn
· 9 years ago
e755e49
net: dsa: Make mdio bus optional
by Andrew Lunn
· 9 years ago
39a7f2a
net: dsa: Refactor selection of tag ops into a function
by Andrew Lunn
· 9 years ago
9b8e895
net: dsa: Split up creating/destroying of DSA and CPU ports
by Andrew Lunn
· 9 years ago
66472fc
net: dsa: Copy the routing table into the switch structure
by Andrew Lunn
· 9 years ago
4a7704f
net: dsa: Remove dynamic allocate of routing table
by Andrew Lunn
· 9 years ago
189b0d9
net: dsa: Move port device node into port structure
by Andrew Lunn
· 9 years ago
c8b0980
net: dsa: Add a ports structure and use it in the switch structure
by Andrew Lunn
· 9 years ago
ff04955
dsa: Rename switch chip data to cd
by Andrew Lunn
· 9 years ago
c33063d
dsa: Remove master_dev from switch structure
by Andrew Lunn
· 9 years ago
52638f7
dsa: Move gpio reset into switch driver
by Andrew Lunn
· 9 years ago
c60c984
net: dsa: remove tag_protocol from dsa_switch
by Vivien Didelot
· 9 years ago
0209d14
net: dsa: constify probed name
by Vivien Didelot
· 9 years ago
74c3e2a
dsa: Rename phys_port_mask to enabled_port_mask
by Andrew Lunn
· 9 years ago
5feebd0
net: dsa: Remove allocation of driver private memory
by Andrew Lunn
· 9 years ago
7543a6d
net: dsa: Have the switch driver allocate there own private memory
by Andrew Lunn
· 9 years ago
bbb8d79
net: dsa: Pass the dsa device to the switch drivers
by Andrew Lunn
· 9 years ago
5bcbe0f
phy: fixed: Fix removal of phys.
by Andrew Lunn
· 9 years ago
Next »