index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
slave.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
net: dsa: rename port_*_bridge routines
Vivien Didelot
2016-03-14
1
-4
/
+4
*
dsa: slave: Don't reference NULL pointer during phy_disconnect
Andrew Lunn
2016-03-14
1
-4
/
+8
*
net: dsa: support VLAN filtering switchdev attr
Vivien Didelot
2016-03-01
1
-0
/
+21
*
net: dsa: drop vlan_getnext
Vivien Didelot
2016-02-25
1
-34
/
+1
*
net: dsa: add port_vlan_dump routine
Vivien Didelot
2016-02-25
1
-0
/
+3
*
net: dsa: remove dsa_bridge_check_vlan_range
Vivien Didelot
2016-02-23
1
-50
/
+0
*
net: dsa: pass bridge down to drivers
Vivien Didelot
2016-02-23
1
-29
/
+2
*
net: dsa: Unregister slave_dev in error path
Florian Fainelli
2016-02-18
1
-0
/
+1
*
net: dsa: remove phy_disconnect from error path
Sascha Hauer
2016-02-16
1
-1
/
+0
*
dsa: Register netdev before phy
Andrew Lunn
2016-01-07
1
-7
/
+7
*
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
2016-01-07
1
-1
/
+2
*
phy: Centralise print about attached phy
Andrew Lunn
2016-01-07
1
-3
/
+2
*
net: dsa: move dsa slave destroy code to slave.c
Neil Armstrong
2015-12-07
1
-0
/
+11
*
net: dsa: use switchdev obj for VLAN add/del ops
Vivien Didelot
2015-11-01
1
-20
/
+9
*
net: dsa: remove port_fdb_getnext
Vivien Didelot
2015-10-22
1
-24
/
+1
*
net: dsa: add port_fdb_dump function
Vivien Didelot
2015-10-22
1
-0
/
+3
*
switchdev: remove pointers from switchdev objects
Jiri Pirko
2015-10-15
1
-1
/
+1
*
switchdev: make struct switchdev_attr parameter const for attr_set calls
Jiri Pirko
2015-10-15
1
-1
/
+1
*
net: dsa: do not warn unsupported bridge ops
Vivien Didelot
2015-10-13
1
-1
/
+1
*
net: dsa: use switchdev obj in port_fdb_del
Vivien Didelot
2015-10-11
1
-1
/
+1
*
net: dsa: push prepare phase in port_fdb_add
Vivien Didelot
2015-10-11
1
-1
/
+1
*
net: dsa: add port_fdb_prepare
Vivien Didelot
2015-10-11
1
-2
/
+5
*
net: dsa: better error reporting
Russell King
2015-10-07
1
-8
/
+16
*
switchdev: push object ID back to object structure
Jiri Pirko
2015-10-03
1
-6
/
+3
*
switchdev: bring back switchdev_obj and use it as a generic object param
Jiri Pirko
2015-10-03
1
-14
/
+27
*
switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb
Jiri Pirko
2015-10-03
1
-3
/
+3
*
switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan
Jiri Pirko
2015-10-03
1
-3
/
+3
*
switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*
Jiri Pirko
2015-10-03
1
-2
/
+2
*
switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*
Jiri Pirko
2015-10-03
1
-6
/
+6
*
net: dsa: fix preparation of a port STP update
Vivien Didelot
2015-09-30
1
-3
/
+8
*
net: switchdev: abstract object in add/del ops
Vivien Didelot
2015-09-30
1
-12
/
+8
*
net: switchdev: pass callback to dump operation
Vivien Didelot
2015-09-30
1
-12
/
+14
*
net: switchdev: remove dev from switchdev_obj cb
Vivien Didelot
2015-09-30
1
-2
/
+2
*
net: dsa: Set a "dsa" device_type
Florian Fainelli
2015-09-25
1
-0
/
+5
*
dsa: use prepare/commit switchdev transaction helpers
Jiri Pirko
2015-09-25
1
-10
/
+5
*
switchdev: move transaction phase enum under transaction structure
Jiri Pirko
2015-09-25
1
-8
/
+10
*
switchdev: introduce transaction item queue for attr_set and obj_add
Jiri Pirko
2015-09-25
1
-2
/
+4
*
switchdev: rename "trans" to "trans_ph".
Jiri Pirko
2015-09-25
1
-4
/
+4
*
net: dsa: convert to using IFF_NO_QUEUE
Phil Sutter
2015-08-18
1
-1
/
+1
*
net: dsa: add support for switchdev VLAN objects
Vivien Didelot
2015-08-14
1
-0
/
+158
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-14
1
-1
/
+2
|
\
|
*
net: dsa: Do not override PHY interface if already configured
Florian Fainelli
2015-08-12
1
-1
/
+2
*
|
net: dsa: add support for switchdev FDB objects
Vivien Didelot
2015-08-11
1
-61
/
+81
*
|
net: dsa: change FDB routines prototypes
Vivien Didelot
2015-08-11
1
-7
/
+9
*
|
Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"
David S. Miller
2015-08-11
1
-116
/
+102
*
|
net: dsa: add support for switchdev FDB objects
Vivien Didelot
2015-08-10
1
-102
/
+116
*
|
net: dsa: Add netconsole support
Florian Fainelli
2015-08-01
1
-0
/
+67
*
|
net: dsa: Refactor transmit path to eliminate duplication
Florian Fainelli
2015-08-01
1
-8
/
+19
|
/
*
dsa: fix promiscuity leak on slave dev open error
Gilad Ben-Yossef
2015-06-29
1
-1
/
+1
*
switchdev: don't use anonymous union on switchdev attr/obj structs
Scott Feldman
2015-05-13
1
-3
/
+3
[prev]
[next]