summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-05-20netlabel: cope with NULL catmapPaolo Abeni
2020-05-20net: ipv4: really enforce backoff for redirectsPaolo Abeni
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann
2020-05-20gre: do not keep the GRE header around in collect medata modeJiri Benc
2020-05-20net: openvswitch: fix csum updates for MPLS actionsJohn Hurley
2020-05-20drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann
2020-05-20net: handle no dst on skb in icmp6_sendDavid Ahern
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-05-20net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2020-05-20batman-adv: fix batadv_nc_random_weight_tqGeorge Spelvin
2020-05-20ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca
2020-05-20sch_choke: avoid potential panic in choke_reset()Eric Dumazet
2020-05-20sch_sfq: validate silly quantum valuesEric Dumazet
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen
2020-05-10sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen
2020-05-10net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani
2020-05-10bridge: Fix problems around fdb entries pointing to the bridge deviceToshiaki Makita
2020-05-10net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern
2020-05-10l2tp: fix use-after-free during module unloadSabrina Dubroca
2020-05-10net: bridge: don't increment tx_dropped in br_do_proxy_arpNikolay Aleksandrov
2020-05-10qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet
2020-05-10fq_codel: return non zero qlen in class dumpsEric Dumazet
2020-05-10rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause
2020-05-10net: icmp6_send should use dst dev to determine L3 domainDavid Ahern
2020-05-10tipc: fix the error handling in tipc_udp_enable()Wei Yongjun
2020-05-10gre: reject GUE and FOU in collect metadata modeJiri Benc
2020-05-10gre: build header correctly for collect metadata tunnelsJiri Benc
2020-05-10gre: do not assign header_ops in collect metadata modeJiri Benc
2020-05-10ovs/gre: fix rtnl notifications on iface deletionNicolas Dichtel
2020-05-10openvswitch: update checksum in {push,pop}_mplsSimon Horman
2020-05-10xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever
2020-05-10ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern
2020-05-10vti6: fix input pathNicolas Dichtel
2020-05-10net: Don't delete routes in different VRFsMark Tomlinson
2020-05-10net: vrf: Fix dst reference countingDavid Ahern
2020-05-10pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet
2020-05-10net_sched: flower: Avoid dissection of unmasked keysHadar Hen Zion
2020-05-10cls_bpf: reset class and reuse major in daDaniel Borkmann
2020-05-10udp: restore UDPlite many-cast deliveryPablo Neira
2020-05-10netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang
2020-05-10netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang
2020-05-10netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabledLiping Zhang
2020-05-10netfilter: nf_tables: fix a wrong check to skip the inactive rulesLiping Zhang
2020-05-10net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern
2020-05-10ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel
2020-05-10ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet
2020-05-10ipv6: fix checksum annotation in udp6_csum_initHannes Frederic Sowa
2020-05-10net: vrf: Fix dev refcnt leak due to IPv6 prefix routeDavid Ahern
2020-05-10ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet