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