index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
slave.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: Allow switch drivers to indicate number of TX queues
Florian Fainelli
2017-09-05
1
-2
/
+6
*
net: sched: use newly added classid identity helpers
Jiri Pirko
2017-08-11
1
-1
/
+8
*
net: dsa: Move FDB dump implementation inside DSA
Arkadi Sharshevsky
2017-08-07
1
-22
/
+78
*
net: dsa: Remove redundant MDB dump support
Arkadi Sharshevsky
2017-08-07
1
-3
/
+0
*
net: dsa: Remove support for bypass bridge port attributes/vlan set
Arkadi Sharshevsky
2017-08-07
1
-6
/
+0
*
net: dsa: Add support for querying supported bridge flags
Arkadi Sharshevsky
2017-08-07
1
-0
/
+3
*
net: dsa: Move FDB add/del implementation inside DSA
Arkadi Sharshevsky
2017-08-07
1
-12
/
+2
*
net: dsa: Add support for learning FDB through notification
Arkadi Sharshevsky
2017-08-07
1
-2
/
+125
*
net: dsa: Remove switchdev dependency from DSA switch notifier chain
Arkadi Sharshevsky
2017-08-07
1
-2
/
+4
*
net: dsa: Remove prepare phase for FDB
Arkadi Sharshevsky
2017-08-07
1
-1
/
+3
*
net: dsa: remove useless args of dsa_slave_create
Vivien Didelot
2017-08-07
1
-7
/
+7
*
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
2017-08-07
1
-2
/
+2
*
net: sched: push cls related args into cls_common structure
Jiri Pirko
2017-08-07
1
-9
/
+5
*
dsa: push cls_matchall setup_tc processing into a separate function
Jiri Pirko
2017-08-07
1
-12
/
+21
*
net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL
Jiri Pirko
2017-08-07
1
-1
/
+1
*
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
2017-08-07
1
-3
/
+3
*
net: dsa: User per-cpu 64-bit statistics
Florian Fainelli
2017-08-06
1
-20
/
+52
*
net: sched: change names of action number helpers to be aligned with the rest
Jiri Pirko
2017-08-04
1
-1
/
+1
*
net: dsa: Add support for 64-bit statistics
Florian Fainelli
2017-08-02
1
-7
/
+31
*
net: dsa: rename switch EEE ops
Vivien Didelot
2017-08-01
1
-4
/
+4
*
net: dsa: remove PHY device argument from .set_eee
Vivien Didelot
2017-08-01
1
-1
/
+1
*
net: dsa: call phy_init_eee in DSA layer
Vivien Didelot
2017-08-01
1
-0
/
+6
*
net: dsa: PHY device is mandatory for EEE
Vivien Didelot
2017-08-01
1
-8
/
+10
*
net: dsa: Introduce dsa_get_cpu_port()
Florian Fainelli
2017-06-13
1
-15
/
+16
*
net: dsa: Associate slave network device with CPU port
Florian Fainelli
2017-06-13
1
-1
/
+3
*
net: dsa: Relocate master ethtool operations
Florian Fainelli
2017-06-13
1
-8
/
+8
*
net: dsa: Remove master_netdev and use dst->cpu_dp->netdev
Florian Fainelli
2017-06-13
1
-12
/
+9
*
net: phy: Make phy_ethtool_ksettings_get return void
yuval.shaia@oracle.com
2017-06-13
1
-4
/
+5
*
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
2017-06-08
1
-5
/
+6
*
net: dsa: factor skb freeing on xmit
Vivien Didelot
2017-06-01
1
-2
/
+6
*
net: dsa: remove dsa_port_is_bridged
Vivien Didelot
2017-05-30
1
-9
/
+4
*
net: dsa: move VLAN handlers
Vivien Didelot
2017-05-22
1
-41
/
+0
*
net: dsa: move MDB handlers
Vivien Didelot
2017-05-22
1
-41
/
+0
*
net: dsa: move FDB handlers
Vivien Didelot
2017-05-22
1
-42
/
+0
*
net: dsa: move ageing time setter
Vivien Didelot
2017-05-22
1
-40
/
+0
*
net: dsa: move VLAN filtering setter
Vivien Didelot
2017-05-22
1
-16
/
+0
*
net: dsa: move bridging routines
Vivien Didelot
2017-05-22
1
-57
/
+0
*
net: dsa: move port state setters
Vivien Didelot
2017-05-22
1
-40
/
+0
*
net: dsa: change scope of ageing time setter
Vivien Didelot
2017-05-22
1
-9
/
+7
*
net: dsa: change scope of VLAN filtering setter
Vivien Didelot
2017-05-22
1
-8
/
+7
*
net: dsa: change scope of VLAN handlers
Vivien Didelot
2017-05-22
1
-24
/
+16
*
net: dsa: change scope of MDB handlers
Vivien Didelot
2017-05-22
1
-23
/
+18
*
net: dsa: change scope of FDB handlers
Vivien Didelot
2017-05-22
1
-26
/
+24
*
net: dsa: change scope of bridging code
Vivien Didelot
2017-05-22
1
-19
/
+17
*
net: dsa: change scope of notifier call chain
Vivien Didelot
2017-05-22
1
-5
/
+4
*
net: dsa: change scope of STP state setter
Vivien Didelot
2017-05-22
1
-22
/
+22
*
net: dsa: include switchdev.h only once
Vivien Didelot
2017-05-18
1
-1
/
+0
*
net: dsa: include dsa.h only once
Vivien Didelot
2017-05-18
1
-1
/
+1
*
net: dsa: store CPU port pointer in the tree
Vivien Didelot
2017-05-17
1
-5
/
+5
*
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
2017-03-28
1
-0
/
+1
[next]