summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-287-33/+74
|\
| * xprtrdma: Revert 586a0787ce35Chuck Lever2021-05-271-9/+18
| * SUNRPC: More fixes for backlog congestionTrond Myklebust2021-05-264-39/+50
| * SUNRPC: Fix Oops in xs_tcp_send_request() when transport is disconnectedTrond Myklebust2021-05-201-0/+2
| * SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown2021-05-202-28/+47
* | Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-2664-245/+511
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-251-0/+1
| |\ \
| | * | bpf: Set mac_len in bpf_skb_change_headJussi Maki2021-05-211-0/+1
| * | | mptcp: validate 'id' when stopping the ADD_ADDR retransmit timerDavide Caratti2021-05-253-6/+6
| * | | mptcp: avoid error message on infinite mappingPaolo Abeni2021-05-251-1/+0
| * | | mptcp: drop unconditional pr_warn on bad optPaolo Abeni2021-05-251-1/+0
| * | | mptcp: avoid OOB access in setsockopt()Paolo Abeni2021-05-253-5/+14
| * | | net: zero-initialize tc skb extension on allocationVlad Buslov2021-05-251-1/+1
| * | | sctp: fix the proc_handler for sysctl encap_portXin Long2021-05-251-1/+1
| * | | sctp: add the missing setting for asoc encap_portXin Long2021-05-251-0/+1
| * | | net: hsr: fix mac_len checksGeorge McCollister2021-05-245-21/+34
| * | | sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-05-241-1/+2
| * | | net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti2021-05-231-1/+8
| * | | net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti2021-05-231-5/+5
| * | | ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri2021-05-211-1/+3
| * | | RDS tcp loopback connection can hangRao Shoaib2021-05-214-9/+27
| * | | ethtool: stats: Fix a copy-paste errorYueHaibing2021-05-191-1/+1
| * | | tipc: simplify the finalize work queueXin Long2021-05-186-23/+14
| * | | netlink: disable IRQs for netlink_lock_table()Johannes Berg2021-05-171-2/+4
| * | | net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann2021-05-171-1/+10
| * | | tipc: wait and exit until all work queues are doneXin Long2021-05-173-0/+6
| * | | mld: fix panic in mld_newpack()Taehee Yoo2021-05-171-3/+0
| * | | NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-05-172-0/+6
| * | | tipc: skb_linearize the head skb when reassembling msgsXin Long2021-05-171-7/+2
| * | | net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2021-05-142-2/+28
| * | | net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-05-142-5/+25
| * | | net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin2021-05-141-0/+19
| * | | tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma2021-05-141-5/+6
| * | | Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le2021-05-141-1/+4
| * | | netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-A...Stefano Brivio2021-05-143-2/+7
| * | | netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan2021-05-142-5/+5
| * | | openvswitch: meter: fix race when getting now_ms.Tao Liu2021-05-131-0/+8
| * | | Merge tag 'linux-can-fixes-for-5.13-20210512' of git://git.kernel.org/pub/scm...David S. Miller2021-05-121-16/+33
| |\ \ \
| | * | | can: isotp: prevent race between isotp_bind() and isotp_setsockopt()Norbert Slusarek2021-05-121-16/+33
| | |/ /
| * | | net: packetmmap: fix only tx timestamp on requestRichard Sanger2021-05-121-2/+8
| * | | net: really orphan skbs tied to closing skPaolo Abeni2021-05-121-4/+4
| |/ /
| * | mptcp: fix data stream corruptionPaolo Abeni2021-05-111-0/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-112-27/+2
| |\ \
| | * | bpf: Limit static tcp-cc functions in the .BTF_ids list to x86Martin KaFai Lau2021-05-111-0/+2
| | * | bpf, kconfig: Add consolidated menu entry for bpf with core optionsDaniel Borkmann2021-05-111-27/+0
| * | | mac80211: extend protection against mixed key and fragment cache attacksWen Gong2021-05-111-2/+11
| * | | mac80211: do not accept/forward invalid EAPOL framesJohannes Berg2021-05-111-6/+27
| * | | mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2021-05-112-1/+14
| * | | mac80211: check defrag PN against current frameJohannes Berg2021-05-113-9/+20
| * | | mac80211: add fragment cache to sta_infoJohannes Berg2021-05-115-43/+73