index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dsa
/
dsa2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: remove tag ops from the switch tree
Vivien Didelot
2017-10-01
1
-2
/
+0
*
net: dsa: change dsa_ptr for a dsa_port
Vivien Didelot
2017-10-01
1
-1
/
+1
*
net: dsa: prepare master receive hot path
Vivien Didelot
2017-10-01
1
-0
/
+4
*
net: dsa: add tagging ops to port
Vivien Didelot
2017-10-01
1
-0
/
+1
*
net: dsa: use temporary dsa_device_ops variable
Vivien Didelot
2017-10-01
1
-3
/
+5
*
net: dsa: move master ethtool code
Vivien Didelot
2017-09-19
1
-2
/
+2
*
net: dsa: setup master ethtool after dsa_ptr
Vivien Didelot
2017-09-19
1
-5
/
+7
*
net: dsa: setup master ethtool unconditionally
Vivien Didelot
2017-09-19
1
-9
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-01
1
-1
/
+1
|
\
|
*
net: dsa: Don't dereference dst->cpu_dp->netdev
Florian Fainelli
2017-08-28
1
-1
/
+1
*
|
net: dsa: remove useless args of dsa_slave_create
Vivien Didelot
2017-08-07
1
-1
/
+1
*
|
net: dsa: remove useless args of dsa_cpu_dsa_setup
Vivien Didelot
2017-08-07
1
-2
/
+2
|
/
*
net: dsa: Initialize ds->cpu_port_mask earlier
Florian Fainelli
2017-07-24
1
-6
/
+7
*
net: dsa: assign default CPU port to all ports
Vivien Didelot
2017-06-15
1
-11
/
+19
*
net: dsa: Associate slave network device with CPU port
Florian Fainelli
2017-06-13
1
-0
/
+11
*
net: dsa: Remove master_netdev and use dst->cpu_dp->netdev
Florian Fainelli
2017-06-13
1
-11
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-06
1
-1
/
+3
|
\
|
*
net: dsa: Fix stale cpu_switch reference after unbind then bind
Florian Fainelli
2017-06-04
1
-1
/
+3
*
|
net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()
Florian Fainelli
2017-06-04
1
-18
/
+15
*
|
net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}
Florian Fainelli
2017-06-04
1
-49
/
+41
*
|
net: dsa: Pass dsa_port reference to ethtool setup/restore
Florian Fainelli
2017-06-04
1
-2
/
+2
*
|
net: dsa: do not cast dst
Vivien Didelot
2017-06-01
1
-1
/
+1
*
|
net: dsa: remove dev arg of dsa_register_switch
Vivien Didelot
2017-05-31
1
-5
/
+5
*
|
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
-8
/
+6
|
/
*
net: dsa: dsa2: Add basic support of devlink
Andrew Lunn
2017-03-28
1
-2
/
+45
*
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
2017-03-28
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-11
1
-0
/
+1
|
\
|
*
net: dsa: Do not destroy invalid network devices
Florian Fainelli
2017-02-08
1
-0
/
+1
*
|
net: dsa: Add support for platform data
Florian Fainelli
2017-02-07
1
-18
/
+84
*
|
net: dsa: add switch notifier
Vivien Didelot
2017-02-06
1
-0
/
+6
*
|
net: dsa: add ds and index to dsa_port
Vivien Didelot
2017-01-29
1
-0
/
+6
*
|
net: dsa: use ds->num_ports when possible
Vivien Didelot
2017-01-29
1
-6
/
+6
*
|
net: dsa: variable number of ports
Vivien Didelot
2017-01-29
1
-0
/
+16
*
|
net: dsa: Move ports assignment closer to error checking
Florian Fainelli
2017-01-26
1
-1
/
+2
*
|
net: dsa: Suffix function manipulating device_node with _dn
Florian Fainelli
2017-01-26
1
-8
/
+8
*
|
net: dsa: Make most functions take a dsa_port argument
Florian Fainelli
2017-01-26
1
-28
/
+33
*
|
net: dsa: Pass device pointer to dsa_register_switch
Florian Fainelli
2017-01-26
1
-3
/
+4
*
|
net: dsa: use cpu_switch instead of ds[0]
Vivien Didelot
2017-01-18
1
-4
/
+4
*
|
net: dsa: store CPU switch structure in the tree
Vivien Didelot
2017-01-18
1
-3
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-11
1
-4
/
+7
|
\
\
|
|
/
|
*
net: dsa: Ensure validity of dst->ds[0]
Florian Fainelli
2017-01-10
1
-4
/
+7
*
|
net: dsa: make "label" property optional for dsa2
Vivien Didelot
2017-01-11
1
-20
/
+4
*
|
net:dsa: check for EPROBE_DEFER from dsa_dst_parse()
Volodymyr Bendiuga
2017-01-05
1
-1
/
+7
|
/
*
net: dsa: fix unbalanced dsa_switch_tree reference counting
Nikita Yushchenko
2016-11-28
1
-1
/
+3
*
net-next: dsa: make the set_addr() operation optional
John Crispin
2016-09-20
1
-3
/
+5
*
net-next: dsa: fix duplicate invocation of set_addr()
John Crispin
2016-09-20
1
-4
/
+0
*
net: dsa: rename switch operations structure
Vivien Didelot
2016-08-24
1
-8
/
+8
*
net: dsa: Allow the DSA driver to indicate the tag protocol
Andrew Lunn
2016-08-22
1
-1
/
+3
*
net: dsa: Fix non static symbol warning
Wei Yongjun
2016-07-12
1
-1
/
+1
[next]