You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/network/services
Jason A. Donenfeld 62c2199bd8 wireguard: bump to 0.0.20200105
* socket: mark skbs as not on list when receiving via gro

Certain drivers will pass gro skbs to udp, at which point the udp driver
simply iterates through them and passes them off to encap_rcv, which is
where we pick up. At the moment, we're not attempting to coalesce these
into bundles, but we also don't want to wind up having cascaded lists of
skbs treated separately. The right behavior here, then, is to just mark
each incoming one as not on a list. This can be seen in practice, for
example, with Qualcomm's rmnet_perf driver. This lead to crashes on
OnePlus devices and possibly other Qualcomm 4.14 devices. But I fear
that it could lead to issues on other drivers on weird OpenWRT routers.

This commit is upstream in net-next as:
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=736775d06bac60d7a353e405398b48b2bd8b1e54

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
4 years ago
..
dnsmasq dnsmasq: add uci-defaults script for config migration 4 years ago
dropbear dropbear: add missing zlib dependency for dropbearconvert 4 years ago
ead ead: fix resource leak in tinysrp 4 years ago
hostapd hostapd: disable ft_psk_generate_local for non-PSK networks 4 years ago
igmpproxy igmpproxy: drop SSDP packets 6 years ago
ipset-dns base-files: move /tmp/resolv.conf.auto to /tmp/resolv.conf.d/ 4 years ago
lldpd lldpd: Fix compilation without fortify-headers 4 years ago
odhcpd odhcpd: update to latest git HEAD 4 years ago
omcproxy omcproxy: define configuration file 5 years ago
openvpn openvpn: update to 2.4.8 4 years ago
openvpn-easy-rsa openvpn-easy-rsa: update to 3.0.4 6 years ago
ppp pppd: update to 2.4.8 4 years ago
relayd treewide: replace LEDE_GIT with PROJECT_GIT 6 years ago
samba36 samba36: allow build with no ipv6 support 5 years ago
uhttpd uhttpd: reset PKG_RELEASE 4 years ago
umdns treewide: replace LEDE_GIT with PROJECT_GIT 6 years ago
wireguard wireguard: bump to 0.0.20200105 4 years ago