summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: sched: sch_api: set an error msg when qdisc_alloc_handle() failsIvan Vecera2019-02-181-2/+4
* net: phy: marvell10g: Don't explicitly set Pause and Asym_PauseMaxime Chevallier2019-02-181-3/+0
* net: dsa: bcm_sf2: Remove set but not used variables 'v6_spec, v6_m_spec'YueHaibing2019-02-181-5/+0
* nfp: flower: fix masks for tcp and ip flags fieldsPieter Jansen van Vuuren2019-02-181-15/+20
* Merge branch 'devlink-add-the-ability-to-update-device-flash'David S. Miller2019-02-188-35/+141
|\
| * nfp: devlink: allow flashing the device via devlinkJakub Kicinski2019-02-184-32/+56
| * ethtool: add compat for flash updateJakub Kicinski2019-02-183-3/+46
| * devlink: add flash update commandJakub Kicinski2019-02-183-0/+39
|/
* Merge branch 'net-phy-improve-and-use-phy_resolve_aneg_linkmode'David S. Miller2019-02-182-59/+8
|\
| * net: phy: use phy_resolve_aneg_linkmode in genphy_read_statusHeiner Kallweit2019-02-181-23/+1
| * net: phy: improve phy_resolve_aneg_linkmodeHeiner Kallweit2019-02-181-36/+7
|/
* net: sched: cgroup: verify that filter is not NULL during walkVlad Buslov2019-02-171-0/+2
* net: sched: matchall: verify that filter is not NULL in mall_walk()Vlad Buslov2019-02-171-0/+3
* net: sched: route: don't set arg->stop in route4_walk() when emptyVlad Buslov2019-02-171-4/+1
* net: sched: fw: don't set arg->stop in fw_walk() when emptyVlad Buslov2019-02-171-4/+1
* net: caif: use skb helpers instead of open-coding themJann Horn2019-02-171-11/+5
* mlxsw: core: Extend thermal module with per QSFP module thermal zonesVadim Pasternak2019-02-171-0/+400
* Merge branch 'neigh-tracepoints'David S. Miller2019-02-173-0/+223
|\
| * neigh: hook tracepoints in neigh update codeRoopa Prabhu2019-02-171-0/+11
| * trace: events: add a few neigh tracepointsRoopa Prabhu2019-02-172-0/+212
|/
* Merge branch 'net-phy-add-and-use-genphy_c45_an_config_an'David S. Miller2019-02-174-19/+82
|\
| * net: phy: marvell10g: check for newly set anegHeiner Kallweit2019-02-171-0/+10
| * net: phy: marvell10g: use genphy_c45_an_config_anegAndrew Lunn2019-02-171-21/+4
| * net: phy: add genphy_c45_an_config_anegAndrew Lunn2019-02-172-0/+45
| * net: phy: add helper linkmode_adv_to_mii_10gbt_adv_tHeiner Kallweit2019-02-171-0/+25
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-1792-485/+2576
|\
| * tools/libbpf: support bigger BTF data sizesAndrii Nakryiko2019-02-171-7/+8
| * selftests: bpf: test_lwt_ip_encap: add negative tests.Peter Oskolkov2019-02-171-23/+88
| * bpf: make LWTUNNEL_BPF dependent on INETPeter Oskolkov2019-02-161-1/+1
| * libbpf: Introduce bpf_object__btfAndrey Ignatov2019-02-153-0/+9
| * libbpf: Introduce bpf_map__resizeAndrey Ignatov2019-02-153-0/+16
| * net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski2019-02-157-59/+3
| * Merge branch 'libbpf-cleanup'Alexei Starovoitov2019-02-154-30/+29
| |\
| | * tools: sync uapi/linux/if_link.h headerAndrii Nakryiko2019-02-151-0/+1
| | * tools/bpf: replace bzero with memsetAndrii Nakryiko2019-02-153-30/+28
| |/
| * bpf: fix memory leak in bpf_lwt_xmit_reroutePeter Oskolkov2019-02-151-9/+20
| * Merge branch 'lwt_encap_ip'Alexei Starovoitov2019-02-1411-12/+758
| |\
| | * selftests: bpf: add test_lwt_ip_encap selftestPeter Oskolkov2019-02-143-1/+398
| | * bpf: sync <kdir>/include/.../bpf.h with tools/include/.../bpf.hPeter Oskolkov2019-02-141-2/+24
| | * bpf: add handling of BPF_LWT_REROUTE to lwt_bpf.cPeter Oskolkov2019-02-141-2/+124
| | * ipv6_stub: add ipv6_route_input stub/proxy.Peter Oskolkov2019-02-143-0/+14
| | * bpf: handle GSO in bpf_lwt_push_encapPeter Oskolkov2019-02-141-2/+65
| | * bpf: implement BPF_LWT_ENCAP_IP mode in bpf_lwt_push_encapPeter Oskolkov2019-02-143-1/+69
| | * bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encapPeter Oskolkov2019-02-142-7/+67
| |/
| * bpf: offload: add priv field for driversJakub Kicinski2019-02-125-8/+16
| * tools: bpftool: doc, add text about feature-subcommandPrashant Bhole2019-02-121-1/+3
| * Merge branch 'bpf-prog-build'Alexei Starovoitov2019-02-1251-34/+12
| |\
| | * selftests: bpf: relax sub-register mode compilation criteriaJiong Wang2019-02-121-4/+3
| | * selftests: bpf: centre kernel bpf objects under new subdir "progs"Jiong Wang2019-02-1250-21/+5
| | * selftests: bpf: extend sub-register mode compilation to all bpf object filesJiong Wang2019-02-121-13/+7