index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
cpsw_ale.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-27
net: ethernet: ti: ale: am65: add support for default thread cfg
Grygorii Strashko
1
-0
/
+18
2020-03-27
net: ethernet: ti: ale: add support for mac-only mode
Grygorii Strashko
1
-0
/
+16
2020-03-27
net: ethernet: ti: ale: fix seeing unreg mcast packets with promisc and allmu...
Grygorii Strashko
1
-0
/
+4
2019-11-30
net: ethernet: ti: ale: ensure vlan/mdb deleted when no members
Grygorii Strashko
1
-3
/
+9
2019-11-20
net: ethernet: ti: ale: modify vlan/mdb api for switchdev
Ilias Apalodimas
1
-10
/
+117
2019-11-20
net: ethernet: ti: cpsw: allow untagged traffic on host port
Grygorii Strashko
1
-1
/
+22
2019-11-20
net: ethernet: ti: ale: clean ale tbl on init and intf restart
Grygorii Strashko
1
-0
/
+2
2019-04-28
net: ethernet: ti: ale: do not auto delete mcast super entries
Grygorii Strashko
1
-0
/
+3
2019-04-28
net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac mode
Grygorii Strashko
1
-9
/
+10
2019-04-28
net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()
Grygorii Strashko
1
-2
/
+2
2019-04-28
net: ethernet: ti: ale: fix mcast super setting
Grygorii Strashko
1
-1
/
+1
2019-04-28
net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE config option
Grygorii Strashko
1
-18
/
+0
2019-04-28
net: ethernet: ti: convert to SPDX license identifiers
Grygorii Strashko
1
-8
/
+1
2018-10-16
net: ethernet: ti: cpsw_ale: use const for API having pointer on mac address
Ivan Khoronzhuk
1
-6
/
+6
2018-08-11
net: ethernet: ti: cpsw: clear all entries when delete vid
Ivan Khoronzhuk
1
-1
/
+1
2017-12-02
net: ethernet: ti: ale: fix port check in cpsw_ale_control_set/get
Grygorii Strashko
1
-2
/
+2
2017-12-02
net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()
Grygorii Strashko
1
-10
/
+1
2017-12-02
net: ethernet: ti: ale: move static initialization in cpsw_ale_create()
Grygorii Strashko
1
-29
/
+28
2017-12-02
net: ethernet: ti: ale: optimize ale entry mask bits configuartion
Grygorii Strashko
1
-10
/
+3
2017-12-02
net: ethernet: ti: ale: disable ale from stop()
Grygorii Strashko
1
-1
/
+1
2017-12-02
net: ethernet: ti: ale: use proper io apis
Grygorii Strashko
1
-13
/
+13
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-3
/
+3
2017-09-21
drivers: net: cpsw_ale: use setup_timer() helper.
Allen Pais
1
-3
/
+1
2017-01-08
net: netcp: ale: add proper ale entry mask bits for netcp switch ALE
Karicheri, Muralidharan
1
-19
/
+80
2017-01-08
net: netcp: ale: use ale_status to size the ale table
Karicheri, Muralidharan
1
-1
/
+30
2017-01-08
net: netcp: ale: update to support unknown vlan controls for NU switch
Karicheri, Muralidharan
1
-5
/
+45
2015-05-26
net: cpsw: remove two unused global functions
Richard Cochran
1
-45
/
+0
2015-02-01
drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on Keystone
Karicheri, Muralidharan
1
-2
/
+24
2015-01-14
drivers: net: cpsw: fix multicast flush in dual emac mode
Mugunthan V N
1
-1
/
+9
2014-11-06
drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroy
Mugunthan V N
1
-1
/
+0
2014-10-31
drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch mode
Lennart Sorensen
1
-0
/
+29
2014-07-23
drivers: net: cpsw: add support to dump ALE table via ethtool register dump
Mugunthan V N
1
-2
/
+10
2014-01-24
drivers: net: cpsw: enable promiscuous mode support
Mugunthan V N
1
-0
/
+16
2014-01-01
net: ti: slight optimization of addr compare
dingtianhong
1
-1
/
+1
2013-02-07
drivers: net: cpsw: Add helper functions for VLAN ALE implementation
Mugunthan V N
1
-12
/
+95
2012-11-01
drivers: net: ethernet: cpsw: add multicast address to ALE table
Mugunthan V N
1
-3
/
+28
2012-03-20
netdev: driver: ethernet: add cpsw address lookup engine support
Mugunthan V N
1
-0
/
+641