summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller280-1653/+2574
2015-02-05MMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds66-383/+524
2015-02-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-3/+6
2015-02-05Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds13-27/+54
2015-02-05Merge tag 'spi-v3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2-2/+16
2015-02-05Merge tag 'pm+acpi-3.19-fin' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-28/+7
2015-02-05Merge tag 'pci-v3.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+56
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet1-4/+4
2015-02-05ipv6: fix sparse errors in ip6_make_flowlabel()Eric Dumazet1-2/+2
2015-02-05net: remove some sparse warningsEric Dumazet1-3/+3
2015-02-05flow_keys: n_proto type should be __be16Eric Dumazet1-3/+3
2015-02-05vxlan: Only set has-GBP bit in header if any other bits would be setThomas Graf1-0/+3
2015-02-05net: ep93xx_eth: Delete unnecessary checks before the function call "kfree"Markus Elfring1-4/+2
2015-02-05ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca1-2/+2
2015-02-05xen-netfront: Use static attribute groups for sysfs entriesTakashi Iwai1-46/+16
2015-02-05tun: Use static attribute groups for sysfs entriesTakashi Iwai1-5/+12
2015-02-05qlogic: Deletion of unnecessary checks before two function callsMarkus Elfring2-18/+9
2015-02-05Merge tag 'linux-can-next-for-3.20-20150204' of git://git.kernel.org/pub/scm/...David S. Miller2-13/+12
2015-02-05net: ethernet: ti/cpsw-common.c: fix sparse warningLad, Prabhakar1-0/+2
2015-02-05netxen: Delete an unnecessary check before the function call "kfree"Markus Elfring1-3/+1
2015-02-05net: fec: Delete unnecessary checks before the function call "kfree"Markus Elfring1-5/+2
2015-02-05myri10ge: Delete an unnecessary check before the function call "kfree"Markus Elfring1-2/+1
2015-02-05qlcnic: Fix NAPI poll routine for Tx completionShahed Shaikh1-3/+24
2015-02-05cxgb4: Delete an unnecessary check before the function call "release_firmware"Markus Elfring1-2/+1
2015-02-05cxgb4: Add low latency socket busy_poll supportHariprasad Shenai4-3/+174
2015-02-05Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are ...David S. Miller1-1/+1
2015-02-05pkt_sched: fq: better control of DDOS trafficEric Dumazet2-2/+19
2015-02-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller33-686/+320
2015-02-05tcp: do not pace pure ack packetsEric Dumazet3-3/+32
2015-02-05Merge branch 'rhashtable-next'David S. Miller4-83/+302
2015-02-05netfilter: Use rhashtable walk iteratorHerbert Xu1-17/+36
2015-02-05netlink: Use rhashtable walk iteratorHerbert Xu1-66/+64
2015-02-05rhashtable: Introduce rhashtable_walk_*Herbert Xu2-0/+198
2015-02-05rhashtable: Fix potential crash on destroy in rhashtable_shrinkHerbert Xu1-0/+4
2015-02-05amd-xgbe: Set RSS enablement based on hardware featuresLendacky, Thomas1-0/+1
2015-02-05NetCP: Deletion of unnecessary checks before two function callsMarkus Elfring1-4/+2
2015-02-05IBM-EMAC: Delete an unnecessary check before the function call "of_dev_put"Markus Elfring1-1/+1
2015-02-05amd-xgbe: Adjust for zero-based traffic class countLendacky, Thomas1-1/+2
2015-02-05cls_api.c: Fix dumping of non-existing actions' stats.Ignacy Gawędzki1-3/+4
2015-02-05pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen1-2/+8
2015-02-05drm/cirrus: Limit modes depending on bpp optionTakashi Iwai4-2/+15
2015-02-05Merge branch 'mlx4-next'David S. Miller7-19/+26
2015-02-05net/mlx4_en: Notify TX Vlan offload changeIdo Shamay1-0/+4
2015-02-05net/mlx4_en: Adjust RX frag strides to frag sizesIdo Shamay1-2/+3
2015-02-05net/mlx4_en: Print page allocator informationIdo Shamay1-0/+4
2015-02-05net/mlx5_core: Move to use hex PCI device IDsOr Gerlitz1-6/+6
2015-02-05net/mlx4_core: Fix misleading debug print on CQE stride supportOr Gerlitz1-1/+2
2015-02-05net/mlx4: mlx4_config_dev_retrieval() - Initialize struct config_dev before u...Maor Gottlieb1-1/+1
2015-02-05net/mlx4_core: Fix mpt_entry initialization in mlx4_mr_rereg_mem_write()Maor Gottlieb2-9/+6
2015-02-05Merge branch 'mlx4-next'David S. Miller24-64/+756