This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 906c40438bb6 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] new bcaeb886ade1 qlcnic: Fix bad kzalloc null test new f6bf1bafdc21 mlxsw: spectrum_mr: Fix list iteration in error path new 0016d3201753 nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute type new 575a97acc3b7 ieee80211: fix HE SPR size calculation new a0761a301746 mac80211: drop data frames without key on encrypted links new 05dcb8bb2585 cfg80211: Do not warn on same channel at the end of CSA new ce2e1ca70307 mac80211: Check port authorization in the ieee80211_tx_deq [...] new b16798f5b907 mac80211: mark station unauthorized before key removal new b95d2ccd2ccb mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TX new 328f5bb9939d Merge tag 'mac80211-for-net-2020-03-26' of git://git.kerne [...] new 8262e6f9b103 net: ks8851-ml: Fix IO operations, again new 03891f820c21 xfrm: handle NETDEV_UNREGISTER for xfrm device new f1ed10264ed6 vti[6]: fix packet tx through bpf_redirect() in XinY cases new 171d449a0285 xfrm: fix uctx len check in verify_sec_ctx_len new a1a7e3a36e01 xfrm: add the missing verify_sec_ctx_len check in xfrm_add [...] new edf0d283d988 ipv6: xfrm6_tunnel.c: Use built-in RCU list checking new d1d17a359ce6 esp: remove the skb from the chain when it's enqueued in c [...] new 2a9de3af21aa vti6: Fix memory leak of skb if input policy check fails new 4c59406ed003 xfrm: policy: Fix doulbe free in xfrm_policy_timer new e00dd941ff9f Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...] new 2e8c339b4946 r8169: fix PHY driver check on platforms w/o module softdeps new 8e7ae2518f52 bpf: Sanitize the bpf_struct_ops tcp-cc name new 8096f229421f bpf: Explicitly memset the bpf_attr structure new 5c6f25887963 bpf: Explicitly memset some bpf info structures declared o [...] new a0ba26f37ea0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf new e595dd94515e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
The 26 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: drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c | 8 ++-- drivers/net/ethernet/micrel/ks8851_mll.c | 56 ++++++++++++++++++++-- .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 2 +- drivers/net/ethernet/realtek/r8169_main.c | 16 +++---- include/linux/bpf.h | 1 + include/linux/ieee80211.h | 4 +- kernel/bpf/btf.c | 3 +- kernel/bpf/syscall.c | 34 +++++++------ net/ipv4/Kconfig | 1 + net/ipv4/bpf_tcp_ca.c | 7 +-- net/ipv4/ip_vti.c | 38 +++++++++++---- net/ipv6/ip6_vti.c | 34 +++++++++---- net/ipv6/xfrm6_tunnel.c | 2 +- net/mac80211/debugfs_sta.c | 3 +- net/mac80211/key.c | 20 ++++---- net/mac80211/sta_info.c | 7 ++- net/mac80211/sta_info.h | 1 + net/mac80211/tx.c | 39 ++++++++++++--- net/wireless/nl80211.c | 2 +- net/wireless/scan.c | 6 ++- net/xfrm/xfrm_device.c | 9 ++-- net/xfrm/xfrm_policy.c | 2 + net/xfrm/xfrm_user.c | 6 ++- 23 files changed, 221 insertions(+), 80 deletions(-)