summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: use _bh spinlocking on ->transport_lockNeilBrown2022-09-151-2/+2
* sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen2022-09-151-1/+2
* tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell2022-09-151-7/+18
* ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun2022-09-151-0/+5
* tipc: fix shift wrapping bug in map_get()Dan Carpenter2022-09-151-1/+1
* sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen2022-09-151-4/+6
* netfilter: nf_conntrack_irc: Fix forged IP logicDavid Leadbeater2022-09-151-2/+3
* netfilter: br_netfilter: Drop dst references before setting.Harsh Modi2022-09-152-0/+3
* net: mac802154: Fix a condition in the receive pathMiquel Raynal2022-09-151-1/+1
* wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant2022-09-151-0/+4
* kcm: fix strp_init() order and cleanupCong Wang2022-09-151-8/+7
* wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()Dan Carpenter2022-09-151-1/+2
* net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-09-051-2/+8
* netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven2022-09-051-1/+0
* neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev2022-09-051-8/+17
* Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz2022-09-051-5/+5
* net: Fix a data-race around sysctl_somaxconn.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix a data-race around netdev_budget.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-09-053-8/+11
* netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso2022-09-051-6/+13
* netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso2022-09-051-2/+8
* netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal2022-09-054-31/+1
* rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux2022-09-051-1/+2
* af_key: Do not call xfrm_probe_algs in parallelHerbert Xu2022-09-051-0/+3
* xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong2022-09-051-0/+1
* netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso2022-08-251-1/+1
* vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye2022-08-251-0/+1
* vsock: Fix memory leak in vsock_connect()Peilin Ye2022-08-251-1/+8
* SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust2022-08-251-0/+14
* rds: add missing barrier to release_refillMikulas Patocka2022-08-251-0/+1
* net_sched: cls_route: disallow handle of 0Jamal Hadi Salim2022-08-251-0/+6
* net/9p: Initialize the iounit field during fid creationTyler Hicks2022-08-251-3/+1
* Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz2022-08-251-7/+6
* tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet2022-08-251-3/+4
* net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo2022-08-251-1/+1
* dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua2022-08-251-5/+5
* net: rose: fix netdev reference changesEric Dumazet2022-08-252-2/+11
* tcp: make retransmitted SKB fit into the send windowYonglong Li2022-08-251-7/+16
* netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal2022-08-251-0/+1
* netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal2022-08-251-1/+6
* net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima2022-08-251-0/+6
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-08-251-13/+48
* Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz2022-07-291-4/+6
* Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2022-07-292-2/+2
* Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2022-07-292-43/+53
* Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2022-07-291-23/+11
* igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima2022-07-291-1/+1