aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-9/+0
2011-10-27stmmac: update normal descriptor structure (v2)Giuseppe CAVALLARO5-40/+51
2011-10-27stmmac: fix NULL pointer dereference in capabilities fixup (v2)Angus Clark1-1/+1
2011-10-27stmmac: fix a bug while checking the HW cap reg (v2)Giuseppe CAVALLARO1-2/+3
2011-10-19stmmac: limit max_mtu in case of 4KiB and use __netdev_alloc_skb (V2)Giuseppe CAVALLARO1-2/+4
2011-10-19stmmac: add CHAINED descriptor mode support (V4)Giuseppe CAVALLARO10-105/+491
2011-10-19stmmac: allow mmc usage only if feature actually available (V4)Giuseppe CAVALLARO2-11/+16
2011-10-19stmmac: use predefined macros for HW cap register fields (V4)Rayagond Kokatanur2-21/+63
2011-10-19stmmac: allow mtu bigger than 1500 in case of normal desc (V4)Giuseppe CAVALLARO2-3/+9
2011-10-19stmmac: update the driver version and doc (V4)Giuseppe CAVALLARO1-1/+1
2011-10-19stmmac: protect tx process with lock (V4)Giuseppe CAVALLARO2-0/+9
2011-10-19stmmac: Stop advertising 1000Base capabilties for non GMII iface (V4).Srinivas Kandagatla1-3/+10
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-09-22stmmac: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-09-15MII: fix Kconfig dependencies for MIIJeff Kirsher1-0/+1
2011-09-15stmmac: update the driver version (Aug_2011) (v3)Giuseppe CAVALLARO1-1/+1
2011-09-15stmmac: add HW DMA feature register (v3)Giuseppe CAVALLARO6-1/+174
2011-09-15stmmac: rework the code to get the Synopsys ID (v3)Giuseppe CAVALLARO4-5/+23
2011-09-15stmmac: export DMA TX/RX rings via debugfs (v3)Giuseppe CAVALLARO2-0/+112
2011-09-15stmmac: add MMC support exported via ethtool (v3)Giuseppe CAVALLARO8-22/+540
2011-09-15stmmac: support wake up irq from external sources (v3)Deepak Sikri3-3/+16
2011-09-15stmmac: remove the mmc code (v3)Giuseppe CAVALLARO4-28/+0
2011-09-15stmmac: remove the STBus bridge setting from the GMAC code (v3)Giuseppe CAVALLARO1-3/+0
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher1-0/+1
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-5/+8
2011-08-11stmmac: Move the STMicroelectronics driverJeff Kirsher22-0/+5272