summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri2021-05-221-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-181-2/+4
* net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann2021-05-181-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-152-2/+28
* net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-05-152-5/+25
* net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin2021-05-151-0/+19
* tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma2021-05-151-5/+6
* Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le2021-05-151-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-141-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-121-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-122-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
* | mac80211: drop A-MSDUs on old ciphersJohannes Berg2021-05-111-1/+18
* | cfg80211: mitigate A-MSDU aggregation attacksMathy Vanhoef2021-05-111-0/+3
* | mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-05-112-3/+3
* | mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef2021-05-114-0/+16
* | mac80211: assure all fragments are encryptedMathy Vanhoef2021-05-111-11/+12
* | tipc: make node link identity publish thread safeHoang Le2021-05-101-6/+6
* | net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean2021-05-101-5/+7
* | net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter2021-05-101-2/+3
* | net/nfc/rawsock.c: fix a permission check bugJeimon2021-05-101-1/+1
* | Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-0831-121/+407
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-05-0813-40/+117
| |\ \
| | * | netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet2021-05-072-7/+10
| | * | netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet2021-05-071-1/+9
| | * | netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso2021-05-051-2/+2
| | * | netfilter: remove BUG_ON() after skb_header_pointer()Pablo Neira Ayuso2021-05-056-7/+21
| | * | netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso2021-05-051-0/+2
| | * | netfilter: nfnetlink: add a missing rcu_read_unlock()Eric Dumazet2021-05-051-0/+1
| | * | netfilter: arptables: use pernet ops struct during unregisterFlorian Westphal2021-05-032-4/+3
| | * | netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso2021-05-031-19/+69