summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-09-15SUNRPC: use _bh spinlocking on ->transport_lockNeilBrown
2022-09-15sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen
2022-09-15tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell
2022-09-15ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun
2022-09-15tipc: fix shift wrapping bug in map_get()Dan Carpenter
2022-09-15sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen
2022-09-15netfilter: nf_conntrack_irc: Fix forged IP logicDavid Leadbeater
2022-09-15netfilter: br_netfilter: Drop dst references before setting.Harsh Modi
2022-09-15net: mac802154: Fix a condition in the receive pathMiquel Raynal
2022-09-15wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant
2022-09-15kcm: fix strp_init() order and cleanupCong Wang
2022-09-15wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()Dan Carpenter
2022-09-05net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-09-05netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven
2022-09-05neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev
2022-09-05Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz
2022-09-05net: Fix a data-race around sysctl_somaxconn.Kuniyuki Iwashima
2022-09-05net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima
2022-09-05net: Fix a data-race around netdev_budget.Kuniyuki Iwashima
2022-09-05net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima
2022-09-05net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima
2022-09-05net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima
2022-09-05netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso
2022-09-05netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso
2022-09-05netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal
2022-09-05rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux
2022-09-05af_key: Do not call xfrm_probe_algs in parallelHerbert Xu
2022-09-05xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong
2022-08-25netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso
2022-08-25vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye
2022-08-25vsock: Fix memory leak in vsock_connect()Peilin Ye
2022-08-25SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust
2022-08-25rds: add missing barrier to release_refillMikulas Patocka
2022-08-25net_sched: cls_route: disallow handle of 0Jamal Hadi Salim
2022-08-25net/9p: Initialize the iounit field during fid creationTyler Hicks
2022-08-25Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz
2022-08-25tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet
2022-08-25net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo
2022-08-25dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua
2022-08-25net: rose: fix netdev reference changesEric Dumazet
2022-08-25tcp: make retransmitted SKB fit into the send windowYonglong Li
2022-08-25netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal
2022-08-25netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal
2022-08-25net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima
2022-08-25Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz
2022-07-29Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz
2022-07-29Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz
2022-07-29Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz
2022-07-29Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz
2022-07-29igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima