index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
linux
/
ramips
/
files
/
drivers
/
net
/
ramips.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ramips: move the ethernet driver into a separate directory
Gabor Juhos
2012-02-21
1
-1025
/
+0
*
ramips: raeth: separate ring allocation and setup
Gabor Juhos
2012-02-16
1
-44
/
+90
*
ramips: raeth: add a helper function for skb allocation
Gabor Juhos
2012-02-15
1
-6
/
+16
*
ramips: raeth: use netdev_alloc_skb
Gabor Juhos
2012-02-15
1
-2
/
+3
*
ramips: raeth: use 're' instead of 'priv' everywhere
Gabor Juhos
2012-02-15
1
-73
/
+73
*
ramips: raeth: force link down in ramips_phy_stop
Gabor Juhos
2012-02-15
1
-7
/
+6
*
ramips: raeth: serialize ramips_link_adjust calls
Gabor Juhos
2012-02-15
1
-0
/
+8
*
ramips: raeth: add PHYLIB support
Gabor Juhos
2012-02-15
1
-7
/
+216
*
ramips: raeth: enable MDIO code for RT3883
Gabor Juhos
2012-02-13
1
-2
/
+2
*
ramips: add MDIO bus support for RT288X
Gabor Juhos
2012-02-11
1
-2
/
+150
*
ramips: raeth: make debugging messages configurable
Gabor Juhos
2012-02-11
1
-3
/
+9
*
ramips: raeth: use device pointer in DMA API calls
Gabor Juhos
2012-02-11
1
-11
/
+12
*
ramips: raeth: add netdev pointer to private structure
Gabor Juhos
2012-02-11
1
-0
/
+1
*
ramips: raeth: cleanup DMA API usage in ramips_eth_hard_start_xmit
Gabor Juhos
2012-02-11
1
-5
/
+4
*
ramips: raeth: unmap rx DMA address in ramips_cleanup_dma
Gabor Juhos
2012-02-11
1
-1
/
+4
*
ramips: raeth: add rx_dma array to store the DMA address of the rx packets
Gabor Juhos
2012-02-11
1
-10
/
+16
*
ramips: raeth: use dma_addr_t for the descriptors
Gabor Juhos
2012-02-11
1
-7
/
+7
*
ramips: raeth: unmap DMA memory when a packet is received
Gabor Juhos
2012-02-11
1
-0
/
+4
*
ramips: raeth: add a temporary pktlen variable
Gabor Juhos
2012-02-11
1
-3
/
+6
*
ramips: raeth: indicate dropped packets in stats
Gabor Juhos
2012-02-11
1
-0
/
+2
*
ramips: Rework ramips_eth to not require irqsave locking anymore
John Crispin
2012-01-17
1
-6
/
+9
*
ramips: ramips_esw: convert it to be a platform driver
Gabor Juhos
2010-12-08
1
-4
/
+18
*
ramips: Use NET_IP_ALIGN instead of hardcoding 2
Gabor Juhos
2010-11-24
1
-4
/
+5
*
ramips: DMA map the correct RX skb size
Gabor Juhos
2010-11-24
1
-2
/
+2
*
ramips: Don't trigger BUG_ON due to skb allocation failure
Gabor Juhos
2010-11-24
1
-16
/
+19
*
ramips: Remove unnecessary skb_put
Gabor Juhos
2010-11-24
1
-1
/
+1
*
ramips: Allow ethernet interface to be taken down and up again
Gabor Juhos
2010-10-05
1
-0
/
+4
*
ramips: add mdio_cfg configuration for the ethernet driver
Gabor Juhos
2010-07-15
1
-0
/
+49
*
ramips: Fix bridging in ramips ethernet driver
Gabor Juhos
2010-07-13
1
-1
/
+1
*
ramips_eth: cleanup mac_address changing
Gabor Juhos
2010-01-31
1
-19
/
+12
*
ramips_eth: pass sys_clk via platform_data
Gabor Juhos
2010-01-31
1
-1
/
+1
*
ramips_eth: add helper functions to {ed,dis}able interrupts
Gabor Juhos
2010-01-31
1
-6
/
+21
*
ramips_eth: remove unnecessary typecasts
Gabor Juhos
2010-01-31
1
-2
/
+2
*
ramips_eth: simplify tx_next computation
Gabor Juhos
2010-01-31
1
-5
/
+2
*
ramips_eth: simplify tx descriptor initialization
Gabor Juhos
2010-01-31
1
-3
/
+2
*
ramips_eth: pass 'raeth_priv' struct directly to dma specific functions
Gabor Juhos
2010-01-31
1
-39
/
+35
*
ramips_eth: convert to use netdev_ops
Gabor Juhos
2010-01-31
1
-6
/
+12
*
ramips_eth: fix invalid register writes
Gabor Juhos
2010-01-30
1
-4
/
+5
*
ramips_eth: move memset call out from the loop
Gabor Juhos
2010-01-30
1
-1
/
+1
*
ramips_eth: coding style cleanup
Gabor Juhos
2010-01-30
1
-54
/
+66
*
missing header file changes, and fix mtu value
John Crispin
2009-10-30
1
-1
/
+1
*
fixes rx path for eth, spinlock it, increases buffer size, board now survives...
John Crispin
2009-10-29
1
-28
/
+23
*
hopefully fixes dma issues seen on ethernet driver when under high load
John Crispin
2009-10-29
1
-2
/
+7
*
ramips: move 'arch/mips/include/asm/mach-ralink/eth.h' to 'drivers/net/ramips...
Gabor Juhos
2009-10-26
1
-1
/
+1
*
ramips: move ramips_eth_platform_data into a separate file
Gabor Juhos
2009-10-26
1
-0
/
+1
*
ramips: request_irq prior to dma allocation, and handle the case if it fails
Gabor Juhos
2009-10-26
1
-2
/
+10
*
ramips: add error handling to ramips_alloc_dma
Gabor Juhos
2009-10-26
1
-7
/
+29
*
ramips: free allocated skbs in ramips_cleanup_dma
Gabor Juhos
2009-10-26
1
-0
/
+5
*
ramips: add ramips_setup_dma helper to the ethernet driver
Gabor Juhos
2009-10-26
1
-6
/
+15
*
ramips: add ramips_cleanup_dma helper
Gabor Juhos
2009-10-26
1
-4
/
+13
[next]