summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples: bpf: fix: broken sample regarding removed functionDaniel T. Lee2019-02-273-3/+3
* Merge branch 'bpf-prog-stats'Daniel Borkmann2019-02-2710-7/+148
|\
| * tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov2019-02-272-1/+10
| * tools/bpf: sync bpf.h into toolsAlexei Starovoitov2019-02-271-0/+2
| * bpf: expose program stats via bpf_prog_infoAlexei Starovoitov2019-02-272-0/+7
| * bpf: enable program statsAlexei Starovoitov2019-02-276-6/+129
|/
* Merge branch 'bpf-libbpf-af-xdp'Daniel Borkmann2019-02-2513-652/+1376
|\
| * xsk: add FAQ to facilitate for first time usersMagnus Karlsson2019-02-251-1/+35
| * samples/bpf: convert xdpsock to use libbpf for AF_XDP accessMagnus Karlsson2019-02-254-648/+261
| * libbpf: add support for using AF_XDP socketsMagnus Karlsson2019-02-258-3/+1080
|/
* selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUNStanislav Fomichev2019-02-251-0/+44
* bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissectorStanislav Fomichev2019-02-251-6/+20
* bpf: test_bpf: turn off preemption in function __run_onceAnders Roxell2019-02-251-0/+2
* samples/bpf: Fix dummy program unloading for xdp_redirect samplesToke Høiland-Jørgensen2019-02-222-2/+2
* seccomp, bpf: disable preemption before calling into bpf progAlexei Starovoitov2019-02-221-0/+2
* bpf: add skb->queue_mapping write access from tc clsactJesper Dangaard Brouer2019-02-191-3/+13
* bpf: check that BPF programs run with preemption disabledPeter Zijlstra2019-02-193-3/+41
* bpf: bpftool, fix documentation for attach typesAlban Crequy2019-02-193-4/+4
* bnx2x: Remove set but not used variable 'mfw_vn'YueHaibing2019-02-181-3/+1
* Merge branch 'net-phy-add-helpers-for-handling-C45-10GBT-AN-register-values'David S. Miller2019-02-182-9/+20
|\
| * net: phy: use mii_10gbt_stat_mod_linkmode_lpa_t in genphy_c45_read_lpaHeiner Kallweit2019-02-181-9/+1
| * net: phy: add helper mii_10gbt_stat_mod_linkmode_lpa_tHeiner Kallweit2019-02-181-0/+19
|/
* liquidio: using NULL instead of plain integerYueHaibing2019-02-182-2/+2
* r8169: remove unneeded mmiowb barriersHeiner Kallweit2019-02-181-6/+0
* net: dsa: Implement flow_dissect callback for tag_dsa.Rundong Ge2019-02-182-0/+18
* net: sched: using kfree_rcu() to simplify the codeWei Yongjun2019-02-181-6/+1
* mdio_bus: Fix PTR_ERR() usage after initialization to constantYueHaibing2019-02-181-5/+6
* mlxsw: spectrum: Change IP2ME CPU policer rate and burst size valuesShalom Toledo2019-02-181-2/+2
* net: hamradio: remove unused hweight*() definesMasahiro Yamada2019-02-181-26/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-02-1822-63/+244
|\
| * netfilter: nf_conntrack_sip: add sip_external_media logicAlin Nastac2019-02-161-0/+42
| * netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' staticWei Yongjun2019-02-161-1/+1
| * netfilter: reject: skip csum verification for protocols that don't support itAlin Nastac2019-02-136-12/+39
| * netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrac...Chieh-Min Wang2019-02-121-3/+11
| * netfilter: xt_recent: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-02-121-3/+1
| * ipvs: Use struct_size() helperGustavo A. R. Silva2019-02-121-4/+2
| * netfilter: conntrack: fix indentation issueColin Ian King2019-02-121-1/+1
| * netfilter: ipv6: avoid indirect calls for IPV6=y caseFlorian Westphal2019-02-045-42/+68
| * netfilter: nat: remove module dependency on ipv6 coreFlorian Westphal2019-02-044-3/+45
| * netfilter: nft_tunnel: Add NFTA_TUNNEL_MODE optionswenxu2019-02-042-2/+41
| * netfilter: nf_tables: add NFTA_RULE_POSITION_ID to nla_policyFlorian Westphal2019-01-291-0/+1
* | net: hns3: make function hclge_set_all_vf_rst() staticWei Yongjun2019-02-171-1/+1
* | ptr_ring: remove duplicated include from ptr_ring.hYueHaibing2019-02-171-1/+0
* | net: sgi: use GFP_ATOMIC under spin lockWei Yongjun2019-02-171-1/+1
* | net: sched: sch_api: set an error msg when qdisc_alloc_handle() failsIvan Vecera2019-02-171-2/+4
* | net: phy: marvell10g: Don't explicitly set Pause and Asym_PauseMaxime Chevallier2019-02-171-3/+0
* | net: dsa: bcm_sf2: Remove set but not used variables 'v6_spec, v6_m_spec'YueHaibing2019-02-171-5/+0
* | nfp: flower: fix masks for tcp and ip flags fieldsPieter Jansen van Vuuren2019-02-171-15/+20
* | Merge branch 'devlink-add-the-ability-to-update-device-flash'David S. Miller2019-02-178-35/+141
|\ \
| * | nfp: devlink: allow flashing the device via devlinkJakub Kicinski2019-02-174-32/+56