index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
fsl-dpaa2
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-08-14
staging: fsl-dpaa2/ethsw: register_netdev only when ready
Ioana Ciornei
1
-8
/
+6
2019-08-14
staging: fsl-dpaa2/ethsw: reword error message
Ioana Ciornei
1
-2
/
+1
2019-08-14
staging: fsl-dpaa2/ethsw: remove redundant VLAN check
Ioana Ciornei
1
-5
/
+0
2019-08-14
staging: fsl-dpaa2/ethsw: remove unnecessary memset
Ioana Ciornei
1
-3
/
+0
2019-08-14
staging: fsl-dpaa2/ethsw: use bool when encoding learning/flooding state
Ioana Ciornei
1
-6
/
+6
2019-08-14
staging: fsl-dpaa2/ethsw: remove debug message
Ioana Ciornei
1
-7
/
+0
2019-08-14
staging: fsl-dpaa2/ethsw: add line terminator to all formats
Ioana Ciornei
2
-6
/
+6
2019-08-14
staging: fsl-dpaa2/ethsw: enable switch ports only on dev_open
Ioana Ciornei
1
-53
/
+6
2019-08-14
staging: fsl-dpaa2/ethsw: remove IGMP default address
Ioana Ciornei
1
-5
/
+2
2019-08-02
staging: fsl-dpaa2/ethsw: Remove useless set memory to zero use memset()
Wei Yongjun
1
-2
/
+0
2019-07-30
staging: fsl-dpaa2/ethsw: add .ndo_fdb[add|del] callbacks
Ioana Ciornei
1
-0
/
+27
2019-07-30
staging: fsl-dpaa2/ethsw: check added_by_user flag
Ioana Ciornei
1
-0
/
+4
2019-07-30
staging: fsl-dpaa2/ethsw: add .ndo_fdb_dump callback
Ioana Ciornei
5
-3
/
+224
2019-07-30
staging: fsl-dpaa2/ethsw: notify switchdev of offloaded entry
Ioana Ciornei
1
-2
/
+10
2019-07-30
staging: fsl-dpaa2/ethsw: remove unused structure
Ioana Ciornei
1
-31
/
+0
2019-07-22
staging: fsl-dpaa2/ethsw: Add comments to ETHSW_VLAN flags
Razvan Stefanescu
1
-0
/
+4
2019-07-22
staging: fsl-dpaa2/ethsw: Add ndo_get_phys_port_name
Razvan Stefanescu
1
-0
/
+14
2019-07-22
staging: fsl-dpaa2/ethsw: Remove netdevice on port probing error
Razvan Stefanescu
1
-3
/
+13
2019-07-22
staging: fsl-dpaa2/ethsw: Add network interface statistics
Razvan Stefanescu
1
-1
/
+3
2019-07-22
staging: fsl-dpaa2/ethsw: Fix setting port learning/flooding flags
Razvan Stefanescu
1
-2
/
+3
2019-06-09
staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_work
Colin Ian King
1
-0
/
+1
2019-05-20
staging: fsl-dpaa2: use help instead of ---help--- in Kconfig
Moses Christopher
1
-4
/
+4
2019-04-03
staging: add missing SPDX lines to Makefile files
Greg Kroah-Hartman
1
-0
/
+1
2019-04-03
staging: add missing SPDX lines to Kconfig files
Greg Kroah-Hartman
1
-0
/
+1
2019-03-20
staging: fsl-dpaa2: ethsw: Remove return variable
Nishka Dasgupta
1
-3
/
+1
2019-03-06
Merge tag 'staging-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-3
/
+3
[next]