summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-09-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller10-159/+807
2013-09-21tg3: Update version to 3.134Nithin Sujir1-2/+2
2013-09-21tg3: Remove unnecessary spinlockNithin Sujir1-2/+0
2013-09-21tg3: Appropriately classify interrupts during request_irqNithin Sujir1-1/+12
2013-09-21tg3: Remove redundant if checkNithin Sujir1-4/+1
2013-09-21tg3: Remove if 0'd codeNithin Sujir1-18/+0
2013-09-21tg3: LED in shared mode does not blink during trafficNithin Sujir1-0/+6
2013-09-21tg3: Add support for new 577xx device idsNithin Sujir2-2/+16
2013-09-21tg3: Add function tg3_phy_shdw_write()Nithin Sujir1-8/+10
2013-09-20declance: Remove `incompatible pointer type' warningsMaciej W. Rozycki1-8/+8
2013-09-20phy/micrel: Add suspend/resume support to Micrel PHYsPatrice Vilchez1-0/+24
2013-09-20net: cdc-phonet: Staticize usbpn_probeSachin Kamat1-1/+1
2013-09-20net: cxgb4vf: Staticize local symbolsSachin Kamat1-5/+6
2013-09-20net: bnx2x: Staticize local symbolsSachin Kamat1-3/+4
2013-09-20net: emaclite: Code cleanupMichal Simek1-14/+14
2013-09-20net: emaclite: Not necessary to call devm_iounmapMichal Simek1-8/+3
2013-09-20sfc: Support ARFS for IPv6 flowsBen Hutchings1-28/+62
2013-09-20sfc: Use TX PIO for sufficiently small packetsJon Cooper4-0/+155
2013-09-20sfc: Introduce inline functions to simplify TX insertionBen Hutchings1-20/+33
2013-09-20sfc: Separate out queue-empty check from efx_nic_may_push_tx_desc()Ben Hutchings1-6/+22
2013-09-20sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings6-3/+353
2013-09-20sfc: Implement firmware-assisted TSO for EF10Ben Hutchings1-52/+121
2013-09-20sfc: Fold tso_get_head_fragment() into tso_start()Ben Hutchings1-31/+31
2013-09-20sfc: Add EF10 registers to register dumpBen Hutchings1-31/+42
2013-09-20sfc: efx_ef10_filter_update_rx_scatter() can be staticFengguang Wu1-1/+1
2013-09-20sfc: efx_ethtool_get_ts_info() can be staticFengguang Wu1-2/+2
2013-09-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+0
2013-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds95-409/+626
2013-09-19netconsole: fix a deadlock with rtnl and netconsole's mutexNikolay Aleksandrov1-4/+1
2013-09-19skge: fix broken driverMikulas Patocka1-2/+3
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-1/+1
2013-09-19xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant3-21/+23
2013-09-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-13/+3
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-18/+59
2013-09-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds54-259/+832
2013-09-19drm/fb-helper: don't sleep for screen unblank when an oops is in progressDaniel Vetter1-0/+8
2013-09-19drm, ttm Fix uninitialized warningPrarit Bhargava1-1/+1
2013-09-19drm/ttm: fix the tt_populated check in ttm_tt_destroy()Ben Skeggs1-1/+1
2013-09-19Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie4-27/+36
2013-09-19Merge tag 'omap-for-v3.12/fixes-signed' of git://git.kernel.org/pub/scm/linux...Olof Johansson1-1/+0
2013-09-18mailbox: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-09-18cnic: Fix crash in cnic_bnx2x_service_kcq()Michael Chan1-1/+2
2013-09-18bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan7-10/+43
2013-09-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds12-116/+142
2013-09-18tty: disassociate_ctty() sends the extra SIGCONTOleg Nesterov1-1/+2
2013-09-18vxlan: Avoid creating fdb entry with NULL destinationSridhar Samudrala1-9/+13
2013-09-18drivers: net: phy: cicada.c: clears warning Use #include <linux/io.h> instead...Avinash Kumar1-2/+2
2013-09-18net loopback: Set loopback_dev to NULL when freedEric W. Biederman1-0/+1
2013-09-17mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia1-7/+0
2013-09-17drm/nouveau/ttm: prevent double-free in nouveau_sgdma_create_ttm() failure pathBen Skeggs1-3/+1