Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1d88f183734c0d916428911df006e645a6162cab
/
net
/
dsa
b07ac98
net: dsa: Fix stale cpu_switch reference after unbind then bind
by Florian Fainelli
· 7 years ago
ac2629a
net: dsa: Move dsa_switch_{suspend,resume} out of legacy.c
by Florian Fainelli
· 7 years ago
8e6c181
net: dsa: Remove redundant NULL dst check
by Florian Fainelli
· 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
9d7f9c4
net: dsa: Do not check for NULL dst in tag parsers
by Florian Fainelli
· 8 years ago
5cd8985
net-next: dsa: add Mediatek tag RX/TX handler
by Sean Wang
· 8 years ago
768bfa2
net: dsa: fix build error with devlink build as module
by Tobias Regnery
· 8 years ago
40ef2c9
net: dsa: add cross-chip bridging operations
by Vivien Didelot
· 8 years ago
96567d5
net: dsa: dsa2: Add basic support of devlink
by Andrew Lunn
· 8 years ago
c6e970a
net: break include loop netdevice.h, dsa.h, devlink.h
by Andrew Lunn
· 8 years ago
4333d61
net: dsa: fix copyright holder
by Vivien Didelot
· 8 years ago
0f3da6a
net: dsa: check out-of-range ageing time value
by Vivien Didelot
· 8 years ago
e893de1ba
net: dsa: dsa_fastest_ageing_time return unsigned
by Vivien Didelot
· 8 years ago
35eeacf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
50f008e
net: dsa: Fix duplicate object rule
by Florian Fainelli
· 8 years ago
382e1ee
net: dsa: Do not destroy invalid network devices
by Florian Fainelli
· 8 years ago
e69e462
net: dsa: Do not clobber PHY link outside of state machine
by Florian Fainelli
· 8 years ago
71e0bbd
net: dsa: Add support for platform data
by Florian Fainelli
· 8 years ago
14b89f3
net: dsa: Rename and export dev_to_net_device()
by Florian Fainelli
· 8 years ago
04d3a4c
net: dsa: introduce bridge notifier
by Vivien Didelot
· 8 years ago
f515f19
net: dsa: add switch notifier
by Vivien Didelot
· 8 years ago
c5d35cb
net: dsa: change state setter scope
by Vivien Didelot
· 8 years ago
9c26542
net: dsa: rollback bridging on error
by Vivien Didelot
· 8 years ago
8e92ab3
net: dsa: simplify netdevice events handling
by Vivien Didelot
· 8 years ago
88e4f0c
net: dsa: move netdevice notifier registration
by Vivien Didelot
· 8 years ago
f50f212
net: dsa: Add plumbing for port mirroring
by Florian Fainelli
· 8 years ago
bf9f264
net: dsa: Hook {get,set}_rxnfc ethtool operations
by Florian Fainelli
· 8 years ago
f123f2f
net: dsa: pass bridge device when a port leaves
by Vivien Didelot
· 8 years ago
a5e9a02
net: dsa: move bridge device in dsa_port
by Vivien Didelot
· 8 years ago
afdcf15
net: dsa: store a dsa_port in dsa_slave_priv
by Vivien Didelot
· 8 years ago
818be84
net: dsa: add ds and index to dsa_port
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
4e8f2fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
bc1727d
net: dsa: Move ports assignment closer to error checking
by Florian Fainelli
· 8 years ago
3512a8e
net: dsa: Suffix function manipulating device_node with _dn
by Florian Fainelli
· 8 years ago
293784a
net: dsa: Make most functions take a dsa_port argument
by Florian Fainelli
· 8 years ago
55ed0ce
net: dsa: Pass device pointer to dsa_register_switch
by Florian Fainelli
· 8 years ago
f154be2
net: dsa: Bring back device detaching in dsa_slave_suspend()
by Florian Fainelli
· 8 years ago
82272db
net: dsa: Drop WARN() in tag_brcm.c
by Florian Fainelli
· 8 years ago
23e3d61
net: dsa: Fix inverted test for multiple CPU interface
by Andrew Lunn
· 8 years ago
4078b76
net: dsa: Check return value of phy_connect_direct()
by Florian Fainelli
· 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
02ac5d1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
592050b
Revert "net: dsa: Implement ndo_get_phys_port_id"
by Florian Fainelli
· 8 years ago
44bb765
net: dsa: Implement ndo_get_phys_port_name()
by Florian Fainelli
· 8 years ago
9f91484
net: dsa: make "label" property optional for dsa2
by Vivien Didelot
· 8 years ago
faf3a93
net: dsa: Ensure validity of dst->ds[0]
by Florian Fainelli
· 8 years ago
3a89eaa
net: dsa: select NET_SWITCHDEV
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
5e6eb45
net:dsa: check for EPROBE_DEFER from dsa_dst_parse()
by Volodymyr Bendiuga
· 8 years ago
a896eee
net: dsa: remove out label in dsa_switch_setup_one
by Vivien Didelot
· 8 years ago
3a543ef
net: dsa: Implement ndo_get_phys_port_id
by Florian Fainelli
· 8 years ago
2745529
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
881eada
net: dsa: slave: fix fixed-link phydev leaks
by Johan Hovold
· 8 years ago
3f65047
of_mdio: add helper to deregister fixed-link PHYs
by Johan Hovold
· 8 years ago
0d8f3c6
net: dsa: slave: fix of-node leak and phy priority
by Johan Hovold
· 8 years ago
7a99cd6
net: dsa: fix unbalanced dsa_switch_tree reference counting
by Nikita Yushchenko
· 8 years ago
fd05d7b
net: dsa: fix fixed-link-phy device leaks
by Johan Hovold
· 8 years ago
8b1efc0
net: remove MTU limits on a few ether_setup callers
by Jarod Wilson
· 8 years ago
bb10bb3
net: dsa: slave: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
732f794
net: dsa: add port fast ageing
by Vivien Didelot
· 8 years ago
4acfee8
net: dsa: add port STP state helper
by Vivien Didelot
· 8 years ago
092183d
net-next: dsa: make the set_addr() operation optional
by John Crispin
· 8 years ago
06f8ec9
net-next: dsa: fix duplicate invocation of set_addr()
by John Crispin
· 8 years ago
cafdc45
net-next: dsa: add Qualcomm tag RX/TX handler
by John Crispin
· 8 years ago
8df3025
net: dsa: add MDB support
by Vivien Didelot
· 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
34a79f6
net: dsa: support switchdev ageing time attr
by Vivien Didelot
· 8 years ago
85c22ba
net: dsa: Fix non static symbol warning
by Wei Yongjun
· 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
· 8 years ago
af42192
net: dsa: Add initialization helper for CPU port ethtool_ops
by Florian Fainelli
· 8 years ago
1eb5944
net: dsa: Provide a slave MII bus if needed
by Florian Fainelli
· 8 years ago
6e830d8
net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_mask
by Florian Fainelli
· 8 years ago
0b7b498
net: dsa: Provide unique DSA slave MII bus names
by Florian Fainelli
· 8 years ago
83c0afa
net: dsa: Add new binding implementation
by Andrew Lunn
· 8 years ago
e755e49
net: dsa: Make mdio bus optional
by Andrew Lunn
· 8 years ago
39a7f2a
net: dsa: Refactor selection of tag ops into a function
by Andrew Lunn
· 8 years ago
9b8e895
net: dsa: Split up creating/destroying of DSA and CPU ports
by Andrew Lunn
· 8 years ago
66472fc
net: dsa: Copy the routing table into the switch structure
by Andrew Lunn
· 8 years ago
4a7704f
net: dsa: Remove dynamic allocate of routing table
by Andrew Lunn
· 8 years ago
189b0d9
net: dsa: Move port device node into port structure
by Andrew Lunn
· 8 years ago
c8b0980
net: dsa: Add a ports structure and use it in the switch structure
by Andrew Lunn
· 8 years ago
149cafd
net: dsa: tag_{e}dsa.c: Remove dependency on platform data
by Andrew Lunn
· 8 years ago
6e8e862
net: dsa: slave: Remove MDIO address from switch MDIO bus name
by Andrew Lunn
· 8 years ago
0e57604
net: dsa: slave: chip data is optional, don't dereference NULL
by Andrew Lunn
· 8 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
Next »