Linux 6.1.59
[platform/kernel/linux-starfive.git] / net /
2023-10-19 Jeremy Kerrmctp: perform route lookups under a RCU read-side lock
2023-10-19 Jordan Rifelibceph: use kernel_connect()
2023-10-19 mfreemon@cloudflar... tcp: enforce receive buffer memory limits by allowing...
2023-10-19 Jeremy Clinenfc: nci: assert requested protocol is valid
2023-10-19 Nils Hoppmannnet/smc: Fix pos miscalculation in statistics
2023-10-19 Eric Dumazetnet: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp...
2023-10-19 Eric Dumazetnet: refine debug info in skb_checksum_help()
2023-10-19 Lukas Magelcan: isotp: isotp_sendmsg(): fix TX state detection...
2023-10-19 Jordan Rifenet: prevent address rewrite in kernel_bind()
2023-10-19 Paolo Abenimptcp: fix delegated action races
2023-10-10 Eric Dumazetipv6: remove one read_lock()/read_unlock() pair in...
2023-10-10 Jakub Kicinskinetlink: remove the flex array from struct nlmsghdr
2023-10-10 Eric Dumazetipv6: remove nexthop_fib6_nh_bh()
2023-10-10 Eric Dumazetnetlink: annotate data-races around sk->sk_err
2023-10-10 Tao Chennetlink: Fix potential skb memleak in netlink_ack
2023-10-10 Jakub Kicinskinetlink: split up copies in the ack construction
2023-10-10 Xin Longsctp: update hb timer immediately after users change...
2023-10-10 Xin Longsctp: update transport state when processing a dupcook...
2023-10-10 Neal Cardwelltcp: fix delayed ACKs for MSS boundary condition
2023-10-10 Neal Cardwelltcp: fix quick-ack counting to count actual ACKs of...
2023-10-10 Chengfeng Yetipc: fix a potential deadlock on &tx->lock
2023-10-10 Benjamin Poirieripv4: Set offload_failed flag in fibmatch results
2023-10-10 Florian Westphalnetfilter: nf_tables: nft_set_rbtree: fix spurious...
2023-10-10 Phil Sutternetfilter: nf_tables: Deduplicate nft_register_obj...
2023-10-10 Xin Longnetfilter: handle the connecting collision properly...
2023-10-10 Jeremy Clinenet: nfc: llcp: Add lock when modifying device list
2023-10-10 Ilya Maximetsipv6: tcp: add a missing nf_reset_ct() in 3WHS handling
2023-10-10 David Howellsipv4, ipv6: Fix handling of transhdrlen in __ip{,6...
2023-10-10 Eric Dumazetneighbour: fix data-races around n->output
2023-10-10 Eric Dumazetneighbour: switch to standard rcu, instead of rcu_bh
2023-10-10 Eric Dumazetneighbour: annotate lockless accesses to n->nud_state
2023-10-10 Martin KaFai Laubpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookup
2023-10-10 Eric Dumazetnet: fix possible store tearing in neigh_periodic_work()
2023-10-10 Jakub Sitnickibpf, sockmap: Reject sk_msg egress redirects to non...
2023-10-10 John Fastabendbpf, sockmap: Do not inc copied_seq when PEEK flag set
2023-10-10 John Fastabendbpf: tcp_read_skb needs to pop skb regardless of seq
2023-10-10 Johannes Bergwifi: mac80211: fix potential key use-after-free
2023-10-10 Luiz Augusto von... Bluetooth: ISO: Fix handling of listen for unicast
2023-10-10 Yao XiaoBluetooth: Delete unused hci_req_prepare_suspend()...
2023-10-10 Johannes Bergwifi: cfg80211: fix cqm_config access race
2023-10-10 Johannes Bergwifi: cfg80211: add a work abstraction with special...
2023-10-10 Johannes Bergwifi: cfg80211: move wowlan disable under locks
2023-10-10 Johannes Bergwifi: cfg80211: hold wiphy lock in auto-disconnect
2023-10-10 Jordan Rifenet: prevent rewrite of msg_name in sock_sendmsg()
2023-10-10 Jordan Rifenet: replace calls to sock->ops->connect() with kernel_...
2023-10-10 Luiz Augusto von... Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_D...
2023-10-10 Luiz Augusto von... Bluetooth: hci_codec: Fix leaking content of local_codecs
2023-10-10 Geliang Tangmptcp: userspace pm allow creating id 0 subflow
2023-10-10 Patrick Rohrnet: release reference to inet6_dev pointer
2023-10-10 Patrick Rohrnet: change accept_ra_min_rtr_lft to affect all RA...
2023-10-10 Patrick Rohrnet: add sysctl accept_ra_min_rtr_lft
2023-10-10 Paolo Abenimptcp: process pending subflow error on close
2023-10-10 Paolo Abenimptcp: move __mptcp_error_report in protocol.c
2023-10-10 Eric Dumazetmptcp: annotate lockless accesses to sk->sk_err
2023-10-10 Paolo Abenimptcp: fix dangling connection hang-up
2023-10-10 Paolo Abenimptcp: rename timer related helper to less confusing...
2023-10-06 Trond MyklebustRevert "SUNRPC dont update timeout value on connection...
2023-10-06 Florian Westphalnetfilter: nf_tables: fix kdoc warnings after gc rework
2023-10-06 Pablo Neira Ayusonetfilter: nf_tables: disallow rule removal from chain...
2023-10-06 Paolo Abenimptcp: fix bogus receive window shrinkage with multiple...
2023-10-06 Sebastian Andrzej... net: hsr: Add __packed to struct hsr_sup_tlv.
2023-10-06 Johnathan Manteyncsi: Propagate carrier gain/loss events to the NCSI...
2023-10-06 Guangguan Wangnet/smc: bugfix for smcr v2 server connect success...
2023-10-06 Jozsef Kadlecsiknetfilter: ipset: Fix race between IPSET_CMD_CREATE...
2023-10-06 Florian Westphalnetfilter: nf_tables: disable toggling dormant table...
2023-10-06 Artem Chernyshevnet: rds: Fix possible NULL-pointer dereference
2023-10-06 Eric Dumazetnet: bridge: use DEV_STATS_INC()
2023-10-06 Lukasz Majewskinet: hsr: Properly parse HSRv1 supervisor frames.
2023-10-06 Eric Dumazetdccp: fix dccp_v4_err()/dccp_v6_err() again
2023-10-06 Kyle Zengipv4: fix null-deref in ipv4_link_failure
2023-10-06 Ilya Leoshkevichnetfilter, bpf: Adjust timeouts of non-confirmed CTs...
2023-10-06 Sasha Neftinnet/core: Fix ETH_P_1588 flow dissector
2023-10-06 Florian Westphalnetfilter: conntrack: fix extension size table
2023-10-06 Pablo Neira Ayusonetfilter: nf_tables: disallow element removal on anony...
2023-10-06 Florian Westphalnetfilter: nf_tables: fix memleak when more than 255...
2023-10-06 Pablo Neira Ayusonetfilter: nft_set_hash: try later when GC hits EAGAIN...
2023-10-06 Pablo Neira Ayusonetfilter: nft_set_pipapo: stop GC iteration if GC...
2023-10-06 Pablo Neira Ayusonetfilter: nft_set_pipapo: call nft_trans_gc_queue_sync...
2023-10-06 Pablo Neira Ayusonetfilter: nft_set_rbtree: use read spinlock to avoid...
2023-10-06 Pablo Neira Ayusonetfilter: nft_set_rbtree: skip sync GC for new element...
2023-10-06 Florian Westphalnetfilter: nf_tables: defer gc run if previous batch...
2023-10-06 Pablo Neira Ayusonetfilter: nf_tables: use correct lock to protect gc_list
2023-10-06 Pablo Neira Ayusonetfilter: nf_tables: GC transaction race with abort...
2023-10-06 Pablo Neira Ayusonetfilter: nf_tables: GC transaction race with netns...
2023-10-06 Pablo Neira Ayusonetfilter: nf_tables: fix GC transaction races with...
2023-10-06 Florian Westphalnetfilter: nf_tables: don't fail inserts if duplicate...
2023-10-06 Pablo Neira Ayusonetfilter: nf_tables: remove busy mark and gc batch API
2023-10-06 Pablo Neira Ayusonetfilter: nft_set_hash: mark set element as dead when...
2023-10-06 Pablo Neira Ayusonetfilter: nf_tables: adapt set backend to use GC trans...
2023-10-06 Pablo Neira Ayusonetfilter: nf_tables: GC transaction API to avoid race...
2023-10-06 Florian Westphalnetfilter: nf_tables: don't skip expired elements durin...
2023-10-06 Olga KornievskaiaNFSv4.1: fix pnfs MDS=DS session trunking
2023-10-06 Trond MyklebustSUNRPC: Mark the cred for revalidation if the server...
2023-09-23 Jamal Hadi Salimnet/sched: Retire rsvp classifier
2023-09-23 Trond MyklebustRevert "SUNRPC: Fail faster on bad verifier"
2023-09-23 Johannes Bergwifi: mac80211: check for station first in client probe
2023-09-23 Johannes Bergwifi: cfg80211: ocb: don't leave if not joined
2023-09-23 Johannes Bergwifi: cfg80211: reject auth/assoc to AP with our address
2023-09-23 GONG, Ruiqinetfilter: ebtables: fix fortify warnings in size_entry...
2023-09-23 Johannes Bergwifi: mac80211: check S1G action frame size
next