summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: sierra_net: rx_urb_size is constantBjørn Mork2012-09-031-13/+4
* net: sierra_net: make private symbols staticBjørn Mork2012-09-031-3/+3
* net: cx82310_eth: use common match macroBjørn Mork2012-09-031-10/+1
* r8169: add D-Link DGE-560T identifiers.Francois Romieu2012-09-011-0/+2
* bonding: add some slack to arp monitoring time limitsJiri Bohac2012-08-311-11/+20
* net:stmmac: convert driver to use devm_request_and_ioremap.Srinivas Kandagatla2012-08-311-32/+8
* net:stmmac: Remove bus_id from mdio platform data.Srinivas Kandagatla2012-08-312-6/+3
* net:stmmac: fix broken stmmac_pltfr_remove.Srinivas Kandagatla2012-08-311-1/+2
* net:stmmac: Add check if mdiobus is registered in stmmac_mdio_unregisterSrinivas Kandagatla2012-08-311-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-08-317-41/+164
|\
| * ixgbevf: Cleanup handling of configuration for jumbo framesAlexander Duyck2012-08-314-28/+58
| * ixgbevf: Add suspend and resume support to the VFAlexander Duyck2012-08-311-4/+89
| * e1000e: update driver version numberBruce Allan2012-08-311-1/+1
| * e1000e: cleanup - remove unnecessary variableBruce Allan2012-08-311-3/+2
| * e1000e: cleanup - remove inapplicable commentBruce Allan2012-08-311-1/+1
| * e1000e: cleanup strict checkpatch checkBruce Allan2012-08-311-1/+2
| * e1000e: cleanup strict checkpatch MEMORY_BARRIER checksBruce Allan2012-08-311-1/+9
| * e1000e: use correct type for read of 32-bit registerBruce Allan2012-08-311-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-3178-432/+769
|\ \ | |/ |/|
| * bnx2x: Correct the ndo_poll_controller callMerav Sicron2012-08-301-3/+5
| * bnx2x: Move netif_napi_add to the open callMerav Sicron2012-08-305-13/+10
| * e1000e: DoS while TSO enabled caused by link partner with small MSSBruce Allan2012-08-302-25/+24
| * gianfar: fix default tx vlan offload feature flagClaudiu Manoil2012-08-301-1/+1
| * xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RXIan Campbell2012-08-301-29/+10
| * netpoll: revert 6bdb7fe3104 and fix be_poll() insteadAmerigo Wang2012-08-292-2/+6
| * Merge branch 'sfc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2012-08-241-2/+2
| |\
| | * sfc: Fix reporting of IPv4 full filters through ethtoolBen Hutchings2012-08-241-2/+2
| * | Merge branch 'fixes-for-3.6' of git://gitorious.org/linux-can/linux-canDavid S. Miller2012-08-242-4/+7
| |\ \
| | * | can: sja1000_platform: fix wrong flag IRQF_SHARED for interrupt sharingSven Schmitt2012-08-241-1/+3
| | * | can: softing: Fix potential memory leak in softing_load_fw()Alexey Khoroshilov2012-08-241-3/+4
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-248-18/+28
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-248-18/+28
| | |\ \ \ | | | |/ / | | |/| |
| | | * | brcm80211: smac: set interface down on resetVladimir Zapolskiy2012-08-221-0/+3
| | | * | iwlwifi: protect SRAM debugfsJohannes Berg2012-08-211-0/+3
| | | * | iwlwifi: fix flow handler debug codeJohannes Berg2012-08-213-16/+18
| | | * | drivers/net/wireless/ipw2x00/ipw2100.c: introduce missing initializationJulia Lawall2012-08-211-1/+2
| | | * | ath5k: fix wrong max power per rate eeprom reads for 802.11aThomas Huehn2012-08-212-1/+2
| * | | | stmmac: add header inclusion protectionRayagond Kokatanur2012-08-249-0/+43
| |/ / /
| * | | stmmac: fix a typo in the macro used to mask the mmc irqGiuseppe CAVALLARO2012-08-231-3/+3
| * | | stmmac: fix GMAC syn IDGiuseppe CAVALLARO2012-08-231-1/+1
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-08-2227-179/+419
| |\ \ \
| | * | | fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie2012-08-221-1/+8
| | * | | drm: Add missing static storage class specifiers in drm_proc.c fileSachin Kamat2012-08-221-2/+2
| | * | | drm/udl: dpms off the crtc when disabled.Dave Airlie2012-08-221-2/+1
| | * | | drm: Remove two unused fields from struct drm_display_modeDamien Lespiau2012-08-221-3/+0
| | * | | drm: stop vmgfx driver explosionAlan Cox2012-08-221-1/+5
| | * | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-08-2210-64/+141
| | |\ \ \
| | | * | | drm/i915: use hsw rps tuning values everywhere on gen6+Daniel Vetter2012-08-201-11/+4
| | | * | | drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID readsJani Nikula2012-08-171-3/+33
| | | * | | drm/i915: extract connector update from intel_ddc_get_modes() for reuseJani Nikula2012-08-172-9/+24