Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0c1072ae0242fbdffd9a0bba36e7a7033d287f9c
/
drivers
/
net
/
ethernet
/
ethoc.c
dfd93c9
net: ethernet: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 11 years ago
72aa8e1
ethoc: Cleanup driver format
by Barry Grussling
· 12 years ago
f9a8f83
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
by Florian Fainelli
· 12 years ago
efc61a3
ethoc: fix mac address set
by Jiri Pirko
· 12 years ago
15c6ff3
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
by Jiri Pirko
· 12 years ago
e41b2d7
net: set dev->addr_assign_type correctly
by Jiri Pirko
· 12 years ago
a0a4efe
net/ethernet: remove __dev* attributes
by Bill Pemberton
· 12 years ago
7efd26d
ethernet: Use eth_random_addr
by Joe Perches
· 12 years ago
49ce9c2
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
939d225
ethoc: set addr_assign_type if random_ether_addr() used
by Danny Kukawka
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
3396c78
drivers/net: fix up stale paths from driver reorg
by Paul Gortmaker
· 13 years ago
db62f68
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
by Axel Lin
· 13 years ago
9d9779e
drivers/net: Add module.h to drivers who were implicitly using it
by Paul Gortmaker
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
4ee5429
ethoc: Move the Avionic driver
by Jeff Kirsher
· 13 years ago
[Renamed from drivers/net/ethoc.c]
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
b7f080c
net: remove mm.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
68f5139
ethoc: enable transmit time stamping.
by Richard Cochran
· 13 years ago
28f65c11
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 13 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
c9e358d
driver-core: remove conditionals around devicetree pointers
by Grant Likely
· 14 years ago
6a63262
ethoc: remove division from loops
by Jonas Bonn
· 14 years ago
4f64bcb
ethoc: fix function return type
by Jonas Bonn
· 14 years ago
8dac428
ethoc: rework mdio read/write
by Jonas Bonn
· 14 years ago
fa98eb0
ethoc: rework interrupt handling
by Jonas Bonn
· 14 years ago
20f70dd
ethoc: Double check pending RX packet
by Jonas Bonn
· 14 years ago
7438a54
ethoc: enable interrupts after napi_complete
by Adam Edvardsson
· 14 years ago
eac0d3f
ethoc: remove unused spinlock
by Jonas Bonn
· 14 years ago
e0f4258
ethoc: Add device tree configuration
by Jonas Bonn
· 14 years ago
6abc237
ethoc: get rid of ethoc_stats()
by Eric Dumazet
· 14 years ago
f78f09f
ethoc: add devinit/devexit section initializers
by Jonas Bonn
· 14 years ago
28b0411
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
by Richard Cochran
· 14 years ago
5cf3e03
ethoc: Fix warning in ethoc_init_ring().
by David S. Miller
· 14 years ago
57616ee
ethoc: Use the instance of net_device_stats from net_device.
by Kulikov Vasiliy
· 14 years ago
a71fba9
ethoc: use devres resource management
by Jonas Bonn
· 14 years ago
b46773d
ethoc: Clear command buffer after write
by Jonas Bonn
· 14 years ago
2cbc8ef
Remove unused variable
by Jonas Bonn
· 14 years ago
637f33b8
ethoc: Clean up PHY probing
by Jonas Bonn
· 14 years ago
ee4f56b
ethoc: write number of TX buffers in init_ring
by Jonas Bonn
· 14 years ago
f8555ad0
ethoc: Write bus addresses to registers
by Jonas Bonn
· 14 years ago
c527f81
ethoc: calculate number of buffers in ethoc_probe
by Jonas Bonn
· 14 years ago
ee02a4e
ethoc: fix null dereference in ethoc_probe
by Thomas Chou
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 14 years ago
8462d14
ethoc: Remove unnecessary memset of napi member in netdev private data
by Tobias Klauser
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
48e2f18
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
by Jiri Pirko
· 15 years ago
d864584
ethoc: Use resource_size
by Tobias Klauser
· 15 years ago
3505d1a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
dddcb44
drivers/net: remove exceptional & on function name
by Julia Lawall
· 15 years ago
cfadf85
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
4848490
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
50c54a5
ethoc: clear only pending irqs
by Thomas Chou
· 15 years ago
16dd18b
ethoc: inline regs access
by Thomas Chou
· 15 years ago
c3da314
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 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
89d71a6
net: Use netdev_alloc_skb_ip_align()
by Eric Dumazet
· 15 years ago
4ce2253
ethoc: fix warning from 32bit build
by Alan Cox
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
a4d63a9
ethoc: limit the number of buffers to 128
by Thomas Chou
· 15 years ago
0baa080
ethoc: use system memory as buffer
by Thomas Chou
· 15 years ago
050f91d
ethoc: align received packet to make IP header at word boundary
by Thomas Chou
· 15 years ago
3ee19a8
ethoc: fix buffer address mapping
by Thomas Chou
· 15 years ago
639b62a
ethoc: fix typo to compute number of tx descriptors
by Thomas Chou
· 15 years ago
451f144
drivers: Kill now superfluous ->last_rx stores
by Eric Dumazet
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
463889e
drivers/net: Correct redundant test
by Julia Lawall
· 15 years ago
3790c8c
net: fix network driver ndo_start_xmit() return values (part 1)
by Patrick McHardy
· 15 years ago
a170285
net: Add support for the OpenCores 10/100 Mbps Ethernet MAC.
by Thierry Reding
· 16 years ago