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