summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-31libbpf: Add support for prog_tracingAlexei Starovoitov7-28/+71
2019-10-31bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov6-21/+71
2019-10-31bpf: Fix bpf jit kallsym accessAlexei Starovoitov1-3/+0
2019-10-30bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment testShmulik Ladkani1-0/+63
2019-10-30bpf, testing: Refactor test_skb_segment() for testing skb_segment() on differ...Shmulik Ladkani1-10/+41
2019-10-30bpf: Add s390 testing documentationIlya Leoshkevich2-0/+214
2019-10-30selftests/bpf: Test narrow load from bpf_sysctl.writeIlya Leoshkevich1-0/+23
2019-10-30bpf: Enforce 'return 0' in BTF-enabled raw_tp programsAlexei Starovoitov1-0/+5
2019-10-29libbpf: Don't use kernel-side u32 type in xsk.cAndrii Nakryiko1-4/+4
2019-10-28libbpf: Fix off-by-one error in ELF sanity checkAndrii Nakryiko1-1/+1
2019-10-28libbpf: Fix compatibility for kernels without need_wakeupMagnus Karlsson1-12/+71
2019-10-28selftests/bpf: Restore $(OUTPUT)/test_stub.o ruleIlya Leoshkevich1-0/+3
2019-10-28selftest/bpf: Use -m{little, big}-endian for clangIlya Leoshkevich1-6/+7
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller65-1100/+2604
2019-10-26tc-testing: list required kernel options for act_ct actionRoman Mashak1-0/+10
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller43-730/+1346
2019-10-26Merge branch 'net-aquantia-ptp-followup-fixes'David S. Miller5-8/+92
2019-10-26net: aquantia: disable ptp object build if no configIgor Russkikh2-1/+86
2019-10-26net: aquantia: fix warnings on endiannessIgor Russkikh2-6/+5
2019-10-26net: aquantia: fix var initialization warningIgor Russkikh1-1/+1
2019-10-26netfilter: nf_tables_offload: unbind if multi-device binding failsPablo Neira Ayuso1-2/+17
2019-10-26netfilter: nf_tables_offload: add nft_flow_block_offload_init()Pablo Neira Ayuso1-21/+21
2019-10-26netfilter: nf_tables_offload: add nft_chain_offload_cmd()Pablo Neira Ayuso1-5/+15
2019-10-26netfilter: ecache: don't look for ecache extension on dying/unconfirmed connt...Florian Westphal1-3/+3
2019-10-25Merge branch 'ionic-updates'David S. Miller7-186/+413
2019-10-25ionic: update driver versionShannon Nelson1-1/+1
2019-10-25ionic: implement support for rx sglShannon Nelson3-84/+224
2019-10-25ionic: add a watchdog timer to monitor heartbeatShannon Nelson3-2/+20
2019-10-25ionic: add heartbeat checkShannon Nelson3-1/+70
2019-10-25ionic: reverse an interrupt coalesce calculationShannon Nelson1-1/+1
2019-10-25ionic: fix up struct name commentsShannon Nelson1-98/+98
2019-10-25r8169: improve rtl8169_rx_fillHeiner Kallweit1-6/+3
2019-10-25r8169: align fix_features callback with vendor driverHeiner Kallweit1-1/+1
2019-10-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller14-483/+177
2019-10-25tcp: add TCP_INFO status for failed client TFOJason Baron5-3/+20
2019-10-25Merge branch 'phy-dp83867-enable-robust-auto-mdix'David S. Miller1-10/+11
2019-10-25net: phy: dp83867: move dt parsing to probeGrygorii Strashko1-5/+1
2019-10-25net: phy: dp83867: enable robust auto-mdixGrygorii Strashko1-5/+10
2019-10-25net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
2019-10-25r8152: check the pointer rtl_fw->fw before using itHayes Wang1-2/+5
2019-10-25selftests/bpf: Fix .gitignore to ignore no_alu32/Andrii Nakryiko1-1/+1
2019-10-25bpftool: Allow to read btf as raw dataJiri Olsa1-1/+56
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau6-64/+103
2019-10-24Merge branch 'DPAA-Ethernet-changes'David S. Miller5-54/+109
2019-10-24dpaa_eth: add newline in dev_err() msgMadalin Bucur1-1/+1
2019-10-24fsl/fman: remove unused struct memberMadalin Bucur1-3/+0
2019-10-24dpaa_eth: change DMA deviceMadalin Bucur2-51/+62
2019-10-24fsl/fman: add API to get the device behind a fman portLaurentiu Tudor2-0/+16
2019-10-24dpaa_eth: remove redundant codeMadalin Bucur1-4/+0
2019-10-24dpaa_eth: defer probing after qbmanLaurentiu Tudor1-0/+31