index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
fsl-dpaa2
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-10
staging: dpaa2-switch: move the driver out of staging
Ioana Ciornei
11
-6118
/
+0
2021-03-10
staging: dpaa2-switch: prevent joining a bridge while VLAN uppers are present
Ioana Ciornei
1
-1
/
+29
2021-03-10
staging: dpaa2-switch: add fast-ageing on bridge leave
Ioana Ciornei
2
-16
/
+63
2021-03-10
staging: dpaa2-switch: accept only vlan-aware upper devices
Ioana Ciornei
3
-19
/
+76
2021-03-10
staging: dpaa2-switch: move the notifier register to module_init()
Ioana Ciornei
2
-87
/
+95
2021-03-10
staging: dpaa2-switch: properly setup switching domains
Ioana Ciornei
5
-41
/
+514
2021-03-10
staging: dpaa2-switch: enable the control interface
Ioana Ciornei
4
-0
/
+53
2021-03-10
staging: dpaa2-switch: add .ndo_start_xmit() callback
Ioana Ciornei
5
-16
/
+245
2021-03-10
staging: dpaa2-switch: handle Rx path on control interface
Ioana Ciornei
2
-12
/
+460
2021-03-10
staging: dpaa2-switch: setup dpio
Ioana Ciornei
5
-0
/
+137
2021-03-10
staging: dpaa2-switch: setup buffer pool and RX path rings
Ioana Ciornei
5
-0
/
+209
2021-03-10
staging: dpaa2-switch: get control interface attributes
Ioana Ciornei
5
-11
/
+136
2021-03-10
staging: dpaa2-switch: remove obsolete .ndo_fdb_{add|del} callbacks
Ioana Ciornei
1
-27
/
+0
2021-03-10
staging: dpaa2-switch: fix up initial forwarding configuration done by firmware
Ioana Ciornei
1
-29
/
+51
2021-03-10
staging: dpaa2-switch: remove broken learning and flooding support
Ioana Ciornei
5
-259
/
+0
2021-02-20
Merge tag 'staging-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2021-02-12
net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes
Vladimir Oltean
1
-13
/
+21
2021-02-04
staging: fsl-dpaa2: Switch from strlcpy to strscpy
Kumar Kartikeya Dwivedi
1
-3
/
+3
2021-01-11
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
1
-16
/
+5
2021-01-11
net: switchdev: remove the transaction structure from port object notifiers
Vladimir Oltean
1
-31
/
+28
2021-01-11
net: switchdev: remove vid_begin -> vid_end range from VLAN objects
Vladimir Oltean
1
-32
/
+15
2020-12-15
Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-7
/
+20
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
1
-0
/
+2
2020-11-23
staging: dpaa2-switch: pack the firmware command structures
Ioana Ciornei
1
-0
/
+2
2020-11-23
staging: dpaa2-switch: make sure that the VLAN is not already configured
Ioana Ciornei
1
-1
/
+8
2020-11-23
staging: dpaa2-switch: export the 'no buffer' counter in ethtool
Ionut-robert Aron
3
-6
/
+10
2020-10-10
staging: dpaa2-switch: add a dpaa2_switch prefix to all functions in ethsw.c
Ioana Ciornei
1
-220
/
+219
2020-10-10
staging: dpaa2-switch: add a dpaa2_switch_ prefix to all functions in ethsw-e...
Ioana Ciornei
3
-29
/
+30
2020-07-21
staging: dpaa2-ethsw: check if there is space for a new VLAN
Ioana Ciornei
1
-2
/
+19
2020-07-21
staging: dpaa2-ethsw: read the port state from firmware
Ioana Ciornei
1
-1
/
+20
2020-07-21
staging: dpaa2-ethsw: destroy workqueue after deregistering the notifiers
Ioana Ciornei
1
-2
/
+3
2020-07-21
staging: dpaa2-ethsw: setup the STP state for all installed VLANs
Ioana Ciornei
1
-8
/
+13
2020-07-21
staging: dpaa2-ethsw: don't allow interfaces from different DPSWs to be bridged
Ioana Ciornei
1
-0
/
+15
2020-07-21
staging: dpaa2-ethsw: verify the nofifier block
Ioana Ciornei
1
-11
/
+20
2020-07-21
staging: dpaa2-ethsw: fix switch/case fallthrough warning
Marian Posteuca
1
-1
/
+1
2020-07-15
staging: dpaa2-ethsw: setup MAC address of switch netdevices
Ioana Ciornei
5
-1
/
+190
2020-07-15
staging: dpaa2-ethsw: store version information of the DPSW object
Ioana Ciornei
2
-8
/
+9
2020-07-15
staging: dpaa2-ethsw: disable switch ports are probe time
Ioana Ciornei
1
-0
/
+4
2020-07-15
staging: dpaa2-ethsw: use netif_running when checking for port up
Ioana Ciornei
1
-5
/
+5
2020-07-15
staging: dpaa2-ethsw: ignore state interrupts when the interface is not running
Ioana Ciornei
1
-0
/
+6
2020-07-15
staging: dpaa2-ethsw: fix reported link state
Ioana Ciornei
1
-0
/
+7
2020-06-07
Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+4
2020-04-30
docs: networking: convert switchdev.txt to ReST
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-13
staging: fsl-dpaa2: ethsw: Fix parenthesis alignment
John B. Wyatt IV
1
-2
/
+4
2020-02-17
staging: fsl-dpaa2: ethsw: ethsw.c: Fix line over 80 characters
Sandesh Kenjana Ashok
1
-1
/
+2
2019-11-13
staging: dpaa2-ethsw: ordered workqueue should be per ethsw
Ioana Ciornei
2
-8
/
+10
2019-11-13
staging: dpaa2-ethsw: move port switchdev blocking notifier per ethsw
Ioana Ciornei
2
-6
/
+4
2019-11-13
staging: dpaa2-ethsw: move port switchdev notifier per ethsw
Ioana Ciornei
2
-7
/
+5
2019-11-13
staging: dpaa2-ethsw: move port notifier per ethsw
Ioana Ciornei
2
-7
/
+8
2019-08-14
staging: fsl-dpaa2/ethsw: do not force user to bring interface down
Ioana Ciornei
1
-9
/
+23
[next]