aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/drivers/net/ethernet/ralink/ralink_soc_eth.c
Commit message (Expand)AuthorAgeFilesLines
* ramips: Fix too small rx bufferJohn Crispin2015-10-051-4/+12
* ramips: Fix setting of rx buffer lengthJohn Crispin2015-10-051-1/+1
* ramips: collect rx related members to fe_rx_ring structFelix Fietkau2015-07-101-50/+55
* ramips: add xmit_more supportFelix Fietkau2015-07-101-20/+31
* ramips: improve tx clean up and add fe_tx_ring structFelix Fietkau2015-06-051-63/+71
* ramips: change ethernet napi interrupt sequenceFelix Fietkau2015-06-051-5/+4
* ramips: fix ethernet vlan tx offload support check when deleteFelix Fietkau2015-06-051-1/+1
* ramips: make ethernet register map u16 instead of u32Felix Fietkau2015-03-221-2/+2
* ramips: increase NAPI weight for mt7621 to improve routing performance a bit ...Felix Fietkau2015-03-211-3/+3
* ralink: support change tx/rx ring sizeJohn Crispin2015-03-131-25/+24
* ralink: use random generate mac address instead of default one.John Crispin2015-03-131-3/+6
* ralink: fix when tx done is 0 also need to clean interrupt statusJohn Crispin2015-02-111-3/+3
* ralink: fix hw status almost full not work on mt7620 and mt7621John Crispin2015-02-091-6/+13
* ralink: add 3.18 supportJohn Crispin2015-02-091-3/+3
* ramips: fix ethernet driver tx completion pollingFelix Fietkau2015-02-011-2/+2
* ralink: check ethernet MAC address whether it is validJohn Crispin2015-01-281-1/+3
* ralink: fix ethernet feature TSO not workFelix Fietkau2015-01-241-135/+165
* ralink: use fe_max_buf_size to get rx buffer sizeFelix Fietkau2015-01-241-7/+5
* ramips: fix ethernet vlan tx offload support checkFelix Fietkau2015-01-241-1/+1
* ralink: fix ethernet rx buffer size breakageFelix Fietkau2015-01-181-2/+2
* ralink: improve check rx sg function. use check frags instead of function callFelix Fietkau2015-01-181-4/+4
* ralink: correct handle hardware rx 2bytes offsetFelix Fietkau2015-01-181-8/+17
* ralink: use fe_reset to control all resetFelix Fietkau2015-01-181-0/+16
* ralink: improve tx_timeout functionFelix Fietkau2015-01-181-14/+71
* ralink: reduce access to uncached tx/rx dma ring bufferFelix Fietkau2015-01-181-43/+71
* ramips: fix tx bql related race condition in the ethernet driverFelix Fietkau2015-01-171-4/+5
* ramips: remove interrupt coalescing, it is unnecessary with napi polling and ...Felix Fietkau2015-01-131-14/+12
* ramips: use netif_receive_skb instead of napi_gro_receive when rx csum offloa...Felix Fietkau2015-01-021-1/+4
* ralink: fix tx vlan offload and hardware statusJohn Crispin2014-11-191-26/+34
* ralink: support netconsoleJohn Crispin2014-11-191-0/+15
* ralink: improve tx vlan offloadJohn Crispin2014-11-191-0/+54
* ralink: add support for mt7621 ethernetJohn Crispin2014-11-121-9/+22
* ralink: move ethernet driver to files/John Crispin2014-11-061-0/+1331