summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-19atl1c: clear PCIE error status in atl1c_reset_pcieHuang, Xiong2-17/+11
2012-04-19atl1c: remove dmar_dly_cnt and dmaw_dly_cntHuang, Xiong2-4/+0
2012-04-19atl1c: update right threshold for TSOHuang, Xiong3-5/+9
2012-04-19atl1c: add module parameter for l1c_wait_until_idleHuang, Xiong2-15/+24
2012-04-19atl1c: threshold for ASPM is changed based on chip capabilityHuang, Xiong1-3/+4
2012-04-19stmmac: do not fail when probe and there is no csr clk definedGiuseppe CAVALLARO2-7/+11
2012-04-19stmmac: verify the dma_cfg platform fieldsGiuseppe CAVALLARO4-7/+25
2012-04-19stmmac: Move the mdio_register/_unregister in probe/removeFrancesco Virlinzi1-18/+16
2012-04-19stmmac: use custom init/exit functions in pm opsFrancesco Virlinzi2-4/+14
2012-04-19iwlwifi: Remove inconsistent and redundant declarationDavid Spinadel1-1/+0
2012-04-19tipc: Ensure network address change doesn't impact configuration serviceAllan Stephens1-1/+1
2012-04-19tipc: Ensure network address change doesn't impact rejected messageAllan Stephens1-1/+1
2012-04-19tipc: handle <0.0.0> as an alias for this node on outgoing msgsAllan Stephens1-4/+4
2012-04-19tipc: properly handle off-node send requests with invalid addrAllan Stephens1-2/+9
2012-04-19tipc: take lock while updating node network addressAllan Stephens1-1/+2
2012-04-19tipc: Ensure network address change doesn't impact local connectionsAllan Stephens4-31/+34
2012-04-19tipc: delete duplicate peerport/peernode helper functionsAllan Stephens2-14/+4
2012-04-19tipc: Ensure network address change doesn't impact new portAllan Stephens1-4/+11
2012-04-19tipc: Optimize re-initialization of port message header templatesAllan Stephens1-2/+0
2012-04-19tipc: Ensure network address change doesn't impact name table updatesAllan Stephens1-4/+4
2012-04-19tipc: Add routines for safe checking of node's network addressAllan Stephens4-6/+24
2012-04-19tipc: Don't record failed publication attempt as a successAllan Stephens1-2/+3
2012-04-19tipc: Update node-scope publications when network address is assignedAllan Stephens2-7/+12
2012-04-19tipc: Separate cluster-scope and zone-scope names into distinct listsAllan Stephens1-5/+26
2012-04-19bonding: start slaves with link down for ARP monitorMichal Kubeček1-12/+21
2012-04-19nf_bridge: remove holes in struct nf_bridge_infoEric Dumazet1-5/+5
2012-04-19ipv4: dont drop packet in defrag but consume itEric Dumazet1-1/+1
2012-04-19net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet1-1/+4
2012-04-19net: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19ipv6: dccp: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19packet: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19ipv6: tcp: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19netlink: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19ip6_tunnel: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19net: fix compile error of leaking kmemleak.h headerShan Wei2-0/+2
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
2012-04-18atl1c: remove VPD registerHuang, Xiong3-16/+4
2012-04-18atl1c: remove HDS registerHuang, Xiong2-9/+0
2012-04-18atl1c: remove multiple-RX-Q codeHuang, Xiong3-210/+66
2012-04-18atl1c: update author contact info & company/driver desciptionHuang, Xiong1-2/+3
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville290-7242/+14493
2012-04-18Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller12-74/+96
2012-04-18tipc: Factor out name publication code to a separate functionAllan Stephens1-27/+34