summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-144-8/+9
|\
| * Revert "rt2x00: rt2800lib: Update BBP register initialization for RT53xx"Stanislaw Gruszka2014-03-131-3/+3
| * ath9k: Fix sequence number assignment for non-data framesHelmut Schaa2014-03-131-2/+2
| * ath9k_hw: fix unreachable code in baseband hang detection codeFelix Fietkau2014-03-131-2/+1
| * brcmfmac: fix skb leak in brcmf_sdio_txpkt_prep_sg error path.Dave Jones2014-03-131-1/+3
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-03-136-17/+50
|\ \
| * \ Merge tag 'ttm-fixes-3.14-2014-03-12' of git://people.freedesktop.org/~thomas...Dave Airlie2014-03-132-8/+12
| |\ \
| | * | drm/ttm: don't oops if no invalidate_caches()Rob Clark2014-03-121-3/+5
| | * | drm/ttm: Work around performance regression with VM_PFNMAPThomas Hellstrom2014-03-121-5/+7
| * | | Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2014-03-133-9/+20
| |\ \ \
| | * | | drm/radeon/cik: properly set compute ring status on disableAlex Deucher2014-03-121-1/+4
| | * | | drm/radeon/cik: stop the sdma engines in the enable() functionAlex Deucher2014-03-121-7/+5
| | * | | drm/radeon/cik: properly set sdma ring status on disableAlex Deucher2014-03-121-0/+2
| | * | | drm/radeon: fix runpm disabling on non-PX harderAlex Deucher2014-03-121-1/+9
| | |/ /
| * | | Merge tag 'vmwgfx-fixes-3.14-2014-03-13' of git://people.freedesktop.org/~tho...Dave Airlie2014-03-131-0/+18
| |\ \ \
| | * | | drm/vmwgfx: Fix a surface reference corner-case in legacy emulation modeThomas Hellstrom2014-03-131-0/+18
| | |/ /
* | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-03-131-1/+1
|\ \ \ \
| * | | | i2c: Remove usage of orphaned symbol OF_I2CRichard Weinberger2014-03-131-1/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-1370-550/+516
|\ \ \ \
| * | | | ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit2014-03-131-1/+4
| * | | | eth: fec: Fix lost promiscuous mode after reconnecting cableStefan Wahren2014-03-131-7/+7
| * | | | bonding: set correct vlan id for alb xmit pathdingtianhong2014-03-131-1/+1
| * | | | at86rf230: fix lockdep splatsAlexander Aring2014-03-131-5/+6
| * | | | net/mlx4_en: Deregister multicast vxlan steering rules when going downOr Gerlitz2014-03-131-0/+2
| * | | | vmxnet3: fix building without CONFIG_PCI_MSIArnd Bergmann2014-03-131-2/+5
| * | | | MAINTAINERS: add networking selftests to NETWORKINGDaniel Borkmann2014-03-131-0/+1
| * | | | net: socket: error on a negative msg_namelenMatthew Leach2014-03-121-0/+4
| * | | | MAINTAINERS: Add tools/net to NETWORKING [GENERAL]Tobias Klauser2014-03-121-0/+1
| * | | | packet: doc: Spelling s/than/that/Geert Uytterhoeven2014-03-121-1/+1
| * | | | Merge branch 'mlx4'David S. Miller2014-03-123-3/+12
| |\ \ \ \
| | * | | | net/mlx4_core: Load the IB driver when the device supports IBoEOr Gerlitz2014-03-121-1/+1
| | * | | | net/mlx4_en: Handle vxlan steering rules for mac address changesOr Gerlitz2014-03-121-0/+8
| | * | | | net/mlx4_core: Fix wrong dump of the vxlan offloads device capabilityOr Gerlitz2014-03-121-2/+3
| |/ / / /
| * | | | xen-netback: use skb_is_gso in xenvif_start_xmitWei Liu2014-03-121-2/+1
| * | | | r8169: fix the incorrect tx descriptor versionhayeswang2014-03-121-1/+1
| * | | | tools/net/Makefile: Define PACKAGE to fix build problemsMarkos Chandras2014-03-121-1/+1
| * | | | x86: bpf_jit: support negative offsetsAlexei Starovoitov2014-03-111-1/+1
| * | | | bridge: multicast: enable snooping on general queries onlyLinus Lüssing2014-03-111-3/+5
| * | | | bridge: multicast: add sanity check for general query destinationLinus Lüssing2014-03-111-0/+19
| * | | | tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-113-1/+20
| * | | | Merge branch 'skb_frags'David S. Miller2014-03-111-46/+54
| |\ \ \ \
| | * | | | skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin2014-03-111-0/+6
| | * | | | skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin2014-03-111-13/+13
| | * | | | skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin2014-03-111-22/+24
| | * | | | skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin2014-03-111-7/+7
| | * | | | skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin2014-03-111-9/+9
| |/ / / /
| * | | | Merge branch 'stmmac'David S. Miller2014-03-115-64/+60
| |\ \ \ \
| | * | | | stmmac: dwmac-sti: fix broken STiD127 compatibilityGiuseppe CAVALLARO2014-03-111-1/+1
| | * | | | stmmac: fix chained modeGiuseppe CAVALLARO2014-03-114-53/+34
| | * | | | stmmac: fix and better tune the default buffer sizesGiuseppe CAVALLARO2014-03-111-6/+6