summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2019-09-273-3/+12
* tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidthKevin(Yudong) Yang2019-09-271-4/+4
* Merge branch 'mlxsw-Various-fixes'David S. Miller2019-09-274-8/+17
|\
| * mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actionsDanielle Ratson2019-09-271-0/+6
| * Documentation: Clarify trap's descriptionIdo Schimmel2019-09-271-1/+2
| * mlxsw: spectrum: Clear VLAN filters during port initializationIdo Schimmel2019-09-272-7/+9
|/
* net: ena: clean up indentation issueColin Ian King2019-09-271-2/+2
* NFC: st95hf: clean up indentation issueColin Ian King2019-09-271-1/+1
* net: phy: micrel: add Asym Pause workaround for KSZ9021Hans Andersson2019-09-271-0/+3
* net: socionext: ave: Avoid using netdev_err() before calling register_netdev()Kunihiko Hayashi2019-09-271-3/+3
* ptp: correctly disable flags on old ioctlsJacob Keller2019-09-272-2/+24
* lib: dimlib: fix help text typosRandy Dunlap2019-09-271-1/+1
* net: dsa: microchip: Always set regmap stride to 1Marek Vasut2019-09-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-09-277-11/+51
|\
| * netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana2019-09-253-0/+39
| * netfilter: ebtables: use __u8 instead of uint8_t in uapi headerMasahiro Yamada2019-09-252-4/+3
| * netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal2019-09-202-5/+5
| * netfilter: nf_tables_offload: fix always true policy is unset checkPablo Neira Ayuso2019-09-201-1/+1
| * netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso2019-09-202-1/+3
* | nfp: flower: fix memory leak in nfp_flower_spawn_vnic_reprsNavid Emamdoost2019-09-271-0/+3
* | nfp: flower: prevent memory leak in nfp_flower_spawn_phy_reprsNavid Emamdoost2019-09-271-0/+4
* | net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NPaul Blakey2019-09-271-1/+0
* | vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabledDavid Ahern2019-09-271-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-09-2710-35/+138
|\ \
| * | bpf: Fix bpf_event_output re-entry issueAllan Zhang2019-09-271-5/+21
| * | bpf: Clean up indentation issue in BTF kflag processingColin Ian King2019-09-261-1/+1
| * | libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitionsAndrii Nakryiko2019-09-261-6/+87
| * | selftests/bpf: adjust strobemeta loop to satisfy latest clangAndrii Nakryiko2019-09-251-1/+4
| * | selftests/bpf: delete unused variables in test_sysctlAndrii Nakryiko2019-09-251-1/+0
| * | libbpf: fix false uninitialized variable warningAndrii Nakryiko2019-09-251-0/+1
| * | bpf/xskmap: Return ERR_PTR for failure case instead of NULL.Jonathan Lemon2019-09-251-1/+1
| * | selftests/bpf: test_progs: fix client/server race in tcp_rttStanislav Fomichev2019-09-251-2/+19
| * | xsk: relax UMEM headroom alignmentBjörn Töpel2019-09-191-2/+0
| * | bpf: fix BTF limitsAlexei Starovoitov2019-09-191-2/+2
| * | bpf: fix BTF verification of enumsAlexei Starovoitov2019-09-191-3/+2
| * | libbpf: Remove getsockopt() check for XDP_OPTIONSToke Høiland-Jørgensen2019-09-191-11/+0
* | | Merge branch 'qdisc-destroy'David S. Miller2019-09-273-11/+23
|\ \ \
| * | | net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-3/+4
| * | | net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-7/+16
| * | | net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov2019-09-271-1/+3
|/ / /
* | | net/rds: Check laddr_check before calling itKa-Cheong Poon2019-09-271-1/+4
* | | Merge branch 'SO_PRIORITY'David S. Miller2019-09-2710-17/+29
|\ \ \
| * | | tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-275-3/+10
| * | | ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet2019-09-271-7/+9
| * | | ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-276-9/+12
|/ / /
* | | net: dsa: qca8k: Fix port enable for CPU portAndrew Lunn2019-09-271-0/+3
* | | sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet2019-09-272-1/+6
* | | kcm: disable preemption in kcm_parse_func_strparser()Eric Dumazet2019-09-271-1/+5
* | | net: ethernet: stmmac: Fix signedness bug in ipq806x_gmac_of_parse()Dan Carpenter2019-09-271-1/+1
* | | net: nixge: Fix a signedness bug in nixge_probe()Dan Carpenter2019-09-271-1/+1