summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2023-03-13wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin
2023-03-11net: tls: avoid hanging tasks on the tx_lockJakub Kicinski
2023-03-11tcp: tcp_check_req() can be called from process contextEric Dumazet
2023-03-11net/sched: act_sample: fix action bind logicPedro Tammela
2023-03-11net/sched: act_mpls: fix action bind logicPedro Tammela
2023-03-11net/sched: act_pedit: fix action bind logicPedro Tammela
2023-03-11net/sched: transition act_pedit to rcu and percpu statsPedro Tammela
2023-03-11nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin
2023-03-119p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao
2023-03-119p/xen: fix connection sequenceJuergen Gross
2023-03-119p/xen: fix version parsingJuergen Gross
2023-03-11net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet
2023-03-11sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long
2023-03-11ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei
2023-03-11netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov
2023-03-11netfilter: ctnetlink: make event listener tracking globalFlorian Westphal
2023-03-11netfilter: xt_length: use skb len to match in length_mt6Xin Long
2023-03-11netfilter: ebtables: fix table blob use-after-freeFlorian Westphal
2023-03-11netfilter: ip6t_rpfilter: Fix regression with VRF interfacesPhil Sutter
2023-03-11netfilter: conntrack: fix rmmod double-free raceFlorian Westphal
2023-03-11netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack()Hangyu Hua
2023-03-11netfilter: nf_tables: allow to fetch set elements when table has an ownerPablo Neira Ayuso
2023-03-11net/sched: Retire tcindex classifierJamal Hadi Salim
2023-03-10net: avoid double iput when sock_alloc_file failsThadeu Lima de Souza Cascardo
2023-03-10wifi: cfg80211: Set SSID if it is not already setMarc Bornand
2023-03-10wifi: cfg80211: Fix use after free for wextAlexander Wetzel
2023-03-10scm: add user copy checks to put_cmsg()Eric Dumazet
2023-03-10can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp
2023-03-10netfilter: nf_tables: NULL pointer dereference in nf_tables_updobj()Alok Tiwari
2023-03-10inet: fix fast path in __inet_hash_connect()Pietro Borrello
2023-03-10NFS: fix disabling of swapNeilBrown
2023-03-10l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida
2023-03-10net/smc: fix application data exceptionD. Wythe
2023-03-10net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe
2023-03-10xsk: check IFF_UP earlier in Tx pathMaciej Fijalkowski
2023-03-10wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()Johannes Berg
2023-03-10wifi: mac80211: fix off-by-one link settingJohannes Berg
2023-03-10wifi: mac80211: avoid u32_encode_bits() warningArnd Bergmann
2023-03-10wifi: mac80211: Don't translate MLD addresses for multicastAndrei Otcheretianski
2023-03-10wifi: mac80211: fix non-MLO station associationKarthikeyan Periyasamy
2023-03-10wifi: mac80211: make rate u32 in sta_set_rate_info_rx()Shayne Chen
2023-03-10wifi: mac80211: move color collision detection report in a delayed workLorenzo Bianconi
2023-03-10rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello
2023-03-10Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz
2023-03-10Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsKees Cook
2023-03-10net: add sock_init_data_uid()Pietro Borrello
2023-03-10wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()Shivani Baranwal
2023-03-03net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima
2023-03-03bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau
2023-03-03neigh: make sure used and confirmed times are validJulian Anastasov