348 Commits (681eb8c3de00d485a2553be20d6acb8fe94a85a3)

Author SHA1 Message Date
John Crispin 69955cf733 ar71xx: generalize cybertan partition parser 10 years ago
John Crispin e5373f2761 ar71xx: rename wrt160nl's trx partition parser 10 years ago
John Crispin daf2140192 ar71xx: fix gpio-latch driver 10 years ago
John Crispin 4e5c2b6f46 ar71xx: fix mv88e6063 compile for 3.14 10 years ago
John Crispin 7e4b3de249 ar71xx: add v3.18 support 10 years ago
Felix Fietkau 8c6f1412b1 ar71xx: improve ethernet driver cache footprint by removing an unnecessary pointer 10 years ago
John Crispin 59e7999a44 ag71xx: replace delay with sleep calls 10 years ago
John Crispin 4caa8d50ad ag71xx: replace fixed PHY reset wait time in ar7240sw_setup 10 years ago
Felix Fietkau 1961f8cdb7 ar71xx: ack completed tx descriptors only after the full frame has been completed 10 years ago
Felix Fietkau 60eeadd0ba ar71xx: re-enable descriptor splitting on ar716x after the previous bugfixes (#13072) 10 years ago
Felix Fietkau 2da2317fed ar71xx: fix off-by-one error in packet descriptor splitting (patch from #13072) 10 years ago
Felix Fietkau 05dd36a980 ar71xx: on ar716x, split ethernet packets in 512 byte chunks instead of 256 (improves performance) (patch from #13072) 10 years ago
Felix Fietkau 926f000b99 ar71xx: disable ethernet descriptor splitting for now, as it seems to cause tx hangs in some setups 10 years ago
Felix Fietkau 2c680151e4 ar71xx: split packets into multiple descriptors on ar716x 10 years ago
Hauke Mehrtens f5e5477c81 kernel: modify mtd related patches for 3.14 11 years ago
Gabor Juhos 3d906ac6ac ar71xx: rb91x-nand: rewrite to use GPIO API 11 years ago
Gabor Juhos ab08c40487 ar71xx: add a generic GPIO latch driver 11 years ago
Gabor Juhos 30ebad2dee ar71xx: ag71xx: increase calculated max frame length value 11 years ago
Gabor Juhos 2b220f3550 ar71xx: ag71xx: fix max frame length setup of the built-in switches 11 years ago
Gabor Juhos 35d601f974 ar71xx: ag71xx: calculate max frame len register value from the MTU 11 years ago
Gabor Juhos 9e7d77de2d ar71xx: ag71xx: add ag71xx_max_frame_len() helper 11 years ago
Gabor Juhos 2c4e3cf33a ar71xx: ag71xx: get max_frame_len and desc_pktlen_mask from platform data 11 years ago
Gabor Juhos 9be1e508f9 ar71xx: ag71xx: store descriptor packet length mask in ag71xx struct 11 years ago
Gabor Juhos 8b712436f3 ar71xx: implement callback in mdio reset 11 years ago
Gabor Juhos 31de995025 ar71xx: ag71xx: compute the RX buffer size from the maximum frame size 11 years ago
Gabor Juhos b35e0da0f4 ar71xx: ag71xx: store RX buffer size in the ag71xx struct 11 years ago
Gabor Juhos 6072e777e9 ar71xx: ag71xx: store maximum frame length in the ag71xx struct 11 years ago
Gabor Juhos ea89cc9250 ar71xx: ag71xx: use mdio bus name in ar7240_probe messages 11 years ago
Gabor Juhos 0d7a6748e1 ag71xx: ag71xx: use device name for debugfs entry 11 years ago
Gabor Juhos 8461ffccc1 ar71xx: add NAND driver for the Mikrotik RB91x boards 11 years ago
Gabor Juhos ec09569b17 ar71xx: ag71xx: fix ag71xx_probe error path 11 years ago
Gabor Juhos 7bd3a7bc7b ar71xx: ag71xx: fix a race involving netdev registration 11 years ago
Gabor Juhos 7815af409a ar71xx: ar934x-nfc: disable subpage write when hardware ECC is used 11 years ago
Gabor Juhos e33ccdc295 ar71xx: use netgear prefix for WNDR3700 LED names 11 years ago
Gabor Juhos d6fef0cb39 ar71xx: ar934x_nfc: add experimental support for hardware ECC 11 years ago
Gabor Juhos ceecdfb1c9 ar71xx: ar934x_nfc: return error code from some low-level functions 11 years ago
Gabor Juhos df8485c7cb ar71xx: ar934x_nfc: use devm_* functions 11 years ago
Felix Fietkau bbd4d4c8b8 ar71xx: ethernet: reduce tx dma ring size further to improve cache footprint 11 years ago
Felix Fietkau 58e049ea80 ar71xx: ethernet: reduce tx and rx DMA ring size to improve cache footprint 11 years ago
Felix Fietkau f43b4ea962 ar71xx: ethernet: cache skb->len in the tx function to avoid accessing it again in completion 11 years ago
Felix Fietkau 53c3b2a193 ar71xx: fix typo 11 years ago
Felix Fietkau f18fd5512e ar71xx: ethernet: skip calls to netdev_completed_queue and netif_wake_queue if no tx cleanup was done 11 years ago
Felix Fietkau 81cfb9e5ed ar71xx: ethernet: do not update the unused dev->last_rx field 11 years ago
Felix Fietkau 104ff48e25 ar71xx: add missing return statement in ethernet mtu change op 11 years ago
Felix Fietkau 7b05fe59a4 ar71xx: allow mtu > 1500 based on the configured tx/rx mtu register value 11 years ago
Felix Fietkau 64dde7d981 ar71xx: add linux 3.10 11 years ago
Gabor Juhos 4341b11f3e ar71xx: remove __dev{init,exit} annotations from kernel files 12 years ago
Felix Fietkau 2e7a4b088d ar71xx: allow unknown multicast frames to pass to the CPU on AR934x 12 years ago
Gabor Juhos 1dc2b6e8fa ar71xx: ag71xx: show PHY interface mode in dmesg 12 years ago
Gabor Juhos 9edcd9d3a3 ar71xx: ag71xx: fix mii_bus_dev sanity check 12 years ago