summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* be2net: fix ethtool get settingsAjit Khaparde2012-04-235-102/+239
* gianfar: add GRO supportWu Jiajun-B063782012-04-211-6/+7
* team: add per-port option for enabling/disabling portsJiri Pirko2012-04-211-0/+24
* team: allow to enable/disable portsJiri Pirko2012-04-213-18/+37
* team: lb: let userspace care about port macsJiri Pirko2012-04-211-12/+0
* sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-213-5/+5
* drivers/net: decouple ISA and ISA_DMA_APIArnd Bergmann2012-04-212-6/+6
* sungem: use mdelay instead of udelay where necessaryArnd Bergmann2012-04-211-1/+1
* donauboe: replace excessive udelay with msleepArnd Bergmann2012-04-211-1/+1
* 8390: select CRC32 supportArnd Bergmann2012-04-211-0/+1
* drivers/net: iwmc3200 depends on EXPERIMENTALArnd Bergmann2012-04-212-2/+3
* caif: include linux/io.hArnd Bergmann2012-04-211-0/+4
* drivers/net: add missing __devexit_p() annotationsArnd Bergmann2012-04-213-3/+3
* davinci_cpdma: export symbols used by other driversArnd Bergmann2012-04-211-1/+12
* pch_gbe: remove suspicious commentRichard Cochran2012-04-211-1/+0
* pch_gbe: run the ptp bpf just once per packetRichard Cochran2012-04-211-3/+1
* pch_gbe: correct receive time stamp filteringTakahiro Shimizu2012-04-212-4/+20
* pch_gbe: do not set the channel control registerTakahiro Shimizu2012-04-211-2/+0
* pch_gbe: improve coding styleTakahiro Shimizu2012-04-211-9/+9
* pch_gbe: export a method to set the receive match addressTakahiro Shimizu2012-04-212-1/+3
* pch_gbe: reprogram multicast address register on resetTakahiro Shimizu2012-04-211-3/+57
* pch_gbe: simplify transmit time stamping flag testTakahiro Shimizu2012-04-211-3/+3
* pch_gbe: scale time stamps to nanosecondsTakahiro Shimizu2012-04-212-4/+2
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-7/+1
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-201-2/+2
* atl1c: remove MDIO_REG_ADDR_MASK in atl1c_mdio_read/writeHuang, Xiong2012-04-191-2/+2
* atl1c: fix WoL(magic) issue for l2cb 1.1Huang, Xiong2012-04-192-28/+52
* atl1c: refine atl1c_pcie_patchHuang, Xiong2012-04-192-18/+48
* atl1c: refine/update ASPM configurationHuang, Xiong2012-04-192-122/+111
* atl1c: clear bit MASTER_CTRL_CLK_SEL_DIS in atl1c_pcie_patchHuang, Xiong2012-04-191-1/+6
* atl1c: refine reg definition of REG_MASTER_CTRLHuang, Xiong2012-04-192-19/+24
* atl1c: clear PCIE error status in atl1c_reset_pcieHuang, Xiong2012-04-192-17/+11
* atl1c: remove dmar_dly_cnt and dmaw_dly_cntHuang, Xiong2012-04-192-4/+0
* atl1c: update right threshold for TSOHuang, Xiong2012-04-193-5/+9
* atl1c: add module parameter for l1c_wait_until_idleHuang, Xiong2012-04-192-15/+24
* atl1c: threshold for ASPM is changed based on chip capabilityHuang, Xiong2012-04-191-3/+4
* stmmac: do not fail when probe and there is no csr clk definedGiuseppe CAVALLARO2012-04-192-7/+11
* stmmac: verify the dma_cfg platform fieldsGiuseppe CAVALLARO2012-04-194-7/+25
* stmmac: Move the mdio_register/_unregister in probe/removeFrancesco Virlinzi2012-04-191-18/+16
* stmmac: use custom init/exit functions in pm opsFrancesco Virlinzi2012-04-191-4/+13
* iwlwifi: Remove inconsistent and redundant declarationDavid Spinadel2012-04-191-1/+0
* bonding: start slaves with link down for ARP monitorMichal Kubeček2012-04-191-12/+21
* atl1c: restore max-read-request-size in Device Conrol RegisterHuang, Xiong2012-04-182-11/+11
* atl1c: using fixed TXQ configuration for l2cb and l1cHuang, Xiong2012-04-182-19/+28
* atl1c: remove dmaw_blockHuang, Xiong2012-04-182-5/+0
* atl1c: correct wrong definition of REG_DMA_CTRLHuang, Xiong2012-04-182-43/+32
* atl1c: wrong register used to stop TXQHuang, Xiong2012-04-181-1/+1
* atl1c: remove code related to rxq 1/2/3Huang, Xiong2012-04-182-19/+13
* atl1c: split 2 32bit registers of TPD to 4 16bit registersHuang, Xiong2012-04-183-39/+22
* atl1c: remove SMB/CMB DMA related codeHuang, Xiong2012-04-183-57/+6