Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b5d82db83c1d0b327b599508a0830d25cc1f15db
/
drivers
/
net
/
ethernet
/
marvell
/
mv643xx_eth.c
b5d82db
net: mv643xx_eth: fix missing device_node for port devices
by Sebastian Hesselbarth
· 11 years ago
f564412
net: mv643xx_eth: fix orphaned statistics timer crash
by Sebastian Hesselbarth
· 11 years ago
041b4dd
net: mv643xx_eth: update statistics timer from timer context only
by Sebastian Hesselbarth
· 11 years ago
bbfa6d0
net: mv643xx_eth: use dev_get_platdata()
by Jingoo Han
· 11 years ago
785bf6f
net: mv643xx_eth: do not use port number as platform device id
by Jonas Gorski
· 12 years ago
0c1072a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
9fa8e98
mv643xx_eth: Allocate receive queue initialized to zero
by Lubomir Rintel
· 12 years ago
18f1d05
mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)
by Isaku Yamahata
· 12 years ago
ff20877
net: mv643xx_eth: add missing semicolon
by Arnd Bergmann
· 12 years ago
76723bc
net: mv643xx_eth: add DT parsing support
by Sebastian Hesselbarth
· 12 years ago
cb85215
net: mv643xx_eth: proper initialization for Kirkwood SoCs
by Sebastian Hesselbarth
· 12 years ago
cc9d459
net: mv643xx_eth: use of_phy_connect if phy_node present
by Sebastian Hesselbarth
· 12 years ago
65a6f96
net: mv643xx_eth: use managed devm_ioremap for port registers
by Sebastian Hesselbarth
· 12 years ago
cec753f
net: mv643xx_eth: use phy_disconnect instead of phy_detach
by Sebastian Hesselbarth
· 12 years ago
dfd93c9
net: ethernet: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
3aefe2b
NET: mv643xx_eth: avoid lockdep dump on interface down
by Russell King
· 12 years ago
a3659aa
mv643xx_eth: fix NAPI weight being > 64
by Andrew Lunn
· 12 years ago
3619eb8
net: mv643xx_eth: remove deprecated inet_lro support
by Sebastian Hesselbarth
· 12 years ago
09bf1c1
net: mv643xx_eth: Add GRO support
by Sebastian Hesselbarth
· 12 years ago
727f957
net: mv643xx_eth: use managed devm_kzalloc
by Sebastian Hesselbarth
· 12 years ago
2092248
net: mv643xx_eth: add shared clk and cleanup existing clk handling
by Sebastian Hesselbarth
· 12 years ago
976c90b
mv643xx_eth: defer probing if Marvell Orion MDIO driver not loaded
by Simon Baatz
· 12 years ago
c3a0713
mv643xx_eth: convert to use the Marvell Orion MDIO driver
by Florian Fainelli
· 12 years ago
3871c38
mv643xx_eth with 88E1318S: support Wake on LAN
by Michael Stapelberg
· 12 years ago
260055b
mv643xx_eth: fix for disabled autoneg
by Phil Sutter
· 12 years ago
b2adaca
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
by Joe Perches
· 12 years ago
f9a8f83
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
by Florian Fainelli
· 12 years ago
acb600d
net: remove skb recycling
by Eric Dumazet
· 12 years ago
c1f9c42
Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixes
by Arnd Bergmann
· 13 years ago
baffab2
ARM: Orion: fix driver probe error handling with respect to clk
by Simon Baatz
· 13 years ago
c1864cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
9a43a02
mv643xx_eth: Fix compile error for architectures without clk.
by Andrew Lunn
· 13 years ago
6469933
ethernet: Remove casts to same type
by Joe Perches
· 13 years ago
2795343
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
452503e
ARM: Orion: Eth: Add clk/clkdev support.
by Andrew Lunn
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
ebad0a8
mv643xx_eth: Support the get_ts_info ethtool method.
by Richard Cochran
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
504f9b5
ethernet: unify return value of .ndo_set_mac_address if address is invalid
by Danny Kukawka
· 13 years ago
c056b73
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
by Pradeep A Dalvi
· 13 years ago
302476c
mv643xx_eth: Add Rx Discard and Rx Overrun statistics
by Paulius Zaleckas
· 13 years ago
1232243
mv643xx-eth: use an unique MDIO bus name.
by Florian Fainelli
· 13 years ago
5ede3ce
Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
63a9332
ARM: Orion: Get address map from plat-orion instead of via platform_data
by Andrew Lunn
· 13 years ago
6f39da2
net: mv643xx_eth: fix build error
by Axel Lin
· 13 years ago
3ad9b35
net: drivers: use bool type instead of double negation
by Michał Mirosław
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
68aad78
sweep the floors and convert some .get_drvinfo routines to strlcpy
by Rick Jones
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
8b0c116
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
by Rick Jones
· 13 years ago
f106358
mv643xx: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
0178934
net: introduce IFF_UNICAST_FLT private flag
by Jiri Pirko
· 14 years ago
527a626
skge/sky2/mv643xx/pxa168: Move the Marvell Ethernet drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/mv643xx_eth.c]
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
3b182d7
mv643xx_eth: enable transmit time stamping.
by Richard Cochran
· 14 years ago
73151ce
mv643xx_eth: fix race in trasmit path.
by Richard Cochran
· 14 years ago
28f65c11
treewide: Convert uses of struct resource to resource_size(ptr)
by Joe Perches
· 14 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
e138f96
mv643xx_eth: Fix build regression.
by David S. Miller
· 14 years ago
aad59c4
net: mv643xx: convert to hw_features
by Michał Mirosław
· 14 years ago
7542db8
mv643xx_eth: Use netdev_<level> and pr_<level>
by Joe Perches
· 14 years ago
23f333a
drivers/net: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
ed4ba4b
netdev: Use default implementation of ethtool_ops::get_link where possible
by Ben Hutchings
· 14 years ago
206d6b3
mv643xx_eth: Use netif_set_real_num_{rx, tx}_queues()
by Ben Hutchings
· 14 years ago
50a749c
mv643xx_eth: potential null dereference
by Dan Carpenter
· 15 years ago
28b0411
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
by Richard Cochran
· 15 years ago
597e608
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
1437ce3
ethtool: Change ethtool_op_set_flags to validate flags
by Ben Hutchings
· 15 years ago
9b2c2ff
mv643xx_eth: use sw csum for big packets
by Saeed Bishara
· 15 years ago
beae22e
drivers/net: Use kzalloc
by Julia Lawall
· 15 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 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
f9dcbcc
net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2
by Jiri Pirko
· 15 years ago
1d4bd94
mv643xx_eth: fix missing validate_addr hook
by kirjanov@gmail.com
· 15 years ago
32e7bfc
net: use helpers to access uc list V2
by Jiri Pirko
· 15 years ago
530e557
mv643xx_eth: don't include cache padding in rx desc buffer size
by Saeed Bishara
· 15 years ago
a29ec08
mv643xx_eth: check for valid hw address (resubmit)
by Denis Kirjanov
· 15 years ago
0ccfe64
mv643xx: convert to netdev_tx_t
by Denis Kirjanov
· 15 years ago
f510c35
mv643xx_eth.c: remove unused txq_set_wrr()
by Mikael Pettersson
· 15 years ago
6877f54
mv643xx_eth: fix unicast filter programming in promiscuous mode
by Prabhanjan Sarnaik
· 16 years ago
31278e7
net: group address list and its count
by Jiri Pirko
· 16 years ago
ccffad25
net: convert unicast addr list
by Jiri Pirko
· 16 years ago
bb803cf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
eb0519b
mv643xx_eth: fix PPC DMA breakage
by Gabriel Paubert
· 16 years ago
e0ca841
mv643xx_eth: only unmask RX and TX_END interrupts for available queues
by Saeed Bishara
· 16 years ago
7fd96ce
mv643xx_eth: rework receive skb cache alignment
by Lennert Buytenhek
· 16 years ago
becfad9
mv643xx_eth: minor register definition cleanup
by Lennert Buytenhek
· 16 years ago
26ef1f1
mv643xx_eth: count handling a link event as one unit of napi work
by Lennert Buytenhek
· 16 years ago
7eaa2b2
mv643xx_eth: fix variable shadowing sparse warning
by Lennert Buytenhek
· 16 years ago
93af7ac
mv643xx_eth: 64bit mib counter read fix
by Lennert Buytenhek
· 16 years ago
1319eba
mv643xx_eth: OOM handling fixes
by Lennert Buytenhek
· 16 years ago
b5e86db
mv643xx_eth: don't reset the rx coal timer on interface up
by Lennert Buytenhek
· 16 years ago
2d6a5e9
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
5a89392
mv643xx_eth: fix unicast address filter corruption on mtu change
by Lennert Buytenhek
· 16 years ago
4fb0a54
mv643xx_eth: set sane default receive coalescing timeout
by Lennert Buytenhek
· 16 years ago
a5fe361
mv643xx_eth: move a couple of init actions from ->open() to port probe
by Lennert Buytenhek
· 16 years ago
ea8a864
mv643xx_eth: convert to net_device_ops
by Lennert Buytenhek
· 16 years ago
ab307a3
mv643xx_eth: make LRO unconditional
by Lennert Buytenhek
· 16 years ago
Next »