aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpsw_ale.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-27net: ethernet: ti: ale: do not auto delete mcast super entriesGrygorii Strashko1-0/+3
2019-04-27net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac modeGrygorii Strashko1-9/+10
2019-04-27net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()Grygorii Strashko1-2/+2
2019-04-27net: ethernet: ti: ale: fix mcast super settingGrygorii Strashko1-1/+1
2019-04-27net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE config optionGrygorii Strashko1-18/+0
2019-04-27net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko1-8/+1
2018-10-15net: 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-01net: ethernet: ti: ale: fix port check in cpsw_ale_control_set/getGrygorii Strashko1-2/+2
2017-12-01net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()Grygorii Strashko1-10/+1
2017-12-01net: ethernet: ti: ale: move static initialization in cpsw_ale_create()Grygorii Strashko1-29/+28
2017-12-01net: ethernet: ti: ale: optimize ale entry mask bits configuartionGrygorii Strashko1-10/+3
2017-12-01net: ethernet: ti: ale: disable ale from stop()Grygorii Strashko1-1/+1
2017-12-01net: ethernet: ti: ale: use proper io apisGrygorii Strashko1-13/+13
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-09-21drivers: net: cpsw_ale: use setup_timer() helper.Allen Pais1-3/+1
2017-01-07net: netcp: ale: add proper ale entry mask bits for netcp switch ALEKaricheri, Muralidharan1-19/+80
2017-01-07net: netcp: ale: use ale_status to size the ale tableKaricheri, Muralidharan1-1/+30
2017-01-07net: netcp: ale: update to support unknown vlan controls for NU switchKaricheri, Muralidharan1-5/+45
2015-05-25net: cpsw: remove two unused global functionsRichard Cochran1-45/+0
2015-01-31drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on KeystoneKaricheri, Muralidharan1-2/+24
2015-01-13drivers: 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-22drivers: net: cpsw: add support to dump ALE table via ethtool register dumpMugunthan V N1-2/+10
2014-01-23drivers: net: cpsw: enable promiscuous mode supportMugunthan V N1-0/+16
2013-12-31net: ti: slight optimization of addr comparedingtianhong1-1/+1
2013-02-06drivers: net: cpsw: Add helper functions for VLAN ALE implementationMugunthan V N1-12/+95
2012-11-01drivers: net: ethernet: cpsw: add multicast address to ALE tableMugunthan V N1-3/+28
2012-03-19netdev: driver: ethernet: add cpsw address lookup engine supportMugunthan V N1-0/+641