summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix bpf_xdp_event_outputMartin KaFai Lau2017-02-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-02-238-40/+86
|\
| * Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2017-02-212-4/+7
| |\
| | * netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai2017-02-191-3/+6
| | * Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik2017-02-191-1/+1
| * | netfilter: nfnetlink: remove static declaration from err_listLiping Zhang2017-02-211-1/+1
| * | netfilter: nfnetlink_queue: fix NFQA_VLAN_MAX definitionKen-ichirou MATSUZAWA2017-02-211-1/+1
| * | netfilter: xt_hashlimit: Fix integer divide round to zero.Alban Browaeys2017-02-191-16/+9
| |/
| * netfilter: ctnetlink: Fix regression in CTA_HELP processingKevin Cernekee2017-02-061-4/+13
| * netfilter: ctnetlink: Fix regression in CTA_STATUS processingKevin Cernekee2017-02-062-1/+29
| * netfilter: nf_ct_helper: warn when not applying default helper assignmentJiri Kosina2017-02-061-13/+26
* | Merge branch 'mlx4-misc-fixes'David S. Miller2017-02-2313-27/+49
|\ \
| * | net/mlx4_en: Use __skb_fill_page_desc()Eric Dumazet2017-02-231-4/+4
| * | net/mlx4_core: Use cq quota in SRIOV when creating completion EQsJack Morgenstein2017-02-232-4/+4
| * | net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new pr...Majd Dibbiny2017-02-231-2/+0
| * | net/mlx4: Spoofcheck and zero MAC can't coexistEugenia Emantayev2017-02-234-8/+32
| * | net/mlx4: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz2017-02-237-9/+9
|/ /
* | uapi: fix linux/rds.h userspace compilation errorsDmitry V. Levin2017-02-231-5/+5
* | uapi: fix linux/seg6.h and linux/seg6_iptunnel.h userspace compilation errorsDmitry V. Levin2017-02-232-0/+3
* | lib: Remove string from parman config selectionJiri Pirko2017-02-231-1/+1
* | forcedeth: Remove return from a void functionZhu Yanjun2017-02-231-2/+0
* | bpf: fix spelling mistake: "proccessed" -> "processed"Colin Ian King2017-02-231-1/+1
* | uapi: fix linux/llc.h userspace compilation errorDmitry V. Levin2017-02-231-0/+1
* | uapi: fix linux/ip6_tunnel.h userspace compilation errorsDmitry V. Levin2017-02-231-0/+2
* | Merge branch 'mlx5-fixes'David S. Miller2017-02-235-23/+35
|\ \
| * | net/mlx5e: Fix wrong CQE decompressionTariq Toukan2017-02-231-7/+6
| * | net/mlx5e: Update MPWQE stride size when modifying CQE compress stateSaeed Mahameed2017-02-234-1/+4
| * | net/mlx5e: Fix broken CQE compression initializationTariq Toukan2017-02-231-1/+3
| * | net/mlx5e: Do not reduce LRO WQE size when not using build_skbTariq Toukan2017-02-231-6/+5
| * | net/mlx5e: Register/unregister vport representors on interface attach/detachSaeed Mahameed2017-02-231-8/+15
| * | net/mlx5e: s390 system compilation fixMohamad Haj Yahia2017-02-232-0/+2
|/ /
* | tcp: account for ts offset only if tsecr not zeroAlexey Kodanev2017-02-221-1/+2
* | tcp: setup timestamp offset when write_seq already setAlexey Kodanev2017-02-222-12/+20
* | net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin2017-02-222-0/+12
* | uapi: fix linux/if.h userspace compilation errorsDmitry V. Levin2017-02-221-0/+4
* | l2tp: Avoid schedule while atomic in exit_netRidge Kennedy2017-02-221-1/+3
* | qlogic: netxen: constify bin_attribute structuresBhumika Goyal2017-02-221-3/+3
* | qlogic: qlcnic_sysfs: constify bin_attribute structuresBhumika Goyal2017-02-221-8/+8
* | net: emac: add support for device-tree based PHY discovery and setupChristian Lamparter2017-02-223-7/+252
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-2285-439/+2396
|\ \
| * | arm64/kprobes: consistently handle MRS/MSR with XZRMark Rutland2017-02-151-12/+6
| * | arm64: cpufeature: correctly handle MRS to XZRMark Rutland2017-02-151-1/+1
| * | arm64: traps: correctly handle MRS/MSR with XZRMark Rutland2017-02-151-2/+4
| * | arm64: ptrace: add XZR-safe regs accessorsMark Rutland2017-02-151-0/+20
| * | arm64: include asm/assembler.h in entry-ftrace.SArnd Bergmann2017-02-151-0/+1
| * | arm64: fix warning about swapper_pg_dir overflowArnd Bergmann2017-02-151-1/+1
| * | arm64: Work around Falkor erratum 1003Christopher Covington2017-02-108-2/+72
| * | arm64: head.S: Enable EL1 (host) access to SPE when entered at EL2Will Deacon2017-02-091-4/+15
| * | arm64: arch_timer: document Hisilicon erratum 161010101Ding Tianhong2017-02-091-22/+25
| * | arm64: use is_vmalloc_addrMiles Chen2017-02-091-1/+1