summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-29bna: fix error handlingAndrzej Hajda
2015-09-29Merge branch 'af_unix_MSG_PEEK'David S. Miller
2015-09-29af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole
2015-09-29af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole
2015-09-29bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov
2015-09-29Merge branch 'mvneta_percpu_irq'David S. Miller
2015-09-29net: mvneta: Statically assign queues to CPUsMaxime Ripard
2015-09-29net: mvneta: Allow different queuesMaxime Ripard
2015-09-29net: mvneta: Handle per-cpu interruptsMaxime Ripard
2015-09-29net: mvneta: Fix CPU_MAP registers initialisationMaxime Ripard
2015-09-29irqchip: armada-370-xp: Rework per-cpu interrupts handlingMaxime Ripard
2015-09-29irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard
2015-09-29genirq: Fix the documentation of request_percpu_irqMaxime Ripard
2015-09-29bridge: Pass net into br_validate_ipv4 and br_validate_ipv6Eric W. Biederman
2015-09-29ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman
2015-09-29ipv4: Pass struct net into ip_route_me_harderEric W. Biederman
2015-09-29netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcpEric W. Biederman
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman
2015-09-29ipv4: Push struct net down into nf_send_resetEric W. Biederman
2015-09-29UBI: return ENOSPC if no enough space availableshengyong
2015-09-29UBI: Validate data_sizeRichard Weinberger
2015-09-29UBIFS: Kill unneeded locking in ubifs_init_securityRichard Weinberger
2015-09-29mmc: pxamci: fix card detect with slot-gpio APIRobert Jarzmik
2015-09-29mmc: sunxi: Fix clk-delay settingsHans de Goede
2015-09-29mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson
2015-09-29Merge tag 'keys-fixes-20150925' of git://git.kernel.org/pub/scm/linux/kernel/...James Morris
2015-09-28net: sctp: Don't use 64 kilobyte lookup table for four elementsDenys Vlasenko
2015-09-28net: help compiler generate better code in eth_get_headlenJesper Dangaard Brouer
2015-09-28l2tp: protect tunnel->del_work by ref_countAlexander Couzens
2015-09-28tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad
2015-09-28cxgb4: Add HW timesptamp support for RXHariprasad Shenai
2015-09-28net: Fix Hisilicon Network Subsystem Support Compilationhuangdaode
2015-09-28net: irda: pxaficp_ir: dmaengine conversionRobert Jarzmik
2015-09-28net: irda: pxaficp_ir: convert to readl and writelRobert Jarzmik
2015-09-28net: irda: pxaficp_ir: use sched_clock() for time managementRobert Jarzmik
2015-09-28net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam
2015-09-28net: Remove redundant oif checks in rt6_device_matchDavid Ahern
2015-09-28lan78xx: Return 0 when lan78xx_suspend() has no error.Woojung.Huh@microchip.com
2015-09-28net/ibm/emac: bump version numbers for correct work with ethtoolIvan Mikhaylov
2015-09-28Merge branch 'mlx5-next'David S. Miller
2015-09-28net/mlx5_core: Update health syndromesEli Cohen
2015-09-28net/mlx5_core: Fix wrong name in structEli Cohen
2015-09-28net/mlx5_core: New init and exit flow for mlx5_coreMajd Dibbiny
2015-09-28net/mlx5_core: Fix notification of page supplement errorEli Cohen
2015-09-28net/mlx5_core: Fix async commands return codeEli Cohen
2015-09-28net/mlx5_core: Remove redundant "err" variable usageAchiad Shochat
2015-09-28net/mlx5_core: Fix struct type in the DESTROY_TIR/TIS device commandsSaeed Mahameed
2015-09-28net/mlx5e: Priv state flag not rolled-back upon netdev open errorAchiad Shochat
2015-09-28tools: bpf_jit_disasm: make get_last_jit_image return unsignedAndrzej Hajda
2015-09-28tcp: avoid reorders for TFO passive connectionsEric Dumazet