summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-03netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso1-1/+1
2020-06-03xsk: Add overflow check for u64 division, stored into u32Björn Töpel1-2/+6
2020-06-03esp6: get the right proto for transport mode in esp6_gso_encapXin Long1-1/+8
2020-06-03netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2-32/+37
2020-06-03netfilter: nfnetlink_cthelper: unbreak userspace helper supportPablo Neira Ayuso1-1/+2
2020-06-03netfilter: ipset: Fix subcounter update skipPhil Sutter1-1/+1
2020-06-03netfilter: nft_reject_bridge: enable reject with bridge vlanMichael Braun1-0/+6
2020-06-03ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long1-1/+22
2020-06-03vti4: eliminated some duplicate code.Jeremy Sowden1-38/+22
2020-06-03xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long1-1/+2
2020-06-03xfrm: fix a warning in xfrm_policy_insert_listXin Long1-6/+1
2020-06-03xfrm interface: fix oops when deleting a x-netns interfaceNicolas Dichtel1-0/+21
2020-06-03xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long1-5/+7
2020-06-03xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long1-1/+1
2020-06-03mac80211: mesh: fix discovery timer re-arming issue / crashLinus Lüssing1-0/+7
2020-06-03libceph: ignore pool overlay and cache logic on redirectsJerry Lee1-1/+3
2020-06-03sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen1-4/+5
2020-06-03sctp: Don't add the shutdown timer if its already been addedNeil Horman1-3/+11
2020-06-03net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin1-8/+6
2020-06-03net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()Manivannan Sadhasivam1-1/+1
2020-06-03net: ipip: fix wrong address family in init error pathVadim Fedorenko1-1/+1
2020-06-03net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau1-19/+24
2020-06-03__netif_receive_skb_core: pass skb by referenceBoris Sukholitko1-5/+15
2020-06-03net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang1-0/+15
2020-06-03ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet1-2/+4
2020-05-27rxrpc: Fix ack discardDavid Howells1-4/+26
2020-05-27rxrpc: Trace discarded ACKsDavid Howells1-2/+10
2020-05-27rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu1-2/+1
2020-05-20netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio1-6/+11
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-2/+2
2020-05-20tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2-4/+13
2020-05-20net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage1-2/+4
2020-05-20netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li1-0/+2
2020-05-20net: ipv4: really enforce backoff for redirectsPaolo Abeni1-1/+1
2020-05-20tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet1-3/+4
2020-05-20Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski1-2/+4
2020-05-20netlabel: cope with NULL catmapPaolo Abeni3-3/+12
2020-05-20net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2020-05-20drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann1-4/+7
2020-05-20net: dsa: Do not make user port errors fatalFlorian Fainelli1-1/+1
2020-05-14netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann1-5/+7
2020-05-14netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault1-3/+2
2020-05-14batman-adv: Fix refcnt leak in batadv_v_ogm_processXiyu Yang1-1/+1
2020-05-14batman-adv: Fix refcnt leak in batadv_store_throughput_overrideXiyu Yang1-1/+1
2020-05-14batman-adv: Fix refcnt leak in batadv_show_throughput_overrideXiyu Yang1-0/+1
2020-05-14batman-adv: fix batadv_nc_random_weight_tqGeorge Spelvin1-8/+1
2020-05-14sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen1-3/+3
2020-05-14tipc: fix partial topology connection closureTuong Lien1-2/+3
2020-05-14sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2020-05-14sch_choke: avoid potential panic in choke_reset()Eric Dumazet1-1/+2