summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-4/+9
2014-08-03ipv6: data of fwmark_reflect sysctl needs to be updated on netns constructionHannes Frederic Sowa1-0/+1
2014-08-03cdc_subset: deal with a device that needs reset for timeoutOliver Neukum3-3/+35
2014-08-03iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin1-0/+4
2014-08-01netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same keyThomas Graf1-0/+1
2014-08-01net: Correctly set segment mac_len in skb_segment().Vlad Yasevich1-1/+1
2014-08-01Merge branch 'xen-netfront'David S. Miller1-64/+10
2014-08-01xen-netfront: print correct number of queuesDavid Vrabel1-2/+2
2014-08-01xen-netfront: release per-queue Tx and Rx resource when disconnectingDavid Vrabel1-61/+7
2014-08-01xen-netfront: fix locking in connect error pathDavid Vrabel1-1/+1
2014-08-01macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich1-0/+1
2014-07-31bridge: Don't include NDA_VLAN for FDB entries with vid 0Toshiaki Makita1-1/+1
2014-07-31bonding: use kobject_put instead of _del after kobject_addVeaceslav Falico1-2/+2
2014-07-31bna: fix performance regressionIvan Vecera1-1/+1
2014-07-31tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-07-31tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-07-31ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov2-11/+19
2014-07-31bna: fill the magic in bnad_get_eeprom() instead of validatingIvan Vecera1-4/+2
2014-07-30Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds5-2/+86
2014-07-30Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-58/+105
2014-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+20
2014-07-30Revert "cdc_subset: deal with a device that needs reset for timeout"Linus Torvalds3-36/+2
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds33-63/+197
2014-07-30x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel4-58/+105
2014-07-30kvm: arm64: vgic: fix hyp panic with 64k pages on juno platformWill Deacon1-4/+20
2014-07-30arm: Add devicetree fixup machine functionLaura Abbott3-1/+18
2014-07-30of: Add memory limiting function for flattened devicetreesLaura Abbott2-0/+49
2014-07-30of: Split early_init_dt_scan into two partsLaura Abbott2-1/+19
2014-07-29net: phy: re-apply PHY fixups during phy_register_deviceFlorian Fainelli1-1/+1
2014-07-29cdc-ether: clean packet filter upon probeOliver Neukum1-0/+16
2014-07-29cdc_subset: deal with a device that needs reset for timeoutOliver Neukum3-2/+36
2014-07-29net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2-7/+8
2014-07-29isdn/bas_gigaset: fix a leak on failure path in gigaset_probe()Alexey Khoroshilov1-0/+1
2014-07-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-15/+22
2014-07-29AFS: Correctly assemble the client UUIDDavid Howells1-2/+2
2014-07-29mm: fix page_alloc.c kernel-doc warningsRandy Dunlap1-6/+9
2014-07-29Merge tag 'omap-for-v3.16/n900-regression' of git://git.kernel.org/pub/scm/li...Arnd Bergmann1-1/+1
2014-07-29ARM: dts: Revert enabling of twl configuration for n900Tony Lindgren1-1/+1
2014-07-29ip: make IP identifiers less predictableEric Dumazet3-13/+32
2014-07-29neighbour : fix ndm_type type error issueJun Zhao2-2/+2
2014-07-29sunvnet: only use connected ports when sendingDavid L Stevens1-5/+17
2014-07-29Merge tag 'linux-can-fixes-for-3.16-20140725' of git://gitorious.org/linux-ca...David S. Miller1-1/+2
2014-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-11/+11
2014-07-28Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds3-7/+9
2014-07-28crypto: arm-aes - fix encryption of unaligned dataMikulas Patocka1-5/+5
2014-07-28crypto: arm64-aes - fix encryption of unaligned dataMikulas Patocka1-6/+6
2014-07-28powerpc: Fix endianness of flash_block_list in rtas_flashThomas Falcon1-2/+4
2014-07-28powerpc/powernv: Change BUG_ON to WARN_ON in elog codeVasant Hegde1-2/+2
2014-07-27Linux 3.16-rc7Linus Torvalds1-1/+1
2014-07-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-20/+130