aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-04-07xfrm: Fix crash with ipv6 IPsec tunnel and NAT.Steffen Klassert2-23/+31
2014-04-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-24/+40
2014-04-05netfilter: Can't fail and free after table replacementThomas Graf4-9/+14
2014-04-04xen-netback: Trivial format string fixZoltan Kiss1-2/+2
2014-04-04net: bcmgenet: Remove unnecessary version.h inclusionSachin Kamat1-1/+0
2014-04-04net: smc911x: Remove unused local variableLaurent Pinchart1-1/+0
2014-04-04bonding: Inactive slaves should keep inactive flag's valuezheng.li1-1/+1
2014-04-03netfilter: nf_tables: fix wrong format in request_module()Pablo Neira Ayuso1-2/+2
2014-04-03netfilter: nf_tables: set names cannot be larger than 15 bytesPablo Neira Ayuso1-1/+2
2014-04-03netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin1-2/+2
2014-04-03netfilter: Add {ipt,ip6t}_osf aliases for xt_osfKirill Tkhai1-0/+2
2014-04-03netfilter: x_tables: allow to use cgroup match for LOCAL_IN nf hooksAlexey Perevalov1-1/+2
2014-04-03netfilter: connlimit: move lock array out of struct connlimit_dataFlorian Westphal1-9/+16
2014-04-03netfilter: connlimit: fix UP buildFlorian Westphal1-1/+1
2014-04-03net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-04-03net: Micrel KSZ8864RMN 4-port managed switch supportPhilipp Zabel1-12/+40
2014-04-03tipc: fix regression bug where node events are not being generatedErik Hugne1-0/+3
2014-04-03sxgbe: fix driver probe error path and driver removal leaksfrançois romieu1-10/+17
2014-04-03sxgbe: use common NET_VENDOR_FOO style.françois romieu2-13/+20
2014-04-03net: add busy_poll device featureJiri Pirko3-0/+10
2014-04-03packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann2-6/+20
2014-04-03packet: report tx_dropped in packet_direct_xmitDaniel Borkmann1-0/+1
2014-04-03xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss2-53/+70
2014-04-03xen-netback: Rename map opsZoltan Kiss1-22/+24
2014-04-03net: qlcnic: include irq.h for irq definitionsJosh Boyer1-0/+1
2014-04-03net: enic: include irq.h for irqreturn_t definitionsJosh Boyer1-0/+1
2014-04-03net: bnx2x: include irq.h for irqreturn_t definitionsJosh Boyer1-0/+1
2014-04-03isdnloop: Validate NUL-terminated strings from user.YOSHIFUJI Hideaki / 吉藤英明1-0/+6
2014-04-03net: ti: fix CPTS driver build on armAlexei Starovoitov1-0/+2
2014-04-03net: vxlan: fix crash when interface is created with no groupMike Rapoport1-1/+5
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1387-30582/+99667
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds29-658/+3022
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds67-97/+70
2014-04-02Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-69/+211
2014-04-02pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov1-1/+3
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds74-838/+3265
2014-04-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds10-24/+45
2014-04-02Merge branch 'for-3.15' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds6-43/+124
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds45-728/+1555
2014-04-02Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds36-211/+377
2014-04-02Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds13-77/+253
2014-04-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds185-924/+5950
2014-04-02Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/upstream-sfrLinus Torvalds181-2527/+8239
2014-04-02arm64: Fix duplicated Kconfig entries againJosh Boyer1-6/+0
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds47-8806/+15
2014-04-02Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-99/+77
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds30-507/+617
2014-04-02Merge branch 'x86/boot' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-62/+88
2014-04-02Merge tag 'metag-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds4-74/+25
2014-04-02x86: Fix dumpstack_64 irq stack handlingSteven Rostedt (Red Hat)1-9/+10