summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-03SUNRPC: More fixes for backlog congestionTrond Myklebust4-39/+50
2021-06-03net: zero-initialize tc skb extension on allocationVlad Buslov1-1/+1
2021-06-03net: hsr: fix mac_len checksGeorge McCollister5-21/+34
2021-06-03sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo1-1/+2
2021-06-03ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri1-1/+3
2021-06-03bpf: Set mac_len in bpf_skb_change_headJussi Maki1-0/+1
2021-06-03net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann1-1/+10
2021-06-03mld: fix panic in mld_newpack()Taehee Yoo1-3/+0
2021-06-03net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2-2/+28
2021-06-03net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2-5/+25
2021-06-03net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin1-0/+19
2021-06-03tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma1-5/+6
2021-06-03openvswitch: meter: fix race when getting now_ms.Tao Liu1-0/+8
2021-06-03net: packetmmap: fix only tx timestamp on requestRichard Sanger1-2/+8
2021-06-03net: really orphan skbs tied to closing skPaolo Abeni1-4/+4
2021-06-03net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean1-5/+7
2021-06-03net/smc: properly handle workqueue allocation failureAnirudh Rayabharam1-2/+8
2021-06-03Revert "net/smc: fix a NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-06-03mptcp: fix data stream corruptionPaolo Abeni1-0/+6
2021-06-03mptcp: drop unconditional pr_warn on bad optPaolo Abeni1-1/+0
2021-06-03mptcp: avoid error message on infinite mappingPaolo Abeni1-1/+0
2021-06-03net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter1-2/+3
2021-06-03netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan2-5/+5
2021-06-03tipc: skb_linearize the head skb when reassembling msgsXin Long1-7/+2
2021-06-03tipc: wait and exit until all work queues are doneXin Long3-0/+6
2021-06-03Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le1-1/+4
2021-06-03SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown2-28/+47
2021-06-03Bluetooth: cmtp: fix file refcount when cmtp_attach_device failsThadeu Lima de Souza Cascardo1-0/+5
2021-06-03mac80211: extend protection against mixed key and fragment cache attacksWen Gong1-2/+11
2021-06-03mac80211: do not accept/forward invalid EAPOL framesJohannes Berg1-6/+27
2021-06-03mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2-1/+14
2021-06-03mac80211: check defrag PN against current frameJohannes Berg3-9/+20
2021-06-03mac80211: add fragment cache to sta_infoJohannes Berg5-43/+73
2021-06-03mac80211: drop A-MSDUs on old ciphersJohannes Berg1-1/+18
2021-06-03cfg80211: mitigate A-MSDU aggregation attacksMathy Vanhoef1-0/+3
2021-06-03mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2-3/+3
2021-06-03mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef4-0/+16
2021-06-03mac80211: assure all fragments are encryptedMathy Vanhoef1-11/+12
2021-06-03netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-A...Stefano Brivio3-2/+7
2021-06-03net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti1-1/+8
2021-06-03net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti1-5/+5
2021-05-28NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2-0/+6
2021-05-26Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz1-0/+9
2021-05-22ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet4-6/+0
2021-05-22ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-05-22sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-3/+1
2021-05-22ip6_gre: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-2/+2
2021-05-22net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_infoPhillip Potter1-0/+4
2021-05-22bridge: Fix possible races between assigning rx_handler_data and setting IFF_...Zhang Zhengming1-2/+3
2021-05-19mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)1-5/+7