rpcd: iwinfo plugin fixes
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / drivers / net /
2016-06-07 Felix Fietkautreewide: fix replace nbd@openwrt.org with nbd@nbd...
2016-02-22 Felix Fietkauar71xx: reset ethernet tx ring on fast reset to prevent...
2016-02-11 Felix Fietkauag71xx: fix build error with debugfs code
2016-02-11 Felix Fietkauag71xx: increase rx ring size to improve performance
2016-02-11 Felix Fietkauag71xx: store ring size order instead of ring size...
2016-02-11 Felix Fietkauag71xx: increase tx ring size to improve performance
2016-02-11 Felix Fietkauag71xx: optimize icache footprint of the receive poll...
2016-01-31 Felix Fietkauar71xx: use page fragment API in the ethernet driver
2016-01-13 Felix Fietkauar71xx: fix ethernet MAC reset on DMA hang
2016-01-13 Felix Fietkauar71xx: extend ethernet DMA stuck check to all ar724x...
2015-12-14 Felix Fietkauar71xx: clean up ethernet tx queue after reset, wake...
2015-07-09 John Crispinar71xx: ag71xx remove IRQF_DISABLED
2015-06-14 Felix Fietkauar71xx: return limit as number of processed frames...
2015-02-15 John Crispinar71xx: fix mv88e6063 compile for 3.14
2015-02-15 John Crispinar71xx: add v3.18 support
2014-12-09 Felix Fietkauar71xx: improve ethernet driver cache footprint by...
2014-12-07 John Crispinag71xx: replace delay with sleep calls
2014-12-07 John Crispinag71xx: replace fixed PHY reset wait time in ar7240sw_setup
2014-09-10 Felix Fietkauar71xx: ack completed tx descriptors only after the...
2014-09-06 Felix Fietkauar71xx: re-enable descriptor splitting on ar716x after...
2014-09-06 Felix Fietkauar71xx: fix off-by-one error in packet descriptor split...
2014-09-06 Felix Fietkauar71xx: on ar716x, split ethernet packets in 512 byte...
2014-08-30 Felix Fietkauar71xx: disable ethernet descriptor splitting for now...
2014-08-29 Felix Fietkauar71xx: split packets into multiple descriptors on...
2014-01-11 Gabor Juhosar71xx: ag71xx: increase calculated max frame length...
2013-12-20 Gabor Juhosar71xx: ag71xx: fix max frame length setup of the built...
2013-12-20 Gabor Juhosar71xx: ag71xx: calculate max frame len register value...
2013-12-20 Gabor Juhosar71xx: ag71xx: add ag71xx_max_frame_len() helper
2013-12-20 Gabor Juhosar71xx: ag71xx: get max_frame_len and desc_pktlen_mask...
2013-12-20 Gabor Juhosar71xx: ag71xx: store descriptor packet length mask...
2013-12-17 Gabor Juhosar71xx: implement callback in mdio reset
2013-12-17 Gabor Juhosar71xx: ag71xx: compute the RX buffer size from the...
2013-12-17 Gabor Juhosar71xx: ag71xx: store RX buffer size in the ag71xx...
2013-12-17 Gabor Juhosar71xx: ag71xx: store maximum frame length in the ag71x...
2013-12-17 Gabor Juhosar71xx: ag71xx: use mdio bus name in ar7240_probe messages
2013-12-17 Gabor Juhosag71xx: ag71xx: use device name for debugfs entry
2013-11-11 Gabor Juhosar71xx: ag71xx: fix ag71xx_probe error path
2013-11-08 Gabor Juhosar71xx: ag71xx: fix a race involving netdev registration
2013-08-13 Felix Fietkauar71xx: ethernet: reduce tx dma ring size further to...
2013-08-12 Felix Fietkauar71xx: ethernet: reduce tx and rx DMA ring size to...
2013-08-12 Felix Fietkauar71xx: ethernet: cache skb->len in the tx function...
2013-08-12 Felix Fietkauar71xx: fix typo
2013-08-12 Felix Fietkauar71xx: ethernet: skip calls to netdev_completed_queue...
2013-08-12 Felix Fietkauar71xx: ethernet: do not update the unused dev->last_rx...
2013-08-12 Felix Fietkauar71xx: add missing return statement in ethernet mtu...
2013-08-10 Felix Fietkauar71xx: allow mtu > 1500 based on the configured tx...
2013-07-09 Felix Fietkauar71xx: add linux 3.10
2013-02-19 Gabor Juhosar71xx: remove __dev{init,exit} annotations from kernel...
2013-02-11 Felix Fietkauar71xx: allow unknown multicast frames to pass to the...
2012-12-25 Gabor Juhosar71xx: ag71xx: show PHY interface mode in dmesg
2012-12-22 Gabor Juhosar71xx: ag71xx: fix mii_bus_dev sanity check
2012-12-22 Gabor Juhosar71xx: ag71xx: don't start/stop built-in switch w...
2012-10-27 Gabor Juhosar71xx: ag71xx: fix build_skb arguments for 3.6
2012-09-09 Gabor Juhosar71xx: add dynamic MDIO clock calculation
2012-07-03 Gabor Juhosar71xx: improve MDIO busy wait code
2012-05-28 Felix Fietkauar71xx: do not override the mdio clock for ar9330....
2012-05-28 Felix Fietkauar71xx: improve rx performance of the ethernet driver...
2012-05-27 Felix Fietkauar71xx: fix MII clock settings for various chips, impro...
2012-05-15 Felix Fietkauar71xx: remove AG71XX_RX_PKT_RESERVE, it is no longer...
2012-05-06 Felix Fietkaukernel: rewrite the phy packet hook, put it in the...
2012-04-29 Gabor Juhosar71xx: allow to disable link polling on unused PHYs
2012-04-25 Gabor Juhosar71xx: enable MIB counters in the built-in switch...
2012-03-15 Gabor Juhosar71xx: move micrel PHY driver to the generic linux...
2012-03-13 Gabor Juhosar71xx: ag71xx: fix ARP frame reception on AR934x switc...
2012-03-13 Gabor Juhosar71xx: ag71xx: start aneg on switch PHYs after reset
2012-03-13 Gabor Juhosar71xx: ag71xx: poll PHY status of all available switch...
2012-03-13 Gabor Juhosar71xx: ag71xx: allow to use port 5 of the AR934x built...
2012-03-07 Gabor Juhosar71xx: ag71xx: fix get_port_link callback
2012-03-07 Gabor Juhosar71xx: ag71xx: use the generic get_port_link implement...
2012-03-01 Gabor Juhosar71xx: ag71xx: keep VLAN tags if VLAN is not enabled
2012-02-10 Gabor Juhosar71xx: ag71xx: add BQL support
2012-02-10 Gabor Juhosar71xx: add preliminary support for 3.3
2012-02-10 Gabor Juhosar71xx: merge files-3.2 to files
2012-01-22 Gabor Juhosar71xx: move arch specific files to files-2.6.39
2012-01-22 Gabor Juhosar71xx: include linux/module.h in the micrel phy driver
2011-12-31 Gabor Juhosar71xx: ag71xx: implement get_port_{link,stats} callbacks
2011-12-22 Felix Fietkauar71xx: set a reserved bit that resets to 1 when writin...
2011-12-15 Gabor Juhosar71xx: ag71xx: fix switch port setup for AR934X
2011-12-15 Gabor Juhosar71xx: ag71xx: allow to connect PHY4 to the CPU on...
2011-12-15 Gabor Juhosar71xx: ag71xx: setup switch interface mode on AR934X
2011-12-15 Gabor Juhosar71xx: ag71xx: detect the built-in switch of the AR934...
2011-12-15 Gabor Juhosar71xx: introduce ar71xx_switch_data
2011-12-15 Gabor Juhosar71xx: ag71xx: check PHY IDs before accessing the...
2011-12-15 Gabor Juhosar71xx: ag71xx: don't use port 4 of the switch, it...
2011-12-15 Gabor Juhosar71xx: ag71xx: nuke ar7240sw_init
2011-11-13 Gabor Juhosar71xx: ag71xx: add support for getting switch port...
2011-11-13 Gabor Juhosar71xx: ag71xx: remove unused mii_ctrl field from struc...
2011-11-13 Gabor Juhosar71xx: ag71xx: remove unused mii_cfg related functions...
2011-11-13 Gabor Juhosar71xx: set MII interface speed from the set_speed...
2011-11-13 Gabor Juhosar71xx: rename set_pll callback to set_speed in ag71xx_...
2011-11-13 Gabor Juhosar71xx: ag71xx: remove MII interface setup code
2011-11-12 Gabor Juhosar71xx: ag71xx: use fixed link parameters if the mii...
2011-11-08 Felix Fietkauar71xx: remove dead code
2011-11-08 Felix Fietkauar71xx: on ar7240, exclude ports from their own port...
2011-10-08 Jonas Gorskiag71xx: close a race between the phy state machine...
2011-09-11 Felix Fietkauar71xx: fix register range check for DMA stuck checks...
2011-08-13 Felix Fietkauar71xx: add some code to detect DMA stuck conditions...
2011-08-13 Felix Fietkauar71xx: on ar724x only reset the link status in the...
2011-08-04 Felix Fietkauar71xx: fix ethernet FIFO state corruption on ar7240
2011-08-04 Felix Fietkauag71xx: fix memory corruption issues on ar7240 on ether...
next