summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-09-15SUNRPC: use _bh spinlocking on ->transport_lockNeilBrown1-2/+2
2022-09-15sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen1-1/+2
2022-09-15tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell1-7/+18
2022-09-15tipc: fix shift wrapping bug in map_get()Dan Carpenter1-1/+1
2022-09-15sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen1-4/+6
2022-09-15netfilter: nf_conntrack_irc: Fix forged IP logicDavid Leadbeater1-2/+3
2022-09-15netfilter: br_netfilter: Drop dst references before setting.Harsh Modi2-0/+3
2022-09-15net: mac802154: Fix a condition in the receive pathMiquel Raynal1-1/+1
2022-09-15wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant1-0/+4
2022-09-15wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()Dan Carpenter1-1/+2
2022-09-05netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven1-1/+0
2022-09-05Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz1-5/+5
2022-09-05net: Fix a data-race around sysctl_somaxconn.Kuniyuki Iwashima1-1/+1
2022-09-05net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima1-1/+1
2022-09-05net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima1-1/+1
2022-09-05netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso1-2/+8
2022-09-05rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux1-1/+2
2022-09-05af_key: Do not call xfrm_probe_algs in parallelHerbert Xu1-0/+3
2022-09-05xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong1-0/+1
2022-08-25netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso1-1/+1
2022-08-25vsock: Fix memory leak in vsock_connect()Peilin Ye1-1/+8
2022-08-25SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust1-0/+14
2022-08-25rds: add missing barrier to release_refillMikulas Patocka1-0/+1
2022-08-25net_sched: cls_route: disallow handle of 0Jamal Hadi Salim1-0/+6
2022-08-25net/9p: Initialize the iounit field during fid creationTyler Hicks1-3/+1
2022-08-25Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz1-7/+6
2022-08-25tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet1-3/+4
2022-08-25net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo1-1/+1
2022-08-25netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal1-0/+1
2022-08-25netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal1-1/+6
2022-08-25net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima1-0/+6
2022-08-25Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz1-13/+48
2022-07-29igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima1-1/+1
2022-07-29igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima1-8/+13
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima1-1/+1
2022-07-29xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua1-1/+4
2022-07-21net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua1-0/+1
2022-07-21ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima1-2/+2
2022-07-21icmp: Fix data-races around sysctl.Kuniyuki Iwashima1-2/+3
2022-07-21cipso: Fix data-races around sysctl.Kuniyuki Iwashima1-5/+7
2022-07-12net: rose: fix UAF bug caused by rose_t0timer_expiryDuoming Zhou1-2/+2
2022-07-07net: Rename and export copy_skb_headerIlya Lesokhin1-4/+5
2022-07-07ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou1-5/+3
2022-07-07sit: use minkernel test robot1-1/+1
2022-07-07netfilter: nft_dynset: restore set element counter when failing to updatePablo Neira Ayuso1-0/+2
2022-07-07net: rose: fix UAF bugs caused by timer handlerDuoming Zhou1-15/+19
2022-07-07SUNRPC: Fix READ_PLUS crasherChuck Lever1-1/+1
2022-06-25tcp: drop the hash_32() part from the index calculationWilly Tarreau1-1/+1
2022-06-25tcp: increase source port perturb table to 2^16Willy Tarreau1-4/+5
2022-06-25tcp: dynamically allocate the perturb table used by source portsWilly Tarreau1-2/+13