Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
16bfa7024eba5e36aff38ba62086b9027373007d
/
net
/
dsa
16bfa70
net: dsa: make port_bridge_leave return void
by Vivien Didelot
· 9 years ago
71327a4
net: dsa: rename port_*_bridge routines
by Vivien Didelot
· 9 years ago
5bcbe0f
phy: fixed: Fix removal of phys.
by Andrew Lunn
· 9 years ago
ec777e6
dsa: dsa: Fix freeing of fixed-phys from user ports.
by Andrew Lunn
· 9 years ago
3a44514
dsa: Destroy fixed link phys after the phy has been disconnected
by Andrew Lunn
· 9 years ago
b71be35
dsa: slave: Don't reference NULL pointer during phy_disconnect
by Andrew Lunn
· 9 years ago
0476189
net: dsa: Fix cleanup resources upon module removal
by Neil Armstrong
· 9 years ago
fb2daba
net: dsa: support VLAN filtering switchdev attr
by Vivien Didelot
· 9 years ago
477b184
net: dsa: drop vlan_getnext
by Vivien Didelot
· 9 years ago
65aebfc
net: dsa: add port_vlan_dump routine
by Vivien Didelot
· 9 years ago
9d2dd73
net: dsa: remove dsa_bridge_check_vlan_range
by Vivien Didelot
· 9 years ago
a669275
net: dsa: pass bridge down to drivers
by Vivien Didelot
· 9 years ago
73dcb55
net: dsa: Unregister slave_dev in error path
by Florian Fainelli
· 9 years ago
a407054
net: dsa: remove phy_disconnect from error path
by Sascha Hauer
· 9 years ago
0071f56
dsa: Register netdev before phy
by Andrew Lunn
· 9 years ago
7f85442
phy: Add API for {un}registering an mdio device to a bus.
by Andrew Lunn
· 9 years ago
e5a03bf
phy: Add an mdio_device structure
by Andrew Lunn
· 9 years ago
2220943
phy: Centralise print about attached phy
by Andrew Lunn
· 9 years ago
cda5c15
net: dsa: move dsa slave destroy code to slave.c
by Neil Armstrong
· 9 years ago
679fb46
net: dsa: Add missing master netdev dev_put() calls
by Neil Armstrong
· 9 years ago
b0dc635d
net: dsa: cleanup resources upon module removal
by Neil Armstrong
· 9 years ago
4baee937
net: dsa: remove DSA link polling
by Neil Armstrong
· 9 years ago
85beabf
net: dsa: include gpio consumer header file
by Arnd Bergmann
· 9 years ago
cc30c16
net: dsa: Add support for a switch reset gpio
by Andrew Lunn
· 9 years ago
76e398a
net: dsa: use switchdev obj for VLAN add/del ops
by Vivien Didelot
· 9 years ago
1a49a2f
net: dsa: remove port_fdb_getnext
by Vivien Didelot
· 9 years ago
ea70ba9
net: dsa: add port_fdb_dump function
by Vivien Didelot
· 9 years ago
26440c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
850d0cb
switchdev: remove pointers from switchdev objects
by Jiri Pirko
· 9 years ago
f7fadf3
switchdev: make struct switchdev_attr parameter const for attr_set calls
by Jiri Pirko
· 9 years ago
efd29b3
net: dsa: do not warn unsupported bridge ops
by Vivien Didelot
· 9 years ago
8057b3e
net: dsa: use switchdev obj in port_fdb_del
by Vivien Didelot
· 9 years ago
1f36faf
net: dsa: push prepare phase in port_fdb_add
by Vivien Didelot
· 9 years ago
146a320
net: dsa: add port_fdb_prepare
by Vivien Didelot
· 9 years ago
4d7f3e7
net: dsa: exit probe if no switch were found
by Neil Armstrong
· 9 years ago
d4ac35d
net: dsa: switch to devm_ calls and remove kfree calls
by Neil Armstrong
· 9 years ago
cbc5d90
net: dsa: complete dsa_switch_destroy
by Neil Armstrong
· 9 years ago
e410ddb
net: dsa: add missing dsa_switch mdiobus remove
by Neil Armstrong
· 9 years ago
1023d2e
net: dsa: add missing kfree on remove
by Neil Armstrong
· 9 years ago
d25b8e7
net: dsa: better error reporting
by Russell King
· 9 years ago
9e8f4a5
switchdev: push object ID back to object structure
by Jiri Pirko
· 9 years ago
648b4a9
switchdev: bring back switchdev_obj and use it as a generic object param
by Jiri Pirko
· 9 years ago
52ba57c
switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb
by Jiri Pirko
· 9 years ago
8f24f30
switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan
by Jiri Pirko
· 9 years ago
1f86839
switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*
by Jiri Pirko
· 9 years ago
57d8083
switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*
by Jiri Pirko
· 9 years ago
57a4753
net: dsa: fix preparation of a port STP update
by Vivien Didelot
· 9 years ago
b8d866a
net: dsa: fix preparation of a port STP update
by Vivien Didelot
· 9 years ago
ab06900
net: switchdev: abstract object in add/del ops
by Vivien Didelot
· 9 years ago
25f07ad
net: switchdev: pass callback to dump operation
by Vivien Didelot
· 9 years ago
03d5fb1
net: switchdev: remove dev from switchdev_obj cb
by Vivien Didelot
· 9 years ago
4963ed4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
f37db85
net: dsa: Set a "dsa" device_type
by Florian Fainelli
· 9 years ago
9861f72
net: fix net_device refcounting
by Russell King
· 9 years ago
e496ae6
net: dsa: fix of_mdio_find_bus() device refcount leak
by Russell King
· 9 years ago
79a62eb
dsa: use prepare/commit switchdev transaction helpers
by Jiri Pirko
· 9 years ago
f8db834
switchdev: move transaction phase enum under transaction structure
by Jiri Pirko
· 9 years ago
7ea6eb3
switchdev: introduce transaction item queue for attr_set and obj_add
by Jiri Pirko
· 9 years ago
69f5df4
switchdev: rename "trans" to "trans_ph".
by Jiri Pirko
· 9 years ago
fbd0351
net: dsa: Fix Marvell Egress Trailer check
by Neil Armstrong
· 9 years ago
e448534
net: dsa: Allow DSA and CPU ports to have a phy-mode property
by Andrew Lunn
· 9 years ago
39b0c70
net: dsa: Allow configuration of CPU & DSA port speeds/duplex
by Andrew Lunn
· 9 years ago
1e72e6f
net: dsa: Allow multi hop routes to be expressed
by Andrew Lunn
· 9 years ago
0a5f107
net: dsa: convert to using IFF_NO_QUEUE
by Phil Sutter
· 9 years ago
1114953
net: dsa: add support for switchdev VLAN objects
by Vivien Didelot
· 9 years ago
182ad46
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
211c504
net: dsa: Do not override PHY interface if already configured
by Florian Fainelli
· 9 years ago
ba14d9e
net: dsa: add support for switchdev FDB objects
by Vivien Didelot
· 9 years ago
2a778e1
net: dsa: change FDB routines prototypes
by Vivien Didelot
· 9 years ago
cdf0969
Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"
by David S. Miller
· 9 years ago
6bc6d0a
dsa: Support multiple MDIO busses
by Andrew Lunn
· 9 years ago
55045dd
net: dsa: add support for switchdev FDB objects
by Vivien Didelot
· 9 years ago
04ff53f
net: dsa: Add netconsole support
by Florian Fainelli
· 9 years ago
4ed70ce
net: dsa: Refactor transmit path to eliminate duplication
by Florian Fainelli
· 9 years ago
c8cf89f
net: dsa: Fix off-by-one in switch address parsing
by Florian Fainelli
· 9 years ago
8f5063e
net: dsa: Test array index before use
by Florian Fainelli
· 9 years ago
4fdeddf
dsa: fix promiscuity leak on slave dev open error
by Gilad Ben-Yossef
· 9 years ago
dda922c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
2459534
net: dsa: Properly propagate errors from dsa_switch_setup_one
by Florian Fainelli
· 9 years ago
42275bd
switchdev: don't use anonymous union on switchdev attr/obj structs
by Scott Feldman
· 10 years ago
3563606
switchdev: convert STP update to switchdev attr set
by Scott Feldman
· 10 years ago
f8e20a9
switchdev: convert parent_id_get to switchdev attr get
by Scott Feldman
· 10 years ago
9d47c0a
switchdev: s/swdev_/switchdev_/
by Jiri Pirko
· 10 years ago
448b448
net: dsa: Add lockdep class to tx queues to avoid lockdep splat
by Andrew Lunn
· 10 years ago
50d4964
net: dsa: Fix scope of eeprom-length property
by Guenter Roeck
· 10 years ago
e3122b7
net: dsa: use DEVICE_ATTR_RW to declare temp1_max
by Vivien Didelot
· 10 years ago
c85d697
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
3030381
net: dsa: fix filling routing table from OF description
by Pavel Nakonechny
· 10 years ago
abd2be0
dsa: implement ndo_get_iflink
by Nicolas Dichtel
· 10 years ago
339d826
net: dsa: Add basic framework to support ndo_fdb functions
by Guenter Roeck
· 10 years ago
b06b107
net: dsa: Handle non-bridge master change
by Guenter Roeck
· 10 years ago
c6f1507
net: dsa: make NET_DSA manually selectable from the config
by Mathieu Olivari
· 10 years ago
bd76a11
dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSA
by Jiri Pirko
· 10 years ago
98237d4
switchdev: use new swdev ops
by Scott Feldman
· 10 years ago
96026d0
net: dsa: do not use slave MII bus for fixed PHYs
by Florian Fainelli
· 10 years ago
cd28a1a
net: dsa: fully divert PHY reads/writes if requested
by Florian Fainelli
· 10 years ago
c305c16
net: dsa: move PHY setup on DSA MII bus to its own function
by Florian Fainelli
· 10 years ago
769a020
net: dsa: utilize of_find_net_device_by_node
by Florian Fainelli
· 10 years ago
c86e59b
net: dsa: extract dsa switch tree setup and removal
by Florian Fainelli
· 10 years ago
5929903
net: dsa: let switches specify their tagging protocol
by Florian Fainelli
· 10 years ago
Next »