summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix cgroup local storage prog trackingDaniel Borkmann2019-12-174-19/+18
* bpf: Fix missing prog untrack in release_mapsDaniel Borkmann2019-12-163-16/+14
* bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer2019-12-141-0/+1
* qede: Fix multicast mac configurationManish Chopra2019-12-121-1/+1
* net: usb: lan78xx: Fix suspend/resume PHY register access errorCristian Birsan2019-12-121-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-1210-18/+126
|\
| * samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee2019-12-121-2/+16
| * samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee2019-12-121-2/+2
| * selftests/bpf: Test function_graph tracer and bpf trampoline togetherAlexei Starovoitov2019-12-121-0/+39
| * bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov2019-12-122-6/+59
| * bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen2019-12-112-2/+2
| * bpf: Fix build in minimal configurations, againArnd Bergmann2019-12-111-0/+1
| * bpf, mips: Limit to 33 tail callsPaul Chaignon2019-12-111-4/+5
| * bpf, riscv: Limit to 33 tail callsPaul Chaignon2019-12-111-2/+2
|/
* net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal2019-12-111-3/+7
* Merge branch 'tipc-fix-some-issues'David S. Miller2019-12-114-126/+215
|\
| * tipc: fix use-after-free in tipc_disc_rcv()Tuong Lien2019-12-111-3/+3
| * tipc: fix retrans failure due to wrong destinationTuong Lien2019-12-111-14/+18
| * tipc: fix potential hanging after b/rcast changingTuong Lien2019-12-111-9/+15
| * tipc: fix name table rbtree issuesTuong Lien2019-12-111-100/+179
|/
* Merge branch 'bnxt_en-Error-recovery-fixes'David S. Miller2019-12-116-60/+146
|\
| * bnxt_en: Add missing devlink health reporters for VFs.Vasundhara Volam2019-12-112-14/+22
| * bnxt_en: Fix the logic that creates the health reporters.Vasundhara Volam2019-12-113-21/+56
| * bnxt_en: Remove unnecessary NULL checks for fw_healthVasundhara Volam2019-12-112-9/+3
| * bnxt_en: Fix bp->fw_health allocation and free logic.Vasundhara Volam2019-12-111-10/+26
| * bnxt_en: Return error if FW returns more data than dump lengthVasundhara Volam2019-12-112-8/+34
| * bnxt_en: Free context memory in the open path if firmware has been reset.Michael Chan2019-12-111-0/+3
| * bnxt_en: Fix MSIX request logic for RDMA driver.Michael Chan2019-12-111-2/+6
|/
* NFC: nxp-nci: Fix probing without ACPIStephan Gerhold2019-12-101-1/+1
* tc-testing: unbreak full listing of tdc testcasesDavide Caratti2019-12-091-1/+1
* fjes: fix missed check in fjes_acpi_addChuhong Yuan2019-12-091-0/+3
* af_packet: set defaule value for tmoMao Wenan2019-12-091-1/+2
* net: ethernet: ti: davinci_cpdma: fix warning "device driver frees DMA memory...Grygorii Strashko2019-12-091-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-0913-213/+288
|\
| * netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()Pablo Neira Ayuso2019-12-091-31/+28
| * netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()Eric Dumazet2019-12-091-0/+3
| * netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actionsPablo Neira Ayuso2019-12-091-0/+3
| * netfilter: nf_tables: skip module reference count bump on object updatesPablo Neira Ayuso2019-12-091-1/+1
| * netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso2019-12-094-3/+21
| * netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso2019-12-091-3/+9
| * netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named ...Pablo Neira Ayuso2019-12-091-5/+16
| * netfilter: uapi: Avoid undefined left-shift in xt_sctp.hPhil Sutter2019-12-091-3/+3
| * netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio2019-12-071-1/+1
| * selftests: netfilter: use randomized netns namesFlorian Westphal2019-12-071-156/+176
| * netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER eventwenxu2019-12-021-0/+3
| * netfilter: nf_flow_table_offload: add IPv6 match descriptionPablo Neira Ayuso2019-11-301-1/+11
| * netfilter: conntrack: tell compiler to not inline nf_ct_resolve_clashFlorian Westphal2019-11-301-3/+4
| * netfilter: nf_flow_table_offload: Don't use offset uninitialized in flow_offl...Nathan Chancellor2019-11-301-2/+2
| * netfilter: nf_flow_table_offload: Fix block_cb tc_setup_type as TC_SETUP_CLSF...wenxu2019-11-301-3/+3
| * netfilter: nf_flow_table_offload: Fix block setup as TC_SETUP_FT cmdwenxu2019-11-301-1/+1