summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: cpsw: unsync mcast entries while switch promisc modeIvan Khoronzhuk2018-10-231-0/+1
* net: ethernet: ti: davinci_emac: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2Star
* net: ethernet: ti: cpsw: simplify getting .driver_dataWolfram Sang2018-10-221-4/+2Star
* net: ethernet: ti: cpsw: use for mcast entries only host portIvan Khoronzhuk2018-10-161-6/+7
* net: ethernet: ti: cpsw: fix lost of mcast packets while rx_mode updateIvan Khoronzhuk2018-10-161-18/+28
* net: ethernet: ti: cpsw_ale: use const for API having pointer on mac addressIvan Khoronzhuk2018-10-162-10/+10
* net: ti: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang2018-09-201-3/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-181-0/+1
|\
| * net: ethernet: ti: add missing GENERIC_ALLOCATOR dependencyCorentin Labbe2018-09-171-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-051-3/+6
|\|
| * net: ethernet: cpsw-phy-sel: prefer phandle for phy selTony Lindgren2018-09-021-3/+6
* | net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-302-35/+29Star
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-122-15/+12Star
|\
| * net: ethernet: ti: cpsw: fix runtime_pm while add/kill vlanIvan Khoronzhuk2018-08-111-4/+7
| * net: ethernet: ti: cpsw: clear all entries when delete vidIvan Khoronzhuk2018-08-112-11/+5Star
* | net: ethernet: ti: cpts: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* | net: tlan: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* | net: ethernet: ti: cpsw: replace unnecessarily macroses on functionsIvan Khoronzhuk2018-08-011-32/+26Star
* | net: ethernet: ti: cpsw: add missed RX_CTAG feature for second slaveIvan Khoronzhuk2018-07-291-1/+1
* | net: ethernet: ti: cpsw: restore shaper configuration while down/upIvan Khoronzhuk2018-07-241-0/+47
* | net: ethernet: ti: cpsw: add CBS Qdisc offloadIvan Khoronzhuk2018-07-241-0/+221
* | net: ethernet: ti: cpsw: add MQPRIO Qdisc offloadIvan Khoronzhuk2018-07-241-0/+82
* | net: ethernet: ti: cpdma: fit rated channels in backward orderIvan Khoronzhuk2018-07-241-16/+15Star
* | net: ethernet: ti: cpsw: use cpdma channels in backward order for txqIvan Khoronzhuk2018-07-241-6/+8
* | net: ethernet: ti: cpts: break cycle once late ts is matchedIvan Khoronzhuk2018-07-121-1/+4
* | net: Add generic ndo_select_queue functionsAlexander Duyck2018-07-091-8/+1Star
* | net: ethernet: ti: cpsw: allow PTP 224.0.0.107 to be timestampedIvan Khoronzhuk2018-07-071-1/+2
* | net: ethernet: ti: cpsw: use BIT macroIvan Khoronzhuk2018-07-071-17/+17
* | net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-232-3/+3
|/
* net: ethernet: ti: davinci_cpdma: make function cpdma_desc_pool_create staticColin Ian King2018-06-221-1/+1
* net: davinci_emac: match the mdio device against its compatible if possibleBartosz Golaszewski2018-06-211-0/+4
* net: ethernet: fix suspend/resume in davinci_emacBartosz Golaszewski2018-06-201-2/+13
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-132-16/+17
* net: netcp: ethss: remove unnecessary pointer set to NULLYueHaibing2018-06-031-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-10/+12
|\
| * net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter2018-05-311-10/+12
* | net: ti: cpsw: include gpio/consumer.hArnd Bergmann2018-05-311-1/+1
* | net: davinci: fix building davinci mdio code without CONFIG_OFArnd Bergmann2018-05-301-3/+1Star
* | ti: ethernet: davinci: Fix cast to int warningsFlorian Fainelli2018-05-211-4/+4
* | net: ethernet: davinci_emac: Fix printing of base addressFlorian Fainelli2018-05-211-2/+2
* | net: ethernet: ti: cpsw: Fix cpsw_add_ch_strings() printk formatFlorian Fainelli2018-05-211-2/+2
* | net: ethernet: ti: cpts: Fix timestamp printFlorian Fainelli2018-05-211-1/+2
* | ti: ethernet: cpdma: Use correct format for genpool_*Florian Fainelli2018-05-211-1/+1
* | net: ethernet: ti: Allow most drivers with COMPILE_TESTFlorian Fainelli2018-05-171-5/+5
* | net: ethernet: ti: cpsw: disable mq feature for "AM33xx ES1.0" devicesIvan Khoronzhuk2018-05-171-49/+60
* | drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-161-5/+3Star
* | net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret valueGrygorii Strashko2018-05-161-1/+7
* | net: ethernet: ti: Use ERR_CAST instead of ERR_PTR(PTR_ERR())HernĂ¡n Gonzalez2018-05-141-1/+1
* | drivers: net: davinci_mdio: prevent spurious timeoutSekhar Nori2018-05-101-7/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-0/+2
|\|