Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8682df25ca9afd3aac30f2c72d00bd98de2118e8
/
drivers
/
net
/
ethernet
/
ti
/
davinci_emac.c
cb0a178
drivers/net/ethernet/ti: Move call to PTR_ERR after reassignment
by Julia Lawall
· 13 years ago
86d8c07
net/davinci: do not use all descriptors for tx packets
by Sascha Hauer
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
b544dba
davinci*/tlan/cpmac: Move the Texas Instruments (TI) drivers
by Jeff Kirsher
· 13 years ago
[Renamed from drivers/net/davinci_emac.c]
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
95cb365
net: Remove unneeded version.h includes from drivers/net/
by Jesper Juhl
· 13 years ago
5bf0c19
davinci_emac: fix race in transmit time stamping.
by Richard Cochran
· 13 years ago
1ca9495
davinci_emac: enable transmit time stamping.
by Richard Cochran
· 13 years ago
fb290cd
davinci_emac: pass ioctls through to phy device.
by Richard Cochran
· 13 years ago
28f65c11
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 13 years ago
b722dbf
drivers/net/davinci_emac.c: add missing clk_put
by Julia Lawall
· 13 years ago
240b262
net: davinci_emac: fix dev_err use at probe
by Johan Hovold
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
6a1fef6
net: davinci_emac:Fix translation logic for buffer descriptor
by Sriram
· 14 years ago
60aeba2
Davinci: Do not reset EMAC TX overruns counter on read
by Thomas Lange
· 14 years ago
0a5f384
davinci_emac: Add Carrier Link OK check in Davinci RX Handler
by Hegde, Vinay
· 14 years ago
d4ef0d4
net: davinci_emac: cleanup unused cpdma code
by Cyril Chemparathy
· 14 years ago
3ef0fdb
net: davinci_emac: switch to new cpdma layer
by Cyril Chemparathy
· 14 years ago
7b3742a
net: davinci_emac: cleanup unused mdio emac code
by Cyril Chemparathy
· 14 years ago
5d69e00
net: davinci_emac: switch to new mdio
by Cyril Chemparathy
· 14 years ago
2a1bc0d
davinci_emac: Fix use after free in davinci_emac_remove
by Stefan Weil
· 14 years ago
eabd8ba
net: Fix a typo from "dev" to "ndev"
by Henrique Camargo
· 14 years ago
e994762
TI DaVinci EMAC: Fix incorrect reference to EMAC_CTRL registers.
by Sriram
· 14 years ago
3725b1f
TI DaVinci EMAC: Fix asymmetric handling of packets in NAPI Poll function.
by Sriram
· 14 years ago
84da265
TI DaVinci EMAC : Implement interrupt pacing functionality.
by Sriram
· 14 years ago
78e8c53
davinci_emac: Use the instance of net_device_stats from net_device.
by Kulikov Vasiliy
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
4961e02
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
d4fdcd9
TI DaVinci EMAC: Convert to dev_pm_ops
by chaithrika@ti.com
· 15 years ago
be5bce2
net: davinci emac: use dma_{map, unmap}_single API for cache coherency
by Sekhar Nori
· 15 years ago
d89b218
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
4d27b87
davinci_emac: off by one
by Dan Carpenter
· 15 years ago
6d6b89b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
48e2f18
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
0747e3b
Fix spelling of 'platform' in log messages
by Stefan Weil
· 15 years ago
ad021ae
TI Davinci EMAC : Abstract Buffer address translation logic.
by Sriramakrishnan
· 15 years ago
01a9af3
TI Davinci EMAC : add platform specific interrupt enable/disable logic.
by Sriramakrishnan
· 15 years ago
8ee2bf9
TI Davinci EMAC : Re-use driver for other platforms.
by Sriramakrishnan
· 15 years ago
235ecb1
drivers/net/davinci_emac.c: Fix continuation line formats
by Joe Perches
· 15 years ago
1ca518b
TI DaVinci EMAC: Handle emac module clock correctly.
by Sriram
· 15 years ago
f9c4171
TI DaVinci EMAC: Fix MDIO bus frequency configuration
by Nageswari Srinivasan
· 15 years ago
a2bfbc0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5bfa2a1
TI Davinci EMAC : Fix Console Hang when bringing the interface down
by Sriram
· 15 years ago
230f9bb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
8d044fe
TI DaVinci EMAC: Add suspend/resume capability
by Ranjith Lohithakshan
· 15 years ago
c8ee553
DaVinci EMAC: correct param for ISR
by Tonyliu
· 15 years ago
421355d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
0fe7463
TI DaVinci EMAC: Clear statistics register properly.
by Sriram
· 15 years ago
69ef969
TI DaVinci EMAC: Minor macro related updates
by chaithrika@ti.com
· 15 years ago
43c2ed8
TI Davinci EMAC: Fix in vector definition for EMAC_VERSION_2
by Sriram
· 15 years ago
451f144
drivers: Kill now superfluous ->last_rx stores
by Eric Dumazet
· 15 years ago
2db9517
TI DaVinci EMAC: delay DaVinci EMAC initialization
by Rajashekhara, Sudhakar
· 15 years ago
64c8165
davinci_emac: fix kernel oops when changing MAC address while interface is down
by Pablo Bitton
· 15 years ago
ab0a8e6
TI DaVinci EMAC : Fix rmmod error
by chaithrika@ti.com
· 15 years ago
5c72616
TI DaVinci EMAC: Remove print_mac, DECLARE_MAC_BUF
by Chaithrika U S
· 15 years ago
a6286ee
net: Add TI DaVinci EMAC driver
by Anant Gole
· 16 years ago