summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-08-30ixgbevf: Cleanup handling of configuration for jumbo framesAlexander Duyck
2012-08-30ixgbevf: Add suspend and resume support to the VFAlexander Duyck
2012-08-30e1000e: update driver version numberBruce Allan
2012-08-30e1000e: cleanup - remove unnecessary variableBruce Allan
2012-08-30e1000e: cleanup - remove inapplicable commentBruce Allan
2012-08-30e1000e: cleanup strict checkpatch checkBruce Allan
2012-08-30e1000e: cleanup strict checkpatch MEMORY_BARRIER checksBruce Allan
2012-08-30e1000e: use correct type for read of 32-bit registerBruce Allan
2012-08-30net/fsl_pq_mdio: add support for the Fman 1G MDIO controllerTimur Tabi
2012-08-30net/fsl-pq-mdio: coalesce multiple memory allocations into oneTimur Tabi
2012-08-30net/fsl_pq_mdio: streamline probing of MDIO nodesTimur Tabi
2012-08-30net/fsl_pq_mdio: various small fixesTimur Tabi
2012-08-30net/fsl_pq_mdio: merge some functions togetherTimur Tabi
2012-08-30net/fsl_pq_mdio: trim #include statementsTimur Tabi
2012-08-30net/freescale: do not export any functions from fsl_pq_mdio.cTimur Tabi
2012-08-30be2net: modify log msg for lack of privilege errorVasundhara Volam
2012-08-30be2net: fixup malloc/free of adapter->pmac_idSathya Perla
2012-08-30be2net: fix FW default for VF tx-rateVasundhara Volam
2012-08-30be2net: fix max VFs reported by HWVasundhara Volam
2012-08-30be2net: create RSS rings even in multi-channel configsSathya Perla
2012-08-30drivers/ieee802154: move ieee802154 drivers to net folderalex.bluesman.smirnov@gmail.com
2012-08-30drivers/ieee802154/at86rf230: replace the code under _init and _exit by macroalex.bluesman.smirnov@gmail.com
2012-08-30netlink: add minlen validation for the new signed typesJulian Anastasov
2012-08-30drivers/net/ethernet/tundra/tsi108_eth.c: delete double assignmentJulia Lawall
2012-08-30forcedeth: prevent TX timeouts after rebootdavid decotigny
2012-08-30forcedeth: fix TX timeout caused by TX pause on down linkdavid decotigny
2012-08-30forcedeth: fix buffer overflowdavid decotigny
2012-08-30netdev/phy: add MDIO bus multiplexer driven by a memory-mapped deviceTimur Tabi
2012-08-30of/mdio-gpio: Simplify the way device tree support is implemented.Srinivas Kandagatla
2012-08-30of/mdio: Add dummy functions in of_mdio.h.Srinivas Kandagatla
2012-08-30netpoll: provide an IP ident in UDP framesEric Dumazet
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2012-08-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-08-24sfc: Fix the initial device operstateBen Hutchings
2012-08-24sfc: Assign efx and efx->type as early as possible in efx_pci_probe()Ben Hutchings
2012-08-24sfc: Remove bogus comment about MTU change and RX buffer overrunBen Hutchings
2012-08-24sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings
2012-08-24sfc: Fix reset vs probe/remove/PM races involving efx_nic::stateBen Hutchings
2012-08-24sfc: Improve log messages in case we abort probe due to a pending resetBen Hutchings
2012-08-24sfc: Never try to stop and start a NIC that is disabledBen Hutchings
2012-08-24sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()Ben Hutchings
2012-08-24sfc: Keep disabled NICs quiescent during suspend/resumeBen Hutchings
2012-08-24sfc: Hold the RTNL lock for more of the suspend/resume cycleBen Hutchings
2012-08-24sfc: Change state names to be clearer, and comment themBen Hutchings
2012-08-24sfc: Stash header offsets for TSO in struct tso_stateBen Hutchings
2012-08-24sfc: Replace tso_state::full_packet_space with ip_base_lenBen Hutchings
2012-08-24sfc: Simplify TSO header buffer allocationBen Hutchings
2012-08-24sfc: Stop TX queues before they fill upBen Hutchings