summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-20netlabel: cope with NULL catmapPaolo Abeni2-2/+10
2020-05-20net: ipv4: really enforce backoff for redirectsPaolo Abeni1-1/+1
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-2/+2
2020-05-20gre: do not keep the GRE header around in collect medata modeJiri Benc1-1/+6
2020-05-20net: openvswitch: fix csum updates for MPLS actionsJohn Hurley1-4/+2
2020-05-20drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann1-4/+7
2020-05-20net: handle no dst on skb in icmp6_sendDavid Ahern1-2/+4
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca4-13/+16
2020-05-20net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca10-18/+18
2020-05-20batman-adv: fix batadv_nc_random_weight_tqGeorge Spelvin1-8/+1
2020-05-20ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca1-3/+3
2020-05-20sch_choke: avoid potential panic in choke_reset()Eric Dumazet1-1/+2
2020-05-20sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen4-10/+7
2020-05-10sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen1-1/+5
2020-05-10net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani1-6/+4
2020-05-10bridge: Fix problems around fdb entries pointing to the bridge deviceToshiaki Makita1-25/+27
2020-05-10net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern1-2/+2
2020-05-10l2tp: fix use-after-free during module unloadSabrina Dubroca1-0/+3
2020-05-10net: bridge: don't increment tx_dropped in br_do_proxy_arpNikolay Aleksandrov1-5/+2
2020-05-10qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet1-4/+5
2020-05-10fq_codel: return non zero qlen in class dumpsEric Dumazet1-1/+1
2020-05-10rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause1-0/+1
2020-05-10net: icmp6_send should use dst dev to determine L3 domainDavid Ahern1-1/+1
2020-05-10tipc: fix the error handling in tipc_udp_enable()Wei Yongjun1-1/+4
2020-05-10gre: reject GUE and FOU in collect metadata modeJiri Benc1-0/+5
2020-05-10gre: build header correctly for collect metadata tunnelsJiri Benc1-4/+5
2020-05-10gre: do not assign header_ops in collect metadata modeJiri Benc1-2/+3
2020-05-10ovs/gre: fix rtnl notifications on iface deletionNicolas Dichtel1-0/+4
2020-05-10openvswitch: update checksum in {push,pop}_mplsSimon Horman1-5/+15
2020-05-10xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever3-25/+23
2020-05-10ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern1-1/+1
2020-05-10vti6: fix input pathNicolas Dichtel3-9/+13
2020-05-10net: Don't delete routes in different VRFsMark Tomlinson2-3/+8
2020-05-10net: vrf: Fix dst reference countingDavid Ahern2-6/+8
2020-05-10pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet1-14/+18
2020-05-10net_sched: flower: Avoid dissection of unmasked keysHadar Hen Zion1-15/+13
2020-05-10cls_bpf: reset class and reuse major in daDaniel Borkmann1-5/+8
2020-05-10udp: restore UDPlite many-cast deliveryPablo Neira2-6/+6
2020-05-10netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang2-4/+8
2020-05-10netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang1-1/+3
2020-05-10netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabledLiping Zhang1-0/+3
2020-05-10netfilter: nf_tables: fix a wrong check to skip the inactive rulesLiping Zhang1-1/+1
2020-05-10net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern1-20/+48
2020-05-10ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel1-0/+7
2020-05-10ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet2-8/+9
2020-05-10ipv6: fix checksum annotation in udp6_csum_initHannes Frederic Sowa1-2/+5
2020-05-10net: vrf: Fix dev refcnt leak due to IPv6 prefix routeDavid Ahern1-0/+10
2020-05-10ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet1-2/+5