summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: sched: use pinned timersEric Dumazet2014-09-263-5/+5
* Merge branch 'gso_send_check'David S. Miller2014-09-2610-186/+83
|\
| * net: Remove gso_send_check as an offload callbackTom Herbert2014-09-2610-113/+3
| * udp: move logic out of udp[46]_ufo_send_checkTom Herbert2014-09-262-44/+33
| * tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert2014-09-262-29/+47
|/
* Merge branch 'stmmac'David S. Miller2014-09-266-0/+109
|\
| * net: stmmac: meson: document device tree bindingsBeniamino Galvani2014-09-261-0/+25
| * net: stmmac: add Amlogic Meson glue layerBeniamino Galvani2014-09-265-0/+84
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-2498-447/+667
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-2435-12/+52
| |\
| | * sparc: bpf_jit: fix loads from negative offsetsAlexei Starovoitov2014-09-242-1/+4
| | * Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-246-11/+21
| | |\
| | | * brcmfmac: Fix off by one bug in brcmf_count_20mhz_channels()Emil Goode2014-09-231-1/+1
| | | * ath9k: Fix NULL pointer dereference on early irqWojciech Dubowik2014-09-221-1/+1
| | | * net: rfkill: gpio: Fix clock statusLoic Poulain2014-09-221-1/+1
| | | * Merge tag 'nfc-fixes-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville2014-09-223-8/+18
| | | |\
| | | | * NFC: st21nfca: Fix potential depmod dependency cycleChristophe Ricard2014-09-071-2/+3
| | | | * NFC: st21nfcb: Fix depmod dependency cycleChristophe Ricard2014-09-071-2/+3
| | | | * NFC: microread: Potential overflows in microread_target_discovered()Dan Carpenter2014-09-051-4/+12
| | * | | parisc: Update defconfigs which were missing CONFIG_NET.David S. Miller2014-09-241-0/+1
| | * | | powerpc: Update defconfigs which were missing CONFIG_NET.David S. Miller2014-09-241-0/+1
| | * | | s390: Update defconfigs which were missing CONFIG_NET.David S. Miller2014-09-245-0/+5
| | * | | mips: Update some more defconfigs which were missing CONFIG_NET.David S. Miller2014-09-242-0/+2
| | * | | sparc: Set CONFIG_NET=y in defconfigsMichal Marek2014-09-241-0/+1
| | * | | sh: Set CONFIG_NET=y in defconfigsMichal Marek2014-09-242-0/+2
| | * | | powerpc: Set CONFIG_NET=y in defconfigsMichal Marek2014-09-245-0/+5
| | * | | parisc: Set CONFIG_NET=y in defconfigsMichal Marek2014-09-241-0/+1
| | * | | mips: Set CONFIG_NET=y in defconfigsMichal Marek2014-09-249-0/+9
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-09-243-1/+27
| |\ \ \ \
| | * | | | blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo2014-09-243-1/+27
| * | | | | Merge tag 'pci-v3.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-242-16/+6
| |\ \ \ \ \
| | * | | | | PCI: pciehp: Fix pcie_wait_cmd() timeoutYinghai Lu2014-09-221-1/+1
| | * | | | | Revert "PCI: Make sure bus number resources stay within their parents bounds"Bjorn Helgaas2014-09-191-8/+2
| | * | | | | Revert "PCI: Don't scan random busses in pci_scan_bridge()"Bjorn Helgaas2014-09-191-7/+3
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-09-245-3/+33
| |\ \ \ \ \ \
| | * | | | | | crypto: aesni - disable "by8" AVX CTR optimizationMathias Krause2014-09-241-2/+2
| | * | | | | | crypto: ccp - Check for CCP before registering crypto algsTom Lendacky2014-09-243-0/+30
| | * | | | | | crypto: qat - Enable all 32 IRQsTadeusz Struk2014-09-181-1/+1
| * | | | | | | Merge tag 'media/v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-09-2413-40/+119
| |\ \ \ \ \ \ \
| | * | | | | | | [media] em28xx-v4l: get rid of field "users" in struct em28xx_v4l2"Frank Schaefer2014-09-212-13/+11
| | * | | | | | | [media] em28xx: fix VBI handling logicMauro Carvalho Chehab2014-09-211-1/+1
| | * | | | | | | [media] DocBook media: improve the poll() documentationHans Verkuil2014-09-211-4/+19
| | * | | | | | | [media] DocBook media: fix the poll() 'no QBUF' documentationHans Verkuil2014-09-211-2/+10
| | * | | | | | | [media] vb2: fix VBI/poll regressionHans Verkuil2014-09-212-3/+18
| | * | | | | | | [media] cx2341x: fix kernel oopsHans Verkuil2014-09-211-0/+1
| | * | | | | | | [media] cx24123: fix kernel oops due to missing parent pointerHans Verkuil2014-09-211-0/+1
| | * | | | | | | [media] adv7604: fix inverted conditionHans Verkuil2014-09-211-1/+1
| | * | | | | | | [media] media/radio: fix radio-miropcm20.c build with io.h header fileRandy Dunlap2014-09-211-0/+1
| | * | | | | | | [media] vb2: fix plane index sanity check in vb2_plane_cookie()Zhaowei Yuan2014-09-211-1/+1
| | * | | | | | | [media] DocBook media: update version number and V4L2 changesHans Verkuil2014-09-212-5/+30
OpenPOWER on IntegriCloud