| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/net: decouple ISA and ISA_DMA_API | Arnd Bergmann | 2012-04-21 | 2 | -6/+6 |
* | sungem: use mdelay instead of udelay where necessary | Arnd Bergmann | 2012-04-21 | 1 | -1/+1 |
* | donauboe: replace excessive udelay with msleep | Arnd Bergmann | 2012-04-21 | 1 | -1/+1 |
* | 8390: select CRC32 support | Arnd Bergmann | 2012-04-21 | 1 | -0/+1 |
* | drivers/net: iwmc3200 depends on EXPERIMENTAL | Arnd Bergmann | 2012-04-21 | 2 | -2/+3 |
* | caif: include linux/io.h | Arnd Bergmann | 2012-04-21 | 1 | -0/+4 |
* | drivers/net: add missing __devexit_p() annotations | Arnd Bergmann | 2012-04-21 | 3 | -3/+3 |
* | davinci_cpdma: export symbols used by other drivers | Arnd Bergmann | 2012-04-21 | 1 | -1/+12 |
* | pch_gbe: remove suspicious comment | Richard Cochran | 2012-04-21 | 1 | -1/+0 |
* | pch_gbe: run the ptp bpf just once per packet | Richard Cochran | 2012-04-21 | 1 | -3/+1 |
* | pch_gbe: correct receive time stamp filtering | Takahiro Shimizu | 2012-04-21 | 1 | -1/+13 |
* | pch_gbe: improve coding style | Takahiro Shimizu | 2012-04-21 | 1 | -9/+9 |
* | pch_gbe: export a method to set the receive match address | Takahiro Shimizu | 2012-04-21 | 1 | -0/+1 |
* | pch_gbe: reprogram multicast address register on reset | Takahiro Shimizu | 2012-04-21 | 1 | -3/+57 |
* | pch_gbe: simplify transmit time stamping flag test | Takahiro Shimizu | 2012-04-21 | 1 | -3/+3 |
* | pch_gbe: scale time stamps to nanoseconds | Takahiro Shimizu | 2012-04-21 | 1 | -4/+0 |
* | atl1c: remove MDIO_REG_ADDR_MASK in atl1c_mdio_read/write | Huang, Xiong | 2012-04-19 | 1 | -2/+2 |
* | atl1c: fix WoL(magic) issue for l2cb 1.1 | Huang, Xiong | 2012-04-19 | 2 | -28/+52 |
* | atl1c: refine atl1c_pcie_patch | Huang, Xiong | 2012-04-19 | 2 | -18/+48 |
* | atl1c: refine/update ASPM configuration | Huang, Xiong | 2012-04-19 | 2 | -122/+111 |
* | atl1c: clear bit MASTER_CTRL_CLK_SEL_DIS in atl1c_pcie_patch | Huang, Xiong | 2012-04-19 | 1 | -1/+6 |
* | atl1c: refine reg definition of REG_MASTER_CTRL | Huang, Xiong | 2012-04-19 | 2 | -19/+24 |
* | atl1c: clear PCIE error status in atl1c_reset_pcie | Huang, Xiong | 2012-04-19 | 2 | -17/+11 |
* | atl1c: remove dmar_dly_cnt and dmaw_dly_cnt | Huang, Xiong | 2012-04-19 | 2 | -4/+0 |
* | atl1c: update right threshold for TSO | Huang, Xiong | 2012-04-19 | 3 | -5/+9 |
* | atl1c: add module parameter for l1c_wait_until_idle | Huang, Xiong | 2012-04-19 | 2 | -15/+24 |
* | atl1c: threshold for ASPM is changed based on chip capability | Huang, Xiong | 2012-04-19 | 1 | -3/+4 |
* | stmmac: do not fail when probe and there is no csr clk defined | Giuseppe CAVALLARO | 2012-04-19 | 2 | -7/+11 |
* | stmmac: verify the dma_cfg platform fields | Giuseppe CAVALLARO | 2012-04-19 | 4 | -7/+25 |
* | stmmac: Move the mdio_register/_unregister in probe/remove | Francesco Virlinzi | 2012-04-19 | 1 | -18/+16 |
* | stmmac: use custom init/exit functions in pm ops | Francesco Virlinzi | 2012-04-19 | 1 | -4/+13 |
* | iwlwifi: Remove inconsistent and redundant declaration | David Spinadel | 2012-04-19 | 1 | -1/+0 |
* | bonding: start slaves with link down for ARP monitor | Michal Kubeček | 2012-04-19 | 1 | -12/+21 |
* | atl1c: restore max-read-request-size in Device Conrol Register | Huang, Xiong | 2012-04-18 | 2 | -11/+11 |
* | atl1c: using fixed TXQ configuration for l2cb and l1c | Huang, Xiong | 2012-04-18 | 2 | -19/+28 |
* | atl1c: remove dmaw_block | Huang, Xiong | 2012-04-18 | 2 | -5/+0 |
* | atl1c: correct wrong definition of REG_DMA_CTRL | Huang, Xiong | 2012-04-18 | 2 | -43/+32 |
* | atl1c: wrong register used to stop TXQ | Huang, Xiong | 2012-04-18 | 1 | -1/+1 |
* | atl1c: remove code related to rxq 1/2/3 | Huang, Xiong | 2012-04-18 | 2 | -19/+13 |
* | atl1c: split 2 32bit registers of TPD to 4 16bit registers | Huang, Xiong | 2012-04-18 | 3 | -39/+22 |
* | atl1c: remove SMB/CMB DMA related code | Huang, Xiong | 2012-04-18 | 3 | -57/+6 |
* | atl1c: remove VPD register | Huang, Xiong | 2012-04-18 | 3 | -16/+4 |
* | atl1c: remove HDS register | Huang, Xiong | 2012-04-18 | 2 | -9/+0 |
* | atl1c: remove multiple-RX-Q code | Huang, Xiong | 2012-04-18 | 3 | -210/+66 |
* | atl1c: update author contact info & company/driver desciption | Huang, Xiong | 2012-04-18 | 1 | -2/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-04-18 | 244 | -7053/+11021 |
|\ |
|
| * | mwifiex: corrections in timestamp related code | Amitkumar Karwar | 2012-04-17 | 6 | -18/+30 |
| * | mwifiex: code cleanup in BSS handling | Amitkumar Karwar | 2012-04-17 | 3 | -64/+31 |
| * | libertas USB: convert to asynchronous firmware loading | Daniel Drake | 2012-04-17 | 1 | -59/+43 |
| * | libertas SDIO: convert to asynchronous firmware loading | Daniel Drake | 2012-04-17 | 1 | -85/+121 |