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
/
ar71xx
/
files
/
drivers
/
net
/
ethernet
/
atheros
Commit message (
Expand
)
Author
Age
Files
Lines
*
ar71xx: ag71xx: increase calculated max frame length value
Gabor Juhos
2014-01-11
1
-1
/
+3
*
ar71xx: ag71xx: fix max frame length setup of the built-in switches
Gabor Juhos
2013-12-20
1
-5
/
+12
*
ar71xx: ag71xx: calculate max frame len register value from the MTU
Gabor Juhos
2013-12-20
1
-3
/
+15
*
ar71xx: ag71xx: add ag71xx_max_frame_len() helper
Gabor Juhos
2013-12-20
1
-2
/
+8
*
ar71xx: ag71xx: get max_frame_len and desc_pktlen_mask from platform data
Gabor Juhos
2013-12-20
1
-2
/
+5
*
ar71xx: ag71xx: store descriptor packet length mask in ag71xx struct
Gabor Juhos
2013-12-20
2
-7
/
+5
*
ar71xx: implement callback in mdio reset
Gabor Juhos
2013-12-17
1
-0
/
+3
*
ar71xx: ag71xx: compute the RX buffer size from the maximum frame size
Gabor Juhos
2013-12-17
2
-3
/
+1
*
ar71xx: ag71xx: store RX buffer size in the ag71xx struct
Gabor Juhos
2013-12-17
2
-6
/
+8
*
ar71xx: ag71xx: store maximum frame length in the ag71xx struct
Gabor Juhos
2013-12-17
2
-2
/
+8
*
ar71xx: ag71xx: use mdio bus name in ar7240_probe messages
Gabor Juhos
2013-12-17
1
-4
/
+4
*
ag71xx: ag71xx: use device name for debugfs entry
Gabor Juhos
2013-12-17
1
-3
/
+7
*
ar71xx: ag71xx: fix ag71xx_probe error path
Gabor Juhos
2013-11-11
1
-1
/
+3
*
ar71xx: ag71xx: fix a race involving netdev registration
Gabor Juhos
2013-11-08
2
-23
/
+21
*
ar71xx: ethernet: reduce tx dma ring size further to improve cache footprint
Felix Fietkau
2013-08-13
1
-2
/
+2
*
ar71xx: ethernet: reduce tx and rx DMA ring size to improve cache footprint
Felix Fietkau
2013-08-12
1
-2
/
+2
*
ar71xx: ethernet: cache skb->len in the tx function to avoid accessing it aga...
Felix Fietkau
2013-08-12
2
-5
/
+10
*
ar71xx: fix typo
Felix Fietkau
2013-08-12
1
-1
/
+1
*
ar71xx: ethernet: skip calls to netdev_completed_queue and netif_wake_queue i...
Felix Fietkau
2013-08-12
1
-0
/
+3
*
ar71xx: ethernet: do not update the unused dev->last_rx field
Felix Fietkau
2013-08-12
1
-1
/
+0
*
ar71xx: add missing return statement in ethernet mtu change op
Felix Fietkau
2013-08-12
1
-0
/
+1
*
ar71xx: allow mtu > 1500 based on the configured tx/rx mtu register value
Felix Fietkau
2013-08-10
1
-1
/
+10
*
ar71xx: add linux 3.10
Felix Fietkau
2013-07-09
1
-1
/
+1
*
ar71xx: remove __dev{init,exit} annotations from kernel files
Gabor Juhos
2013-02-19
4
-9
/
+9
*
ar71xx: allow unknown multicast frames to pass to the CPU on AR934x
Felix Fietkau
2013-02-11
1
-2
/
+4
*
ar71xx: ag71xx: show PHY interface mode in dmesg
Gabor Juhos
2012-12-25
1
-2
/
+24
*
ar71xx: ag71xx: fix mii_bus_dev sanity check
Gabor Juhos
2012-12-22
1
-1
/
+1
*
ar71xx: ag71xx: don't start/stop built-in switch w/o mii_bus_dev
Gabor Juhos
2012-12-22
1
-2
/
+2
*
ar71xx: ag71xx: fix build_skb arguments for 3.6
Gabor Juhos
2012-10-27
1
-1
/
+1
*
ar71xx: add dynamic MDIO clock calculation
Gabor Juhos
2012-09-09
1
-8
/
+64
*
ar71xx: improve MDIO busy wait code
Gabor Juhos
2012-07-03
1
-21
/
+30
*
ar71xx: do not override the mdio clock for ar9330. the override value (obtain...
Felix Fietkau
2012-05-28
1
-2
/
+0
*
ar71xx: improve rx performance of the ethernet driver by using build_skb to d...
Felix Fietkau
2012-05-28
2
-41
/
+49
*
ar71xx: fix MII clock settings for various chips, improves ethernet stability...
Felix Fietkau
2012-05-27
2
-2
/
+16
*
ar71xx: remove AG71XX_RX_PKT_RESERVE, it is no longer necessary (found by Eri...
Felix Fietkau
2012-05-15
1
-2
/
+1
*
kernel: rewrite the phy packet hook, put it in the network stack to avoid hav...
Felix Fietkau
2012-05-06
1
-26
/
+14
*
ar71xx: allow to disable link polling on unused PHYs
Gabor Juhos
2012-04-29
1
-4
/
+11
*
ar71xx: enable MIB counters in the built-in switch of the AR934x
Gabor Juhos
2012-04-25
1
-2
/
+11
*
ar71xx: ag71xx: fix ARP frame reception on AR934x switch ports
Gabor Juhos
2012-03-13
1
-11
/
+35
*
ar71xx: ag71xx: start aneg on switch PHYs after reset
Gabor Juhos
2012-03-13
1
-0
/
+10
*
ar71xx: ag71xx: poll PHY status of all available switch ports
Gabor Juhos
2012-03-13
1
-1
/
+2
*
ar71xx: ag71xx: allow to use port 5 of the AR934x built-in switch
Gabor Juhos
2012-03-13
1
-2
/
+6
*
ar71xx: ag71xx: fix get_port_link callback
Gabor Juhos
2012-03-07
1
-2
/
+8
*
ar71xx: ag71xx: use the generic get_port_link implementation
Gabor Juhos
2012-03-07
1
-66
/
+0
*
ar71xx: ag71xx: keep VLAN tags if VLAN is not enabled
Gabor Juhos
2012-03-01
1
-4
/
+8
*
ar71xx: ag71xx: add BQL support
Gabor Juhos
2012-02-10
1
-5
/
+13
*
ar71xx: merge files-3.2 to files
Gabor Juhos
2012-02-10
10
-0
/
+3895