summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-18iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt1-1/+8
2019-06-18iavf: Refactor init state machineJakub Pawlak1-190/+261
2019-06-18iavf: Refactor the watchdog state machineJan Sokolowski2-30/+44
2019-06-18iavf: Remove timer for work triggering, use delaying work insteadJakub Pawlak4-45/+31
2019-06-18iavf: Move commands processing to the separate functionJakub Pawlak1-92/+105
2019-06-18iavf: Fix the math for valid length for ADq enableAvinash Dayanand1-1/+1
2019-06-18iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()Aleksandr Loktionov1-1/+1
2019-06-18iavf: wait longer for close to completeMitch Williams1-1/+1
2019-06-18iavf: use signed variableMitch Williams1-1/+1
2019-06-18iavf: Create VLAN tag elements starting from the first elementAkeem G Abodunrin1-2/+1
2019-06-18samples: bpf: refactor header include pathDaniel T. Lee15-20/+20
2019-06-18samples: bpf: remove unnecessary include options in MakefileDaniel T. Lee1-9/+0
2019-06-18Merge branch 'bpf-libbpf-btf-defined-maps'Daniel Borkmann28-429/+1045
2019-06-18selftests/bpf: convert tests w/ custom values to BTF-defined mapsAndrii Nakryiko14-140/+285
2019-06-18selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined mapsAndrii Nakryiko5-72/+87
2019-06-18selftests/bpf: add test for BTF-defined mapsAndrii Nakryiko2-7/+76
2019-06-18libbpf: allow specifying map definitions using BTFAndrii Nakryiko2-9/+345
2019-06-18libbpf: split initialization and loading of BTFAndrii Nakryiko1-10/+24
2019-06-18libbpf: identify maps by section index in addition to offsetAndrii Nakryiko1-15/+25
2019-06-18libbpf: refactor map initializationAndrii Nakryiko1-114/+133
2019-06-18libbpf: streamline ELF parsing error-handlingAndrii Nakryiko1-24/+20
2019-06-18libbpf: extract BTF loading logicAndrii Nakryiko1-38/+55
2019-06-18libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko5-15/+10
2019-06-18fs/namespace: fix unprivileged mount propagationChristian Brauner2-1/+1
2019-06-18vfs: fsmount: add missing mntget()Eric Biggers1-0/+1
2019-06-18net: sched: cls_matchall: allow to delete filterJiri Pirko1-2/+7
2019-06-18net: hns3: fix dereference of ae_dev before it is null checkedColin Ian King1-1/+2
2019-06-18Merge branch 'net-sched-act_ctinfo-fixes'David S. Miller1-1/+3
2019-06-18net: sched: act_ctinfo: fix policy validationKevin Darbyshire-Bryant1-1/+2
2019-06-18net: sched: act_ctinfo: fix action creationKevin Darbyshire-Bryant1-0/+1
2019-06-17vhost_net: disable zerocopy by defaultJason Wang1-1/+1
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel4-80/+36
2019-06-17tipc: include retrans failure detection for unicastTuong Lien1-36/+70
2019-06-17team: add ethtool get_link_ksettingsHangbin Liu1-0/+25
2019-06-17Merge branch 'tcp-fixes'David S. Miller12-9/+58
2019-06-17Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-6/+505
2019-06-17riscv: remove unused barrier definesRolf Eike Beer1-5/+0
2019-06-17riscv: mm: synchronize MMU after pte changeShihPo Hung1-0/+13
2019-06-17riscv: dts: add initial board data for the SiFive HiFive UnleashedPaul Walmsley2-0/+67
2019-06-17riscv: dts: add initial support for the SiFive FU540-C000 SoCPaul Walmsley1-0/+215
2019-06-17dt-bindings: riscv: convert cpu binding to json-schemaPaul Walmsley1-0/+168
2019-06-17dt-bindings: riscv: sifive: add YAML documentation for the SiFive FU540Paul Walmsley2-0/+34
2019-06-17arch: riscv: add support for building DTB files from DT source dataPaul Walmsley1-0/+2
2019-06-17lapb: fixed leak of control-blocks.Jeremy Sowden1-0/+1
2019-06-17tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long1-0/+1
2019-06-17selftests/net: fix warnings in TFO key rotation selftestWillem de Bruijn1-3/+2
2019-06-17x25_asy: fixed function name in error message.Jeremy Sowden1-2/+2
2019-06-17lapb: moved export of lapb_register.Jeremy Sowden1-2/+1
2019-06-17ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet1-0/+2
2019-06-17neigh: fix use-after-free read in pneigh_get_nextEric Dumazet1-0/+7