summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-11-26net/9p: use a dedicated spinlock for trans_fdDominique Martinet
2022-11-26wifi: wext: use flex array destination for memcpy()Hawkins Jiawei
2022-11-269p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa
2022-11-269p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet
2022-11-26kcm: close race conditions on sk_receive_queueCong Wang
2022-11-26kcm: avoid potential race in kcm_tx_workEric Dumazet
2022-11-26tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet
2022-11-26net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun
2022-11-26bridge: switchdev: Fix memory leaks when changing VLAN protocolIdo Schimmel
2022-11-26net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean
2022-11-26net: caif: fix double disconnect client in chnl_net_open()Zhengchao Shao
2022-11-26bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()Baisong Zhong
2022-11-26Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz
2022-11-16can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp
2022-11-16mctp: Fix an error handling path in mctp_init()Wei Yongjun
2022-11-16netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()Shigeru Yoshida
2022-11-16netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()Ziyang Xuan
2022-11-16tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long
2022-11-16can: af_can: fix NULL pointer dereference in can_rx_register()Zhengchao Shao
2022-11-16ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko
2022-11-16tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei
2022-11-16net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc
2022-11-16bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang
2022-11-16bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend
2022-11-16bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen
2022-11-16wifi: mac80211: Set TWT Information Frame Disabled bit as 1Howard Hsu
2022-11-16bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen
2022-11-16wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel
2022-11-16wifi: cfg80211: silence a sparse RCU warningJohannes Berg
2022-11-10tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima
2022-11-10af_unix: Fix memory leaks of the whole sk due to OOB skb.Kuniyuki Iwashima
2022-11-10Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz
2022-11-10Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz
2022-11-10vsock: fix possible infinite sleep in vsock_connectible_wait_data()Dexuan Cui
2022-11-10ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao
2022-11-10net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin
2022-11-10net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin
2022-11-10Bluetooth: L2CAP: Fix memory leak in vhci_writeHawkins Jiawei
2022-11-10Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()Zhengchao Shao
2022-11-10Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sduMaxim Mikityanskiy
2022-11-10netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik
2022-11-10rose: Fix NULL pointer dereference in rose_send_frame()Zhang Qilong
2022-11-10ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao
2022-11-10ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao
2022-11-10ipvs: use explicitly signed charsJason A. Donenfeld
2022-11-10netfilter: nf_tables: release flow rule object from commit pathPablo Neira Ayuso
2022-11-10netfilter: nf_tables: netlink notifier might race to release objectsPablo Neira Ayuso
2022-11-10net: sched: Fix use after free in red_enqueue()Dan Carpenter
2022-11-10net: dsa: fall back to default tagger if we can't load the one from DTVladimir Oltean
2022-11-10SUNRPC: Fix null-ptr-deref when xps sysfs alloc failedZhang Xiaoxu