summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-02-07bpf: Improve bucket_log calculation logicMartin KaFai Lau
2020-02-07selftests/bpf: Test freeing sockmap/sockhash with a socket in itJakub Sitnicki
2020-02-07bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki
2020-02-07bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki
2020-02-07bpftool: Don't crash on missing xlated program instructionsToke Høiland-Jørgensen
2020-02-07bpf, sockmap: Check update requirements after lockingLorenz Bauer
2020-02-07drop_monitor: Do not cancel uninitialized work itemIdo Schimmel
2020-02-07Merge branch 'mlxsw-Various-fixes'David S. Miller
2020-02-07mlxsw: spectrum_dpipe: Add missing error pathIdo Schimmel
2020-02-07mlxsw: core: Add validation of hardware device types for MGPIR registerVadim Pasternak
2020-02-07mlxsw: spectrum_router: Clear offload indication from IPv6 nexthops on abortIdo Schimmel
2020-02-07selftests: mlxsw: Add test cases for local table route replacementIdo Schimmel
2020-02-07mlxsw: spectrum_router: Prevent incorrect replacement of local table routesIdo Schimmel
2020-02-07net: dsa: microchip: enable module autoprobeRazvan Stefanescu
2020-02-07ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()Eric Dumazet
2020-02-07dpaa_eth: support all modes with rate adapting PHYsMadalin Bucur
2020-02-07Merge branch 'stmmac-fixes'David S. Miller
2020-02-07net: stmmac: update pci platform data to use phy_interfaceVoon Weifeng
2020-02-07net: stmmac: xgmac: fix missing IFF_MULTICAST checki in dwxgmac2_set_filterTan, Tee Min
2020-02-07net: stmmac: fix missing IFF_MULTICAST check in dwmac4_set_filterVerma, Aashish
2020-02-07net: stmmac: xgmac: fix incorrect XGMAC_VLAN_TAG register writtingOng Boon Leong
2020-02-07net: stmmac: fix incorrect GMAC_VLAN_TAG register writting in GMAC4+Tan, Tee Min
2020-02-07hv_netvsc: Fix XDP refcnt for synthetic and VF NICsHaiyang Zhang
2020-02-07Merge branch 'taprio-Some-fixes'David S. Miller
2020-02-07taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes
2020-02-07taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes
2020-02-07taprio: Add missing policy validation for flagsVinicius Costa Gomes
2020-02-07taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes
2020-02-07taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes
2020-02-07net: dsa: bcm_sf2: Only 7278 supports 2Gb/sec IMP portFlorian Fainelli
2020-02-07net: dsa: b53: Always use dev->vlan_enabled in b53_configure_vlan()Florian Fainelli
2020-02-07net: stmmac: fix a possible endless loopDejin Zheng
2020-02-07rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells
2020-02-07rxrpc: Fix service call disconnectionDavid Howells
2020-02-06Merge tag 'mlx5-fixes-2020-02-06' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2020-02-06net/mlx5: Deprecate usage of generic TLS HW capability bitTariq Toukan
2020-02-06net/mlx5e: TX, Error completion is for last WQE in batchTariq Toukan
2020-02-06net/mlx5: IPsec, fix memory leak at mlx5_fpga_ipsec_delete_sa_ctxRaed Salem
2020-02-06net/mlx5: IPsec, Fix esp modify function attributeRaed Salem
2020-02-06net/mlx5: Fix deadlock in fs_coreMaor Gottlieb
2020-02-06net: systemport: Avoid RBUF stuck in Wake-on-LAN modeFlorian Fainelli
2020-02-06r8169: fix performance regression related to PCIe max read request sizeHeiner Kallweit
2020-02-06net: sched: prevent a use after freeDan Carpenter
2020-02-06skbuff: fix a data race in skb_queue_len()Qian Cai
2020-02-06net: mvneta: move rx_dropped and rx_errors in per-cpu statsLorenzo Bianconi
2020-02-06cxgb4: Added tls stats prints.Devulapally Shiva Krishna
2020-02-06mptcp: fix use-after-free for ipv6Florian Westphal
2020-02-05Merge branch 'bpf-xsk-fixes'Daniel Borkmann
2020-02-05samples: bpf: Allow for -ENETDOWN in xdpsockMaciej Fijalkowski