summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-1/+1
|\
| * net: netcp: Fix ethss driver probe issueMurali Karicheri2019-02-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-291-1/+1
|\|
| * net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-281-1/+1
* | net: ethernet: ti: cpsw-phy-sel: remove unneeded semicolonYueHaibing2019-01-171-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-031-1/+3
|\
| * net: (cpts) fix a missing check of clk_prepareKangjie Lu2018-12-271-1/+3
* | Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-12-281-1/+18
|\ \ | |/ |/|
| * net: ethernet: ti: cpsw: add support for port interface mode selection phyGrygorii Strashko2018-12-121-1/+18
* | net: ethernet: don't set phylib state CHANGELINK in driversHeiner Kallweit2018-12-181-1/+0
* | net: Use of_node_name_eq for node name comparisonsRob Herring2018-12-052-4/+4
* | net: documentation: build a directory structure for driversJakub Kicinski2018-12-052-2/+5
* | net: davinci_emac: use nvmem_get_mac_address()Bartosz Golaszewski2018-12-031-5/+9
* | net: ethernet: ti: cpsw: allow vlan tagged packets to be timestampedIvan Khoronzhuk2018-11-131-2/+3
* | net: ethernet: ti: cpts: move enable/disable flags outside of cpts moduleIvan Khoronzhuk2018-11-134-77/+41
* | net: ethernet: ti: cpts: purge staled skbs from txqIvan Khoronzhuk2018-11-131-2/+24
* | net: ethernet: ti: cpts: correct debug for expired txq skbIvan Khoronzhuk2018-11-131-3/+1
* | net: ethernet: ti: cpsw: fix vlan configuration while down/upIvan Khoronzhuk2018-11-081-0/+17
* | net: ethernet: ti: cpsw: fix vlan mcastIvan Khoronzhuk2018-11-081-31/+138
|/
* net: ethernet: ti: cpsw: unsync mcast entries while switch promisc modeIvan Khoronzhuk2018-10-221-0/+1
* net: ethernet: ti: davinci_emac: simplify getting .driver_dataWolfram Sang2018-10-211-4/+2
* net: ethernet: ti: cpsw: simplify getting .driver_dataWolfram Sang2018-10-211-4/+2
* net: ethernet: ti: cpsw: use for mcast entries only host portIvan Khoronzhuk2018-10-151-6/+7
* net: ethernet: ti: cpsw: fix lost of mcast packets while rx_mode updateIvan Khoronzhuk2018-10-151-18/+28
* net: ethernet: ti: cpsw_ale: use const for API having pointer on mac addressIvan Khoronzhuk2018-10-152-10/+10
* net: ti: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang2018-09-191-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-041-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-292-35/+29
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-112-15/+12
|\
| * 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/+5
* | net: ethernet: ti: cpts: mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* | net: tlan: Mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* | net: ethernet: ti: cpsw: replace unnecessarily macroses on functionsIvan Khoronzhuk2018-08-011-32/+26
* | 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-231-0/+47
* | net: ethernet: ti: cpsw: add CBS Qdisc offloadIvan Khoronzhuk2018-07-231-0/+221
* | net: ethernet: ti: cpsw: add MQPRIO Qdisc offloadIvan Khoronzhuk2018-07-231-0/+82
* | net: ethernet: ti: cpdma: fit rated channels in backward orderIvan Khoronzhuk2018-07-231-16/+15
* | net: ethernet: ti: cpsw: use cpdma channels in backward order for txqIvan Khoronzhuk2018-07-231-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/+1
* | 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