summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-27vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabledDavid Ahern
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-09-27Merge branch 'qdisc-destroy'David S. Miller
2019-09-27net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27net/rds: Check laddr_check before calling itKa-Cheong Poon
2019-09-27Merge branch 'SO_PRIORITY'David S. Miller
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet
2019-09-27ipv6: tcp: provide sk->sk_priority to ctl packetsEric Dumazet
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet
2019-09-27bpf: Fix bpf_event_output re-entry issueAllan Zhang
2019-09-27net: dsa: qca8k: Fix port enable for CPU portAndrew Lunn
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-09-27kcm: disable preemption in kcm_parse_func_strparser()Eric Dumazet
2019-09-27net: ethernet: stmmac: Fix signedness bug in ipq806x_gmac_of_parse()Dan Carpenter
2019-09-27net: nixge: Fix a signedness bug in nixge_probe()Dan Carpenter
2019-09-27of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter
2019-09-27net: axienet: fix a signedness bug in probeDan Carpenter
2019-09-27net: stmmac: dwmac-meson8b: Fix signedness bug in probeDan Carpenter
2019-09-27net: socionext: Fix a signedness bug in ave_probe()Dan Carpenter
2019-09-27enetc: Fix a signedness bug in enetc_of_get_phy()Dan Carpenter
2019-09-27net: netsec: Fix signedness bug in netsec_probe()Dan Carpenter
2019-09-27net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe()Dan Carpenter
2019-09-27net: hisilicon: Fix signedness bug in hix5hd2_dev_probe()Dan Carpenter
2019-09-27cxgb4: Signedness bug in init_one()Dan Carpenter
2019-09-27net: aquantia: Fix aq_vec_isr_legacy() return valueDan Carpenter
2019-09-27dimlib: make DIMLIB a hidden symbolUwe Kleine-König
2019-09-26Merge tag 'wireless-drivers-for-davem-2019-09-26' of https://git.kernel.org/p...David S. Miller
2019-09-26bpf: Clean up indentation issue in BTF kflag processingColin Ian King
2019-09-26libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitionsAndrii Nakryiko
2019-09-26ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld
2019-09-26openvswitch: change type of UPCALL_PID attribute to NLA_UNSPECLi RongQing
2019-09-26dt-bindings: net: ravb: Add support for r8a774b1 SoCBiju Das
2019-09-26net: stmmac: Fix page pool sizeThierry Reding
2019-09-26macsec: drop skb sk before calling gro_cells_receiveXin Long
2019-09-26Merge tag 'mlx5-fixes-2019-09-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2019-09-26net: print proper warning on dst underflowJason A. Donenfeld
2019-09-26net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski
2019-09-26MAINTAINERS: add Yanjun to FORCEDETH maintainers listRain River
2019-09-25selftests/bpf: adjust strobemeta loop to satisfy latest clangAndrii Nakryiko
2019-09-25selftests/bpf: delete unused variables in test_sysctlAndrii Nakryiko
2019-09-25libbpf: fix false uninitialized variable warningAndrii Nakryiko
2019-09-25bpf/xskmap: Return ERR_PTR for failure case instead of NULL.Jonathan Lemon
2019-09-25selftests/bpf: test_progs: fix client/server race in tcp_rttStanislav Fomichev
2019-09-25net: macb: Remove dead codeShubhrajyoti Datta
2019-09-25net: stmmac: selftests: Flow Control test can also run with ASYM PauseJose Abreu
2019-09-25gianfar: Make reset_gfar staticYueHaibing