Age | Commit message (Expand) | Author | Files | Lines |
2017-04-04 | net: ethernet: ti: cpsw: fix race condition during open() | Sekhar Nori | 1 | -6/+8 |
2017-04-03 | net: ethernet: ti: cpsw: wake tx queues on ndo_tx_timeout | Grygorii Strashko | 1 | -0/+2 |
2017-03-22 | cpsw/netcp: cpts depends on posix_timers | Arnd Bergmann | 1 | -1/+1 |
2017-03-22 | cpsw/netcp: work around reverse cpts dependency | Arnd Bergmann | 2 | -2/+8 |
2017-02-17 | net: ethernet: ti: cpsw: correct ale dev to cpsw | Ivan Khoronzhuk | 1 | -1/+1 |
2017-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-02-15 | net: ethernet: ti: cpsw: use var instead of func for usage count | Ivan Khoronzhuk | 1 | -30/+12 |
2017-02-14 | net: ethernet: ti: cpsw: fix cpsw assignment in resume | Ivan Khoronzhuk | 1 | -1/+1 |
2017-02-12 | net: ethernet: ti: cpsw: return NET_XMIT_DROP if skb_padto failed | Ivan Khoronzhuk | 1 | -1/+1 |
2017-02-10 | net: ethernet: ti: netcp_core: remove netif_trans_update | Ivan Khoronzhuk | 1 | -2/+0 |
2017-02-07 | net: netcp: Do not clobber PHY link outside of state machine | Florian Fainelli | 1 | -2/+0 |
2017-02-07 | net: ethernet: ti: cpsw: remove netif_trans_update | Ivan Khoronzhuk | 1 | -2/+0 |
2017-02-01 | net: ethernet: ti: cpsw: fix NULL pointer dereference in switch mode | Grygorii Strashko | 1 | -1/+1 |
2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet | 3 | -3/+3 |
2017-01-20 | net: ethernet: ti: cpsw: clarify ethtool ops changing num of descs | Ivan Khoronzhuk | 1 | -73/+59 |
2017-01-20 | net: ethernet: ti: cpsw: don't duplicate common res in rx handler | Ivan Khoronzhuk | 1 | -24/+16 |
2017-01-20 | net: ethernet: ti: cpsw: don't duplicate ndev_running | Ivan Khoronzhuk | 1 | -14/+17 |
2017-01-20 | net: ethernet: ti: cpsw: don't disable interrupts in ndo_open | Ivan Khoronzhuk | 1 | -2/+0 |
2017-01-20 | net: ethernet: ti: cpsw: remove dual check from common res usage function | Ivan Khoronzhuk | 1 | -3/+0 |
2017-01-19 | net: ethernet: ti: davinci_cpdma: correct check on NULL in set rate | Ivan Khoronzhuk | 1 | -1/+2 |
2017-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-01-16 | cpmac: remove hopeless #warning | Arnd Bergmann | 1 | -1/+1 |
2017-01-11 | net: netcp: correct netcp_get_stats function signature | Keerthy | 1 | -3/+1 |
2017-01-09 | net: ethernet: ti: cpsw: extend limits for cpsw_get/set_ringparam | Ivan Khoronzhuk | 1 | -4/+3 |
2017-01-08 | net: netcp: ale: add proper ale entry mask bits for netcp switch ALE | Karicheri, Muralidharan | 2 | -19/+84 |
2017-01-08 | net: netcp: ale: use ale_status to size the ale table | Karicheri, Muralidharan | 2 | -4/+31 |
2017-01-08 | net: netcp: ale: update to support unknown vlan controls for NU switch | Karicheri, Muralidharan | 3 | -7/+61 |
2017-01-08 | net: netcp: use hw capability to remove FCS word from rx packets | Karicheri, Muralidharan | 3 | -4/+16 |
2017-01-08 | net: netcp: ethss: get phy-handle only if link interface is MAC-to-PHY | Karicheri, Muralidharan | 1 | -1/+3 |
2017-01-08 | net: netcp: store network statistics in 64 bits | Michael Scherban | 2 | -12/+74 |
2017-01-08 | net: netcp: remove the redundant memmov() | Karicheri, Muralidharan | 1 | -3/+3 |
2017-01-08 | net: netcp: extract eflag from desc for rx_hook handling | Karicheri, Muralidharan | 2 | -3/+18 |
2017-01-08 | net: ethernet: ti: cpsw: add support for ringparam configuration | Grygorii Strashko | 3 | -8/+122 |
2017-01-08 | net: ethernet: ti: cpsw: add support for descs pool size configuration | Grygorii Strashko | 3 | -3/+22 |
2017-01-08 | net: ethernet: ti: cpdma: use devm_ioremap | Grygorii Strashko | 1 | -3/+2 |
2017-01-08 | net: ethernet: ti: cpdma: minimize number of parameters in cpdma_desc_pool_cr... | Grygorii Strashko | 1 | -32/+30 |
2017-01-08 | net: ethernet: ti: cpdma: fix desc re-queuing | Grygorii Strashko | 1 | -1/+1 |
2017-01-08 | net: ethernet: ti: cpdma: am437x: allow descs to be plased in ddr | Grygorii Strashko | 1 | -18/+22 |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 1 | -1/+1 |
2016-12-20 | net: netcp: ethss: fix 10gbe host port tx pri map configuration | WingMan Kwok | 1 | -1/+2 |
2016-12-20 | net: netcp: ethss: fix errors in ethtool ops | WingMan Kwok | 1 | -5/+16 |
2016-12-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2016-12-11 | net: ethernet: ti: netcp: add support of cpts | WingMan Kwok | 4 | -14/+452 |
2016-12-11 | net: ethernet: ti: cpsw: sync rates for channels in dual emac mode | Ivan Khoronzhuk | 1 | -1/+11 |
2016-12-11 | net: ethernet: ti: cpsw: re-split res only when speed is changed | Ivan Khoronzhuk | 1 | -5/+59 |
2016-12-11 | net: ethernet: ti: cpsw: combine budget and weight split and check | Ivan Khoronzhuk | 1 | -73/+34 |
2016-12-11 | net: ethernet: ti: cpsw: don't start queue twice | Ivan Khoronzhuk | 1 | -2/+0 |
2016-12-11 | net: ethernet: ti: cpsw: use same macros to get active slave | Ivan Khoronzhuk | 1 | -4/+1 |
2016-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+2 |
2016-12-09 | net: ethernet: cpmac: Call SET_NETDEV_DEV() | Florian Fainelli | 1 | -0/+1 |