Sign in
googlers
/
maze
/
linux
/
5b0620df9c38438ee245a97b8102ed74556e5505
/
drivers
/
net
/
ethernet
/
marvell
9fa8e98
mv643xx_eth: Allocate receive queue initialized to zero
by Lubomir Rintel
· 12 years ago
451bff2
pxa168_eth: Allocate receive queue initialized to zero
by Lubomir Rintel
· 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
88dccf5
sky2: Fix crash on receiving VLAN frames
by Kirill Smelkov
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
86a9bad
net: vlan: add protocol argument to packet tagging functions
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
ee40a11
net: mvneta: fix improper tx queue usage in mvneta_tx()
by Willy Tarreau
· 12 years ago
2e0cbf2
net: mvmdio: add select PHYLIB
by Thomas Petazzoni
· 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
3d604da
net: mvmdio: get and enable optional clock
by Sebastian Hesselbarth
· 12 years ago
b50b72d
net: mvneta: enable features before registering the driver
by willy tarreau
· 12 years ago
a210576
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
74f9f42
sky2: Threshold for Pause Packet is set wrong
by Mirko Lindner
· 12 years ago
9cfe8b1
sky2: Receive Overflows not counted
by Mirko Lindner
· 12 years ago
976c90b
mv643xx_eth: defer probing if Marvell Orion MDIO driver not loaded
by Simon Baatz
· 12 years ago
404b8be
net: mvmdio: define module alias for platform device
by Simon Baatz
· 12 years ago
c3a0713
mv643xx_eth: convert to use the Marvell Orion MDIO driver
by Florian Fainelli
· 12 years ago
2ec9852
net: mvmdio: enhance driver to support SMI error/done interrupts
by Florian Fainelli
· 12 years ago
3712b71
net: mvmdio: rename base register cookie from smireg to regs
by Florian Fainelli
· 12 years ago
7111b71
net: mvmdio: allow platform device style registration
by Florian Fainelli
· 12 years ago
1f9061d2
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
by Joe Perches
· 12 years ago
d0320f7
drivers:net: Remove dma_alloc_coherent OOM messages
by Joe Perches
· 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
9afa319
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
b2adaca
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
by Joe Perches
· 12 years ago
c353516
net: mvneta: remove unneeded version.h include
by Jesper Juhl
· 12 years ago
f9a8f83
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
by Florian Fainelli
· 12 years ago
aaeb6cd
remove init of dev->perm_addr in drivers
by Jiri Pirko
· 12 years ago
7826d43
ethtool: fix drvinfo strings set in drivers
by Jiri Pirko
· 12 years ago
15c6ff3
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
by Jiri Pirko
· 12 years ago
03ce758
Drivers: network: more __dev* removal
by Greg KH
· 12 years ago
c271433
Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
682d797
Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-next
by David S. Miller
· 12 years ago
853e3f4
skge: remove __dev* attributes
by Bill Pemberton
· 12 years ago
1c85382
sky2: fix cleanup sequence in probe() function
by Lino Sanfilippo
· 12 years ago
70eeaf9
net: mvneta: fix section mismatch warning caused by mvneta_deinit()
by Thomas Petazzoni
· 12 years ago
189dd62
net: mvneta: add clk support
by Thomas Petazzoni
· 12 years ago
6a20c17
net: mvneta: adjust multiline comments to net/ style
by Thomas Petazzoni
· 12 years ago
b07812f
net: mvmdio: adjust multiline comment to net/ style
by Thomas Petazzoni
· 12 years ago
d98a80f
net: mvmdio: use <linux/delay.h> instead of <asm/delay.h>
by Thomas Petazzoni
· 12 years ago
c5aff18
net: mvneta: driver for Marvell Armada 370/XP network unit
by Thomas Petazzoni
· 13 years ago
fc8f5ad
net: mvmdio: new Marvell MDIO driver
by Thomas Petazzoni
· 12 years ago
d4185bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
175c0df
drivers/net: use tasklet_kill in device remove/close process
by Xiaotian Feng
· 12 years ago
f7b4fb2
ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
by Joe Perches
· 12 years ago
2e71a6f
net: gro: selective flush of packets
by Eric Dumazet
· 12 years ago
a2af139
skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboard
by Graham Gower
· 12 years ago
0bd8ba1
drivers/net/ethernet/marvell/sky2.c: fix error return code
by Peter Senna Tschudin
· 12 years ago
bbcf61f
drivers/net/ethernet/marvell/skge.c: fix error return code
by Peter Senna Tschudin
· 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
d663d18
sky2: Fix for interrupt handler
by Mirko Lindner
· 13 years ago
0e76732
sky2: Added support for Optima EEE
by Mirko Lindner
· 13 years ago
43b03f1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
5ff0fea
sky2: fix checksum bit management on some chips
by stephen hemminger
· 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
3c0dec5
Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into next/clock
by Arnd Bergmann
· 13 years ago
452503e
ARM: Orion: Eth: Add clk/clkdev support.
by Andrew Lunn
· 13 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
e072b3f
sky2: fix receive length error in mixed non-VLAN/VLAN traffic
by stephen hemminger
· 13 years ago
3f42941
sky2: propogate rx hash when packet is copied
by stephen hemminger
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
857504d
sky2: copy received packets on inefficient unaligned architecture
by stephen hemminger
· 13 years ago
1975a54
pxa168_eth: Support the get_ts_info ethtool method.
by Richard Cochran
· 13 years ago
ebad0a8
mv643xx_eth: Support the get_ts_info ethtool method.
by Richard Cochran
· 13 years ago
ede7193
sky2: fix missing register reset on error path in sky2_test_msi()
by Lino Sanfilippo
· 13 years ago
ed359a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
2240eb4
sky2: dont overwrite settings for PHY Quick link
by Lino Sanfilippo
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
5676cc7
sky2: override for PCI legacy power management
by stephen hemminger
· 13 years ago
50cdc8f
pxa168: remove unused stats member.
by Rami Rosen
· 13 years ago
504f9b5
ethernet: unify return value of .ndo_set_mac_address if address is invalid
by Danny Kukawka
· 13 years ago
7ce5d22
net: use eth_hw_addr_random() and reset addr_assign_type
by Danny Kukawka
· 13 years ago
d5ef8a4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
aadf1f0
Revert "skge: check for PCI dma mapping errors"
by stephen hemminger
· 13 years ago
c056b73
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
by Pradeep A Dalvi
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
e404dec
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
by Joe Perches
· 13 years ago
da057fb
skge: add byte queue limit support
by stephen hemminger
· 13 years ago
302476c
mv643xx_eth: Add Rx Discard and Rx Overrun statistics
by Paulius Zaleckas
· 13 years ago
d0249e4
skge: check for PCI dma mapping errors
by stephen hemminger
· 13 years ago
19f9ad7
skge: don't assert carrier until link is up
by stephen hemminger
· 13 years ago
d073a10
pxa168-eth: use an unique MDIO bus name.
by Florian Fainelli
· 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
faa85aa
skge: fix warning when CONFIG_PM is defined but not CONFIG_PM_SLEEP
by Daniel Halperin
· 13 years ago
455ffa6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
fe3c8cc
skge: restore rx multicast filter on resume and after config changes
by Florian Zumbiehl
· 13 years ago
Next »