summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells2022-12-024-22/+94
* af_key: Fix send_acquire race with pfkey_registerHerbert Xu2022-12-021-10/+22
* xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2022-12-024-2/+21
* xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger2022-12-021-0/+5
* wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari2022-12-021-1/+1
* wifi: mac80211: fix memory free error when registering wiphy failtaozhang2022-12-021-2/+6
* sctp: clear out_curr if all frag chunks of current msg are prunedXin Long2022-12-021-0/+5
* sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsentXin Long2022-12-021-5/+3
* net/9p: use a dedicated spinlock for trans_fdDominique Martinet2022-11-261-16/+25
* wifi: wext: use flex array destination for memcpy()Hawkins Jiawei2022-11-261-7/+10
* 9p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa2022-11-261-0/+3
* 9p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet2022-11-261-1/+2
* kcm: close race conditions on sk_receive_queueCong Wang2022-11-261-52/+8
* kcm: avoid potential race in kcm_tx_workEric Dumazet2022-11-261-1/+1
* tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet2022-11-261-0/+2
* net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun2022-11-261-1/+1
* bridge: switchdev: Fix memory leaks when changing VLAN protocolIdo Schimmel2022-11-261-3/+14
* net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean2022-11-263-2/+18
* net: caif: fix double disconnect client in chnl_net_open()Zhengchao Shao2022-11-261-3/+0
* bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()Baisong Zhong2022-11-261-0/+1
* Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz2022-11-261-1/+1
* can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp2022-11-161-0/+3
* mctp: Fix an error handling path in mctp_init()Wei Yongjun2022-11-162-2/+4
* netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()Shigeru Yoshida2022-11-161-1/+2
* netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()Ziyang Xuan2022-11-161-0/+1
* tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long2022-11-161-1/+1
* can: af_can: fix NULL pointer dereference in can_rx_register()Zhengchao Shao2022-11-161-1/+1
* ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko2022-11-161-0/+1
* tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei2022-11-161-1/+1
* net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc2022-11-161-17/+19
* bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2022-11-162-8/+6
* bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend2022-11-161-1/+1
* bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen2022-11-163-0/+25
* wifi: mac80211: Set TWT Information Frame Disabled bit as 1Howard Hsu2022-11-161-0/+3
* bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen2022-11-161-3/+5
* wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel2022-11-161-3/+9
* wifi: cfg80211: silence a sparse RCU warningJohannes Berg2022-11-161-1/+3
* tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-11-106-108/+43
* af_unix: Fix memory leaks of the whole sk due to OOB skb.Kuniyuki Iwashima2022-11-101-6/+7
* Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz2022-11-101-1/+2
* Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz2022-11-101-0/+25
* vsock: fix possible infinite sleep in vsock_connectible_wait_data()Dexuan Cui2022-11-101-1/+4
* ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao2022-11-101-4/+10
* net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin2022-11-101-1/+1
* net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin2022-11-101-2/+4
* Bluetooth: L2CAP: Fix memory leak in vhci_writeHawkins Jiawei2022-11-101-4/+3
* Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()Zhengchao Shao2022-11-101-0/+1
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sduMaxim Mikityanskiy2022-11-101-7/+41
* netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik2022-11-101-24/+6
* rose: Fix NULL pointer dereference in rose_send_frame()Zhang Qilong2022-11-101-0/+3