summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/cpsw_ale.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-14net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()Tanmay Patil1-5/+19
2022-11-07net: ethernet: ti: cpsw_ale: Add cpsw_ale_restore() helperRoger Quadros1-0/+10
2022-04-13drivers: net: cpsw: ale: add broadcast/multicast rate limit supportGrygorii Strashko1-0/+66
2021-11-10net: ethernet: ti: cpsw_ale: Fix access to un-initialized memoryChristophe JAILLET1-4/+2
2021-05-18net: ti: Fix wrong struct name in commentsYang Shen1-1/+1
2021-01-20net: ti: cpsw_ale: add driver data for AM64 CPSW3gVignesh Raghavendra1-0/+7
2020-11-03net: ethernet: ti: am65-cpsw: fix vlan offload for multi mac modeGrygorii Strashko1-4/+15
2020-11-03net: ethernet: ti: cpsw_ale: add cpsw_ale_vlan_del_modify()Grygorii Strashko1-3/+21
2020-09-12net: ethernet: ti: ale: add support for multi port k3 cpsw versionsGrygorii Strashko1-0/+14
2020-09-12net: ethernet: ti: ale: switch to use tables for vlan entry descriptionGrygorii Strashko1-54/+185
2020-09-12net: ethernet: ti: am65-cpsw: enable hw auto ageingGrygorii Strashko1-6/+55
2020-09-12net: ethernet: ti: ale: make usage of ale dev_id mandatoryGrygorii Strashko1-17/+13
2020-09-12net: ethernet: ti: ale: add static configurationGrygorii Strashko1-0/+82
2020-09-12net: ethernet: ti: ale: add cpsw_ale_get_num_entries apiGrygorii Strashko1-0/+5
2020-06-14net: ethernet: ti: ale: fix allmulti for nu type aleGrygorii Strashko1-9/+40
2020-05-22net: ethernet: ti: fix some return value check of cpsw_ale_create()Wei Yongjun1-1/+1
2020-03-27net: ethernet: ti: ale: am65: add support for default thread cfgGrygorii Strashko1-0/+18
2020-03-27net: ethernet: ti: ale: add support for mac-only modeGrygorii Strashko1-0/+16
2020-03-27net: ethernet: ti: ale: fix seeing unreg mcast packets with promisc and allmu...Grygorii Strashko1-0/+4
2019-11-30net: ethernet: ti: ale: ensure vlan/mdb deleted when no membersGrygorii Strashko1-3/+9
2019-11-20net: ethernet: ti: ale: modify vlan/mdb api for switchdevIlias Apalodimas1-10/+117
2019-11-20net: ethernet: ti: cpsw: allow untagged traffic on host portGrygorii Strashko1-1/+22
2019-11-20net: ethernet: ti: ale: clean ale tbl on init and intf restartGrygorii Strashko1-0/+2
2019-04-28net: ethernet: ti: ale: do not auto delete mcast super entriesGrygorii Strashko1-0/+3
2019-04-28net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac modeGrygorii Strashko1-9/+10
2019-04-28net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()Grygorii Strashko1-2/+2
2019-04-28net: ethernet: ti: ale: fix mcast super settingGrygorii Strashko1-1/+1
2019-04-28net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE config optionGrygorii Strashko1-18/+0
2019-04-28net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko1-8/+1
2018-10-16net: ethernet: ti: cpsw_ale: use const for API having pointer on mac addressIvan Khoronzhuk1-6/+6
2018-08-11net: ethernet: ti: cpsw: clear all entries when delete vidIvan Khoronzhuk1-1/+1
2017-12-02net: ethernet: ti: ale: fix port check in cpsw_ale_control_set/getGrygorii Strashko1-2/+2
2017-12-02net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()Grygorii Strashko1-10/+1
2017-12-02net: ethernet: ti: ale: move static initialization in cpsw_ale_create()Grygorii Strashko1-29/+28
2017-12-02net: ethernet: ti: ale: optimize ale entry mask bits configuartionGrygorii Strashko1-10/+3
2017-12-02net: ethernet: ti: ale: disable ale from stop()Grygorii Strashko1-1/+1
2017-12-02net: ethernet: ti: ale: use proper io apisGrygorii Strashko1-13/+13
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-09-21drivers: net: cpsw_ale: use setup_timer() helper.Allen Pais1-3/+1
2017-01-08net: netcp: ale: add proper ale entry mask bits for netcp switch ALEKaricheri, Muralidharan1-19/+80
2017-01-08net: netcp: ale: use ale_status to size the ale tableKaricheri, Muralidharan1-1/+30
2017-01-08net: netcp: ale: update to support unknown vlan controls for NU switchKaricheri, Muralidharan1-5/+45
2015-05-26net: cpsw: remove two unused global functionsRichard Cochran1-45/+0
2015-02-01drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on KeystoneKaricheri, Muralidharan1-2/+24
2015-01-14drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N1-1/+9
2014-11-06drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroyMugunthan V N1-1/+0
2014-10-31drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch modeLennart Sorensen1-0/+29
2014-07-23drivers: net: cpsw: add support to dump ALE table via ethtool register dumpMugunthan V N1-2/+10
2014-01-24drivers: net: cpsw: enable promiscuous mode supportMugunthan V N1-0/+16
2014-01-01net: ti: slight optimization of addr comparedingtianhong1-1/+1