summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
...
| * net: ethernet: ti: cpsw_new: fix suspend/resumeGrygorii Strashko2020-09-111-0/+53
* | net: ethernet: ti: cpsw: use true,false for bool variablesJason Yan2020-09-191-2/+2
* | tlan: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-121-33/+28
* | net: ethernet: ti: ale: add support for multi port k3 cpsw versionsGrygorii Strashko2020-09-111-0/+14
* | net: ethernet: ti: ale: switch to use tables for vlan entry descriptionGrygorii Strashko2020-09-112-54/+188
* | net: ethernet: ti: am65-cpsw: enable hw auto ageingGrygorii Strashko2020-09-114-6/+70
* | net: ethernet: ti: ale: make usage of ale dev_id mandatoryGrygorii Strashko2020-09-112-17/+14
* | net: ethernet: ti: am65-cpsw: use dev_id for ale configurationGrygorii Strashko2020-09-111-2/+1
* | net: netcp: ethss: use dev_id for ale configurationGrygorii Strashko2020-09-111-10/+8
* | net: ethernet: ti: cpsw: use dev_id for ale configurationGrygorii Strashko2020-09-114-10/+1
* | net: ethernet: ti: ale: add static configurationGrygorii Strashko2020-09-112-0/+83
* | net: ethernet: ti: ale: add cpsw_ale_get_num_entries apiGrygorii Strashko2020-09-114-5/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-046-13/+30
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-033-8/+25
| |\
| | * net: ethernet: ti: am65-cpsw: fix rmii 100Mbit link modeGrygorii Strashko2020-08-311-0/+2
| | * net: ethernet: ti: cpsw_new: fix error handling in cpsw_ndo_vlan_rx_kill_vid()Murali Karicheri2020-08-271-6/+21
| | * net: ethernet: ti: cpsw_new: fix clean up of vlan mc entries for host portMurali Karicheri2020-08-251-1/+1
| | * net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host portMurali Karicheri2020-08-251-1/+1
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-5/+5
| |/
* | net: ethernet: ti: am65-cpts: fix i2083 genf (and estf) Reconfiguration IssueGrygorii Strashko2020-08-311-1/+5
* | ethernet: ti: cpts: Use generic helper functionKurt Kanzenbach2020-08-191-28/+14
* | ethernet: ti: am65-cpts: Use generic helper functionKurt Kanzenbach2020-08-191-28/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-3/+0
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-3/+0
* | tlan: use generic power managementVaibhav Gupta2020-07-301-25/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+2
|\
| * net: ethernet: ti: add NETIF_F_HW_TC hw feature flag for taprio offloadMurali Karicheri2020-07-211-1/+2
* | net: ethernet: ti: am65-cpsw-nuss: enable am65x sr2.0 supportGrygorii Strashko2020-06-292-8/+41
* | net: ethernet: ti: am65-cpsw-ethtool: configured critical setting only when n...Grygorii Strashko2020-06-291-1/+4
* | net: ethernet: ti: am65-cpsw-ethtool: skip hw cfg when change p0-rx-ptype-rrobinGrygorii Strashko2020-06-291-1/+0
* | net: ethernet: ti: am65-cpsw-nuss: fix ports mac sl initializationGrygorii Strashko2020-06-291-4/+4
* | net: ethernet: ti: am65-cpsw: move to pf_p0_rx_ptype_rrobin init in probeGrygorii Strashko2020-06-291-2/+1
* | net: ethernet: ti: am65-cpsw-nuss: restore vlan configuration while down/upGrygorii Strashko2020-06-291-0/+19
* | docs: networking: reorganize driver documentation againJakub Kicinski2020-06-262-2/+2
* | ethernet: ti: am65-cpsw-qos: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2020-06-191-5/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-132-10/+41
|\
| * net: ethernet: ti: ale: fix allmulti for nu type aleGrygorii Strashko2020-06-131-9/+40
| * net: ethernet: ti: am65-cpsw-nuss: fix ale parameters initGrygorii Strashko2020-06-131-1/+1
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-10/+10
|/
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-245-6/+11
|\
| * net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspendGrygorii Strashko2020-05-231-0/+4
| * net: ethernet: ti: am65-cpsw-nuss: fix error handling of am65_cpsw_nuss_probeWei Yongjun2020-05-211-1/+2
| * net: ethernet: ti: fix some return value check of cpsw_ale_create()Wei Yongjun2020-05-213-5/+5
* | ethernet: ti: am65-cpts: Add missing inline qualifier to stub functionsNathan Chancellor2020-05-151-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-152-11/+7
|\|
| * net: ethernet: ti: Remove TI_CPTS_MOD workaroundClay McClure2020-05-122-11/+7
* | net: ethernet: ti: Add XDP frame size to driver cpswJesper Dangaard Brouer2020-05-142-0/+2
* | ethernet: ti: am65-cpsw-qos: add TAPRIO offload supportIvan Khoronzhuk2020-05-147-3/+689
* | ethernet: ti: am65-cpts: add routines to support taprio offloadIvan Khoronzhuk2020-05-142-0/+72