summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | erspan: remove the incorrect mtu limit for erspanHaishuang Yan2019-09-301-0/+1
* | sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-09-301-14/+29
* | net: dsa: qca8k: Use up to 7 ports for all operationsMichal Vokáč2019-09-301-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-28169-1307/+1225
|\ \
| * | net: tap: clean up an indentation issueColin Ian King2019-09-271-1/+1
| * | nfp: abm: fix memory leak in nfp_abm_u32_knode_replaceNavid Emamdoost2019-09-271-4/+10
| * | tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet2019-09-271-2/+3
| * | 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