summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: cpsw: correct ale dev to cpswIvan Khoronzhuk2017-02-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-161-1/+1
|\
| * net: ethernet: ti: cpsw: fix cpsw assignment in resumeIvan Khoronzhuk2017-02-141-1/+1
* | net: ethernet: ti: cpsw: use var instead of func for usage countIvan Khoronzhuk2017-02-141-30/+12
* | net: ethernet: ti: cpsw: return NET_XMIT_DROP if skb_padto failedIvan Khoronzhuk2017-02-111-1/+1
* | net: ethernet: ti: netcp_core: remove netif_trans_updateIvan Khoronzhuk2017-02-101-2/+0
* | net: netcp: Do not clobber PHY link outside of state machineFlorian Fainelli2017-02-071-2/+0
* | net: ethernet: ti: cpsw: remove netif_trans_updateIvan Khoronzhuk2017-02-071-2/+0
* | net: ethernet: ti: cpsw: fix NULL pointer dereference in switch modeGrygorii Strashko2017-02-011-1/+1
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-303-3/+3
* | net: ethernet: ti: cpsw: clarify ethtool ops changing num of descsIvan Khoronzhuk2017-01-201-73/+59
* | net: ethernet: ti: cpsw: don't duplicate common res in rx handlerIvan Khoronzhuk2017-01-201-24/+16
* | net: ethernet: ti: cpsw: don't duplicate ndev_runningIvan Khoronzhuk2017-01-201-14/+17
* | net: ethernet: ti: cpsw: don't disable interrupts in ndo_openIvan Khoronzhuk2017-01-201-2/+0
* | net: ethernet: ti: cpsw: remove dual check from common res usage functionIvan Khoronzhuk2017-01-201-3/+0
* | net: ethernet: ti: davinci_cpdma: correct check on NULL in set rateIvan Khoronzhuk2017-01-181-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-1/+1
|\|
| * cpmac: remove hopeless #warningArnd Bergmann2017-01-161-1/+1
* | net: netcp: correct netcp_get_stats function signatureKeerthy2017-01-111-3/+1
* | net: ethernet: ti: cpsw: extend limits for cpsw_get/set_ringparamIvan Khoronzhuk2017-01-091-4/+3
* | net: netcp: ale: add proper ale entry mask bits for netcp switch ALEKaricheri, Muralidharan2017-01-072-19/+84
* | net: netcp: ale: use ale_status to size the ale tableKaricheri, Muralidharan2017-01-072-4/+31
* | net: netcp: ale: update to support unknown vlan controls for NU switchKaricheri, Muralidharan2017-01-073-7/+61
* | net: netcp: use hw capability to remove FCS word from rx packetsKaricheri, Muralidharan2017-01-073-4/+16
* | net: netcp: ethss: get phy-handle only if link interface is MAC-to-PHYKaricheri, Muralidharan2017-01-071-1/+3
* | net: netcp: store network statistics in 64 bitsMichael Scherban2017-01-072-12/+74
* | net: netcp: remove the redundant memmov()Karicheri, Muralidharan2017-01-071-3/+3
* | net: netcp: extract eflag from desc for rx_hook handlingKaricheri, Muralidharan2017-01-072-3/+18
* | net: ethernet: ti: cpsw: add support for ringparam configurationGrygorii Strashko2017-01-073-8/+122
* | net: ethernet: ti: cpsw: add support for descs pool size configurationGrygorii Strashko2017-01-073-3/+22
* | net: ethernet: ti: cpdma: use devm_ioremapGrygorii Strashko2017-01-071-3/+2
* | net: ethernet: ti: cpdma: minimize number of parameters in cpdma_desc_pool_cr...Grygorii Strashko2017-01-071-32/+30
* | net: ethernet: ti: cpdma: fix desc re-queuingGrygorii Strashko2017-01-071-1/+1
* | net: ethernet: ti: cpdma: am437x: allow descs to be plased in ddrGrygorii Strashko2017-01-071-18/+22
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* net: netcp: ethss: fix 10gbe host port tx pri map configurationWingMan Kwok2016-12-201-1/+2
* net: netcp: ethss: fix errors in ethtool opsWingMan Kwok2016-12-201-5/+16
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-1/+1
|\
| * ptp_clock: Allow for it to be optionalNicolas Pitre2016-11-161-1/+1
* | net: ethernet: ti: netcp: add support of cptsWingMan Kwok2016-12-104-14/+452
* | net: ethernet: ti: cpsw: sync rates for channels in dual emac modeIvan Khoronzhuk2016-12-101-1/+11
* | net: ethernet: ti: cpsw: re-split res only when speed is changedIvan Khoronzhuk2016-12-101-5/+59
* | net: ethernet: ti: cpsw: combine budget and weight split and checkIvan Khoronzhuk2016-12-101-73/+34
* | net: ethernet: ti: cpsw: don't start queue twiceIvan Khoronzhuk2016-12-101-2/+0
* | net: ethernet: ti: cpsw: use same macros to get active slaveIvan Khoronzhuk2016-12-101-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-102-0/+2
|\ \
| * | net: ethernet: cpmac: Call SET_NETDEV_DEV()Florian Fainelli2016-12-081-0/+1
| * | drivers: net: cpsw-phy-sel: Clear RGMII_IDMODE on "rgmii" linksAlex2016-12-071-0/+1
* | | net: ethernet: ti: cpts: fix overflow check periodGrygorii Strashko2016-12-072-6/+8
* | | net: ethernet: ti: cpts: calc mult and shift from refclk freqGrygorii Strashko2016-12-071-7/+43