summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-08-26tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell1-1/+1
2021-08-26net: bridge: fix memleak in br_add_if()Yang Yingliang1-0/+2
2021-08-26net: Fix memory leak in ieee802154_raw_deliverTakeshi Misawa1-1/+6
2021-08-15Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa3-24/+44
2021-08-08can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan1-2/+18
2021-08-08Revert "Bluetooth: Shutdown controller after workqueues are flushed or cancel...Greg Kroah-Hartman1-8/+8
2021-08-08net: Fix zero-copy head len calculation.Pravin B Shelar1-1/+4
2021-08-04net: llc: fix skb_over_panicPavel Skripkin2-2/+10
2021-08-04tipc: fix sleeping in tipc accept routineHoang Le1-5/+4
2021-08-04netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso1-1/+3
2021-08-04netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal1-1/+6
2021-08-04cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi1-4/+2
2021-08-04sctp: move 198 addresses from unusable to private scopeXin Long1-1/+2
2021-08-04net/802/garp: fix memleak in garp_request_join()Yang Yingliang1-0/+14
2021-08-04net/802/mrp: fix memleak in mrp_request_join()Yang Yingliang1-0/+14
2021-08-04af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi1-2/+49
2021-08-04net: split out functions related to registering inflight socket filesJens Axboe7-141/+183
2021-08-04tipc: Fix backport of b77413446408fdd256599daf00d5be72b5f3e7c6Nathan Chancellor1-1/+1
2021-07-28netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi1-9/+11
2021-07-28net: decnet: Fix sleeping inside in af_decnetYajun Deng1-15/+12
2021-07-28net: fix uninit-value in caif_seqpkt_sendmsgZiyang Xuan1-1/+2
2021-07-28ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2-2/+18
2021-07-28tcp: annotate data races around tp->mtu_infoEric Dumazet2-4/+4
2021-07-28net: bridge: sync fdb to new unicast-filtering portsWolfgang Bumiller1-1/+16
2021-07-28net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko1-1/+1
2021-07-20mac80211: fix memory corruption in EAPOL handlingDavis Mosenkovs1-1/+1
2021-07-20can: bcm: delay release of struct bcm_op after synchronize_rcu()Thadeu Lima de Souza Cascardo1-1/+6
2021-07-20can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp1-0/+3
2021-07-20sctp: add size validation when walking chunksMarcelo Ricardo Leitner1-1/+1
2021-07-20Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng1-8/+8
2021-07-20Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu1-0/+3
2021-07-20wireless: wext-spy: Fix out-of-bounds warningGustavo A. R. Silva1-7/+7
2021-07-20xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert1-14/+14
2021-07-20ipv6: use prandom_u32() for ID generationWilly Tarreau1-23/+5
2021-07-20net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior1-2/+9
2021-07-20net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin1-1/+1
2021-07-20Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_validLuiz Augusto von Dentz1-0/+3
2021-07-20netfilter: nft_exthdr: check for IPv6 packet before further processingPablo Neira Ayuso1-0/+3
2021-07-20netlabel: Fix memory leak in netlbl_mgmt_add_commonLiu Shixin1-9/+10
2021-07-20SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu1-0/+9
2021-07-20SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu1-1/+2
2021-06-30net/packet: annotate accesses to po->ifindexEric Dumazet1-7/+9
2021-06-30net/packet: annotate accesses to po->bindEric Dumazet1-8/+8
2021-06-30ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun1-5/+7
2021-06-30mac80211: drop multicast fragmentsJohannes Berg1-6/+3
2021-06-30cfg80211: call cfg80211_leave_ocb when switching away from OCBDu Cheng1-0/+3
2021-06-30mac80211: remove warning in ieee80211_get_sband()Johannes Berg1-1/+1
2021-06-30inet: use bigger hash table for IP ID generationEric Dumazet1-13/+29
2021-06-30can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2-27/+96
2021-06-30can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek1-0/+3