index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
net: ethernet: ti: cpts: rework locking
Grygorii Strashko
2020-04-23
2
-24
/
+32
*
|
net: ethernet: ti: cpts: move tx timestamp processing to ptp worker only
Grygorii Strashko
2020-04-23
1
-71
/
+94
*
|
net: ethernet: ti: cpts: optimize packet to event matching
Grygorii Strashko
2020-04-23
1
-33
/
+58
*
|
net: ethernet: ti: cpts: switch to use new .gettimex64() interface
Grygorii Strashko
2020-04-23
1
-8
/
+14
*
|
net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()
Grygorii Strashko
2020-04-23
2
-2
/
+7
*
|
net: ethernet: ti: cpts: separate hw counter read from timecounter
Grygorii Strashko
2020-04-23
2
-26
/
+29
*
|
net: ethernet: ti: cpts: use dev_yy() api for logs
Grygorii Strashko
2020-04-23
1
-6
/
+6
|
/
*
net: ethernet: ti: Add missing '\n' in log messages
Christophe JAILLET
2020-04-12
1
-3
/
+3
*
net: ethernet: ti: fix spelling mistake "rundom" -> "random"
Colin Ian King
2020-03-30
1
-1
/
+1
*
net: ethernet: ti: introduce am65x/j721e gigabit eth subsystem driver
Grygorii Strashko
2020-03-27
7
-2
/
+3030
*
net: ethernet: ti: ale: am65: add support for default thread cfg
Grygorii Strashko
2020-03-27
2
-0
/
+20
*
net: ethernet: ti: ale: add support for mac-only mode
Grygorii Strashko
2020-03-27
2
-0
/
+18
*
net: ethernet: ti: ale: fix seeing unreg mcast packets with promisc and allmu...
Grygorii Strashko
2020-03-27
1
-0
/
+4
*
phy: ti: gmii-sel: simplify config dependencies between net drivers and gmii phy
Grygorii Strashko
2020-03-27
1
-0
/
+1
*
net: davinci_emac: reject unsupported coalescing params
Jakub Kicinski
2020-03-18
1
-0
/
+1
*
net: cpsw: reject unsupported coalescing params
Jakub Kicinski
2020-03-18
2
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-01-29
7
-24
/
+12
|
\
|
*
net: convert suitable drivers to use phy_do_ioctl_running
Heiner Kallweit
2020-01-23
1
-11
/
+1
|
*
net: netcp_ethss: Use the PHY time stamping interface.
Richard Cochran
2019-12-26
1
-5
/
+3
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-23
5
-22
/
+23
|
|
\
|
*
|
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
6
-8
/
+8
*
|
|
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-12-22
3
-3
/
+4
|
\
\
|
*
|
net: ethernet: ti: build cpsw-common for switchdev
Arnd Bergmann
2019-12-14
1
-0
/
+1
|
*
|
net: ethernet: ti: select PAGE_POOL for switchdev driver
Arnd Bergmann
2019-12-14
1
-0
/
+1
|
*
|
net: ethernet: ti: davinci_cpdma: fix warning "device driver frees DMA memory...
Grygorii Strashko
2019-12-09
1
-3
/
+2
|
|
/
*
/
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
2
-19
/
+19
|
/
*
net: ethernet: ti: cpsw: fix extra rx interrupt
Grygorii Strashko
2019-12-07
1
-1
/
+1
*
net: ethernet: ti: cpsw_switchdev: fix unmet direct dependencies detected for...
Grygorii Strashko
2019-12-05
1
-1
/
+1
*
net: ethernet: ti: ale: ensure vlan/mdb deleted when no members
Grygorii Strashko
2019-11-30
1
-3
/
+9
*
net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switch
Ilias Apalodimas
2019-11-20
5
-9
/
+993
*
net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emac
Ilias Apalodimas
2019-11-20
5
-5
/
+1710
*
net: ethernet: ti: cpsw: move set of common functions in cpsw_priv
Grygorii Strashko
2019-11-20
3
-1264
/
+1293
*
net: ethernet: ti: cpsw: resolve build deps of cpsw drivers
Grygorii Strashko
2019-11-20
3
-8
/
+17
*
net: ethernet: ti: ale: modify vlan/mdb api for switchdev
Ilias Apalodimas
2019-11-20
2
-10
/
+123
*
net: ethernet: ti: cpsw: allow untagged traffic on host port
Grygorii Strashko
2019-11-20
3
-10
/
+35
*
net: ethernet: ti: ale: clean ale tbl on init and intf restart
Grygorii Strashko
2019-11-20
1
-0
/
+2
*
net: ethernet: ti: Add dependency for TI_DAVINCI_EMAC
Mao Wenan
2019-11-12
1
-0
/
+1
*
ethernet: ti: cpts: use ktime_get_real_ns helper
Ivan Khoronzhuk
2019-11-08
1
-1
/
+1
*
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2019-11-04
3
-6
/
+6
*
davinci_cpdma: make cpdma_chan_split_pool static
Ben Dooks (Codethink)
2019-10-16
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-27
1
-1
/
+1
|
\
|
*
net: cpsw: fix NULL pointer exception in the probe error path
Antoine Tenart
2019-08-21
1
-1
/
+1
*
|
net: ethernet: ti: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-21
1
-3
/
+2
*
|
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-1
/
+1
|
/
*
net: ethernet: ti: cpsw: Add of_node_put() before return and break
Nishka Dasgupta
2019-07-16
1
-8
/
+18
*
ethernet: remove redundant memset
Fuqian Huang
2019-07-15
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-07-14
1
-13
/
+13
|
\
|
*
davinci_cpdma: don't cast dma_addr_t to pointer
Arnd Bergmann
2019-07-13
1
-13
/
+13
*
|
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-07-12
2
-3
/
+3
|
\
\
|
|
/
|
/
|
[prev]
[next]