summaryrefslogtreecommitdiff
path: root/cleopatre/linux-2.6.25.10-spc300/drivers/net
AgeCommit message (Expand)Author
2013-05-30cleo/linux/drivers/net/arm: add fixed phy support in eth driver, closes #4009Olivier Dufour
2013-05-30cleo/linux/drivers/net/phy: add getters in fixed driver, refs #4009Olivier Dufour
2013-05-30cleo/linux/drivers/net/phy: allocate phydev in fixed driver, refs #4009Olivier Dufour
2013-04-18{cleo, polux}/linux/drivers/net: set RMII speed in ETH_CONFIG, closes #3900Olivier Dufour
2013-02-06cleo/linux/driver/net/phy: disable EEE in RTL821x phy driver, refs #3755Olivier Dufour
2013-01-31{cleo/linux, common/inc/asm/arch}: create sram-mapping.h, refs #3692Cyril Jourdan
2013-01-18cleo/linux/driver/net/phy: add support for our realtek chipset, refs #3707Jérémy Dufour
2013-01-18cleo/linux/driver/net: reset PHY only when at driver loading, refs #3707Jérémy Dufour
2012-12-21cleo/app/pmd: add a daemon to handle power state changes, closes #2633Olivier Dufour
2012-12-21cleo/linux/arch/arm/spc300: wake up on eth link up, refs #2633Olivier Dufour
2012-12-21cleo/linux/drv/net/arm: switch off ethernet clocks, refs #2633Olivier Dufour
2012-11-06cleo/arch/arm/spc300: Add support of eth2 for MSE500, closes #3413Olivier Dufour
2012-11-06cleo/linux/drv/eth: don't netif_wake_queue() on link upYacine Belkadi
2012-11-06cleo/linux/drv/eth: don't txdesc_reset() on link up, refs #3195, (ind.) close...Yacine Belkadi
2012-11-06cleo/linux/drv/eth: don't netif_carrier_{on|off}() on link change, closes #3254Yacine Belkadi
2012-10-19cleo/linux/driver/net/arm/synop3504: flush MIU only on MSE500, closes #3408Jean-Philippe SAVE
2012-10-17cleo/linux/driver/net/arm/synop3504: adapt synchro with DMA, closes #3408Jean-Philippe SAVE
2012-09-20cleo/{linux, buildroot}: handle eth clks and rgmii on MSE500, refs #3318Jean-Philippe SAVE
2012-09-20cleopatre: rename SPC300DINI into MSE500DINI_300, refs #3119Cyril Jourdan
2012-09-20cleo/linux: rename hardware and import dir into ips and hardware, refs #3119Cyril Jourdan
2012-09-06cleo/linux/drv/net/arm/synop3504: reset rings on timeout, refs #3161Nélio Laranjeiro
2012-09-06cleo/linux/drv/net/arm/synop3504: only reset TX desc on link_up, closes #3195Nélio Laranjeiro
2012-09-06cleo/linux/drv/net/arm/synop3504: remove netif_carrier_off on stop, refs #3195Nélio Laranjeiro
2012-09-06cleo/linux/drv/net/arm/synop3504: don't stop DMA on link_down, refs #3195Nélio Laranjeiro
2012-09-06cleo/linux/drv/net/arm/synop3504: remove link_down call on open, refs #3195Nélio Laranjeiro
2012-09-06cleo/linux/drv/net/arm/synop3504: start DMA on synop3504_open, refs #3195Nélio Laranjeiro
2012-06-28cleo/linux/drv/net/arm/synop3504: do not enable carrier at open, closes #3048Cyril Jourdan
2012-05-09cleo/linux/drv: make ethernet work on spc300dini, refs #2759MSE500 Team
2012-05-09cleo/linux: switch to board/chip/feature configurationNicolas Schodet
2012-04-26cleo/linux/drivers/net/arm: accept giant frames, closes #2992Nicolas Schodet
2012-03-30cleo/linux/driver/net: redefine PKT_BUF_SZ using linux definesJérémy Dufour
2012-03-30cleo/linux/driver/net: use default ethernet change mtu function, closes #2969Jérémy Dufour
2012-02-20cleo/linux/driver/net: return remaining budget after NAPI pollJérémy Dufour
2012-02-10cleo/linux/drivers/net: use dev_alloc_skb for synop3504 driverNicolas Schodet
2011-12-20cleo/linux/drivers/net/arm/synop3504: reset descriptors on link up, refs #2701Nicolas Schodet
2011-10-27cleo/linux/drivers/net: fix DMA synchronisation in Synopsys driver, refs #2295Jérémy Dufour
2011-09-08cleo/linux/drv/eth: add seq_check support, refs #2644Yacine Belkadi
2011-08-12cleo/linux/drv/eth: support getting/setting flow control params from ethtool,...Yacine Belkadi
2011-08-12cleo/linux/drv/eth: flow control: change Rx FIFO fill-level thresholds, refs ...Belkadi & Save
2011-08-12cleo/linux/drv/eth: replace printk "Rx FIFO Error" by TRACE "Rx FIFO overflow...Belkadi & Save
2011-08-12cleo/linux/drv/eth: flow control: set Pause Low Threshold to 144, refs #2487Yacine Belkadi
2011-08-12cleo/linux/drv/eth: flow control: set Pause Time to 65535 quanta, refs #2487Yacine Belkadi
2011-08-12cleo/linux/drv/eth: don't flush the Rx FIFO when no descriptor is available, ...Belkadi & Save
2011-08-12cleo/linux/drv/eth: fix flow control activation thresholds, refs #2487Yacine Belkadi
2011-08-12cleo/linux/drv/eth: fix: hardware flow control (sending pause frames) was not...Yacine Belkadi
2011-08-12cleo/linux/drv/eth: fix double free()Yacine Belkadi
2011-08-12cleo/linux/drv/eth: refactor: use the SynopsysSetMacReg() and SynopsysClearMa...Yacine Belkadi
2011-08-12cleo/linux/drv/eth: fix: a DMA register was read instead of a GMAC registerYacine Belkadi
2010-10-04cleo/linux/eth : Add IP175x swich driver handel VLAN managed by ethtool, fix ...Badreddine ZAGROUBA
2010-10-04cleo/linux/eth: Split ETH and PHY drivers, closes #1860Badreddine ZAGROUBA