This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9b6c9e96f941 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc new e9919a24d302 fib_rules: return 0 directly if an exactly same rule exist [...] new 19e4e768064a ipv4: Fix raw socket lookup for local traffic new f319ca6557c1 openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED [...] new d6759172415e net: dsa: lantiq: fix spelling mistake "brigde" -> "bridge" new c264ed44d857 net: hns3: remove redundant assignment of l2_hdr to itself new c7e0d6cca865 selinux: do not report error on connect(AF_UNSPEC) new 86dc59e39031 net: dsa: sja1105: Make 'sja1105et_regs' and 'sja1105pqrs_ [...] new 5425711b6dd0 net: dsa: sja1105: fix check on while loop exit new 3b2c4f4d63a5 net: dsa: sja1105: Don't return a negative in u8 sja1105_s [...] new f81dadbcf7fd net: phy: realtek: Add rtl8211e rx/tx delays config new 1da7756e6616 net: phy: realtek: Change TX-delay setting for RGMII modes only new 8dde14299e50 Merge branch 'phy-realtek-delays' new 1e966763e256 nfp: reintroduce ndo_get_port_parent_id for representor ports new 5f05836831f6 net/sched: avoid double free on matchall reoffload new 7f4399ba405b ptp_qoriq: fix NULL access if ptp dt node missing new 68a5cde9f02e dwmac4_prog_mtl_tx_algorithms() missing write operation new a35d310f03a6 tuntap: fix dividing by zero in ebpf queue selection new 9871a9e47a26 tuntap: synchronize through tfiles array instead of tun->n [...] new ff946833b70e tipc: fix hanging clients using poll with EPOLLOUT flag new 6c2ea9ebafa7 macvlan: disable SIOCSHWTSTAMP in container new 873017af7784 vlan: disable SIOCSHWTSTAMP in container new b8b277525e9d aqc111: fix endianness issue in aqc111_change_mtu new 369b46e9fbcf aqc111: fix writing to the phy on BE new 2cf672709beb aqc111: fix double endianness swap on BE new bdc76fd29960 batman-adv: Start new development cycle new a3c7cd0cdf11 batman-adv: mcast: fix multicast tt/tvlv worker locking new d7e163ced48f Merge tag 'batadv-net-for-davem-20190509' of git://git.ope [...] new 70610c922bae net: aquantia: fix undefined devm_hwmon_device_register_wi [...] new 494bc1d281b5 net/tcp: use deferred jump label for TCP acked data hook new 36096f2f4fa0 packet: Fix error path in packet_init new 07b619919d3d selftests: bpf: initialize bpf_object pointers where needed new 69e168ebdcfc nfp: bpf: fix static check error through tightening shift [...] new 3ef4641fbf87 docs/btf: fix the missing section marks new 15192f253e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf new 88c80bee883e net/tls: remove set but not used variables new b53f4976fb1f net/tls: handle errors from padding_length() new f50c8a019b3e Merge branch 'tls-warnings' new 6c9f05441477 nfp: add missing kdoc new 601e6bcc4ef0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
The 39 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/bpf/btf.rst | 2 + drivers/net/dsa/lantiq_gswip.c | 8 +-- drivers/net/dsa/sja1105/sja1105_main.c | 6 +- drivers/net/dsa/sja1105/sja1105_spi.c | 11 ++-- .../net/ethernet/aquantia/atlantic/aq_drvinfo.c | 5 ++ drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 2 +- drivers/net/ethernet/netronome/nfp/bpf/jit.c | 13 +++- drivers/net/ethernet/netronome/nfp/ccm.h | 2 + drivers/net/ethernet/netronome/nfp/nfp_net_repr.c | 1 + drivers/net/ethernet/netronome/nfp/nfp_port.c | 16 +++++ drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 2 + drivers/net/macvlan.c | 2 + drivers/net/phy/realtek.c | 70 ++++++++++++++++++++-- drivers/net/tun.c | 14 ++++- drivers/net/usb/aqc111.c | 31 +++++++--- drivers/ptp/ptp_qoriq.c | 3 + include/net/tcp.h | 2 +- net/8021q/vlan_dev.c | 4 +- net/batman-adv/main.c | 1 + net/batman-adv/main.h | 2 +- net/batman-adv/multicast.c | 11 +--- net/batman-adv/types.h | 5 ++ net/core/fib_rules.c | 6 +- net/ipv4/raw.c | 4 +- net/ipv4/tcp_input.c | 16 +++-- net/openvswitch/conntrack.c | 4 +- net/packet/af_packet.c | 25 ++++++-- net/sched/cls_matchall.c | 1 + net/tipc/socket.c | 4 +- net/tls/tls_device.c | 6 +- net/tls/tls_sw.c | 30 +++++++--- security/selinux/hooks.c | 8 +-- .../selftests/bpf/prog_tests/bpf_verif_scale.c | 2 +- .../selftests/bpf/prog_tests/task_fd_query_tp.c | 2 +- .../selftests/bpf/prog_tests/tp_attach_query.c | 3 + 35 files changed, 250 insertions(+), 74 deletions(-)