summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* net/ieee802154: don't warn zero-sized raw_sendmsg()Tetsuo Handa2022-10-261-0/+4
* Bluetooth: L2CAP: Fix user-after-freeLuiz Augusto von Dentz2022-10-261-0/+7
* can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan2022-10-261-3/+4
* Bluetooth: hci_sysfs: Fix attempting to call device_add multiple timesLuiz Augusto von Dentz2022-10-261-0/+3
* Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()Tetsuo Handa2022-10-261-4/+6
* xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum2022-10-261-0/+1
* tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet2022-10-261-4/+10
* openvswitch: Fix overreporting of drops in dropwatchMike Pattrick2022-10-261-2/+3
* openvswitch: Fix double reporting of drops in dropwatchMike Pattrick2022-10-261-3/+10
* net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa2022-10-261-1/+1
* tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-10-262-7/+14
* wifi: mac80211: allow bw change during channel switch in meshHari Chandrakanthan2022-10-261-3/+0
* net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang2022-10-261-19/+23
* netfilter: nf_conntrack_irc: Tighten matching on DCC messageDavid Leadbeater2022-09-281-6/+28
* netfilter: nf_conntrack_sip: fix ct_sip_walk_headersIgor Ryzhov2022-09-281-2/+2
* wifi: mac80211: Fix UAF in ieee80211_scan_rx()Siddh Raman Pant2022-09-281-4/+7
* 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
* 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
* wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()Dan Carpenter2022-09-151-1/+2
* netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven2022-09-051-1/+0
* 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 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
* netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso2022-09-051-2/+8
* 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: 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
* 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
* igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima2022-07-291-1/+1
* igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima2022-07-291-8/+13