summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpsw_ale.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: ale: do not auto delete mcast super entriesGrygorii Strashko2019-04-271-0/+3
* net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac modeGrygorii Strashko2019-04-271-9/+10
* net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()Grygorii Strashko2019-04-271-2/+2
* net: ethernet: ti: ale: fix mcast super settingGrygorii Strashko2019-04-271-1/+1
* net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE config optionGrygorii Strashko2019-04-271-18/+0Star
* net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko2019-04-271-8/+1Star
* net: ethernet: ti: cpsw_ale: use const for API having pointer on mac addressIvan Khoronzhuk2018-10-161-6/+6
* net: ethernet: ti: cpsw: clear all entries when delete vidIvan Khoronzhuk2018-08-111-1/+1
* net: ethernet: ti: ale: fix port check in cpsw_ale_control_set/getGrygorii Strashko2017-12-011-2/+2
* net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()Grygorii Strashko2017-12-011-10/+1Star
* net: ethernet: ti: ale: move static initialization in cpsw_ale_create()Grygorii Strashko2017-12-011-29/+28Star
* net: ethernet: ti: ale: optimize ale entry mask bits configuartionGrygorii Strashko2017-12-011-10/+3Star
* net: ethernet: ti: ale: disable ale from stop()Grygorii Strashko2017-12-011-1/+1
* net: ethernet: ti: ale: use proper io apisGrygorii Strashko2017-12-011-13/+13
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+3
* drivers: net: cpsw_ale: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* net: netcp: ale: add proper ale entry mask bits for netcp switch ALEKaricheri, Muralidharan2017-01-081-19/+80
* net: netcp: ale: use ale_status to size the ale tableKaricheri, Muralidharan2017-01-081-1/+30
* net: netcp: ale: update to support unknown vlan controls for NU switchKaricheri, Muralidharan2017-01-081-5/+45
* net: cpsw: remove two unused global functionsRichard Cochran2015-05-261-45/+0Star
* drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on KeystoneKaricheri, Muralidharan2015-02-011-2/+24
* drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N2015-01-131-1/+9
* drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroyMugunthan V N2014-11-061-1/+0Star
* drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch modeLennart Sorensen2014-10-311-0/+29
* drivers: net: cpsw: add support to dump ALE table via ethtool register dumpMugunthan V N2014-07-231-2/+10
* drivers: net: cpsw: enable promiscuous mode supportMugunthan V N2014-01-231-0/+16
* net: ti: slight optimization of addr comparedingtianhong2013-12-311-1/+1
* drivers: net: cpsw: Add helper functions for VLAN ALE implementationMugunthan V N2013-02-061-12/+95
* drivers: net: ethernet: cpsw: add multicast address to ALE tableMugunthan V N2012-11-011-3/+28
* netdev: driver: ethernet: add cpsw address lookup engine supportMugunthan V N2012-03-191-0/+641