summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | net: ethernet: ti: cpts: rework lockingGrygorii Strashko2020-04-232-24/+32
* | net: ethernet: ti: cpts: move tx timestamp processing to ptp worker onlyGrygorii Strashko2020-04-231-71/+94
* | net: ethernet: ti: cpts: optimize packet to event matchingGrygorii Strashko2020-04-231-33/+58
* | net: ethernet: ti: cpts: switch to use new .gettimex64() interfaceGrygorii Strashko2020-04-231-8/+14
* | net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()Grygorii Strashko2020-04-232-2/+7
* | net: ethernet: ti: cpts: separate hw counter read from timecounterGrygorii Strashko2020-04-232-26/+29
* | net: ethernet: ti: cpts: use dev_yy() api for logsGrygorii Strashko2020-04-231-6/+6
|/
* net: ethernet: ti: Add missing '\n' in log messagesChristophe JAILLET2020-04-121-3/+3
* net: ethernet: ti: fix spelling mistake "rundom" -> "random"Colin Ian King2020-03-301-1/+1
* net: ethernet: ti: introduce am65x/j721e gigabit eth subsystem driverGrygorii Strashko2020-03-277-2/+3030
* net: ethernet: ti: ale: am65: add support for default thread cfgGrygorii Strashko2020-03-272-0/+20
* net: ethernet: ti: ale: add support for mac-only modeGrygorii Strashko2020-03-272-0/+18
* net: ethernet: ti: ale: fix seeing unreg mcast packets with promisc and allmu...Grygorii Strashko2020-03-271-0/+4
* phy: ti: gmii-sel: simplify config dependencies between net drivers and gmii phyGrygorii Strashko2020-03-271-0/+1
* net: davinci_emac: reject unsupported coalescing paramsJakub Kicinski2020-03-181-0/+1
* net: cpsw: reject unsupported coalescing paramsJakub Kicinski2020-03-182-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-297-24/+12
|\
| * net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-11/+1
| * net: netcp_ethss: Use the PHY time stamping interface.Richard Cochran2019-12-261-5/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-235-22/+23
| |\
| * | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-136-8/+8
* | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-223-3/+4
|\ \
| * | net: ethernet: ti: build cpsw-common for switchdevArnd Bergmann2019-12-141-0/+1
| * | net: ethernet: ti: select PAGE_POOL for switchdev driverArnd Bergmann2019-12-141-0/+1
| * | net: ethernet: ti: davinci_cpdma: fix warning "device driver frees DMA memory...Grygorii Strashko2019-12-091-3/+2
| |/
* / treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-19/+19
|/
* net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko2019-12-071-1/+1
* net: ethernet: ti: cpsw_switchdev: fix unmet direct dependencies detected for...Grygorii Strashko2019-12-051-1/+1
* net: ethernet: ti: ale: ensure vlan/mdb deleted when no membersGrygorii Strashko2019-11-301-3/+9
* net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switchIlias Apalodimas2019-11-205-9/+993
* net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emacIlias Apalodimas2019-11-205-5/+1710
* net: ethernet: ti: cpsw: move set of common functions in cpsw_privGrygorii Strashko2019-11-203-1264/+1293
* net: ethernet: ti: cpsw: resolve build deps of cpsw driversGrygorii Strashko2019-11-203-8/+17
* net: ethernet: ti: ale: modify vlan/mdb api for switchdevIlias Apalodimas2019-11-202-10/+123
* net: ethernet: ti: cpsw: allow untagged traffic on host portGrygorii Strashko2019-11-203-10/+35
* net: ethernet: ti: ale: clean ale tbl on init and intf restartGrygorii Strashko2019-11-201-0/+2
* net: ethernet: ti: Add dependency for TI_DAVINCI_EMACMao Wenan2019-11-121-0/+1
* ethernet: ti: cpts: use ktime_get_real_ns helperIvan Khoronzhuk2019-11-081-1/+1
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-043-6/+6
* davinci_cpdma: make cpdma_chan_split_pool staticBen Dooks (Codethink)2019-10-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+1
|\
| * net: cpsw: fix NULL pointer exception in the probe error pathAntoine Tenart2019-08-211-1/+1
* | net: ethernet: ti: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+2
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
|/
* net: ethernet: ti: cpsw: Add of_node_put() before return and breakNishka Dasgupta2019-07-161-8/+18
* ethernet: remove redundant memsetFuqian Huang2019-07-151-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-141-13/+13
|\
| * davinci_cpdma: don't cast dma_addr_t to pointerArnd Bergmann2019-07-131-13/+13
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-3/+3
|\ \ | |/ |/|